mirror of
https://github.com/frappe/air-datepicker.git
synced 2026-01-14 11:01:22 +08:00
Merge branch 'czech-translation' of https://github.com/liborm85/air-datepicker into liborm85-czech-translation
This commit is contained in:
commit
a838e5bbdc
12
src/js/i18n/datepicker.cs.js
Normal file
12
src/js/i18n/datepicker.cs.js
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
$.fn.datepicker.language['cs'] = {
|
||||||
|
days: ['Neděle', 'Pondělí', 'Úterý', 'Středa', 'Čtvrtek', 'Pátek', 'Sobota'],
|
||||||
|
daysShort: ['Ne', 'Po', 'Út', 'St', 'Čt', 'Pá', 'So'],
|
||||||
|
daysMin: ['Ne', 'Po', 'Út', 'St', 'Čt', 'Pá', 'So'],
|
||||||
|
months: ['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'],
|
||||||
|
today: 'Dnes',
|
||||||
|
clear: 'Vymazat',
|
||||||
|
dateFormat: 'dd.mm.yyyy',
|
||||||
|
timeFormat: 'hh:ii',
|
||||||
|
firstDay: 1
|
||||||
|
};
|
||||||
Loading…
x
Reference in New Issue
Block a user