|
| 1 | +<?php |
| 2 | +/** |
| 3 | + * Message translations. |
| 4 | + * |
| 5 | + * This file is automatically generated by 'yii message' command. |
| 6 | + * It contains the localizable messages extracted from source code. |
| 7 | + * You may modify this file by translating the extracted messages. |
| 8 | + * |
| 9 | + * Each array element represents the translation (value) of a message (key). |
| 10 | + * If the value is empty, the message is considered as not translated. |
| 11 | + * Messages that no longer need translation will have their translations |
| 12 | + * enclosed between a pair of '@@' marks. |
| 13 | + * |
| 14 | + * Message string can be used with plural forms format. Check i18n section |
| 15 | + * of the guide for details. |
| 16 | + * |
| 17 | + * NOTE: this file must be saved in UTF-8 encoding. |
| 18 | + */ |
| 19 | +return [ |
| 20 | + 'Active' => 'Aktywny', |
| 21 | + 'Are you sure you want to delete this user?' => 'Czy na pewno chcesz usunąć tego użytkownika?', |
| 22 | + 'Bind to IP' => 'Przypisz do IP', |
| 23 | + 'Browser' => 'Przeglądarka', |
| 24 | + 'Change own password' => 'Zmień swoje hasło', |
| 25 | + 'Change password' => 'Zmień hasło', |
| 26 | + 'Changing password' => 'Zmiana hasła', |
| 27 | + 'Changing password for user: ' => 'Zmiana hasła użytkownika: ', |
| 28 | + 'Child permissions' => 'Podrzędne uprawnienia', |
| 29 | + 'Child roles' => 'Podrzędne role', |
| 30 | + 'Code' => 'Kod', |
| 31 | + 'Create' => 'Utwórz', |
| 32 | + 'Created' => 'Utworzone', |
| 33 | + 'Creating permission group' => 'Tworzenie grupy uprawnień', |
| 34 | + 'Current password' => 'Aktualne hasło', |
| 35 | + 'Data' => 'Dane', |
| 36 | + 'Delete' => 'Usuń', |
| 37 | + 'Description' => 'Opis', |
| 38 | + 'E-mail confirmed' => 'E-mail potwierdzony', |
| 39 | + 'E-mail with activation link has been sent to <b>{email}</b>. This link will expire in {minutes} min.' => '', |
| 40 | + 'Edit' => 'Edytuj', |
| 41 | + 'Editing' => 'Edytowanie', |
| 42 | + 'Editing permission group' => 'Edytowanie grupy uprawnień: ', |
| 43 | + 'Editing permission: ' => 'Edytowanie uprawnień: ', |
| 44 | + 'Editing role: ' => 'Edytowanie roli: ', |
| 45 | + 'Editing user: ' => 'Edycja użytkownika: ', |
| 46 | + 'For example: 123.34.56.78, 168.111.192.12' => 'Przykładowo: 123.34.56.78, 168.111.192.12', |
| 47 | + 'Group' => 'Grupa', |
| 48 | + 'Inactive' => 'Nieaktywny', |
| 49 | + 'Banned' => 'Zbanowany', |
| 50 | + 'Language' => 'Język', |
| 51 | + 'Login' => 'Login', |
| 52 | + 'Name' => 'Nazwa', |
| 53 | + 'OS' => 'System', |
| 54 | + 'Password' => 'Hasło', |
| 55 | + 'Password has been changed' => 'Hasło zostało zmienione', |
| 56 | + 'Permission creation' => '', |
| 57 | + 'Permission groups' => 'Grupy uprawnień', |
| 58 | + 'Permissions' => 'Uprawnienia', |
| 59 | + 'Permissions for role - "{role}"' => 'Uprawnienia roli - "{role}"', |
| 60 | + 'Permissions for role:' => 'Uprawnienia roli: ', |
| 61 | + 'Registration IP' => 'Adres IP rejestracji', |
| 62 | + 'Repeat password' => 'Powtórz hasło', |
| 63 | + 'Reset' => 'Resetuj', |
| 64 | + 'Role creation' => 'Tworzenie roli', |
| 65 | + 'Roles' => 'Rola', |
| 66 | + 'Roles and permissions' => 'Role i uprawnienia', |
| 67 | + 'Roles and permissions for user:' => 'Role i uprawnienia użytkownika: ', |
| 68 | + 'Rule' => 'Reguła', |
| 69 | + 'Save' => 'Zapisz', |
| 70 | + 'Saved' => 'Zapisano', |
| 71 | + 'Search' => 'Szukaj', |
| 72 | + 'Settings for permission' => 'Ustawienia uprawnień', |
| 73 | + 'Status' => '', |
| 74 | + 'Superadmin' => 'Superadministrator', |
| 75 | + 'Too many attempts' => 'Zbyt wiele prób', |
| 76 | + 'Type' => 'Typ', |
| 77 | + 'Updated' => 'Zaktualizowano', |
| 78 | + 'User' => 'Użytkownik', |
| 79 | + 'User agent' => '', |
| 80 | + 'User creation' => 'Dodawanie użytkownika', |
| 81 | + 'Users' => 'Użytkownicy', |
| 82 | + 'Visit Time' => 'Ostatnia wizyta', |
| 83 | + 'Visit log' => 'Rejestr wizyt', |
| 84 | + 'Wrong format. Enter valid IPs separated by comma' => 'Nieprawidłowy format. Wpisz prawidłowe adresy IP oddzielone przecinkami', |
| 85 | + 'Wrong password' => 'Nieprawidłowe hasło', |
| 86 | + 'You can not change own permissions' => 'Nie możesz zmieniać własnych uprawnień', |
| 87 | +]; |
0 commit comments