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 { Locale } from '../interface' ;
2+
3+ const locale : Locale = {
4+ locale : 'kk_KZ' ,
5+ today : 'Бүгін' ,
6+ now : 'Қазір' ,
7+ backToToday : 'Ағымдағы күн' ,
8+ ok : 'Таңдау' ,
9+ clear : 'Таза' ,
10+ month : 'Ай' ,
11+ year : 'Жыл' ,
12+ timeSelect : 'Уақытты таңдау' ,
13+ dateSelect : 'Күнді таңдау' ,
14+ monthSelect : 'Айды таңдаңыз' ,
15+ yearSelect : 'Жылды таңдаңыз' ,
16+ decadeSelect : 'Онжылды таңдаңыз' ,
17+ yearFormat : 'YYYY' ,
18+ dateFormat : 'D-M-YYYY' ,
19+ dayFormat : 'D' ,
20+ dateTimeFormat : 'D-M-YYYY HH:mm:ss' ,
21+ monthBeforeYear : true ,
22+ previousMonth : 'Алдыңғы ай (PageUp)' ,
23+ nextMonth : 'Келесі ай (PageDown)' ,
24+ previousYear : 'Алдыңғы жыл (Control + left)' ,
25+ nextYear : 'Келесі жыл (Control + right)' ,
26+ previousDecade : 'Алдыңғы онжылдық' ,
27+ nextDecade : 'Келесі онжылдық' ,
28+ previousCentury : 'Алдыңғы ғасыр' ,
29+ nextCentury : 'Келесі ғасыр' ,
30+ } ;
31+
32+ export default locale ;
You can’t perform that action at this time.
0 commit comments