flare / locales /en.json
ciyidogan's picture
Upload 118 files
9f79da5 verified
{
"code": "en",
"locale_tag": "en-US",
"language_code": "en",
"region_code": "US",
"name": "English",
"english_name": "English (United States)",
"native_name": "English (United States)",
"direction": "ltr",
"date_format": "MM/DD/YYYY",
"time_format": "hh:mm A",
"datetime_format": "MM/DD/YYYY hh:mm A",
"currency": {
"code": "USD",
"symbol": "$",
"word": "dollar",
"position": "before"
},
"numbers": {
"decimal_separator": ".",
"thousands_separator": ",",
"decimal_word": "point",
"small_number_threshold": 100
},
"percentage": {
"word": "percent",
"position": "after"
},
"time": {
"format": "word",
"separator": " "
},
"months": {
"01": "January",
"02": "February",
"03": "March",
"04": "April",
"05": "May",
"06": "June",
"07": "July",
"08": "August",
"09": "September",
"10": "October",
"11": "November",
"12": "December"
},
"days": {
"0": "Sunday",
"1": "Monday",
"2": "Tuesday",
"3": "Wednesday",
"4": "Thursday",
"5": "Friday",
"6": "Saturday"
},
"am_pm": ["AM", "PM"],
"week_starts_on": 0,
"date_expressions": {
"today": "today",
"tomorrow": "tomorrow",
"yesterday": "yesterday",
"day_after_tomorrow": ["day after tomorrow", "the day after tomorrow"],
"this_week": "this week",
"next_week": "next week",
"this_weekend": "this weekend",
"this_saturday": "this Saturday",
"this_sunday": "this Sunday",
"next_saturday": "next Saturday",
"next_sunday": "next Sunday",
"in_x_days": "in {X} days",
"x_days_ago": "{X} days ago",
"next_month": "next month",
"last_month": "last month",
"this_month": "this month",
"this_year": "this year",
"next_year": "next year",
"last_year": "last year"
},
"date_patterns": {
"month_day": "{month} {day}",
"month_day_year": "{month} {day}, {year}",
"relative_days": ["today", "tomorrow", "day after tomorrow", "yesterday"],
"relative_weeks": ["this week", "next week", "last week"],
"relative_months": ["this month", "next month", "last month"]
},
"boolean_values": {
"true_values": ["yes", "y", "true", "ok", "okay", "sure", "1"],
"false_values": ["no", "n", "false", "nope", "0"],
"yes_synonyms": ["yes", "y", "yeah", "yep", "sure", "ok", "okay", "alright", "absolutely"],
"no_synonyms": ["no", "n", "nope", "nah", "never", "negative"]
},
"approval_phrases": {
"approval_question": "Do you confirm this operation?",
"operation_cancelled": "Operation cancelled.",
"confirmation_required": "Your confirmation is required to continue.",
"please_confirm": "Please confirm or cancel."
},
"common_phrases": {
"yes": "Yes",
"no": "No",
"please": "Please",
"thank_you": "Thank you",
"welcome": "Welcome",
"goodbye": "Goodbye"
},
"parameter_collection": {
"fallback_questions": {
"first_ask": "Could you please provide the {caption}?",
"second_ask": "Would you mind sharing the {caption}?",
"third_ask": "I need the {caption} to continue."
}
}
}