summaryrefslogtreecommitdiffstats
path: root/src/i18n/Intimidatetime-cs.js
blob: 5b6f6498ecf347149fed5f8be630b33a2671406c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/* Czech translation for Intimidatetime */
(function($) {
	$.intimidatetime.i18n['cs'] = {
		format: 'dd.MM.yyyy HH:mm',
		units: {
			year: { 
					format: 'yyyy',
					label: 'rok'
				},
			month: { 
					format: 'MMM',
					label: 'měsíc',
					names: ['leden','únor','březen','duben','květen','červen','červenec','srpen','září','říjen','listopad','prosinec'], 
					namesAbbr: ['led','úno','bře','dub','kvě','čer','čvc','srp','zář','říj','lis','pro']
				},
			day: { 
					format: 'd',
					label: 'den',
					names: ['neděle', 'pondělí', 'úterý', 'středa', 'čtvrtek', 'pátek', 'sobota'],
					namesAbbr: ['ne', 'po', 'út', 'st', 'čt', 'pá', 'so'],
					namesHead: ['ne','po','út','st','čt','pá','so']
				},
			hour: {  
					format: 'HH',
					label: 'Hodiny',
					am: ['dop.','AM','A'],
					pm: ['odp.','PM','P']
				},
			minute: { 
					format: 'mm',
					label: 'Minuty'
				},
			second: { 
					format: 'ss',
					label: 'Vteřiny'
				},
			millisecond: { 
					format: 'l',
					label: 'Milisekundy'
				},
			microsecond: { 
					format: 'c',
					label: 'Mikrosekundy'
				},
			timezone: { 
					format: 'z',
					label: 'Časové pásmo'
				}
		},
		rtl: false
	};
	$.intimidatetime.setDefaults($.intimidatetime.i18n['cs']);
})(window.jQuery || window.Zepto || window.$);