1 | {
|
2 | "locale": "kab",
|
3 | "domain": "kab",
|
4 | "direction": "ltr",
|
5 | "countryCode": "",
|
6 | "country": "",
|
7 | "countryNative": "",
|
8 | "language": "Kabyle",
|
9 | "languageNative": "Taqbaylit",
|
10 | "translations": {
|
11 | "months": {
|
12 | "formatted": {
|
13 | "abbreviated": [
|
14 | "Yen",
|
15 | "Fur",
|
16 | "Meɣ",
|
17 | "Yeb",
|
18 | "May",
|
19 | "Yun",
|
20 | "Yul",
|
21 | "Ɣuc",
|
22 | "Cte",
|
23 | "Tub",
|
24 | "Nun",
|
25 | "Duǧ"
|
26 | ],
|
27 | "narrow": ["Y", "F", "M", "Y", "M", "Y", "Y", "Ɣ", "C", "T", "N", "D"],
|
28 | "wide": [
|
29 | "Yennayer",
|
30 | "Fuṛar",
|
31 | "Meɣres",
|
32 | "Yebrir",
|
33 | "Mayyu",
|
34 | "Yunyu",
|
35 | "Yulyu",
|
36 | "Ɣuct",
|
37 | "Ctembeṛ",
|
38 | "Tubeṛ",
|
39 | "Nunembeṛ",
|
40 | "Duǧembeṛ"
|
41 | ]
|
42 | },
|
43 | "nominative": {
|
44 | "abbreviated": [
|
45 | "Yen",
|
46 | "Fur",
|
47 | "Meɣ",
|
48 | "Yeb",
|
49 | "May",
|
50 | "Yun",
|
51 | "Yul",
|
52 | "Ɣuc",
|
53 | "Cte",
|
54 | "Tub",
|
55 | "Nun",
|
56 | "Duǧ"
|
57 | ],
|
58 | "narrow": ["Y", "F", "M", "Y", "M", "Y", "Y", "Ɣ", "C", "T", "N", "D"],
|
59 | "wide": [
|
60 | "Yennayer",
|
61 | "Fuṛar",
|
62 | "Meɣres",
|
63 | "Yebrir",
|
64 | "Mayyu",
|
65 | "Yunyu",
|
66 | "Yulyu",
|
67 | "Ɣuct",
|
68 | "Ctembeṛ",
|
69 | "Tubeṛ",
|
70 | "Nunembeṛ",
|
71 | "Duǧembeṛ"
|
72 | ]
|
73 | }
|
74 | },
|
75 | "days": {
|
76 | "formatted": {
|
77 | "abbreviated": ["Yan", "San", "Kraḍ", "Kuẓ", "Sam", "Sḍis", "Say"],
|
78 | "narrow": ["Y", "S", "K", "K", "S", "S", "S"],
|
79 | "short": ["Yan", "San", "Kraḍ", "Kuẓ", "Sam", "Sḍis", "Say"],
|
80 | "wide": [
|
81 | "Yanass",
|
82 | "Sanass",
|
83 | "Kraḍass",
|
84 | "Kuẓass",
|
85 | "Samass",
|
86 | "Sḍisass",
|
87 | "Sayass"
|
88 | ]
|
89 | },
|
90 | "nominative": {
|
91 | "abbreviated": ["Yan", "San", "Kraḍ", "Kuẓ", "Sam", "Sḍis", "Say"],
|
92 | "narrow": ["Y", "S", "K", "K", "S", "S", "S"],
|
93 | "short": ["Yan", "San", "Kraḍ", "Kuẓ", "Sam", "Sḍis", "Say"],
|
94 | "wide": [
|
95 | "Yanass",
|
96 | "Sanass",
|
97 | "Kraḍass",
|
98 | "Kuẓass",
|
99 | "Samass",
|
100 | "Sḍisass",
|
101 | "Sayass"
|
102 | ]
|
103 | }
|
104 | },
|
105 | "time": { "AM": "n tufat", "PM": "n tmeddit" }
|
106 | },
|
107 | "formats": {
|
108 | "date": {
|
109 | "full": "EEEE d MMMM y",
|
110 | "long": "d MMMM y",
|
111 | "medium": "d MMM, y",
|
112 | "short": "d/M/y"
|
113 | },
|
114 | "time": {
|
115 | "full": "h:mm:ss a zzzz",
|
116 | "long": "h:mm:ss a z",
|
117 | "medium": "h:mm:ss a",
|
118 | "short": "h:mm a"
|
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 | }
|