Spaces:
Running
Running
Update locales/en.json
Browse files- locales/en.json +62 -30
locales/en.json
CHANGED
@@ -1,31 +1,63 @@
|
|
1 |
-
{
|
2 |
-
"code": "en-US",
|
3 |
-
"name": "English",
|
4 |
-
"english_name": "English (United States)",
|
5 |
-
"native_name": "English (United States)",
|
6 |
-
"direction": "ltr",
|
7 |
-
"date_format": "MM/DD/YYYY",
|
8 |
-
"time_format": "hh:mm A",
|
9 |
-
"datetime_format": "MM/DD/YYYY hh:mm A",
|
10 |
-
"currency":
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
"
|
18 |
-
|
19 |
-
|
20 |
-
"
|
21 |
-
|
22 |
-
"
|
23 |
-
|
24 |
-
"
|
25 |
-
|
26 |
-
|
27 |
-
"
|
28 |
-
"
|
29 |
-
|
30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
}
|
|
|
1 |
+
{
|
2 |
+
"code": "en-US",
|
3 |
+
"name": "English",
|
4 |
+
"english_name": "English (United States)",
|
5 |
+
"native_name": "English (United States)",
|
6 |
+
"direction": "ltr",
|
7 |
+
"date_format": "MM/DD/YYYY",
|
8 |
+
"time_format": "hh:mm A",
|
9 |
+
"datetime_format": "MM/DD/YYYY hh:mm A",
|
10 |
+
"currency": {
|
11 |
+
"code": "USD",
|
12 |
+
"symbol": "$",
|
13 |
+
"word": "dollar",
|
14 |
+
"position": "before"
|
15 |
+
},
|
16 |
+
"numbers": {
|
17 |
+
"decimal_separator": ".",
|
18 |
+
"thousands_separator": ",",
|
19 |
+
"decimal_word": "point",
|
20 |
+
"small_number_threshold": 100
|
21 |
+
},
|
22 |
+
"percentage": {
|
23 |
+
"word": "percent",
|
24 |
+
"position": "after"
|
25 |
+
},
|
26 |
+
"time": {
|
27 |
+
"format": "word",
|
28 |
+
"separator": " "
|
29 |
+
},
|
30 |
+
"months": {
|
31 |
+
"01": "January",
|
32 |
+
"02": "February",
|
33 |
+
"03": "March",
|
34 |
+
"04": "April",
|
35 |
+
"05": "May",
|
36 |
+
"06": "June",
|
37 |
+
"07": "July",
|
38 |
+
"08": "August",
|
39 |
+
"09": "September",
|
40 |
+
"10": "October",
|
41 |
+
"11": "November",
|
42 |
+
"12": "December"
|
43 |
+
},
|
44 |
+
"days": {
|
45 |
+
"0": "Sunday",
|
46 |
+
"1": "Monday",
|
47 |
+
"2": "Tuesday",
|
48 |
+
"3": "Wednesday",
|
49 |
+
"4": "Thursday",
|
50 |
+
"5": "Friday",
|
51 |
+
"6": "Saturday"
|
52 |
+
},
|
53 |
+
"am_pm": ["AM", "PM"],
|
54 |
+
"week_starts_on": 0,
|
55 |
+
"common_phrases": {
|
56 |
+
"yes": "Yes",
|
57 |
+
"no": "No",
|
58 |
+
"please": "Please",
|
59 |
+
"thank_you": "Thank you",
|
60 |
+
"welcome": "Welcome",
|
61 |
+
"goodbye": "Goodbye"
|
62 |
+
}
|
63 |
}
|