Skip to content

Update cs_CZ.js #1121

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
42 changes: 29 additions & 13 deletions lib/translations/cs_CZ.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,34 @@
// Czech

jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'leden', 'únor', 'březen', 'duben', 'květen', 'červen', 'červenec', 'srpen', 'září', 'říjen', 'listopad', 'prosinec' ],
monthsShort: [ 'led', 'úno', 'bře', 'dub', 'kvě', 'čer', 'čvc', 'srp', 'zář', 'říj', 'lis', 'pro' ],
weekdaysFull: [ 'neděle', 'pondělí', 'úterý', 'středa', 'čtvrtek', 'pátek', 'sobota' ],
weekdaysShort: [ 'ne', 'po', 'út', 'st', 'čt', 'pá', 'so' ],
today: 'dnes',
clear: 'vymazat',
firstDay: 1,
format: 'd. mmmm yyyy',
formatSubmit: 'yyyy/mm/dd',
close: 'zavřít'
});
// Strings and translations
monthsFull: ['Leden', 'Únor', 'Březen', 'Duben', 'Květen', 'Červen', 'Červenec', 'Srpen', 'Září', 'Říjen', 'Listopad', 'Prosinec'],
monthsShort: ['Led', 'Úno', 'Bře', 'Dub', 'Kvě', 'Čvn', 'Čvc', 'Srp', 'Zář', 'Říj', 'Lis', 'Pro'],
weekdaysFull: ['Neděle', 'Pondělí', 'Úterý', 'Středa', 'Čtvrtek', 'Pátek', 'Sobota'],
weekdaysShort: ['Ne', 'Po', 'Út', 'St', 'Čt', 'Pá', 'So'],

// Buttons
today: 'Dnes',
clear: 'Vymazat',
close: 'Zavřít',

// Accessibility labels
labelMonthNext: 'Další měsíc',
labelMonthPrev: 'Předchozí měsíc',
labelMonthSelect: 'Vyberte měsíc',
labelYearSelect: 'Vyberte rok',

// Formats
format: 'd. mm. yyyy',

// First day of the week
firstDay: 1,
});

jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'vymazat'
});
// Translations and clear button
clear: 'Vymazat',

// Formats
format: 'H:i',
});