Current state
This commit is contained in:
13
public/assets/plugins/pickadate/translations/cs_CZ.js
Normal file
13
public/assets/plugins/pickadate/translations/cs_CZ.js
Normal file
@@ -0,0 +1,13 @@
|
||||
// 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'
|
||||
});
|
||||
Reference in New Issue
Block a user