Skip to content

Commit

Permalink
fix(locale): polish translation fixes (#15894)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekkarczmarczyk committed Oct 17, 2022
1 parent 94a0a78 commit 4d365e4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/vuetify/src/locale/pl.ts
Expand Up @@ -38,16 +38,16 @@ export default {
prev: 'Poprzedni obraz',
next: 'Nast臋pny obraz',
ariaLabel: {
delimiter: 'Carousel slide {0} of {1}',
delimiter: 'Obraz {0} z {1}',
},
},
calendar: {
moreEvents: '{0} wi臋cej',
},
input: {
clear: 'Clear {0}',
prependAction: '{0} prepended action',
appendAction: '{0} appended action',
clear: 'Wyczy艣膰 {0}',
prependAction: '{0} dodatkowa akcja',
appendAction: '{0} dodatkowa akcja',
},
fileInput: {
counter: 'Liczba plik贸w: {0}',
Expand All @@ -64,13 +64,13 @@ export default {
previous: 'Poprzednia strona',
page: 'Id藕 do strony {0}',
currentPage: 'Bie偶膮ca strona, strona {0}',
first: 'First page',
last: 'Last page',
first: 'Pierwsza strona',
last: 'Ostatnia strona',
},
},
rating: {
ariaLabel: {
item: 'Rating {0} of {1}',
item: 'Ocena {0} na {1}',
},
},
}

0 comments on commit 4d365e4

Please sign in to comment.