Spaces:
Running
Running
Update locales/en.json
Browse files- locales/en.json +112 -112
locales/en.json
CHANGED
@@ -1,113 +1,113 @@
|
|
1 |
-
{
|
2 |
-
"code": "en",
|
3 |
-
"locale_tag": "en-US"
|
4 |
-
"language_code": "en",
|
5 |
-
"region_code": "US"
|
6 |
-
"name": "English",
|
7 |
-
"english_name": "English (United States)",
|
8 |
-
"native_name": "English (United States)",
|
9 |
-
"direction": "ltr",
|
10 |
-
"date_format": "MM/DD/YYYY",
|
11 |
-
"time_format": "hh:mm A",
|
12 |
-
"datetime_format": "MM/DD/YYYY hh:mm A",
|
13 |
-
"currency": {
|
14 |
-
"code": "USD",
|
15 |
-
"symbol": "$",
|
16 |
-
"word": "dollar",
|
17 |
-
"position": "before"
|
18 |
-
},
|
19 |
-
"numbers": {
|
20 |
-
"decimal_separator": ".",
|
21 |
-
"thousands_separator": ",",
|
22 |
-
"decimal_word": "point",
|
23 |
-
"small_number_threshold": 100
|
24 |
-
},
|
25 |
-
"percentage": {
|
26 |
-
"word": "percent",
|
27 |
-
"position": "after"
|
28 |
-
},
|
29 |
-
"time": {
|
30 |
-
"format": "word",
|
31 |
-
"separator": " "
|
32 |
-
},
|
33 |
-
"months": {
|
34 |
-
"01": "January",
|
35 |
-
"02": "February",
|
36 |
-
"03": "March",
|
37 |
-
"04": "April",
|
38 |
-
"05": "May",
|
39 |
-
"06": "June",
|
40 |
-
"07": "July",
|
41 |
-
"08": "August",
|
42 |
-
"09": "September",
|
43 |
-
"10": "October",
|
44 |
-
"11": "November",
|
45 |
-
"12": "December"
|
46 |
-
},
|
47 |
-
"days": {
|
48 |
-
"0": "Sunday",
|
49 |
-
"1": "Monday",
|
50 |
-
"2": "Tuesday",
|
51 |
-
"3": "Wednesday",
|
52 |
-
"4": "Thursday",
|
53 |
-
"5": "Friday",
|
54 |
-
"6": "Saturday"
|
55 |
-
},
|
56 |
-
"am_pm": ["AM", "PM"],
|
57 |
-
"week_starts_on": 0,
|
58 |
-
"date_expressions": {
|
59 |
-
"today": "today",
|
60 |
-
"tomorrow": "tomorrow",
|
61 |
-
"yesterday": "yesterday",
|
62 |
-
"day_after_tomorrow": ["day after tomorrow", "the day after tomorrow"],
|
63 |
-
"this_week": "this week",
|
64 |
-
"next_week": "next week",
|
65 |
-
"this_weekend": "this weekend",
|
66 |
-
"this_saturday": "this Saturday",
|
67 |
-
"this_sunday": "this Sunday",
|
68 |
-
"next_saturday": "next Saturday",
|
69 |
-
"next_sunday": "next Sunday",
|
70 |
-
"in_x_days": "in {X} days",
|
71 |
-
"x_days_ago": "{X} days ago",
|
72 |
-
"next_month": "next month",
|
73 |
-
"last_month": "last month",
|
74 |
-
"this_month": "this month",
|
75 |
-
"this_year": "this year",
|
76 |
-
"next_year": "next year",
|
77 |
-
"last_year": "last year"
|
78 |
-
},
|
79 |
-
"date_patterns": {
|
80 |
-
"month_day": "{month} {day}",
|
81 |
-
"month_day_year": "{month} {day}, {year}",
|
82 |
-
"relative_days": ["today", "tomorrow", "day after tomorrow", "yesterday"],
|
83 |
-
"relative_weeks": ["this week", "next week", "last week"],
|
84 |
-
"relative_months": ["this month", "next month", "last month"]
|
85 |
-
},
|
86 |
-
"boolean_values": {
|
87 |
-
"true_values": ["yes", "y", "true", "ok", "okay", "sure", "1"],
|
88 |
-
"false_values": ["no", "n", "false", "nope", "0"],
|
89 |
-
"yes_synonyms": ["yes", "y", "yeah", "yep", "sure", "ok", "okay", "alright", "absolutely"],
|
90 |
-
"no_synonyms": ["no", "n", "nope", "nah", "never", "negative"]
|
91 |
-
},
|
92 |
-
"approval_phrases": {
|
93 |
-
"approval_question": "Do you confirm this operation?",
|
94 |
-
"operation_cancelled": "Operation cancelled.",
|
95 |
-
"confirmation_required": "Your confirmation is required to continue.",
|
96 |
-
"please_confirm": "Please confirm or cancel."
|
97 |
-
},
|
98 |
-
"common_phrases": {
|
99 |
-
"yes": "Yes",
|
100 |
-
"no": "No",
|
101 |
-
"please": "Please",
|
102 |
-
"thank_you": "Thank you",
|
103 |
-
"welcome": "Welcome",
|
104 |
-
"goodbye": "Goodbye"
|
105 |
-
},
|
106 |
-
"parameter_collection": {
|
107 |
-
"fallback_questions": {
|
108 |
-
"first_ask": "Could you please provide the {caption}?",
|
109 |
-
"second_ask": "Would you mind sharing the {caption}?",
|
110 |
-
"third_ask": "I need the {caption} to continue."
|
111 |
-
}
|
112 |
-
}
|
113 |
}
|
|
|
1 |
+
{
|
2 |
+
"code": "en",
|
3 |
+
"locale_tag": "en-US"
|
4 |
+
"language_code": "en",
|
5 |
+
"region_code": "US",
|
6 |
+
"name": "English",
|
7 |
+
"english_name": "English (United States)",
|
8 |
+
"native_name": "English (United States)",
|
9 |
+
"direction": "ltr",
|
10 |
+
"date_format": "MM/DD/YYYY",
|
11 |
+
"time_format": "hh:mm A",
|
12 |
+
"datetime_format": "MM/DD/YYYY hh:mm A",
|
13 |
+
"currency": {
|
14 |
+
"code": "USD",
|
15 |
+
"symbol": "$",
|
16 |
+
"word": "dollar",
|
17 |
+
"position": "before"
|
18 |
+
},
|
19 |
+
"numbers": {
|
20 |
+
"decimal_separator": ".",
|
21 |
+
"thousands_separator": ",",
|
22 |
+
"decimal_word": "point",
|
23 |
+
"small_number_threshold": 100
|
24 |
+
},
|
25 |
+
"percentage": {
|
26 |
+
"word": "percent",
|
27 |
+
"position": "after"
|
28 |
+
},
|
29 |
+
"time": {
|
30 |
+
"format": "word",
|
31 |
+
"separator": " "
|
32 |
+
},
|
33 |
+
"months": {
|
34 |
+
"01": "January",
|
35 |
+
"02": "February",
|
36 |
+
"03": "March",
|
37 |
+
"04": "April",
|
38 |
+
"05": "May",
|
39 |
+
"06": "June",
|
40 |
+
"07": "July",
|
41 |
+
"08": "August",
|
42 |
+
"09": "September",
|
43 |
+
"10": "October",
|
44 |
+
"11": "November",
|
45 |
+
"12": "December"
|
46 |
+
},
|
47 |
+
"days": {
|
48 |
+
"0": "Sunday",
|
49 |
+
"1": "Monday",
|
50 |
+
"2": "Tuesday",
|
51 |
+
"3": "Wednesday",
|
52 |
+
"4": "Thursday",
|
53 |
+
"5": "Friday",
|
54 |
+
"6": "Saturday"
|
55 |
+
},
|
56 |
+
"am_pm": ["AM", "PM"],
|
57 |
+
"week_starts_on": 0,
|
58 |
+
"date_expressions": {
|
59 |
+
"today": "today",
|
60 |
+
"tomorrow": "tomorrow",
|
61 |
+
"yesterday": "yesterday",
|
62 |
+
"day_after_tomorrow": ["day after tomorrow", "the day after tomorrow"],
|
63 |
+
"this_week": "this week",
|
64 |
+
"next_week": "next week",
|
65 |
+
"this_weekend": "this weekend",
|
66 |
+
"this_saturday": "this Saturday",
|
67 |
+
"this_sunday": "this Sunday",
|
68 |
+
"next_saturday": "next Saturday",
|
69 |
+
"next_sunday": "next Sunday",
|
70 |
+
"in_x_days": "in {X} days",
|
71 |
+
"x_days_ago": "{X} days ago",
|
72 |
+
"next_month": "next month",
|
73 |
+
"last_month": "last month",
|
74 |
+
"this_month": "this month",
|
75 |
+
"this_year": "this year",
|
76 |
+
"next_year": "next year",
|
77 |
+
"last_year": "last year"
|
78 |
+
},
|
79 |
+
"date_patterns": {
|
80 |
+
"month_day": "{month} {day}",
|
81 |
+
"month_day_year": "{month} {day}, {year}",
|
82 |
+
"relative_days": ["today", "tomorrow", "day after tomorrow", "yesterday"],
|
83 |
+
"relative_weeks": ["this week", "next week", "last week"],
|
84 |
+
"relative_months": ["this month", "next month", "last month"]
|
85 |
+
},
|
86 |
+
"boolean_values": {
|
87 |
+
"true_values": ["yes", "y", "true", "ok", "okay", "sure", "1"],
|
88 |
+
"false_values": ["no", "n", "false", "nope", "0"],
|
89 |
+
"yes_synonyms": ["yes", "y", "yeah", "yep", "sure", "ok", "okay", "alright", "absolutely"],
|
90 |
+
"no_synonyms": ["no", "n", "nope", "nah", "never", "negative"]
|
91 |
+
},
|
92 |
+
"approval_phrases": {
|
93 |
+
"approval_question": "Do you confirm this operation?",
|
94 |
+
"operation_cancelled": "Operation cancelled.",
|
95 |
+
"confirmation_required": "Your confirmation is required to continue.",
|
96 |
+
"please_confirm": "Please confirm or cancel."
|
97 |
+
},
|
98 |
+
"common_phrases": {
|
99 |
+
"yes": "Yes",
|
100 |
+
"no": "No",
|
101 |
+
"please": "Please",
|
102 |
+
"thank_you": "Thank you",
|
103 |
+
"welcome": "Welcome",
|
104 |
+
"goodbye": "Goodbye"
|
105 |
+
},
|
106 |
+
"parameter_collection": {
|
107 |
+
"fallback_questions": {
|
108 |
+
"first_ask": "Could you please provide the {caption}?",
|
109 |
+
"second_ask": "Would you mind sharing the {caption}?",
|
110 |
+
"third_ask": "I need the {caption} to continue."
|
111 |
+
}
|
112 |
+
}
|
113 |
}
|