1 | {
|
2 | "locale": "su",
|
3 | "domain": "su",
|
4 | "direction": "ltr",
|
5 | "countryCode": "",
|
6 | "country": "",
|
7 | "countryNative": "",
|
8 | "language": "Sundanese",
|
9 | "languageNative": "Basa Sunda",
|
10 | "translations": {
|
11 | "months": {
|
12 | "formatted": {
|
13 | "abbreviated": [
|
14 | "Jan",
|
15 | "Péb",
|
16 | "Mar",
|
17 | "Apr",
|
18 | "Méi",
|
19 | "Jun",
|
20 | "Jul",
|
21 | "Ags",
|
22 | "Sép",
|
23 | "Okt",
|
24 | "Nop",
|
25 | "Dés"
|
26 | ],
|
27 | "narrow": ["J", "P", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
|
28 | "wide": [
|
29 | "Januari",
|
30 | "Pébruari",
|
31 | "Maret",
|
32 | "April",
|
33 | "Méi",
|
34 | "Juni",
|
35 | "Juli",
|
36 | "Agustus",
|
37 | "Séptémber",
|
38 | "Oktober",
|
39 | "Nopémber",
|
40 | "Désémber"
|
41 | ]
|
42 | },
|
43 | "nominative": {
|
44 | "abbreviated": [
|
45 | "Jan",
|
46 | "Péb",
|
47 | "Mar",
|
48 | "Apr",
|
49 | "Méi",
|
50 | "Jun",
|
51 | "Jul",
|
52 | "Ags",
|
53 | "Sép",
|
54 | "Okt",
|
55 | "Nop",
|
56 | "Dés"
|
57 | ],
|
58 | "narrow": ["J", "P", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
|
59 | "wide": [
|
60 | "Januari",
|
61 | "Pébruari",
|
62 | "Maret",
|
63 | "April",
|
64 | "Méi",
|
65 | "Juni",
|
66 | "Juli",
|
67 | "Agustus",
|
68 | "Séptémber",
|
69 | "Oktober",
|
70 | "Nopémber",
|
71 | "Désémber"
|
72 | ]
|
73 | }
|
74 | },
|
75 | "days": {
|
76 | "formatted": {
|
77 | "abbreviated": ["Mng", "Sen", "Sal", "Reb", "Kem", "Jum", "Sap"],
|
78 | "narrow": ["M", "S", "S", "R", "K", "J", "S"],
|
79 | "short": ["Mng", "Sen", "Sal", "Reb", "Kem", "Jum", "Sap"],
|
80 | "wide": [
|
81 | "Minggu",
|
82 | "Senén",
|
83 | "Salasa",
|
84 | "Rebo",
|
85 | "Kemis",
|
86 | "Jumaah",
|
87 | "Saptu"
|
88 | ]
|
89 | },
|
90 | "nominative": {
|
91 | "abbreviated": ["Mng", "Sen", "Sal", "Reb", "Kem", "Jum", "Sap"],
|
92 | "narrow": ["M", "S", "S", "R", "K", "J", "S"],
|
93 | "short": ["Mng", "Sen", "Sal", "Reb", "Kem", "Jum", "Sap"],
|
94 | "wide": [
|
95 | "Minggu",
|
96 | "Senén",
|
97 | "Salasa",
|
98 | "Rebo",
|
99 | "Kemis",
|
100 | "Jumaah",
|
101 | "Saptu"
|
102 | ]
|
103 | }
|
104 | },
|
105 | "time": { "AM": "AM", "PM": "PM" }
|
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/yy"
|
113 | },
|
114 | "time": {
|
115 | "full": "H.mm.ss zzzz",
|
116 | "long": "H.mm.ss z",
|
117 | "medium": "H.mm.ss",
|
118 | "short": "H.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 | }
|