Skip to content

Commit

Permalink
i18n: update pl.js (ElemeFE#10491)
Browse files Browse the repository at this point in the history
* filled gaps in translation

* Update pl.js
  • Loading branch information
r3stm4n authored and Leopoldthecoder committed Mar 31, 2018
1 parent 3e0106e commit 2e1c329
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/locale/lang/pl.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default {
error: 'Wiadomość zawiera niedozwolone znaki'
},
upload: {
deleteTip: 'press delete to remove', // to be translated
deleteTip: 'kliknij kasuj aby usunąć',
delete: 'Kasuj',
preview: 'Podgląd',
continue: 'Kontynuuj'
Expand All @@ -92,18 +92,18 @@ export default {
confirmFilter: 'Potwierdź',
resetFilter: 'Resetuj',
clearFilter: 'Wszystko',
sumText: 'Sum' // to be translated
sumText: 'Razem'
},
tree: {
emptyText: 'Brak danych'
},
transfer: {
noMatch: 'Brak dopasowań',
noData: 'Brak danych',
titles: ['List 1', 'List 2'], // to be translated
filterPlaceholder: 'Enter keyword', // to be translated
noCheckedFormat: '{total} items', // to be translated
hasCheckedFormat: '{checked}/{total} checked' // to be translated
titles: ['Lista 1', 'Lista 2'],
filterPlaceholder: 'Wpisz szukaną frazę',
noCheckedFormat: 'razem: {total}',
hasCheckedFormat: 'wybranyh: {checked}/{total}'
}
}
};

0 comments on commit 2e1c329

Please sign in to comment.