Skip to content

Commit f0666cd

Browse files
authored
Merge pull request #24 from orkhan-huseyn/master
add: az_AZ locale
2 parents 401ae47 + 3b2fe1e commit f0666cd

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

src/locale/az_AZ.ts

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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;

0 commit comments

Comments
 (0)