Skip to content

Commit 19f73ef

Browse files
committed
Add Polish translation.
1 parent 51582b6 commit 19f73ef

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

template/locales/locale.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ define([
22
'./locales/de.js',
33
'./locales/fr.js',
44
'./locales/nl.js',
5+
'./locales/pl.js',
56
'./locales/zh.js'
67
], function() {
78
var locales = {};

template/locales/pl.js

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
define({
2+
pl: {
3+
'Allowed values:' : 'Dozwlone wartości:',
4+
'Compare all with predecessor': 'Porównaj z poprzednimi wersjami',
5+
'compare changes to:' : 'porównaj zmiany do:',
6+
'compared to' : 'porównaj do:',
7+
'Default value:' : 'Wartość domyślna:',
8+
'Description' : 'Opis',
9+
'Field' : 'Pole',
10+
'General' : 'Generalnie',
11+
'Generated with' : 'Wygenerowano z',
12+
'Name' : 'Nazwa',
13+
'No response values.' : 'Brak odpowiedzi.',
14+
'optional' : 'opcjonalny',
15+
'Parameter' : 'Parametr',
16+
'Permission:' : 'Uprawnienia:',
17+
'Response' : 'Odpowiedź',
18+
'Send' : 'Wyślij',
19+
'Send a Sample Request' : 'Wyślij przykładowe żądanie',
20+
'show up to version:' : 'pokaż do wersji:',
21+
'Size range:' : 'Zakres rozmiaru:',
22+
'Type' : 'Typ',
23+
'url' : 'url'
24+
}
25+
});

0 commit comments

Comments
 (0)