-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.config.json
377 lines (377 loc) · 15.9 KB
/
app.config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
{
"theme": {
"palette": {
"primary": {
"main": "#1e6231",
"light": "#219653",
"dark": "#f6faff",
"contrastText": "#ffffff"
}
}
},
"component": {
"botDetails": {
"favicon": "",
"scrollbarColor": "#1e6231",
"healthCheckTime": 5,
"timer1": 30000,
"timer2": 45000,
"audioPlayback": 1.5,
"defaultLanguage": "en"
},
"weatherPage": {
"provider": "upcar",
"showCropAdvisory": true,
"weather": "imd"
},
"homePage": {
"showHomeBgImg": false,
"homeBgImg": "",
"showWeather": false,
"showWeatherPage": false,
"showPlantProtection": false,
"disablePlantProtection": false,
"showSchemes": false,
"disableSchemes": false,
"showOtherInformation": false,
"showWeatherButton": false,
"showWeatherActionButton": false,
"showPestIdentification": false,
"pestIdentificationImg": "",
"weatherButtonLogo": "",
"showMic": true,
"micHeight": "143px",
"micWidth": "143px",
"topGap": "80px",
"showTapToSpeakText": false,
"otherInformationImg": "",
"plantProtectionImg": "",
"schemesImg": "",
"showFooter": false,
"askYourQuestionBgColor": "#DFF6D1",
"showFAQ": true,
"latitude": "",
"longitude": "",
"location": ""
},
"chatUI": {
"allowFeedback": true,
"allowTextToSpeech": true,
"transliterationApi": "",
"allowTransliteration": false,
"transliterationProvider": "",
"transliterationSuggestions": "",
"transliterationInputLanguage": "",
"transliterationOutputLanguage": ""
},
"langPopup": {
"lang": "hi",
"match": "hing",
"provider": null,
"langCheck": false
},
"welcomePage": {
"showWelcomePage": false,
"showTopLeftLogo1": true,
"topLeftLogo1": "https://seeklogo.com/images/C/corporate-company-logo-749CEE6ADC-seeklogo.com.png",
"showTopLeftLogo2": true,
"topLeftLogo2": "https://seeklogo.com/images/C/corporate-company-logo-749CEE6ADC-seeklogo.com.png",
"showTopLeftLogo3": true,
"topLeftLogo3": "https://seeklogo.com/images/C/corporate-company-logo-749CEE6ADC-seeklogo.com.png",
"topLeftContainerHeight": "40px",
"topLeftContainerWidth": "150px",
"showCenterImage": true,
"centerImage": "https://seeklogo.com/images/C/corporate-company-logo-749CEE6ADC-seeklogo.com.png",
"centerImageHeight": "210px",
"centerImageWidth": "148px",
"showCenterBottomImage": true,
"centerBottomImage": "https://seeklogo.com/images/C/corporate-company-logo-749CEE6ADC-seeklogo.com.png",
"centerBottomImageHeight": "56px",
"centerBottomImageWidth": "350px"
},
"userTypeSelectorPage": {
"backgroundImage": "https://seeklogo.com/images/C/corporate-company-logo-749CEE6ADC-seeklogo.com.png",
"user1Image": "https://seeklogo.com/images/C/corporate-company-logo-749CEE6ADC-seeklogo.com.png",
"user2Image": "https://seeklogo.com/images/C/corporate-company-logo-749CEE6ADC-seeklogo.com.png"
},
"optionSelectorPage": {
"optionSelectLength": 4
},
"navbar": {
"showNavbar": true,
"showLanguageToggle": true,
"showHamburgerMenu": true,
"showHomeIcon": true,
"showCenterLogo": false,
"centerLogoSrc": "",
"showRightLogo1": false,
"rightLogo1Src": "",
"showRightLogo2": false,
"rightLogo2Src": "",
"showRightLogo3": false,
"rightLogo3Src": "",
"centerLogoSize": "60px",
"logoTitleColor": "#1e6231",
"newChatButtonColor": "#1e6231"
},
"menu": {
"showNotificationsPage": false,
"showMicButton": true
},
"sidebar": {
"showLangSwitcher": true,
"languageToggleColor": "#209653",
"sidebarBackground": "#1e6231",
"faqPage": true,
"feedbackPage": true,
"historyPage": true,
"languageCode1": "en",
"languageCode2": "",
"languageName1": "ENG",
"languageName2": "ENG",
"showProfileIcon": true,
"showPhoneNumber": true,
"showLogoutButton": true,
"showFooterLogo": false,
"footerLogo": "",
"footerLogoWidth": 180,
"footerLogoHeight": 45
},
"otpPage": {
"otpLength": 4,
"resendOtpTimer": "30"
},
"downtimePage": {
"downTimeImage": "",
"downtimeShowCallBox": false,
"downtimePhoneNumber": ""
},
"faqPage": {
"showFaqPage": false,
"faqManualPdfLink": "",
"faqShowPdfButton": false,
"faqShowCallBox": false,
"faqPhoneNumber": ""
},
"voiceRecorder": {
"showVoiceRecorder": true,
"delayBetweenDialogs": 2500
},
"feedbackPage": {
"reviewBox": true,
"ratingBox": true,
"ratingMaxStars": 5
},
"loginPage": {
"logowidth": "320px",
"logoheight": "280px",
"showLogo": false,
"logo": "https://seeklogo.com/images/C/corporate-company-logo-749CEE6ADC-seeklogo.com.png"
},
"historyPage": {
"historyShowHistoryPage": true,
"allowDelete": true,
"showTimestamp": true
},
"share-buttons": {
"allowDownloadChat": true,
"allowShareChat": true,
"shareButtonColor": "#1e6231",
"downloadButtonColor": "#1e6231"
}
},
"translation": {
"en": {
"label.or": "or",
"label.back": "Back",
"label.dial": "Dial",
"label.faqs": "FAQs",
"label.more": "More",
"message.pest": "Pest",
"label.send": "Send",
"label.type": "Type",
"label.chats": "Chats",
"label.notifications": "Notifications",
"label.click": "Reload",
"label.share": "Share",
"label.speak": "Speak",
"label.title": "Stencil Bot",
"label.user1": "User1",
"label.user2": "User2",
"label.weather_button_text": "Know More about Crops",
"label.farmer": "Farmer",
"label.logout": "Logout",
"label.manual": "User Manual - For VAWs",
"label.search": "Search",
"label.submit": "Submit",
"label.comment": "Comment",
"label.confirm": "Confirm",
"label.helpful": "Helpful",
"label.profile": "Profile",
"label.refresh": "Refresh",
"label.weather": "Weather",
"label.welcome": "Welcome",
"message.retry": "Please retry.",
"label.continue": "Continue",
"label.download": "Download",
"label.feedback": "Feedback",
"label.new_chat": "Home",
"label.subtitle": "Stencil Bot",
"message.rating": "Did you find this useful?",
"message.review": "Write your review (optional)",
"error.empty_msg": "Please type or select a message to send.",
"label.tab_title": "Stencil Bot",
"message.helpful": "Was this helpful?",
"message.no_link": "Something went wrong, please try later.",
"message.options": "To know the advisory for your crop, please click on the relevant button below:",
"message.sharing": "Sharing...",
"message.speaker": "Click to hear",
"label.no_history": "No Chats",
"label.no_notifications": "No Notifications",
"lable.disclaimer": "Disclaimer",
"error.sending_otp": "Error sending OTP",
"label.no_internet": "No Internet",
"label.not_helpful": "Not Helpful",
"label.who_are_you": "Please tell me who are you?",
"message.no_signal": "No signal. \nPlease check your internet connection",
"table.header_date": "Date",
"table.header_temp": "Temp",
"error.disconnected": "You are disconnected. Please refresh or login again.",
"error.otp_not_sent": "OTP not sent",
"label.choose_crops": "Choose your crops",
"label.kalia_status": "KALIA Status",
"label.skip_for_now": "Skip for now",
"label.tap_to_speak": "Tap to speak",
"message.no_history": "Your Chat History with AI will come here",
"error.wait_new_chat": "Please wait for reply.",
"label.mobile_number": "Mobile Number",
"label.submit_review": "Submit Review",
"message.coming_soon": "Coming Soon!",
"message.downloading": "Downloading...",
"message.invalid_otp": "Invalid Otp",
"message.otp_message": "We will send you a 4 digit one time password <br></br> on this mobile number <br></br><b>{mobile}</b>",
"table.header_precip": "Precip",
"toast.reaction_like": "Successfully liked the response",
"error.fail_to_submit": "Failed to submit rating.",
"error.location_error": "Error occurred while getting location.",
"label.call_amakrushi": "Call Ama Krushi",
"label.choose_animals": "Choose your animal",
"label.confirm_delete": "Are you sure you want to delete this conversation?",
"label.enter_location": "Enter location manually",
"label.enter_your_name": "Please enter your name",
"label.your_name": "Your name",
"message.cannot_share": "Your system doesn't support sharing this file.",
"message.dialer_popup": "You may speak to an Ama Krushi expert to get a satisfactory response",
"message.enter_mobile": "Enter Mobile Number",
"message.otp_not_sent": "Otp not sent",
"message.resend_again": "Resend again",
"message.wait_minutes": "",
"toast.reaction_reset": "Successfully removed the response",
"label.connect_with_us": "Connect with us and get information",
"label.eleg_disclaimer": "If not eligible, please apply for a grievance via KALIA Portal",
"label.submit_feedback": "Submit Feedback",
"message.click_to_type": "Click here to type",
"message.didnt_receive": "Didn't receive the OTP?",
"message.recorder_wait": "Please wait while we process your request...",
"message.taking_longer": "Please wait, servers are taking longer than usual.",
"table.header_humidity": "Humidity",
"table.header_temp_max": "Temp Max",
"table.header_temp_min": "Temp Min",
"table.personalDetails": "Personal Details",
"label.current_location": "Current Location",
"label.extension_worker": "Extension Worker",
"label.plant_protection": "Plant Protection",
"label.scheme": "Scheme",
"message.scheme": "Scheme",
"label.weather_advisory": "Weather Advisory",
"message.allow_location": "Please allow Maps to access this device’s precise location",
"message.download_audio": "Loading Audio",
"message.invalid_mobile": "Enter a 10 digit number!",
"message.otp_sent_again": "OTP sent again",
"message.recorder_error": "Your question was not recognised. Pls try speaking more clearly.",
"table.header_windspeed": "Windspeed",
"toast.reaction_dislike": "Successfully disliked the response",
"error.location_disabled": "Location access denied. Please enable location permissions in your browser settings.",
"message.ask_ur_question": "Ask Your Question",
"message.down_time_retry": "Try again",
"message.down_time_title": "We're under maintenance",
"table.header_cloudcover": "Cloudcover",
"table.header_conditions": "Conditions",
"message.dial_description": "To connect with call centre",
"message.not_register_yet": "Not registered yet ?",
"message.otp_verification": " OTP Verification",
"message.rating_submitted": "Rating Submitted!",
"message.register_message": "If you are already registered then use your mobile number to login.",
"message.review_submitted": "Review Submitted!",
"message.temporarily_down": "Have an urgent query?",
"table.header_precip_prob": "Precip Prob",
"label.disbursal_disclaimer": "If the payment status is failed, please link your bank account with Aadhaar.",
"label.enter_aadhaar_number": "Enter your Aadhaar Number",
"label.grievance_disclaimer": "If a grievance is pending, please Contact the officer for verification",
"message.rating_description": "Tap a star to rate",
"message.review_description": "Give positive/negative feedback for advisory",
"message.wait_resending_otp": "Please wait before resending OTP",
"error.fail_to_submit_review": "Failed to submit review.",
"label.allow_location_access": "ALLOW LOCATION ACCESS",
"message.cannot_answer_again": "Cannot answer again",
"message.comment_description": "Let us know your issue with the response",
"message.register_at_krushak": "Register at Krushak Odisha",
"message.wait_before_choosing": "Please wait before choosing again",
"label.select_crops_from_below": "Please select upto 4 crops",
"message.return_to_home_screen": "Return to Stencil Bot",
"message.socket_disconnect_msg": "to connect again.",
"message.shareUrl_android_error": "Share feature coming soon, please download pdf to share",
"label.select_animals_from_below": "Please choose upto 4 animals",
"message.coming_soon_description": "We are going to launch this feature very soon. Stay tuned!",
"label.buttons_search_placeholder": "Please type your crop name",
"label.dont_allow_location_access": "DON'T ALLOW",
"message.down_time_view_prev_chats": "View previous chats",
"message.temporarily_down_description": "We are experiencing high user volume at the moment, please try logging in after some time",
"label.wind_direction": "Wind Direction",
"label.wind_speed": "Wind Speed",
"label.humidity": "Humidity",
"label.weather_forecast": "Next 4 days forecast",
"label.high": "High",
"label.low": "Low",
"label.crop_advisory": "Crop Advisory",
"label.todays_advisory": "Today's Advisory",
"label.verified_advisory": "Verified Advisory",
"label.play_advisory": "Click here to listen",
"label.faq_title": "Frequently Asked Questions",
"label.faq_question1": "Ask me about anything?",
"label.faq_question2": "Ask me about Scheme?",
"label.faq_question3": "What is the weather now?",
"label.know_more": "Know More",
"label.menu_home": "Home",
"label.menu_tap_text": "Tap to Speak",
"label.menu_notification": "Notifications",
"label.ask": "Ask Me",
"label.homepage_footer": "Chatbot can make mistakes. To check important information, consider reading our terms and privacy policy ",
"label.help_text": "Please ask your question",
"label.other_information": "Other Information",
"label.notification1_label": "Learn About Our Chatbot",
"label.notification1_description": "Read the user manual for detailed information.",
"label.notification2_label": "Need More Help?",
"label.notification2_description": "Call the call center for additional information.",
"label.pest_identification": "Pest Identification",
"message.identification": "Identification",
"label.choose_your_crop": "Choose your crop",
"label.allow_location_permission": "To get all weather details, please allow your location",
"label.loading_weather_details": "Please wait, we are fetching the weather details",
"label.allow_location_from_setting": "Please enable location from your device settings",
"error.image_upload": "Image upload failed. Please try again",
"message.image_upload": "Image uploaded successfully",
"label.access_location_permission": "Allow Permission",
"label.access_microphone_permission": "Allow Permission",
"label.allow_microphone_permission": "Allow Microphone access to use voice features",
"label.allow_microphone_permission_in_setting": "Please Allow Microphone from the device setting",
"label.successful_feedback":"Feedback Submitted Successfully",
"label.unsuccessful_feedback":"Failed to submit the feedback. Please try again later",
"label.empty_feedback": "Please provide a Review",
"label.empty_rating": "Please provide a Rating",
"message.enter_otp": "Please enter the OTP",
"label.click_here": "Click here",
"label.disclaimer": "Conversations on this platform may be reviewed for quality and security. Please keep discussions centered on agriculture and maintain respectful language. Thank you for your cooperation."
}
}
}