1 | {
|
2 | "locale": "kln",
|
3 | "domain": "kln",
|
4 | "direction": "ltr",
|
5 | "countryCode": "",
|
6 | "country": "",
|
7 | "countryNative": "",
|
8 | "language": "Kalenjin",
|
9 | "languageNative": "Kalenjin",
|
10 | "translations": {
|
11 | "months": {
|
12 | "formatted": {
|
13 | "abbreviated": [
|
14 | "Mul",
|
15 | "Ngat",
|
16 | "Taa",
|
17 | "Iwo",
|
18 | "Mam",
|
19 | "Paa",
|
20 | "Nge",
|
21 | "Roo",
|
22 | "Bur",
|
23 | "Epe",
|
24 | "Kpt",
|
25 | "Kpa"
|
26 | ],
|
27 | "narrow": ["M", "N", "T", "I", "M", "P", "N", "R", "B", "E", "K", "K"],
|
28 | "wide": [
|
29 | "Mulgul",
|
30 | "Ng’atyaato",
|
31 | "Kiptaamo",
|
32 | "Iwootkuut",
|
33 | "Mamuut",
|
34 | "Paagi",
|
35 | "Ng’eiyeet",
|
36 | "Rooptui",
|
37 | "Bureet",
|
38 | "Epeeso",
|
39 | "Kipsuunde ne taai",
|
40 | "Kipsuunde nebo aeng’"
|
41 | ]
|
42 | },
|
43 | "nominative": {
|
44 | "abbreviated": [
|
45 | "Mul",
|
46 | "Ngat",
|
47 | "Taa",
|
48 | "Iwo",
|
49 | "Mam",
|
50 | "Paa",
|
51 | "Nge",
|
52 | "Roo",
|
53 | "Bur",
|
54 | "Epe",
|
55 | "Kpt",
|
56 | "Kpa"
|
57 | ],
|
58 | "narrow": ["M", "N", "T", "I", "M", "P", "N", "R", "B", "E", "K", "K"],
|
59 | "wide": [
|
60 | "Mulgul",
|
61 | "Ng’atyaato",
|
62 | "Kiptaamo",
|
63 | "Iwootkuut",
|
64 | "Mamuut",
|
65 | "Paagi",
|
66 | "Ng’eiyeet",
|
67 | "Rooptui",
|
68 | "Bureet",
|
69 | "Epeeso",
|
70 | "Kipsuunde ne taai",
|
71 | "Kipsuunde nebo aeng’"
|
72 | ]
|
73 | }
|
74 | },
|
75 | "days": {
|
76 | "formatted": {
|
77 | "abbreviated": ["Kts", "Kot", "Koo", "Kos", "Koa", "Kom", "Kol"],
|
78 | "narrow": ["T", "T", "O", "S", "A", "M", "L"],
|
79 | "short": ["Kts", "Kot", "Koo", "Kos", "Koa", "Kom", "Kol"],
|
80 | "wide": [
|
81 | "Kotisap",
|
82 | "Kotaai",
|
83 | "Koaeng’",
|
84 | "Kosomok",
|
85 | "Koang’wan",
|
86 | "Komuut",
|
87 | "Kolo"
|
88 | ]
|
89 | },
|
90 | "nominative": {
|
91 | "abbreviated": ["Kts", "Kot", "Koo", "Kos", "Koa", "Kom", "Kol"],
|
92 | "narrow": ["T", "T", "O", "S", "A", "M", "L"],
|
93 | "short": ["Kts", "Kot", "Koo", "Kos", "Koa", "Kom", "Kol"],
|
94 | "wide": [
|
95 | "Kotisap",
|
96 | "Kotaai",
|
97 | "Koaeng’",
|
98 | "Kosomok",
|
99 | "Koang’wan",
|
100 | "Komuut",
|
101 | "Kolo"
|
102 | ]
|
103 | }
|
104 | },
|
105 | "time": { "AM": "krn", "PM": "koosk" }
|
106 | },
|
107 | "formats": {
|
108 | "date": {
|
109 | "full": "EEEE, d MMMM y",
|
110 | "long": "d MMMM y",
|
111 | "medium": "d MMM y",
|
112 | "short": "dd/MM/y"
|
113 | },
|
114 | "time": {
|
115 | "full": "HH:mm:ss zzzz",
|
116 | "long": "HH:mm:ss z",
|
117 | "medium": "HH:mm:ss",
|
118 | "short": "HH:mm"
|
119 | },
|
120 | "dateTime": {
|
121 | "full": "{1} {0}",
|
122 | "long": "{1} {0}",
|
123 | "medium": "{1} {0}",
|
124 | "short": "{1} {0}"
|
125 | },
|
126 | "numbers": { "decimals": ".", "grouping": ",", "minus": "-" }
|
127 | }
|
128 | }
|