File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments