Skip to content

Commit

Permalink
feat(locale): polish (#4437)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekkarczmarczyk authored and KaelWD committed Jul 9, 2018
1 parent d3d6ee4 commit 7ac60f7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/locale/pl.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
export default {
dataIterator: {
rowsPerPageText: 'Pozycji na stronie:',
rowsPerPageAll: 'Wszystkie',
pageText: '{0}-{1} z {2}',
noResultsText: 'Nie znaleziono danych',
nextPage: 'Następna strona',
prevPage: 'Poprzednia strona'
},
dataTable: {
rowsPerPageText: 'Wierszy na stronie:'
},
noDataText: 'Brak danych'
}

0 comments on commit 7ac60f7

Please sign in to comment.