Skip to content

Commit

Permalink
feat(locale): polish (vuetifyjs#4437)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekkarczmarczyk authored and beatgrabe committed Jul 31, 2018
1 parent 4f17648 commit 2672157
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 2672157

Please sign in to comment.