summaryrefslogtreecommitdiffstats
path: root/src/i18n/Intimidatetime-id.js
blob: 0a562967db651fb4fc99164f5b71702c084ad98f (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
/* Indonesian translation for Intimidatetime */
(function($) {
	$.intimidatetime.i18n['id'] = {
		format: 'dd/MM/yyyy HH:mm',
		units: {
			year: { 
					format: 'yyyy',
					label: 'Tahun'
				},
			month: { 
					format: 'MMM',
					label: 'Bulan',
					names: ['Januari','Februari','Maret','April','Mei','Juni','Juli','Agustus','September','Oktober','Nopember','Desember'], 
					namesAbbr: ['Jan','Feb','Mar','Apr','Mei','Jun','Jul','Agus','Sep','Okt','Nop','Des']
				},
			day: { 
					format: 'd',
					label: 'Hari',
					names: ['Minggu','Senin','Selasa','Rabu','Kamis','Jumat','Sabtu'],
					namesAbbr: ['Min','Sen','Sel','Rab','kam','Jum','Sab'],
					namesHead: ['Mg','Sn','Sl','Rb','Km','jm','Sb']
				},
			hour: {  
					format: 'HH',
					label: 'Pukul',
					am: ['AM','A'],
					pm: ['PM','P']
				},
			minute: { 
					format: 'mm',
					label: 'Menit'
				},
			second: { 
					format: 'ss',
					label: 'Detik'
				},
			millisecond: { 
					format: 'l',
					label: 'Milidetik'
				},
			microsecond: { 
					format: 'c',
					label: 'Mikrodetik'
				},
			timezone: { 
					format: 'z',
					label: 'Zona Waktu'
				}
		},
		rtl: false
	};
	$.intimidatetime.setDefaults($.intimidatetime.i18n['id']);
})(window.jQuery || window.Zepto || window.$);