summaryrefslogtreecommitdiffstats
path: root/src/i18n/Intimidatetime-he.js
blob: ef9bb3930a4b8e18767b3e8a964519b9a5df7c91 (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
/* Hebrew translation for Intimidatetime */
(function($) {
	$.intimidatetime.i18n['he'] = {
		format: 'dd/MM/yyyy HH:mm',
		units: {
			year: { 
					format: 'yyyy',
					label: 'שנה'
				},
			month: { 
					format: 'MMM',
					label: 'חודש',
					names: ['ינואר','פברואר','מרץ','אפריל','מאי','יוני','יולי','אוגוסט','ספטמבר','אוקטובר','נובמבר','דצמבר'], 
					namesAbbr: ['ינו','פבר','מרץ','אפר','מאי','יוני','יולי','אוג','ספט','אוק','נוב','דצמ']
				},
			day: { 
					format: 'd',
					label: 'יום',
					names: ['ראשון','שני','שלישי','רביעי','חמישי','שישי','שבת'],
					namesAbbr: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
					namesHead: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת']
				},
			hour: {  
					format: 'HH',
					label: 'שעות',
					am: ['לפנה"צ','AM','A'],
					pm: ['אחה"צ','PM','P']
				},
			minute: { 
					format: 'mm',
					label: 'דקות'
				},
			second: { 
					format: 'ss',
					label: 'שניות'
				},
			millisecond: { 
					format: 'l',
					label: 'אלפית השנייה'
				},
			microsecond: { 
					format: 'c',
					label: 'מיקרו'
				},
			timezone: { 
					format: 'z',
					label: 'אזור זמן'
				}
		},
		rtl: true
	};
	$.intimidatetime.setDefaults($.intimidatetime.i18n['he']);
})(window.jQuery || window.Zepto || window.$);