Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polish localization file pl.js #2673

Merged
merged 1 commit into from
Sep 30, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions src/locales/pl.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
const name = 'pl';

const localization = {
today: 'Dzisiaj',
clear: 'Wyczyść',
close: 'Zamknij',
selectMonth: 'Wybierz miesiąc',
previousMonth: 'Poprzedni miesiąc',
nextMonth: 'Następny miesiąc',
selectYear: 'Wybierz rok',
previousYear: 'Poprzedni rok',
nextYear: 'Następny rok',
selectDecade: 'Wybierz dekadę',
previousDecade: 'Poprzednia dekada',
nextDecade: 'Następna dekada',
previousCentury: 'Poprzednie stulecie',
nextCentury: 'Następne stulecie',
pickHour: 'Wybierz godzinę',
incrementHour: 'Kolejna godzina',
decrementHour: 'Poprzednia godzina',
pickMinute: 'Wybierz minutę',
incrementMinute: 'Kolejna minuta',
decrementMinute: 'Poprzednia minuta',
pickSecond: 'Wybierz sekundę',
incrementSecond: 'Kolejna sekunda',
decrementSecond: 'Poprzednia sekunda',
toggleMeridiem: 'Przełącz porę dnia',
selectTime: 'Ustaw godzinę',
selectDate: 'Ustaw datę',
dayViewHeaderFormat: { month: 'long', year: '2-digit' },
locale: 'pl',
startOfTheWeek: 1
};

export { localization, name };