Skip to content

Commit a442eaa

Browse files
author
przeqpiciel
committed
Create Polish
1 parent 5c814ff commit a442eaa

File tree

1 file changed

+69
-0
lines changed
  • messages

1 file changed

+69
-0
lines changed

messages/pl

+69
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
<?php
2+
3+
/**
4+
* Message translations for \mdmsoft\yii2-admin.
5+
*
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+
'Assignments' => 'Powiązania',
21+
'Users' => 'Użytkownicy',
22+
'User' => 'Użytkownik',
23+
'Avaliable' => 'Dostępny',
24+
'Assigned' => 'Powiązany',
25+
'Create' => 'Utwórz',
26+
'Update' => 'Aktualizuj',
27+
'Roles' => 'Role',
28+
'Create Role' => 'Utwórz Role',
29+
'Name' => 'Nazwa',
30+
'Type' => 'Typ',
31+
'Description' => 'Opis',
32+
'Rule Name' => 'Nazwa Reguły',
33+
'Data' => 'Data',
34+
'Update Role' => 'Aktualizuj Role',
35+
'Delete' => 'Usuń',
36+
'Are you sure to delete this item?' => 'Czy napewno chcesz usunąć ten element?',
37+
'ID' => 'ID',
38+
'Parent' => 'Parent',
39+
'Parent Name' => 'Parent Name',
40+
'Route' => 'Route',
41+
'Username' => 'Nazwa użytkownika',
42+
'Update Permission' => 'Aktualizuj Uprawnienia',
43+
'Permissions' => 'Uprawnienia',
44+
'Permission' => 'Uprawnienie',
45+
'Create Permission' => 'Utwórz Uprawnienie',
46+
'Create Permissions' => 'Utwórz Uprawnienia',
47+
'Routes' => 'Ścieżki',
48+
'Create route' => 'Stwórz Ścieżkę',
49+
'New' => 'Nowy',
50+
'Generate Routes' => 'Wygeneruj Ścieżkę',
51+
'Append' => 'Dopisz',
52+
'Create Rule' => 'Utwórz regułę',
53+
'Rules' => 'Reguły',
54+
'Update Rule' => 'Aktualizuj Regułę',
55+
'Create Menu' => 'Stwóz Menu',
56+
'Menus' => 'Menus',
57+
'Search' => 'Szukaj',
58+
'Reset' => 'Reset',
59+
'Update Menu' => 'Aktualizuj Menu',
60+
'Menus' => 'Menus',
61+
'Order' => 'Order',
62+
'Class Name' => 'Class Name',
63+
'Assignment' => 'Assignment',
64+
'Role' => 'Rola',
65+
'Rule' => 'Reguła',
66+
'Menu' => 'Menu',
67+
'Help' => 'Pomoc',
68+
'Application' => 'Aplikacja',
69+
];

0 commit comments

Comments
 (0)