UNPKG

1.11 kBJavaScriptView Raw
1export default {
2 today: 'आज',
3 now: 'अभी',
4 backToToday: 'आज तक',
5 ok: 'ठीक',
6 clear: 'स्पष्ट',
7 month: 'महीना',
8 year: 'साल',
9 timeSelect: 'समय का चयन करें',
10 dateSelect: 'तारीख़ चुनें',
11 weekSelect: 'एक सप्ताह चुनें',
12 monthSelect: 'एक महीना चुनें',
13 yearSelect: 'एक वर्ष चुनें',
14 decadeSelect: 'एक दशक चुनें',
15 yearFormat: 'YYYY',
16 dateFormat: 'M/D/YYYY',
17 dayFormat: 'D',
18 dateTimeFormat: 'M/D/YYYY HH:mm:ss',
19 monthBeforeYear: true,
20 previousMonth: 'पिछला महीना (पेजअप)',
21 nextMonth: 'अगले महीने (पेजडाउन)',
22 previousYear: 'पिछले साल (Ctrl + बाएं)',
23 nextYear: 'अगले साल (Ctrl + दाहिना)',
24 previousDecade: 'पिछला दशक',
25 nextDecade: 'अगले दशक',
26 previousCentury: 'पीछ्ली शताब्दी',
27 nextCentury: 'अगली सदी'
28};
\No newline at end of file