Skip to content

Commit 35a1f1d

Browse files
authored
feat: add turkmen language (#380)
1 parent cf5eec8 commit 35a1f1d

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

src/locale/tk_TK.ts

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
import type { Locale } from '../interface';
2+
3+
const locale: Locale = {
4+
locale: 'tk_TK',
5+
today: 'Şugün',
6+
now: 'Şuwagt',
7+
backToToday: 'Şugüne gaýt',
8+
ok: 'Bolýar',
9+
clear: 'Arassala',
10+
month: 'Aý',
11+
year: 'Ýyl',
12+
timeSelect: 'Wagt saýla',
13+
dateSelect: 'Gün saýla',
14+
monthSelect: 'Aý saýla',
15+
yearSelect: 'Ýyl saýla',
16+
decadeSelect: 'On ýyllygy saýla',
17+
yearFormat: 'YYYY',
18+
dateFormat: 'D/M/YYYY',
19+
dayFormat: 'D',
20+
dateTimeFormat: 'D/M/YYYY HH:mm:ss',
21+
monthBeforeYear: true,
22+
previousMonth: 'Öňki aý (PageUp)',
23+
nextMonth: 'Soňky aý (PageDown)',
24+
previousYear: 'Öňki ýyl (Control + çep)',
25+
nextYear: 'Soňky ýyl (Control + sag)',
26+
previousDecade: 'Öňki on ýyl',
27+
nextDecade: 'Soňky on ýyl',
28+
previousCentury: 'Öňki asyr',
29+
nextCentury: 'Soňky asyr',
30+
};
31+
32+
export default locale;

0 commit comments

Comments
 (0)