ciyidogan commited on
Commit
a6c767e
·
verified ·
1 Parent(s): 21a3f6f

Update locales/en.json

Browse files
Files changed (1) hide show
  1. locales/en.json +12 -0
locales/en.json CHANGED
@@ -80,6 +80,18 @@
80
  "relative_weeks": ["this week", "next week", "last week"],
81
  "relative_months": ["this month", "next month", "last month"]
82
  },
 
 
 
 
 
 
 
 
 
 
 
 
83
  "common_phrases": {
84
  "yes": "Yes",
85
  "no": "No",
 
80
  "relative_weeks": ["this week", "next week", "last week"],
81
  "relative_months": ["this month", "next month", "last month"]
82
  },
83
+ "boolean_values": {
84
+ "true_values": ["yes", "y", "true", "ok", "okay", "sure", "1"],
85
+ "false_values": ["no", "n", "false", "nope", "0"],
86
+ "yes_synonyms": ["yes", "y", "yeah", "yep", "sure", "ok", "okay", "alright", "absolutely"],
87
+ "no_synonyms": ["no", "n", "nope", "nah", "never", "negative"]
88
+ },
89
+ "approval_phrases": {
90
+ "approval_question": "Do you confirm this operation?",
91
+ "operation_cancelled": "Operation cancelled.",
92
+ "confirmation_required": "Your confirmation is required to continue.",
93
+ "please_confirm": "Please confirm or cancel."
94
+ },
95
  "common_phrases": {
96
  "yes": "Yes",
97
  "no": "No",