File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ import { Locale } from '../interface' ;
2+
3+ const locale : Locale = {
4+ locale : 'az_AZ' ,
5+ today : 'Bugün' ,
6+ now : 'İndi' ,
7+ backToToday : 'Bugünə qayıt' ,
8+ ok : 'Təsdiq' ,
9+ clear : 'Təmizlə' ,
10+ month : 'Ay' ,
11+ year : 'İl' ,
12+ timeSelect : 'vaxtı seç' ,
13+ dateSelect : 'tarixi seç' ,
14+ weekSelect : 'Həftə seç' ,
15+ monthSelect : 'Ay seç' ,
16+ yearSelect : 'il seç' ,
17+ decadeSelect : 'Onillik seçin' ,
18+ yearFormat : 'YYYY' ,
19+ dateFormat : 'D.M.YYYY' ,
20+ dayFormat : 'D' ,
21+ dateTimeFormat : 'D.M.YYYY HH:mm:ss' ,
22+ monthBeforeYear : true ,
23+ previousMonth : 'Əvvəlki ay (PageUp)' ,
24+ nextMonth : 'Növbəti ay (PageDown)' ,
25+ previousYear : 'Sonuncu il (Control + left)' ,
26+ nextYear : 'Növbəti il (Control + right)' ,
27+ previousDecade : 'Sonuncu onillik' ,
28+ nextDecade : 'Növbəti onillik' ,
29+ previousCentury : 'Sonuncu əsr' ,
30+ nextCentury : 'Növbəti əsr' ,
31+ } ;
32+
33+ export default locale ;
You can’t perform that action at this time.
0 commit comments