@eohjsc/react-native-smart-city 0.3.93 → 0.3.95

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/package.json +1 -1
  2. package/src/commons/ActionGroup/OnOffTemplate/index.js +20 -17
  3. package/src/commons/ActionGroup/__test__/OnOffButtonTemplate.test.js +1 -1
  4. package/src/commons/ActionGroup/__test__/OnOffTemplate.test.js +5 -24
  5. package/src/commons/SubUnit/OneTap/ItemOneTap.js +83 -85
  6. package/src/commons/SubUnit/OneTap/__test__/SubUnitAutomate.test.js +68 -24
  7. package/src/commons/SubUnit/OneTap/index.js +21 -1
  8. package/src/configs/API.js +1 -0
  9. package/src/screens/ActivityLog/__test__/index.test.js +60 -2
  10. package/src/screens/ActivityLog/hooks/__test__/index.test.js +5 -0
  11. package/src/screens/ActivityLog/hooks/index.js +11 -0
  12. package/src/screens/AddLocationMaps/index.js +1 -1
  13. package/src/screens/AddNewGateway/ConnectingDevice.js +7 -0
  14. package/src/screens/AddNewGateway/ConnectingWifiDevice.js +6 -4
  15. package/src/screens/AddNewGateway/ConnectingWifiGuide.js +0 -1
  16. package/src/screens/AddNewGateway/RenameNewDevices.js +2 -2
  17. package/src/screens/AddNewGateway/ScanWifiDeviceQR.js +1 -6
  18. package/src/screens/AddNewGateway/SelectDeviceType.js +67 -9
  19. package/src/screens/AddNewGateway/ShareWifiPassword.js +20 -3
  20. package/src/screens/AddNewGateway/__test__/ConnectingZigbeeDevice.test.js +35 -0
  21. package/src/screens/AddNewGateway/__test__/ScanWifiDeviceQR.test.js +0 -10
  22. package/src/screens/AddNewGateway/__test__/SelectDeviceType.test.js +183 -29
  23. package/src/screens/AllGateway/GatewayInfo/index.js +3 -3
  24. package/src/screens/Automate/AddNewAction/SetupConfigCondition.js +0 -1
  25. package/src/screens/Automate/MultiUnits.js +32 -18
  26. package/src/screens/Automate/ScriptDetail/__test__/index.test.js +36 -2
  27. package/src/screens/Automate/ScriptDetail/index.js +17 -3
  28. package/src/screens/Automate/Styles/MultiUnitsStyles.js +1 -1
  29. package/src/screens/Automate/__test__/MultiUnits.test.js +125 -8
  30. package/src/screens/Automate/__test__/index.test.js +95 -11
  31. package/src/screens/Automate/index.js +62 -38
  32. package/src/screens/Device/hooks/__test__/useEvaluateValue.test.js +24 -1
  33. package/src/screens/Sharing/InfoMemberUnit.js +2 -2
  34. package/src/screens/Sharing/MemberList.js +28 -7
  35. package/src/screens/Sharing/__test__/InfoMemberUnit.test.js +32 -18
  36. package/src/screens/Sharing/__test__/MemberList.test.js +37 -4
  37. package/src/screens/SubUnit/AddSubUnit.js +1 -1
  38. package/src/screens/SubUnit/__test__/AddSubUnit.test.js +16 -3
  39. package/src/screens/Unit/AddMenu.js +42 -19
  40. package/src/screens/Unit/__test__/AddMenu.test.js +68 -15
  41. package/src/screens/Unit/components/AutomateScript/index.js +1 -1
  42. package/src/utils/I18n/translations/en.js +1409 -0
  43. package/src/utils/I18n/translations/vi.js +1414 -0
  44. package/src/utils/I18n/translations.ts +2 -2
  45. package/src/utils/Permission/backend.js +7 -0
  46. package/src/screens/Sharing/__test__/MemberList2.test.js +0 -74
  47. package/src/utils/I18n/translations/en.json +0 -1142
  48. package/src/utils/I18n/translations/vi.json +0 -1139
@@ -1,1142 +0,0 @@
1
- {
2
- "sub_unit": "Sub-unit",
3
- "device": "Device",
4
- "member": "Member",
5
- "account_logout_do_you_really_want_to_logout": "Do you really want to log out?",
6
- "add_new": "Add new",
7
- "add_user_title": "Add new member",
8
- "add_user_sub_title": "Invite a member to your unit by entering their phone number or email",
9
- "add_user_phone_number": "Phone number",
10
- "add_user_invite": "Invite",
11
- "add_user_note": "Please note that your personal data including records of your control of the connected devices and services will be shared with other members in the same unit.",
12
- "add_user_invitation_sent": "Invitation sent",
13
- "cancel": "Cancel",
14
- "max_value": "Max value",
15
- "text_password": "Password",
16
- "text_sign_up": "Sign up",
17
- "text_sign_up_capitalize": "Sign up",
18
- "text_login": "Login",
19
- "text_login_ad": "Login",
20
- "view_all": "View all",
21
- "confirm_password": "Confirm password",
22
- "done": "Done",
23
- "forgot_password": "Forgot your password?",
24
- "forgot_password_hint": "To get a verification code, first confirm your registered phone number.",
25
- "logout": "Logout",
26
- "policy": "Terms and Policies",
27
- "phone_number": "Phone Number",
28
- "auth_create_an_account": "Create an account",
29
- "verify": "Verify",
30
- "auth_already_have_an_account": "Already have an account? ",
31
- "auth_did_not_received_verification_code": "Didn't received any verification code?",
32
- "by_signing_up_you_agree_to_our_cterms_of_usec": "By signing up, you agree to our",
33
- "privacy_policy": "Privacy Policy",
34
- "term_of_use": "Terms of Use",
35
- "contact_infomation": "Contact Infomation",
36
- "company_infomation": "Company Infomation",
37
- "terms_and_condition": "Terms & Conditions",
38
- "text_sub_units": "Sub-units",
39
- "text_my_units": "My Units",
40
- "text_shared_units": "Shared Units",
41
- "text_shared_with_me": "Shared with me",
42
- "text_my_dashboard": "My Dashboard",
43
- "text_explore": "Explore",
44
- "text_by": "by ",
45
- "text_all_locations": "All locations",
46
- "text_starred": "Starred",
47
- "text_new_unit": "New Unit",
48
- "text_good_morning": "Good morning, {0}",
49
- "text_good_afternoon": "Good afternoon, {0}",
50
- "text_good_evening": "Good evening, {0}",
51
- "text_good_night": "Good night, {0}",
52
- "text_anonymous": "Guest",
53
- "text_copyright": "Copyright by EoH JSC. All rights reserved. \nPrivacy Policy | Terms of Use | Term of Use for Paid Services",
54
- "text_my_account": "My account",
55
- "text_all_units": "All units",
56
- "text_all_devices": "All devices",
57
- "text_settings": "Settings",
58
- "text_manual": "Manual",
59
- "text_notice": "Notices",
60
- "text_language": "Language",
61
- "text_contact": "Contact us",
62
- "text_latest_date": "Latest date",
63
- "feature_under_development": "Feature is under development",
64
- "text_view_only": "View only",
65
- "text_can_edit": "Can edit",
66
- "text_or_login_with": "Or login with",
67
- "text_and": "and",
68
- "text_of_us": "",
69
- "text_current_location": "Current Location",
70
- "text_humidity": "Humidity",
71
- "text_uv_index": "UV index",
72
- "text_visibility": "Visibility",
73
- "text_air_quality": "Air Quality",
74
- "sub_units": "Sub-units",
75
- "text_no_sub_unit_yet": "No sub-units yet. Tap '+’ to add new sub-units.",
76
- "text_no_units": "No units",
77
- "text_last_7_days": "Last 7 days",
78
- "text_average": "Average",
79
- "text_power_consumed": "Power consumed",
80
- "text_power_usage": "Power usage",
81
- "text_days": "Days",
82
- "text_air_quality_index": "Air Quality Index",
83
- "text_indoor": "Indoor",
84
- "text_outdoor": "Outdoor",
85
- "text_not_available": "--",
86
- "text_not_available_word": "Not-available",
87
- "text_temperature": "Temperature",
88
- "text_wind": "Wind",
89
- "text_rain": "Rain",
90
- "text_win_direction": "Direction",
91
- "text_good": "Good",
92
- "text_moderate": "Moderate",
93
- "text_unhealthy": "Unhealthy",
94
- "text_very_unhealthy": "Very Unhealthy",
95
- "text_Hazardous": "Hazardous",
96
- "text_running_devices": "Running devices",
97
- "text_sunny": "Sunny",
98
- "text_weather_rain": "Rain",
99
- "text_cloud": "Clouds",
100
- "Today": "Today",
101
- "Yesterday": "Yesterday",
102
- "last_updated_%{minutes}_minutes_ago": "Last updated {minutes} minutes ago",
103
- "Welcome {name}": "Welcome {name}",
104
- "devices": "Devices",
105
- "Turbidity": "Turbidity",
106
- "pH": "pH",
107
- "Chlorine residual": "Chlorine residual",
108
- "Water temperature": "Water temperature",
109
- "Protection advices:": "Protection advices:",
110
- "sort_by": "Sort by",
111
- "text_name": "Name",
112
- "AQI Guide": "AQI Guide",
113
- "What is AQI?": "What is AQI?",
114
- "text_what_aqi": "AQI, or Air Quality Index, is a system for reporting the severity of air quality levels in relatable terms to the public. The index ranges from 0 to 500, where high index values indicate higher levels of air pollution and higher potential for adverse health effects. Any value larger than 300, for example, is considered to be hazardous, while an AQI value of 0 to 50, on the other hand, represents good air quality.",
115
- "Understanding the AQI": "Understanding the AQI",
116
- "text_understand_aqi": "The purpose of the AQI is to help you understand what local air quality means to your health. To make it easier to understand, the AQI is divided into six categories. Each category corresponds to a different level of health concern. The six levels of health concern and what they mean are:",
117
- "0 - 50 Good": "0 - 50 Good",
118
- "text_0_50_aqi": "Air quality is considered satisfactory, and air pollution poses little or no risk.",
119
- "51 - 100 Moderate": "51 - 100 Moderate",
120
- "text_51_100_aqi": "Air quality is acceptable; however, for some pollutants there may be a moderate health concern for a very small number of people. For example, people who are unusually sensitive to ozone may experience respiratory symptoms.",
121
- "101 - 150 Unhealthy for Sensitive groups": "101 - 150 Unhealthy for Sensitive groups",
122
- "text_101_150_aqi": "Although general public is not likely to be affected at this AQI range, people with lung disease, older adults and children are at a greater risk from exposure to ozone, whereas persons with heart and lung disease, older adults and children are at greater risk from the presence of particles in the air.",
123
- "151 - 200 Unhealthy": "151 - 200 Unhealthy",
124
- "text_151_200_aqi": "Everyone may begin to experience some adverse health effects, and members of the sensitive groups may experience more serious effects.",
125
- "201 - 300 Very Unhealthy": "201 - 300 Very Unhealthy",
126
- "text_201_300_aqi": "This would trigger a health alert signifying that everyone may experience more serious health effects.",
127
- "301 - 500 Hazardous": "301 - 500 Hazardous",
128
- "text_301_500_aqi": "This would trigger a health warnings of emergency conditions. The entire population is more likely to be affected.",
129
- "text_what_uv": "The ultraviolet index, or UV index, is an international standard measurement of the strength of sunburn-producing ultraviolet (UV) radiation at a particular place and time.",
130
- "text_understand_uv": "The purpose of the UV index is to help people effectively protect themselves from UV radiation, which has health benefits in moderation but in excess causes sunburn, skin aging, DNA damage, skin cancer, immunosuppression. Public health organizations recommend that people protect themselves if they spend substantial time outdoors when the UV index is 3 or higher; see the table below for more detailed recommendations.",
131
- "text_1_2_uv": "A UV index reading of 0 to 2 means low danger from the Sun's UV rays for the average person. Wear sunglasses on bright days. If you burn easily, cover up and use broad spectrum SPF 30+ sunscreen. Bright surfaces, such as sand, water, and snow, will increase UV exposure.",
132
- "text_3_5_uv": "A UV index reading of 3 to 5 means moderate risk of harm from unprotected sun exposure. Stay in shade near midday when the Sun is strongest. If outdoors, wear sun-protective clothing, a wide-brimmed hat, and UV-blocking sunglasses. Generously apply broad spectrum SPF 30+ sunscreen every 1.5 hours, even on cloudy days, and after swimming or sweating. Bright surfaces, such as sand, water, and snow, will increase UV exposure.",
133
- "text_6_7_uv": "A UV index reading of 6 to 7 means high risk of harm from unprotected sun exposure. Protection against skin and eye damage is needed. Reduce time in the sun between 10 a.m. and 4 p.m. If outdoors, seek shade and wear sun-protective clothing, a wide-brimmed hat, and UV-blocking sunglasses. Generously apply broad spectrum SPF 30+ sunscreen every 1.5 hours, even on cloudy days, and after swimming or sweating. Bright surfaces, such as sand, water, and snow, will increase UV exposure.",
134
- "text_8_10_uv": "A UV index reading of 8 to 10 means very high risk of harm from unprotected sun exposure. Take extra precautions because unprotected skin and eyes will be damaged and can burn quickly. Minimize sun exposure between 10 a.m. and 4 p.m. If outdoors, seek shade and wear sun-protective clothing, a wide-brimmed hat, and UV-blocking sunglasses. Generously apply broad spectrum SPF 30+ sunscreen every 1.5 hours, even on cloudy days, and after swimming or sweating. Bright surfaces, such as sand, water, and snow, will increase UV exposure.",
135
- "text_11+_uv": "A UV index reading of 11 or more means extreme risk of harm from unprotected sun exposure. Take all precautions because unprotected skin and eyes can burn in minutes. Try to avoid sun exposure between 10 a.m. and 4 p.m. If outdoors, seek shade and wear sub-protective clothing, a wide-brimmed hat, and UV-blocking sunglasses. Generously apply broad spectrum SPF 30+ sunscreen every 1.5 hours, even on cloudy days, and after swimming or sweating. Bright surfaces, such as sand, water, and snow, will increase UV exposure.",
136
- "UV Index Guide": "UV Index Guide",
137
- "What is UV Index?": "What is UV Index?",
138
- "Understanding the UV Index": "Understanding the UV Index",
139
- "1-2 Low": " 1-2 Low",
140
- "3-5 Moderate": "3-5 Moderate",
141
- "6-7 High": "6-7 High",
142
- "8-10 Very High": "8-10 Very High",
143
- "11+ Extreme": "11+ Extreme",
144
- "left_menu_notifications": "Notifications",
145
- "Health advices:": "Health advices:",
146
- "send": "Send",
147
- "validate_please_enter_valid_phone_number": "Please enter valid phone number",
148
- "text_verification": "Verification",
149
- "change_password": "Change password",
150
- "forgot_password_reset_password_hint": "Please enter a new password",
151
- "text_password_new": "New password",
152
- "confirm_password_new": "Re-enter your new password",
153
- "please_enter_new_password": "Please enter new password",
154
- "please_enter_your_confirm_password": "Please enter confirm password",
155
- "changed_password_was_successfully_saved": "Change password successfully saved!",
156
- "ok": "OK",
157
- "Status": "Status: ",
158
- "connected": "Connected",
159
- "don_t_have_an_account": "Don't have an account?",
160
- "please_enter_your_phone_number": "Please enter your phone number",
161
- "please_enter_your_password": "Please enter your password",
162
- "text_email": "Email",
163
- "please_enter_your_email": "Please enter your email",
164
- "please_enter_your_name": "Please enter your name",
165
- "please_enter_a_valid_email": "Please enter a valid email",
166
- "validate_password_not_match": "Password does not match",
167
- "digit_verification_code_has_been_sent_to_your_phone_number": "A verification code has been sent to this phone number ******%{number}",
168
- "resend": "Send again",
169
- "model": "Model",
170
- "powered_by": "Powered by",
171
- "shared_unit": "Shared Unit",
172
- "sensor_device": "Sensor device",
173
- "sensor_devices": "Sensor devices",
174
- "owner_unit": "Owner Unit",
175
- "hotline_text": "For water leak checking, call hotline ",
176
- "water_quality_overall": "Overall Water quality is based on below those conditions",
177
- "water_quality_guide": "Water Quality Guide",
178
- "clo_guide": "Chlorine Residual Guide",
179
- "what_is_clo": "What is Chlorine residual?",
180
- "text_what_clo": "Residual chlorine is the low level amount of chlorine remaining in the water after a certain period of contact time after its initial application. It constitutes an important safeguard against the risk of subsequent microbial contamination after treatment—a unique and significant benefit for public health.\nTesting for residual chlorine is one of the most common tests used by water treatment plants. Through the residual chlorine test, the remaining chlorine amount is determined in water that has finished testing and is ready to be released in the distribution system.",
181
- "recommended_clo_level": "Recommended Chlorine residual levels",
182
- "text_recommended_clo": "For normal domestic use, residual chlorine levels at the point where the consumer collects water should be",
183
- "text_recommended_clo_range": "between 0.2 and 1 mg/l",
184
- "text_clo_good_range": "0.2 - 1 mg/l",
185
- "text_clo_high_range": "> 1 mg/l",
186
- "text_clo_low_range": "< 0.2 mg/l",
187
- "text_low_level": "Low",
188
- "text_high_level": "High",
189
- "launch_one_tap": "Launch One-Tap",
190
- "explanation": "Do everything with just one button",
191
- "value_change": "Value change",
192
- "schedule": "Schedule",
193
- "event": "Event",
194
- "setup_the_conditions": "Setup the conditions",
195
- "setup_the_schedule": "Setup the Schedule",
196
- "des_launch_one_tap": "Quick button create at the dashboard",
197
- "active_list": "Actions List",
198
- "text_very_good_level": "Very good",
199
- "text_good_level": "Good",
200
- "text_moderate_level": "Moderate",
201
- "text_poor_level": "Poor",
202
- "text_very_poor_level": "Very poor",
203
- "turbidity_guide": "Water Turbidity Guide",
204
- "what_is_turbidity": "What is Water Turbidity?",
205
- "text_what_is_turbidity": "Turbidity is the amount of cloudiness in the water. This can vary from a river full of mud and silt where it would be impossible to see through the water (high turbidity), to a spring water which appears to be completely clear (low turbidity). Turbidity can be caused by :\n- silt, sand and mud ;\n- bacteria and other germs ;\n- chemical precipitates.",
206
- "turbidity_recommend": "Recommended Turbidity levels",
207
- "text_turbidity_recommend": "For normal domestic use, residual chlorine levels at the point where the consumer collects water should be",
208
- "text_turbidity_recommend_range": "less than 2 NTU",
209
- "text_turbidity_very_good_range": "0 - 2 NTU",
210
- "text_turbidity_poor_range": "> 2 NTU",
211
- "ph_guide": "pH Guide",
212
- "what_is_ph": "What is pH?",
213
- "text_what_ph": "pH is a measurement of electrically charged particles in a substance. It indicates how acidic or alkaline (basic) that substance is.",
214
- "ph_recommend": "Recommended pH levels",
215
- "text_ph_recommend": "For normal domestic use, pH levels at the point where the consumer collects water should be",
216
- "text_ph_recommend_range": "between 6.0 and 8.5",
217
- "text_recommend_ref": "(The National technical regulation on domestic water quality QCVN 01-1:2018/BYT)",
218
- "text_ph_very_good_range": "pH 6.0 - 8.5",
219
- "text_ph_poor_range": "pH < 6.0\npH > 8.5",
220
- "ph_scale": "The pH scale",
221
- "text_ph_scale": "The pH scale ranges from 0 to 14:\n- Acidic water has a pH lower than 7. The most acidic substances have a pH of 0. Battery acid falls into this category.\n- Alkaline water has a pH of 8 or above. The most alkaline substances, such as lye, have a pH of 14.\n- Pure water has a pH of 7 and is considered “neutral” because it has neither acidic nor basic qualities.",
222
- "ph_battery_acid_level": "Battery Acid",
223
- "ph_gastic_acid_level": "Gastric Acid",
224
- "ph_hydrochloric_acid_level": "Hydrochloric Acid",
225
- "ph_rain_acid_level": "Rain Acid",
226
- "ph_black_coffee_level": "Black Coffee",
227
- "ph_urine_saliva_level": "Urine / Saliva",
228
- "ph_pure_water_level": "Pure Water",
229
- "ph_sea_water_level": "Sea Water",
230
- "ph_baking_soda_level": "Baking Soda",
231
- "ph_milk_of_magnesia_level": "Milk of Magnesia",
232
- "ph_ammonia_level": "Ammonia",
233
- "ph_soapy_water_level": "Soapy Water",
234
- "ph_bleach_level": "Bleach",
235
- "ph_drain_cleaner_level": "Drain Cleaner",
236
- "acidic": "ACIDIC",
237
- "neutral": "NEUTRAL",
238
- "alkaline": "ALKALINE",
239
- "invalid_phone_number": "Invalid phone number",
240
- "Found bluetooth %{name} for remote control": "Found bluetooth %{name} for remote control",
241
- "Sending command via bluetooth": "Sending command via bluetooth",
242
- "command_is_sent_to_device_via_bluetooth": "Command is sent to device via bluetooth",
243
- "command_is_fail_to_send_via_bluetooth": "Command is fail to send via bluetooth",
244
- "control_device_via_bluetooth_successfully": "Control device via bluetooth successfully",
245
- "control_device_via_bluetooth_failed": "Control device via bluetooth failed",
246
- "Sending command via internet": "Sending command via internet",
247
- "Command is sent to device via internet": "Command is sent to device via internet",
248
- "Command is fail to send via internet": "Command is fail to send via internet",
249
- "categories": "Categories",
250
- "see_more": "See more",
251
- "load_more": "Load more",
252
- "create_by": "Create by",
253
- "location_near_me": "Location near me",
254
- "popular_locations": "Popular locations",
255
- "text_search_location_placeholder": "Search public areas, shops, restaurants,...",
256
- "location_rationale_title": "Location Permission Required",
257
- "location_rationale_message": "{appName} only uses your location to display weather and air quality.",
258
- "camera_rationale_title": "Camera Permission Required",
259
- "camera_rationale_message": "{appName} only uses your camera to take photo",
260
- "photo_rationale_title": "Photo Permission Required",
261
- "photo_rationale_message": "{appName} only uses your photo to upload",
262
- "bluetooth_rationale_title": "Bluetooth Permission Required",
263
- "bluetooth_rationale_message": "{appName} only uses Bluetooth to scan and control devices",
264
- "recommendations": "Recommendations",
265
- "Open windows for more fresh air": "Open windows for more fresh air",
266
- "notify_new_version_title": "Update available",
267
- "notify_new_version_content": "A new version of this application is available. Please update now for the best experience.",
268
- "text_update": "Update",
269
- "not_available": "Not available",
270
- "add_new_sub_unit": "Add new Sub-unit",
271
- "add_sub_unit_room_name": "Name your sub-unit",
272
- "add_sub_unit_wallpaper": "Wallpaper",
273
- "text_create_sub_unit_success": "Create new sub-unit success!",
274
- "text_create_sub_unit_fail": "Failed to create new sub-unit!",
275
- "text_create_unit_fail": "Failed to create new unit!",
276
- "manage_unit": "Manage unit",
277
- "text_bad": "Bad",
278
- "text_select_a_unit": "Select a unit",
279
- "text_select_sub_unit": "Select sub unit",
280
- "text_select_a_gateway": "Select a gateway",
281
- "text_select_a_unit_desc": "Select a unit you want to add new members",
282
- "select_a_sub_unit_want_add_device": "Select a sub-unit that you want to add this device in",
283
- "text_select_a_unit_have_device": "Select a unit that has this device",
284
- "text_select_permissions": "Select permissions",
285
- "text_select_permissions_desc": "Select permissions will be grant",
286
- "text_read_config": "Read configs",
287
- "text_actions": "Actions",
288
- "geolocation": "Geolocation",
289
- "background": "Background",
290
- "remove_unit": "Remove unit",
291
- "text_pins": "pins",
292
- "loading": "Loading",
293
- "recent_searches": "Recent searches:",
294
- "next": "Next",
295
- "add_new_subunit_message_no_unit": "You have to create a new unit first before adding a sub-unit into it.",
296
- "add_new_unit": "Add new unit",
297
- "add_new_subunit_select_unit": "Select an unit you want to add new sub-unit",
298
- "owner": "Owner",
299
- "me": "Me",
300
- "leave_unit": "Leave unit",
301
- "sharing_remove_user": "Remove {name}?",
302
- "sharing_remove_user_message": "Are you sure you want to remove {name}? They may not able to access this unit anymore.",
303
- "sharing_leave_unit": "Leave this unit?",
304
- "sharing_leave_unit_message": "You will not able to access and control devices in this unit anymore.",
305
- "leave": "Leave",
306
- "remove": "Remove",
307
- "text_back": "Back",
308
- "text_next": "Next",
309
- "text_done": "Done",
310
- "locations_near_me": "Locations near me",
311
- "your_location": "Your location",
312
- "choose_on_map": "Choose on map",
313
- "plan_and_zoom_to_adjust": "Plan and zoom to adjust",
314
- "add_remote_control": "Add remote control",
315
- "manage_sub_unit": "Manage sub-unit",
316
- "remove_sub_unit": "Remove sub-unit",
317
- "text_ble_is_powered_on": "Bluetooth is powered on",
318
- "current_wind_speed": "Current Wind Speed",
319
- "history": "History",
320
- "wind_speed": "Wind Speed",
321
- "from": "From",
322
- "to": "to",
323
- "check_device_power": "Check the power on your device.",
324
- "check_your_network_and_retry": "Check the Wi-Fi/Cellular signal or try to reset it.",
325
- "rename_unit": "Rename unit",
326
- "rename": "Rename",
327
- "select_unit": "Select Unit",
328
- "remove_unit_name": "Remove {name}?",
329
- "remove_note": "All information and devices that you have added to this unit will be deleted.",
330
- "sub_unit_remove_name": "Remove {name}?",
331
- "sub_unit_message_warning_remove": "All information and devices that you have added to this sub-unit will be lost.",
332
- "text_remove_sub_unit_success": "Remove sub unit success!",
333
- "text_remove_sub_unit_fail": "Remove sub unit fail!",
334
- "camera": "Camera",
335
- "favorites": "Favorites",
336
- "select_device_type": "Select device type",
337
- "select_brand": "Select a brand",
338
- "make_sure_3_button_available": "Please try to make sure more than 3 buttons is available",
339
- "select_this_one": "Select this one",
340
- "next_one": "Next one",
341
- "add_to_favorites": "Add to Favorites",
342
- "add_favorite": "Add Favorite",
343
- "remove_from_favorites": "Remove from Favorites",
344
- "remove_favorite": "Remove Favorite",
345
- "add_new_device": "Add new device",
346
- "add_new_device_message_no_unit": "You cannot add new device. You have to add a new unit first.",
347
- "add_member": "Add member",
348
- "add_new_member": "Add new member",
349
- "add_new_member_message_no_unit": "You cannot add new member. You have to add a new unit first.",
350
- "select_device": "Select Device",
351
- "select_sensor": "Select Sensor",
352
- "sharing_select_devices_hint": "Select devices and what you want to share in details with this member",
353
- "members": "Members",
354
- "unit_member": "Unit member",
355
- "change_role": "Change role",
356
- "role": "Role",
357
- "identity": "Identity",
358
- "share_devices": "Share devices",
359
- "no_member": "No member",
360
- "sharing_removed_user": "Member {name} is removed.",
361
- "sharing_you_left": "You left unit.",
362
- "no_data": "No data",
363
- "no_device": "No device",
364
- "unit_deleted_successfully": "Unit was deleted successfully.",
365
- "unit_updated_successfully": "Unit was changed successfully.",
366
- "empty_device": "No devices yet. Tap '+' to add device.",
367
- "barrier_controler": "Barrier Controller",
368
- "up": "Up",
369
- "suggestions": "Suggestions",
370
- "check_the_power": "Check the power on your device.",
371
- "check_the_wifi": "Check the Wi-Fi/Cellular signal or try to reset it.",
372
- "check_the_ble": "Check your Bluetooth status and try to use QUICK ACTION to control.",
373
- "disconnected": "Disconnected",
374
- "home_assistant_connected": "Home Assistant is connected",
375
- "home_assistant_device_not_found": "Home Assistant device not found",
376
- "home_assistant_disconnected": "Home Assistant is disconnected",
377
- "rename_sub_unit": "Rename sub-unit",
378
- "select_image": "Select image",
379
- "text_rename_sub_unit_success": "Rename sub-unit success",
380
- "text_change_background_sub_unit_success": "Change background sub-unit success",
381
- "wind_quality_sensor": "Wind Quality Sensor",
382
- "current_water_quality": "Current Quality Sensor",
383
- "clo_residual": "Clo Residual",
384
- "text_explain_add_geolocation": "Tell us where this unit is. It will help automatically personalized your experience.",
385
- "raining": "Raining",
386
- "not_raining": "Not raining",
387
- "north": "North",
388
- "east": "East",
389
- "south": "South",
390
- "west": "West",
391
- "condition": "Condition",
392
- "no_condition": "No condition",
393
- "north_east": "North East",
394
- "south_east": "South East",
395
- "south_west": "South West",
396
- "north_west": "North West",
397
- "book_now": "Book now",
398
- "hours": "hours",
399
- "minutes": "minutes",
400
- "parking_session": "Parking session",
401
- "arrive_at": "Arrive at",
402
- "stay_in": "Stay in:",
403
- "save_this_vehicle": "Save this vehicle and set as default",
404
- "payment_option": "Payment option",
405
- "payment_failed": "Payment failed!",
406
- "saved_vehicle": "Saved Vehicle",
407
- "set_a_number": "Set a number",
408
- "text_total_power_consumption": "Total Power Consumption",
409
- "input_price_to_calculate_electricity_cost": "Input price to calculate electricity cost",
410
- "calculate_cost": "Calculate cost",
411
- "total_power_price": "Total power price:",
412
- "smart_parking": "Smart Parking",
413
- "smart_parking_add_destination": "I would like to park near...",
414
- "see_nearby_parking": "See nearby parking areas",
415
- "add_card": "Add credit card",
416
- "booking_details": "Booking Details",
417
- "license_plate": "License plate",
418
- "change": "Change",
419
- "total_parking_hours": "Total parking hours",
420
- "leave_at": "Leave at",
421
- "sub_total": "Sub total",
422
- "total": "Total price",
423
- "confirm_booking": "Confirm Booking",
424
- "my_bookings": "My bookings",
425
- "active_sessions": "Active sessions",
426
- "text_arrive_at": "Arrive at:",
427
- "text_leave_at": "Leave at:",
428
- "time_remaining": "Time remaining",
429
- "machine_status": "Machine status",
430
- "pay_now": "Pay now",
431
- "pay_later": "Pay later",
432
- "completed": "Completed",
433
- "rebook": "Rebook",
434
- "cancelled": "Cancelled",
435
- "recent": "Recent",
436
- "video_detail": "Video Detail",
437
- "vehicle_management": "Vehicle management",
438
- "saved_parking_areas": "Saved parking areas",
439
- "payment_methods": "Payment methods",
440
- "violations_and_tickets": "Violations & Tickets",
441
- "exit_smart_parking": "Exit SmartParking",
442
- "warning_booking_detail_1": "Payment should be made before ",
443
- "warning_booking_detail_2": "to reserve this booking.",
444
- "tank_working_normally": "Tank is working normally.",
445
- "filters": "Filters",
446
- "filtering": "Filering",
447
- "insufficient_water_input": "Insufficient water input.",
448
- "check_water_leak": "Check for water leak.",
449
- "exceed_5_filter": "Exceed 5hrs filtering. Tank is not yet full.",
450
- "exceed_{hour}_filter": "Exceed {hour}hrs filtering. Tank is not yet full.",
451
- "tank_is_full": "Tank is full.",
452
- "{number}_filter_need_to_be_replaced": "{number} filters need to be replaced.",
453
- "replace_all_filters": "Replace all filters.",
454
- "directions": "Directions",
455
- "save": "Save",
456
- "text_details": "Details",
457
- "parking_information": "Parking information",
458
- "text_total": "Total",
459
- "pay_before_%{time}": "Pay before %{time}",
460
- "hour_parking": "hour parking",
461
- "hours_parking": "hours parking",
462
- "extend_fee": "Extend fee",
463
- "extend_success": "Extend success!",
464
- "service_fee": "Service fee",
465
- "discount": "Discount",
466
- "booking_id": "Booking ID",
467
- "book_at": "Book at",
468
- "payment_method": "Payment method",
469
- "paid_at": "Paid at",
470
- "pay_at": "Pay at",
471
- "hour": "hour",
472
- "minute": "minute",
473
- "second": "second",
474
- "saved": "Saved",
475
- "number_spots": "%{number} spots",
476
- "nearby_parking_areas": "Nearby parking areas",
477
- "recently_saved": "Recently saved",
478
- "near_me": "Near me",
479
- "you_can_book_maximum_1h": "You can only book maximum 1 hour in advance.",
480
- "seats": "seats",
481
- "text_seats": "Seats",
482
- "thank_for_booking": "Thank you!",
483
- "parking_confirm": "Your booking time was successful.",
484
- "payment_confirm": "Payment: ",
485
- "order_number": "Order number",
486
- "parking_spot": "Parking spot",
487
- "parking_time": "Parking session",
488
- "parking_area": "Parking area",
489
- "parking_address": "Parking address",
490
- "view_my_booking": "View My Booking Details",
491
- "back_to_map": "Back to Map dashboard",
492
- "choose_payment": "Choose a payment method",
493
- "scan_qr": "Scan QR",
494
- "scan_qr_code_at_%{spot}": "Scan QR code at spot %{spot}",
495
- "extend": "Extend",
496
- "verify_qr_code": "Verifying code...",
497
- "tds_information": "TDS Information",
498
- "what_is_tds_title": "What is TDS?",
499
- "what_is_tds_text": "TDS: is the total dissolved solids present in a certain amount of water - (the total number of charged ions, including salts, minerals or metals) that exist in a certain volume of water. High TDS is also responsible for turbidity and sedimentation in water. TDS is expressed in mg / L or parts per million (parts per million).",
500
- "tds_guidlines_title": "TDS guidlines for drinking water",
501
- "tds_guidlines_text_1": "Ideally, the TDS for drinking water should be below 300ppm and the maximum limit considered safe is 500ppm. Water sources with TDS <50ppm are usually water at a fairly pure level or water after being filtered through the RO system - this is water that contains a small amount of minerals and is completely assured to drink directly.",
502
- "tds_guidlines_text_2": "Alpha 139G Water Purifier is certified to the national standards TCVN 11978:2017 & QCVN 4-2009/BKHCN about water purifiers for household use by the Ministry of Science and Technology.",
503
- "tds_guidlines_text_3": "The quality of filtered water meets the standard of direct drinking water, QCVN 6-1:2010/BYT of the Ministry of Health includes 21 toxic physicochemical indicators such as: Arsenic, Ammonium, Lead, Cyanide, Mercury, Copper, Nitrate.. and 5 microbiological indicators: E.coli bacteria, Coliform, Streptococci feacal, Pseudomonas aeruginosa, Spores of sulfite-reducing anaerobic bacteria, ensuring absolute safety for users' health when drinking directly without boiling .(*).",
504
- "your_booking_is_safety": "Your booking is safely reserved. However, please be aware that there is no refund for cancellation.",
505
- "no_spot_available": "No spots available",
506
- "status_full_info": "No spots available at this moment.",
507
- "status_always_free": "This parking area is always free",
508
- "status_free_info": "No fees charged from %{from} to %{to}",
509
- "free_parking_hours": "Free parking hours",
510
- "spots_available": "spots available",
511
- "extend_at": "Extend at",
512
- "details": "Details",
513
- "view_my_booking_details": "View My Booking Details",
514
- "back_to_map_dashboard": "Back to Map dashboard",
515
- "text_pay_now": "Pay now",
516
- "ok_got_it": "OK, I got it",
517
- "booking_activated": "Booking activated!",
518
- "you_are_at_your_parking_spot": "You arrive at your parking spot. Please don't forget to move your vehicle when your parking session ends or extend parking hours in case you need more time.",
519
- "your_parking_session_will_end_in": "Your parking session will end in",
520
- "this_is_not_your_spot": "This is not your parking spot!",
521
- "you_are_parking_at_wrong_spot": "You are parking at the wrong parking spot. This is the right spot that we have reserved for you.",
522
- "your_parking_spot": "Your parking spot",
523
- "please_move_right_spot": "Please move your vehicle to the right spot and scan the QR code again to activate your booking.",
524
- "scan_qr_code": "Scan QR code",
525
- "sorry": "Sorry...",
526
- "this_spot_is_not_available": "This spot is not available now because someone has booked it. However, we still have other spots available for you.",
527
- "available_spots": "Available spots",
528
- "please_move_to_one_of_those_spot": "Please move your vehicle to one of those spots and scan the QR code provided on the post to start your booking.",
529
- "oh_no": "Oh no...",
530
- "this_parking_is_full": "This parking area is full at this moment. However, we will suggest you other parking areas that still available spots for you.",
531
- "nearest_parking_areas": "Nearest parking areas",
532
- "add_vehicle": "Add Vehicle",
533
- "note_empty_vehicle": "You don't have any vehicles yet. Tap + to add one.",
534
- "license_plate_number": "License plate number",
535
- "take_license_plate": "Please take a picture of your license plate",
536
- "my_car": "My car",
537
- "remove_vehicle": "Remove vehicle",
538
- "remove_vehicle_confirm": "Are you sure you want to remove vehicle {vehicle}?",
539
- "have_not_method_yet": "You don't have any payment methods yet.",
540
- "tap_plus_to_add_more": "Tap + to add one.",
541
- "saved_card": "Saved card",
542
- "other_payment_methods": "Other payment methods",
543
- "connected_to_phone_number": "Connected to phone number",
544
- "change_default": "Change default",
545
- "remove_payment_method": "Remove payment method",
546
- "remove_payment_method_confirm": "Are you sure you want to remove {payment_brand} from your payment method?",
547
- "change_default_payment_method": "Change default payment method",
548
- "change_default_payment_method_confirm": "Do you want to set %{payment_brand} as your default payment method?",
549
- "set_as_default": "Set as default",
550
- "process_payment": "Process Payment",
551
- "pay": "Pay",
552
- "not_paid": "Not paid",
553
- "cancel_booking": "Cancel booking",
554
- "cancel_booking_message": "Are you sure you want to cancel this booking? You cannot get your parking fee back.",
555
- "no": "No",
556
- "yes_cancel": "Yes",
557
- "please_select_a_wifi_network": "Please select a Wi-Fi network and enter password",
558
- "wifi_name": "Wi-Fi name",
559
- "password": "Password",
560
- "wifi": "Wifi",
561
- "could_not_connect_to_network": "Couldn't connect to network. Please try again.",
562
- "imei": "Imei",
563
- "push_and_wait_chip_response": "Pushed and wait for chip response",
564
- "cancel_error_message": "Booking session already started! Cannot cancel.",
565
- "checking_availability": "Checking availability...",
566
- "extend_parking_hours": "Extend parking hours",
567
- "select_time_want_park_extra": "Select the time that you want to park extra",
568
- "stop": "Stop",
569
- "stop_parking": "Stop parking",
570
- "stop_2": "Stop",
571
- "stop_parking_message": "You still have time to park. Are you sure you want to stop parking?",
572
- "stop_error_message": "Stop failed. Please try later.",
573
- "default": "DEFAULT",
574
- "edit_vehicle": "Edit Vehicle",
575
- "delete_vehicle": "Delete Vehicle",
576
- "set_as_default_vehicle": "Set as default vehicle",
577
- "warning_end_soon": "Your parking session will end soon",
578
- "warning_end_soon_description": "Your parking session will end after 15 minutes. Move your car or extend your parking session now.",
579
- "ok_and_got_it": "Ok",
580
- "notify_back": "Are you sure to go back?",
581
- "notifications": "Notifications",
582
- "promotions": "Promotions",
583
- "news": "News",
584
- "system": "System",
585
- "no_promotions_yet": "No promotions yet.",
586
- "no_news_yet": "No news yet.",
587
- "no_updates_yet": "No updates yet.",
588
- "no_notifications_yet": "No notifications yet.",
589
- "no_system_update_yets": "No system updates yet.",
590
- "no_promotions_at_this_moment": "No promotions at this moment.\nPlease comeback later!",
591
- "pay_later_time": "Pay later (before %{time})",
592
- "complete": "Complete",
593
- "note_empty_parking_area": "No saved parking areas.",
594
- "text_spot": "spot",
595
- "enter_parking_spot_number": "Enter the number you see on your parking spot",
596
- "enter_parking_spot_number_description": "The parking spot number is a unique number at each parking spot that is used for identifying and booking. It is painted at the top of each parking spot and has three digits. Please enter the number correctly to proceed your booking.",
597
- "or_scan_qr_code_to_confirm": "Or scan QR code to confirm your booking",
598
- "please_select_a_payment_method": "Please select a payment method",
599
- "filter_water_purifier_description_1": "For the robot water, warning for filter replacement is calculated according to the flow of filtered water (not the time when the power is turned on).",
600
- "filter_water_purifier_description_2": "When the remaining time of the filter is less than 10 hours, an warning icon will display to alert the user to replace it.",
601
- "replace_now": "Replace now",
602
- "all": "All",
603
- "read_all": "Read all",
604
- "about_the_parking_areas": "About the parking areas and streets...",
605
- "new_updates_from_smart_parking": "New updates from SmartParking",
606
- "terms_and_conditions": "Terms and conditions",
607
- "terms_and_conditions_booking_prefix": "I have read and accept the ",
608
- "terms_and_conditions_booking_postfix": ", and agree to make a booking.",
609
- "select_payment_method": "Select Payment method",
610
- "successfully_connected": "Successfully connected.",
611
- "rename_your_device": "Rename your device",
612
- "connecting_your_device": "Connecting your device...",
613
- "dont_turn_off_the_device_or_close_this_app": "Don't turn off the device or close this app during the setup process.process. Setup may take few minutes to complete.",
614
- "rename_device": "Rename device",
615
- "parking_spot_number": "Parking spot number",
616
- "sub_text_parking_spot_number": "Please enter the spot number at your parking position to start booking",
617
- "check_parking_spot_number": "Check parking spot number",
618
- "notify_no_car_parked": "No car parked at this spot at this moment. Please check your current position again and enter a right spot number.",
619
- "notify_spot_has_been_booked": "This spot has been booked before",
620
- "notify_spot_not_exist": "This spot does not exist. Please try enter again",
621
- "then_select_a_sub_unit_to_add": "Select a sub-unit that you want to add this device in",
622
- "first_select_a_unit": "First, select a unit that has this device",
623
- "alert_will_be_sent_in": "Alert will be sent in:",
624
- "alert_has_been_stopped": "You have stop your alert success",
625
- "alert_resolve_error": "Resolve alert failed!",
626
- "your_location_info": "Your location information:",
627
- "text_send_now": "SEND NOW",
628
- "text_no_charge_outside_parking_hour": "There is no charge outside these parking hour",
629
- "notify_update_app": "A new {appName} update is now available. Please update to new version to continue using the app.",
630
- "update_now": "Update now",
631
- "removed_successfully": "Removed successfully!",
632
- "spot_name": "Spot name",
633
- "alert_sent": "ALERT SENT!",
634
- "please_standby_your_requesting_for_help": "Please standby, your requesting for help has been sent to all members in this unit.",
635
- "view_details": "View Details",
636
- "ending_in": "ending in",
637
- "card_number": "Card Number",
638
- "card_holder_name": "Cardholder Name",
639
- "card_type": "Card Type",
640
- "not_support_pre_booking": "This parking area does not support pre-booking.",
641
- "pay_later_description": "You have to make payment before %{time} to reserve this booking. However, depend on the availability of the parking area until that time, your booking may be affected.",
642
- "dismiss": "Dismiss",
643
- "emergency_alert": "EMERGENCY ALERT!",
644
- "the_emergency_button_has_been_activated": "The Emergency button has been activated at unit ",
645
- "seconds_ago": "seconds ago",
646
- "secs_ago": "secs ago",
647
- "minutes_ago": "minutes ago",
648
- "mins_ago": "mins ago",
649
- "hours_ago": "hours ago",
650
- "days_ago": "days ago",
651
- "months_ago": "months ago",
652
- "years_ago": "years ago",
653
- "current_wind_direction": "Current wind direction",
654
- "last_updated": "Last updated",
655
- "emergency_contacts": "Emergency contacts",
656
- "emergency_contacts_hint": "Set up Emergency contacts for this unit in order to call urgently when you’re in an emergency situation.",
657
- "emergency_max_contacts": "Maximum {number} contacts",
658
- "parking_completed": "Parking Completed",
659
- "please_move_your_car_and_drive_back_safely": "Please move your car and drive back safely. Thank you for using our service.",
660
- "text_add_new_credit_card": "+ Add new credit card",
661
- "notify_error_card": "Failed to add card, check the information and make sure your card is still available",
662
- "emergency_contact": "Emergency contact",
663
- "time_since_the_emergency_button_was_pressed": "Time since the Emergency button was pressed",
664
- "resolve_situation": "Resolve situation",
665
- "create_contact": "Create contact",
666
- "select_unit_members": "Select from Unit members",
667
- "select_contacts": "Select contacts",
668
- "no_contact": "No contacts",
669
- "is": "is",
670
- "is_below": "is below",
671
- "is_above": "is above",
672
- "text_notification_content_air_quality_high": "The Air Quality index at **unit_name** is **status**. Wear a mask and reduce outdoor exercise.",
673
- "text_notification_content_uv_index_high": "The UV index at **unit_name** is **status**. Reduce time in the sun and protect your skin, eyes.",
674
- "text_notification_content_pH_index_high": "The pH index at **unit_name** is **status**. Water is not safe to drink.",
675
- "text_notification_content_clo_high": "The Chlorine residual at **unit_name** is **status**. Water is not safe to drink.",
676
- "text_notification_content_turbility_high": "The Turbility at **unit_name** is **status**. Water is not safe to drink.",
677
- "text_notification_content_smoke": "Smoke appears in **unit_name**. Please check your home and call the rescue team if there is a fire.",
678
- "text_notification_content_fire": "There is a fire at **unit_name**, Please move out of the house immediately and call the rescue team.",
679
- "text_notification_content_active_sos": "**device_name** is activating at **unit_name** - **station_name**. Please check it NOW.",
680
- "text_notification_content_replace_water_filter": "Filter **config_name** of **device_name** in **station_name** has less than 10h remaining. Check and replace now.",
681
- "text_notification_content_low_battery": "Battery of **device_name** in **unit_name**: **station_name** has less than 20%. Check and replace now.",
682
- "text_notification_content_remove_unit_to_owner": "Unit **unit_name** has been removed successfully.",
683
- "text_notification_content_remove_unit_to_member": "Unit **unit_name** has been removed by **unit_owner_name**. You cannot access to this unit anymore.",
684
- "text_notification_content_remove_member": "You were removed from **unit_name** by **unit_owner_name**. You cannot access to this unit anymore.",
685
- "text_notification_content_member_leave_unit": "**member_name** has left **unit_name**.",
686
- "text_notification_content_rename_unit": "Unit **old_unit_name** has been renamed to **new_unit_name** by **owner_name**.",
687
- "text_notification_content_divice_disconnect": "**device_name** at **unit_name**: **sub_unit_name** has been disconnected. Please check and reconnect.",
688
- "text_notification_content_rename_sub_unit": "Sub-unit **old_sub_unit_name**: **unit_name** has been renamed to **new_sub_unit_name** by **unit_owner_name**.",
689
- "text_notification_content_remove_sub_unit": "Sub-unit **sub_unit_name** has been removed from **unit_name** by **unit_owner_name**.",
690
- "text_notification_content_remove_device": "Device **device_name** has been removed from **unit_name** by **unit_owner_name**.",
691
- "text_notification_content_update_address": "New address of **unit_name** has been updated by **unit_owner_name** to **unit_address**.",
692
- "text_notification_content_emergency": "The Emergency button has been activated at **unit_name**: **sub_unit_name**. Please check now!",
693
- "text_notification_content_emergency_resolve": "Emergency situation activated at **unit_name**: **sub_unit_name** has resolved.",
694
- "text_notification_content_invite_member": "**unit_owner_name** invited you to join **unit_name**.",
695
- "text_notification_content_change_unit_for_old_owner": "Your ownership of **unit_name** has been assigned to **new_owner_name**.",
696
- "text_notification_content_change_unit_for_new_owner": "You are now the owner of **unit_name**.",
697
- "this_spot_does_not_exsit": "This spot does not exist",
698
- "please_scan_again_or_contact_the_parking_manager": "Please scan again or contact the parking manager",
699
- "this_spot_does_not_support_to_scan": "This spot does not support to scan",
700
- "please_book_by_the_normal_way": "Please book by the normal way",
701
- "qr_code_invalid": "This QR code is invalid",
702
- "command_send_success_homeassistant": "Command is sent to device via Home Assistant",
703
- "command_send_fail_homeassistant": "Command is fail to send via Home Assistant",
704
- "command_homeassistant_ready": "Home Assistant is connected",
705
- "command_homeassistant_lost": "Home Assistant is disconnection. Reconnecting...",
706
- "confirm": "Confirm",
707
- "pick_a_date": "Pick a date",
708
- "car_validate_warning": "Please enter a right format of your license plate number \nEx:%{example}",
709
- "are_you_sure_this_resolved": "Are you sure this emergency situation has been resolved? All members in this unit will be notified.",
710
- "resolve_emergency": "Resolve",
711
- "resolve": "Resolve",
712
- "alert": "Alert",
713
- "your_account_has_not_been_authorized_to_control": "Your account has not been authorized to control",
714
- "take_photo": "Take Photo",
715
- "choose_from_library": "Choose from Library",
716
- "emergency_button": "Emergency button",
717
- "press_and_hold_for_3_seconds_emergency": "Press and hold for 3 seconds to send alert to all the members in this unit when you’re in an emergency situation.",
718
- "payment_has_not_completed": "Payment has not been completed yet",
719
- "resolved": "Resolved",
720
- "setup_my_emergency_contact": "Set up my Emergency Contact list",
721
- "controller": "Controller",
722
- "your_emergency_situation_has_been_resolved": "Your emergency situation has been resolved. Other members in this unit will be notified as well.",
723
- "create_contact_failed": "Create contact failed!",
724
- "edit": "Edit",
725
- "remove_device": "Remove device",
726
- "activity_log": "Activity Log",
727
- "no_activity": "There is no activity.",
728
- "by": "by",
729
- "today": "Today",
730
- "yesterday": "Yesterday",
731
- "at": "at",
732
- "choose_at_least_one": "Please choose at least one sensor.",
733
- "transaction_is_unsuccessful_%{message}": "Transaction is unsuccessful. %{message}",
734
- "emergency_resolved": "Your emergency situation has been resolved. Other members in this unit will be notified as well.",
735
- "notify_sms_success": "Notify sms success!",
736
- "gateway": "Gateway",
737
- "add_new_gateway": "Add new gateway",
738
- "chip_name": "Chip name",
739
- "manage_access": "Manage Access",
740
- "owners": "Owners",
741
- "guests": "Guests",
742
- "no_guest": "No guest",
743
- "guest_info": "Guest Information",
744
- "eoh_account_id": "{appName} account ID",
745
- "access_schedule": "Access Schedule",
746
- "always": "Always",
747
- "recurring": "Recurring",
748
- "temporary": "Temporary",
749
- "set_time": "Set time",
750
- "set_date_time": "Set date and time",
751
- "start": "Start",
752
- "end": "End",
753
- "repeat": "Repeat",
754
- "add_action": "Add action",
755
- "connecting_your_gateway": "Connecting your gateway",
756
- "general_trading_conditions": "General Trading Conditions",
757
- "station_name": "Station name",
758
- "alert_send_error": "Send alert fail!",
759
- "unit_name": "Unit name",
760
- "location": "Location",
761
- "manage_sub_units": "Manage Sub-units",
762
- "unit_wallpaper": "Unit Wallpaper",
763
- "tap_to_change": "Tap to change",
764
- "choose_location": "Choose location",
765
- "select_address": "Select Address",
766
- "device_info": "Device Info",
767
- "battery": "Battery capacity",
768
- "voltage": "Voltage",
769
- "temperature": "Temperature",
770
- "rssi_board": "RSSI Board",
771
- "request_fail": "Request fail",
772
- "modbus_fail": "Modbus failrate",
773
- "rssi_node": "RSSI Node",
774
- "edit_actions_list": "Edit Actions List",
775
- "des_edit_actions_list": "Hold and hover to rearrange actions order",
776
- "please_add_your_phone_number_and_chip_name": "Please add your phone number and chip name",
777
- "Please_add_gateway_name": "Please add gateway name",
778
- "phone_number_of_data_sim": "Phone number of data sim",
779
- "select_a_sub_unit": "Select a sub-unit",
780
- "all_camera": "All Cameras",
781
- "gateway_name": "Gateway name",
782
- "activated_time": "Activated {time}",
783
- "activated_successfully": "Activated successfully.",
784
- "activation_failed": "Activation failed.",
785
- "set_hour": "Set hour",
786
- "sync_lg_device": "Sync LG device",
787
- "lg_sync_failed": "Sync LG device failed!",
788
- "lg_sync_success": "Sync LG device success!",
789
- "setting_at": "Setting at",
790
- "name_your_scenario": "Name your scenario",
791
- "name_your_automation": "Name your automation",
792
- "name_your_button": "Name your button",
793
- "name_your_script": "Name your script",
794
- "continue": "Continue",
795
- "multi_units_automate": "Multi-Units Smart",
796
- "tap_to_run": "Tap to run",
797
- "how_to_start": "How to start",
798
- "set_up {name}": "Setup {name}",
799
- "action": "Action",
800
- "power": "Power",
801
- "actions_list": "Actions list",
802
- "delette_action": "Delete action?",
803
- "message_delete_action": "Are you sure you want to delete action of \n{actionName} in {stationName}?",
804
- "add_script": "Add Script",
805
- "delete_script": "Delete Script",
806
- "title_delete_script": "Delete script \"{scriptName}\"?",
807
- "message_delete_script": "Are you sure you want to delete script \"{scriptName}\"?",
808
- "rename_automate": "Rename automate",
809
- "edit_sub_unit": "Edit Sub-unit",
810
- "no_sub_unit_yet": "No sub-unit yet.",
811
- "tap_+_to_add_new_sub_unit": "Tap + to add new sub-unit.",
812
- "go_to_automate_scripts": "Go to automate scripts",
813
- "Script": "Script",
814
- "One-Tap": "One-Tap",
815
- "Scenario": "Scenario",
816
- "one_tap": "One-Tap",
817
- "scenario": "Scenario",
818
- "automation": "Automation",
819
- "set_schedule": "Set schedule",
820
- "select_date": "Select date",
821
- "once": "Once",
822
- "every_day": "Everyday",
823
- "every_week": "Every Week",
824
- "button": "Button",
825
- "create_smart": "Create Smart",
826
- "update_smart": "Update Smart",
827
- "automate": "Automate",
828
- "smart": "Smart",
829
- "smart_account": "Smart account",
830
- "delete_smart_account": "Delete smart account",
831
- "this_action_will_remove_all_related_devices": "This action will remove all related devices and it’s setting forever. Do you wish to continue?",
832
- "multi_unit": "Multi Units",
833
- "edit_device": "Edit Device",
834
- "device_name": "Device name",
835
- "rename_successfully": "Rename successfully!",
836
- "rename_failed": "Rename failed!",
837
- "remove_failed": "Remove failed",
838
- "message_delete_device": "This device will be deleted.",
839
- "choose_the_automation_method_you_want": "Choose the automation method you want",
840
- "auto_activated": "Auto Activated",
841
- "activated_by": "Activated by",
842
- "delete": "Delete",
843
- "apply": "Apply",
844
- "by_date": "By Date",
845
- "by_user": "By User",
846
- "options": "Options",
847
- "mode": "Mode",
848
- "text_on": "On",
849
- "text_off": "Off",
850
- "set_temperature": "Set temperature",
851
- "not_permission": "There are some control commands you have not been authorized",
852
- "you_do_not_have_permission_to_access": "You do not have permission to access {doAction}.",
853
- "you_do_not_have_permission_to": "You do not have permission to {doAction}.",
854
- "higher_than": "higher than",
855
- "lower_than": "lower than",
856
- "equal": "equal",
857
- "please": "Please",
858
- "long_press": "Long press",
859
- "the_button_to_study": "the button to study",
860
- "point_at_center": "Point at center of the device",
861
- "press": "Press",
862
- "remote_control": "remote control",
863
- "same_key": "same key",
864
- "remained": "remained",
865
- "detected_signal": "Tín hiệu đã phát hiện",
866
- "please_choose_condition_before_continue": "Please choose condition before continue!",
867
- "accept_invitation": "Accept invitation",
868
- "write_not_available": "Write not available",
869
- "invalid_phone_number_or_email": "Invalid phone number or email",
870
- "phone_number_or_email": "Phone number or email",
871
- "quick_button_create_at_dashboard": "Quick button create at dashboard",
872
- "every_day_at": "Every day at {time}",
873
- "you_do_not_have_the_device_or_have_share_control_device": "You do not have the device or you haven’t been shared the control for the device.",
874
- "your_internet_is_disconnected": "Your internet is disconnected",
875
- "change_to_control_via_bluetooth_connection": "change to control {name} via Bluetooth connection",
876
- "your_connection_to_the_server_was_disconnected_please_open_the_bluetooth_to_continue": "Your connection to the server was disconnected, Please open the Bluetooth to continue",
877
- "error_please_try_later": "Error! Please try later",
878
- "mon": "Mon",
879
- "tue": "Tue",
880
- "wed": "Wed",
881
- "thu": "Thu",
882
- "fri": "Fri",
883
- "sat": "Sat",
884
- "sun": "Sun",
885
- "connected_via_bluetooth": "Connected via Bluetooth",
886
- "connected_via_internet": "Connected via Internet",
887
- "name_your_unit": "Name your unit",
888
- "script_updated_by": "Script updated by",
889
- "only_owner_has_permission_to_edit_this_script": "Only owner has permission to edit this script.",
890
- "qr_scan_guidelines": "The QR code will be detected automatically when it’s positioned within the guide lines.",
891
- "move_to_another_sub_unit": "Move to another Sub unit",
892
- "now_playing": "Now Playing",
893
- "pause": "Pause",
894
- "setting": "Setting",
895
- "duration": "Duration",
896
- "level": "Level",
897
- "strobe": "Strobe",
898
- "volume": "Volume",
899
- "this_notification_will_be_updated_soon": "This notification will be updated soon",
900
- "text_submit": "Submit",
901
- "connecting": "Connecting",
902
- "connect_device": "Connect Device",
903
- "connect": "Connect",
904
- "server_error": "Server Error",
905
- "add_gateway_success": "Add gateway success",
906
- "set_network": "Set network",
907
- "select_wifi": "Select your wifi network",
908
- "enter_wifi_password": "Enter wifi password",
909
- "gateway_warning_content_1": "To bring you good experiences, ",
910
- "gateway_warning_content_2": "your device needs a permanent wifi connection.",
911
- "gateway_warning_content_3": "In the next steps, you will be instructed to connect to wifi for the device. ",
912
- "gateway_warning_content_4": "To give you a good experience, you need to know the name and password of the wifi network and make sure the device is placed in a good location.",
913
- "warning_beta_test_feature": "This feature is in beta test, not official yet",
914
- "connecting_gateway_warning_1": "By continuing, {appName} needs to connect to the device's wifi.",
915
- "connecting_gateway_warning_2": "A message will appear asking you to connect.",
916
- "remove_account": "Remove Account",
917
- "brightness": "Brightness",
918
- "tap_to_add_new_schedule": "Tap + to add new schedule",
919
- "confirmation": "Confirmation",
920
- "enter_yes_to_perform": "You need to enter 'YES' to perform this action",
921
- "please_enter_correct": "Please enter correct",
922
- "add_schedule": "Add Schedule",
923
- "curtain_opens": "Curtain opens",
924
- "curtain_closes": "Curtain closes",
925
- "schedule_name": "Schedule name",
926
- "enter_name": "Enter name",
927
- "name_smart_account": "Smart Account",
928
- "location_permission_required_wifi_title": "Location permission is required for WiFi connections",
929
- "location_permission_required_wifi_message": "This app needs location permission as this is required to scan for wifi networks.",
930
- "deny": "DENY",
931
- "allow": "ALLOW",
932
- "avatar": "Avatar",
933
- "mask_off": "Mask off",
934
- "mask_on": "Mask on",
935
- "stranger": "Stranger",
936
- "image_from_camera": "Image from camera",
937
- "icon_unit": "Icon unit",
938
- "lock": "LOCK",
939
- "unlock": "UNLOCK",
940
- "door_is_open": "Door is open | unlocked",
941
- "door_is_close": "Door is close | locked",
942
- "member_info": "Member Information",
943
- "set_photo_id": "Set photo ID",
944
- "remove_member": "Remove Member",
945
- "rename_member": "Rename Member",
946
- "member_name": "Member's name",
947
- "owner_share_content": "The person who is all - powerful.",
948
- "member_share_content": "Just a normal people who can access and view the devices with permission of the owner",
949
- "text_des_remove_hanet_member": "Are you sure you want to remove this member?",
950
- "text_des_capture_face_id": "Capture identification face",
951
- "begin": "Begin",
952
- "text_des_locate_hanet_face_id": "Locate face in the frame",
953
- "capture": "Capture",
954
- "capture_again": "Capture again",
955
- "finish": "Finish",
956
- "capture_image": "Capture image",
957
- "pick_available_image_from_your_phone": "Pick available image from your phone",
958
- "setup_generate_passcode": "Setup generate passcode",
959
- "choose_user": "Choose user",
960
- "auto_lock": "Auto Lock",
961
- "your_door_will_lock": "Your door will lock as soon as it is closed. If it hasn’t been opened, it will re-lock shortly after it’s unlocked.",
962
- "auto_lock_enabled": "Auto-Lock Enabled",
963
- "auto_lock_when": "Auto-Lock When",
964
- "instant": "Instant",
965
- "re_lock_timing": "Re-lock Timing",
966
- "re_lock_will_lock": "Re-lock will lock your door if it has been unlocked, but not opened within specified time.",
967
- "code": "Code",
968
- "user": "User",
969
- "create_time": "Create time",
970
- "status": "Status",
971
- "delete_passcode": "Delete Passcode",
972
- "passcode_list": "Passcode list",
973
- "search": "Search",
974
- "connect_home_wifi": "Connect Home’s Wifi",
975
- "saving_contact_successful": "Saving contact successful",
976
- "maxmium_contacts": "Maxmium contacts",
977
- "enter_password": "Enter Your Password",
978
- "you_need_to_enter_password": "You need to enter password to perform this action",
979
- "note": "Note",
980
- "back": "Back",
981
- "invaild_data": "Invaild data",
982
- "This_name_was_removed": "This {name} was removed!",
983
- "camera_request_permission": "Camera request permission",
984
- "camera_request_permission_des": "To use camera, please unlock camera permission",
985
- "location_require_message": "{appName} needs your location permission to get current location.",
986
- "turn_on_location_service": "Turn on location service for your phone",
987
- "turn_on_location_service_des": "To continue, let your device turn on location by turning on location service in Settings",
988
- "detected": "Detected",
989
- "not_detected": "Not detected",
990
- "activated": "Activated",
991
- "text_unit_add_to_favorites_no_devices": "You don't have any devices or all your devices was added to your favorites",
992
- "not_found": "Not found",
993
- "view_only": "View only",
994
- "can_control": "Can control",
995
- "not_activated": "Not activated",
996
- "open": "Open",
997
- "close": "Close",
998
- "create_contact_success": "Create contact success!",
999
- "can_not_login_to_current_ssid": "Can't login to current SSID",
1000
- "confirm_password_not_match": "Confirm password does not match",
1001
- "dashboard": "Dashboard",
1002
- "template": "Template",
1003
- "gateways": "Gateways",
1004
- "help": "Help",
1005
- "about_us": "About us",
1006
- "exit_dev_mode": "Exit developer mode",
1007
- "developer_mode": "Developer Mode",
1008
- "what_are_you_looking_for": "What are you looking for?",
1009
- "no_dashboard_yet": "No Dashboard yet",
1010
- "add_your_dashboard": "Add your dashboard at web app",
1011
- "edit_dashboard": "Edit dashboard",
1012
- "no_gateway_yet": "No Gateway yet",
1013
- "you_dont_have_any_gateway": "You don't have any gateway",
1014
- "gateway_information": "Gateway information",
1015
- "reboot": "Reboot",
1016
- "information": "Information",
1017
- "gateway_list": "Gateway list",
1018
- "delete_dashboard": "Delete dashboard",
1019
- "dashboard_name": "Dashboard name",
1020
- "add_widget": "Add widget",
1021
- "no_widgets": "No Widgets",
1022
- "add_your_widget": "Add your widget in dashboard",
1023
- "label": "Label",
1024
- "choose_type_of_device": "Choose Type of Device",
1025
- "central_controller": "Central controller",
1026
- "wifi_device": "Wifi device",
1027
- "device_connect_without_gateway": "Connecting device without gateway",
1028
- "modbus": "Modbus",
1029
- "device_connect_directly_to_the_gateway": "Device connected directly to the gateway",
1030
- "zigbee": "Zigbee",
1031
- "device_connect_remotely_to_the_gateway": "Device connected remotely to the gateway",
1032
- "connect_wifi_asking": "By continuing, {appName} needs to connect to the device's Wifi. A message will appear asking you to connect.",
1033
- "previous": "Previous",
1034
- "invalid_qr_code": "Invalid QR Code",
1035
- "invalid_qr_code_warning": "This device can't be added using a QR code",
1036
- "retry": "Retry",
1037
- "hold_and_hover_description": "Hold and hover to rearrange the module",
1038
- "dien_quang_smart": "Điện Quang",
1039
- "add_new_smart_account": "Add new smart account",
1040
- "lg_smart": "LG",
1041
- "please_enter_your_email_or_your_phone": "Please enter your email or your phone",
1042
- "please_select_a_supplier": "Please select a supplier",
1043
- "smart_supplier": "Smart Supplier",
1044
- "text_email_or_phone_number": "Email or Phone number",
1045
- "connecting_smart_account": "Connecting your account",
1046
- "warning_connecting_smart_account": "Don't turn off the device or close this app during the setup process. Setup may take few minutes to complete.",
1047
- "unidentified": "Unidentified",
1048
- "select_all": "Select All",
1049
- "turn_off_device": "Turn off device",
1050
- "turn_off_device_when_scan_qr_guide": "Turn off the device you want to add new before scanning the QR code. Press ‘’OK’’ to continue.",
1051
- "turn_on_device": "Turn on device",
1052
- "turn_on_device_after_change_address_success": "Turn on the device you want to connect. Press ‘’OK’’ to continue.",
1053
- "connect_to_router": "Connect to the Router",
1054
- "connect_router_content": "Please plug in the gateway and connect it to the router, making sure your phone and the gateway are under the same network. Then, comfirm that the light is on and press “Next”",
1055
- "turn_on_zigbee_device": "Turn on zigbee device",
1056
- "turn_on_device_to_connect": "Turn on device to connect",
1057
- "turn_on_zigbee_device_content": "Power ON the device and keep the device connected to the router. Make sure the end device still ON",
1058
- "read_device_manual_guide": "Read Device's manual guide for more details.",
1059
- "no_gateway": "No Gateway!",
1060
- "need_add_gateway_before_add_device": "You need to add a new Gateway before adding the device.",
1061
- "fail_to_discover_device_wifi": "Fail to discover device wifi",
1062
- "try_to_turn_on_device_or_try_again": "Try to turn on device or Try again",
1063
- "go_to_eoh_web_to_see_firmware": "Go to {appName} web to see firmware configuration",
1064
- "general_information": "General information",
1065
- "connection_methods": "Connection methods",
1066
- "delete_gateway": "Delete gateway",
1067
- "connection_time": "Connection time",
1068
- "device_id": "Device id",
1069
- "auth_token": "Auth token",
1070
- "activate_date": "Activate date",
1071
- "warranty_expiration_date": "Warranty expiration date",
1072
- "firmware_version": "Firmware version",
1073
- "visit_eoh_web_to_set_up_other_connection": "Visit {appName} Web to set up other connection options.",
1074
- "delete_successfully": "Delete successfully!",
1075
- "reboot_successfully": "Reboot successfully!",
1076
- "message_delete_gateway": "This will fully remove Gateway with Info, Devices, Data Stream from the gateway.",
1077
- "message_reboot_gateway": "This will reboot gateway. You will spend time waiting to reboot the device.",
1078
- "message_delete_dashboard": "This will fully remove Dashboard with Dashboard Info, all widget configured from the dashboard.",
1079
- "baud_speed": "Baud speed",
1080
- "zigbee_method": "Zigbee method",
1081
- "modbus_method": "Modbus method",
1082
- "delete_device": "Delete device",
1083
- "device_information": "Device information",
1084
- "config_name": "Config name",
1085
- "action_name": "Action name",
1086
- "control_payload": "Control payload",
1087
- "key": "Key",
1088
- "config": "Config",
1089
- "config_write": "Config write",
1090
- "config_read": "Config read",
1091
- "virtual_pin": "Virtual pin",
1092
- "click_on_box_to_rename_device": "Click on the box to rename your device",
1093
- "cannot_connect_to_device_wifi": "Cannot connect to device's wifi",
1094
- "try_turn_on_device_or_try_again": "Try turn on device or try again",
1095
- "fail_trigger_scan_wifi_on_device": "Fail trigger scan wifi on device",
1096
- "fail_add_wifi_device": "Fail add wifi device",
1097
- "connecting_wifi_device": "Connecting wifi device",
1098
- "connecting_to_device": "Connecting to device",
1099
- "connecting_modbus_device": "Connecting to modbus device",
1100
- "connecting_zigbee_device": "Connecting to zigbee device",
1101
- "connecting_to_gateway": "Connecting to gateway",
1102
- "select_network": "Select your home network.",
1103
- "wrong_wifi_password": "Wrong wifi's password",
1104
- "fail_add_modbus_device": "Fail to add modbus device",
1105
- "fail_add_zigbee_device": "Fail to add zigbee device",
1106
- "no_zigbee_device_join_timeout": "No zigbee device join network after 2 minutes",
1107
- "read_config_permission_error": "You don't have permission to read this config",
1108
- "continue_to_wait": "Continue to wait?",
1109
- "it_has_been_2_minutes": "It has been 2 minutes...",
1110
- "click_here_to_setup_device": "Click here to setup device",
1111
- "text_under_development": "This feature is under development.",
1112
- "text_working_hard": "We are working hard to get this running",
1113
- "photo_request_permission": "Photo request permission",
1114
- "text_alert_modal_popup_ct": "It’s a critical action and cannot be undone.",
1115
- "text_understand_modal_popup_ct": "I fully understand that this action is critical and will lead to data loss.",
1116
- "cannot_find_device_wifi": "Cannot find Device's Wifi",
1117
- "choose_only_one": "Choose only one condition event",
1118
- "photo_request_permission_des": "To select photo from gallery, please unlock access photo permission",
1119
- "this_command_is_just_support_bluetooth_only": "This command is just support bluetooth only",
1120
- "used_pin": "Used PIN",
1121
- "all_gateway": "All Gateway",
1122
- "pin_number": "Pin number",
1123
- "default_value": "Default value",
1124
- "config_type": "Config type",
1125
- "pin": "PIN",
1126
- "pin_mode": "PIN mode",
1127
- "rename_device_fail": "Rename device fail",
1128
- "release_time": "Release time",
1129
- "data_address": "Data address",
1130
- "methods": "{number} methods",
1131
- "io_method": "Input/Output method",
1132
- "change_position": "Change position",
1133
- "updated_widget_successfully": "Updated widget successfully",
1134
- "sub_text_change_position": "Hold and hover to rearrange the widgets",
1135
- "transfer_ownership": "Transfer ownership",
1136
- "text_change_owner": "Ownership permissions of this unit to the user you have selected.",
1137
- "text_alert_change_owner": "You will be removed from this Unit after transfer ownership.",
1138
- "the_system_has_been_upgraded" : "To provide a better user experience, [Era] will perform a system upgrade.The upgrade will take about 10 minutes.\n\n Some device control functions will be interrupted during the upgrade.[Era] would like to ask for your understanding for this inconvenience.\n\nBest regards.",
1139
- "value_must_be_greater_than_min": "Value must be greater than {min}",
1140
- "value_must_be_less_than_max": "Value must be less than {max}",
1141
- "value_must_be_a_number": "Value must be a number"
1142
- }