@convep_mobilogy/react-native-qms-plugin 0.10.5 → 0.11.0

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 (32) hide show
  1. package/android/build.gradle +1 -1
  2. package/ios/QmsPlugin/QmsDashboardViewManager.mm +64 -1
  3. package/ios/QmsPlugin/QmsModule.mm +19 -2
  4. package/ios/QmsPlugin/QmsThemeRuntime.h +22 -0
  5. package/ios/QmsPlugin/QmsThemeRuntime.m +39 -0
  6. package/ios/QmsPlugin/UIViewController+QmsAnalytics.m +148 -7
  7. package/ios/QmsPluginFramework.xcframework/ios-arm64/QmsPluginFramework.framework/Assets.car +0 -0
  8. package/ios/QmsPluginFramework.xcframework/ios-arm64/QmsPluginFramework.framework/Montserrat-Bold.ttf +0 -0
  9. package/ios/QmsPluginFramework.xcframework/ios-arm64/QmsPluginFramework.framework/Montserrat-Medium.ttf +0 -0
  10. package/ios/QmsPluginFramework.xcframework/ios-arm64/QmsPluginFramework.framework/Montserrat-Regular.ttf +0 -0
  11. package/ios/QmsPluginFramework.xcframework/ios-arm64/QmsPluginFramework.framework/QmsPluginFramework +0 -0
  12. package/ios/QmsPluginFramework.xcframework/ios-arm64/QmsPluginFramework.framework/_CodeSignature/CodeResources +68 -2
  13. package/ios/QmsPluginFramework.xcframework/ios-arm64/QmsPluginFramework.framework/bm.json +780 -0
  14. package/ios/QmsPluginFramework.xcframework/ios-arm64/QmsPluginFramework.framework/cn.json +781 -0
  15. package/ios/QmsPluginFramework.xcframework/ios-arm64/QmsPluginFramework.framework/en.json +781 -0
  16. package/ios/QmsPluginFramework.xcframework/ios-arm64_x86_64-simulator/QmsPluginFramework.framework/Assets.car +0 -0
  17. package/ios/QmsPluginFramework.xcframework/ios-arm64_x86_64-simulator/QmsPluginFramework.framework/Montserrat-Bold.ttf +0 -0
  18. package/ios/QmsPluginFramework.xcframework/ios-arm64_x86_64-simulator/QmsPluginFramework.framework/Montserrat-Medium.ttf +0 -0
  19. package/ios/QmsPluginFramework.xcframework/ios-arm64_x86_64-simulator/QmsPluginFramework.framework/Montserrat-Regular.ttf +0 -0
  20. package/ios/QmsPluginFramework.xcframework/ios-arm64_x86_64-simulator/QmsPluginFramework.framework/QmsPluginFramework +0 -0
  21. package/ios/QmsPluginFramework.xcframework/ios-arm64_x86_64-simulator/QmsPluginFramework.framework/_CodeSignature/CodeResources +68 -2
  22. package/ios/QmsPluginFramework.xcframework/ios-arm64_x86_64-simulator/QmsPluginFramework.framework/bm.json +780 -0
  23. package/ios/QmsPluginFramework.xcframework/ios-arm64_x86_64-simulator/QmsPluginFramework.framework/cn.json +781 -0
  24. package/ios/QmsPluginFramework.xcframework/ios-arm64_x86_64-simulator/QmsPluginFramework.framework/en.json +781 -0
  25. package/lib/module/QmsDashboardView.android.js +16 -16
  26. package/lib/module/QmsDashboardView.android.js.map +1 -1
  27. package/lib/module/QmsDashboardView.ios.js +12 -2
  28. package/lib/module/QmsDashboardView.ios.js.map +1 -1
  29. package/lib/typescript/src/QmsDashboardView.ios.d.ts.map +1 -1
  30. package/package.json +1 -1
  31. package/src/QmsDashboardView.android.tsx +16 -16
  32. package/src/QmsDashboardView.ios.tsx +28 -2
@@ -0,0 +1,781 @@
1
+ {
2
+ "EMAIL": "Email",
3
+ "PASSWORD": "Password",
4
+ "LOGIN": "Log In",
5
+ "REMEMBER_ME": "Remember Me",
6
+ "FORGOT_PASSWORD": "Forgot Password",
7
+ "PLEASE_WAIT": "Please Wait",
8
+ "ALERT": "Alert",
9
+ "ERROR": "Error",
10
+ "OK": "OK",
11
+ "YES": "YES",
12
+ "NO": "NO",
13
+ "EMAIL_EMPTY": "Please do not leave the email empty.",
14
+ "PASSWORD_EMPTY": "Please do not leave the password empty.",
15
+ "EMAIL_NOT_VALID": "Email is not valid.",
16
+ "SYNCHRONIZE": "Do you want synchronize all project you have?",
17
+ "SESSION_EXPIRED": "Session Expired.",
18
+ "DASHBOARD": "Dashboard",
19
+ "PLAN_VIEWER": "Plan Viewer",
20
+ "LISTING": "Listing",
21
+ "ISSUES": "Issue(s)",
22
+ "ISSUE": "Issue",
23
+ "NEW": "New",
24
+ "WIP": "W.I.P",
25
+ "REASSIGN": "Reassign",
26
+ "COMPLETED": "Completed",
27
+ "PENDING_START": "Pending Start",
28
+ "CLOSED": "Close Internal",
29
+ "INSPECTION": "Inspection",
30
+ "OPENED": "Opened",
31
+ "OPEN": "Open",
32
+ "PROJECT_LIST": "Project List",
33
+ "NOTIFICATION": "Notification",
34
+ "SYNC": "Sync",
35
+ "LOGOUT": "Log Out",
36
+ "CHANGE_LANGUAGE": "Change Language",
37
+ "DELETE_MY_ACCOUNT": "Delete My Account",
38
+ "ACCOUNT_SETTING": "Account Settings",
39
+ "RESET_PASSWORD_LABEL": "Send an email to reset password.",
40
+ "RESET": "RESET",
41
+ "CHECK_EMAIL": "Please check your email to reset your password.",
42
+ "EMAIL_ADDRESS": "Email Address",
43
+ "ENTER_PASSWORD": "Enter Password",
44
+ "NO_INTERNET": "No internet connection was detected.\nPlease check your internet connectivity and try again.",
45
+ "CHANGE_PASSWORD": "Change Password",
46
+ "SAVE": "SAVE",
47
+ "OLD_PASSWORD": "Old Password",
48
+ "NEW_PASSWORD": "New Password",
49
+ "CONFIRM_PASSWORD": "Confirm Password",
50
+ "CHANGE_PASSWORD_LABEL1": "Password must be at least",
51
+ "CHANGE_PASSWORD_LABEL2": "characters and no more than",
52
+ "CHANGE_PASSWORD_LABEL3": "which contains one number from",
53
+ "CHANGE_PASSWORD_LABEL4": "one lowercase from",
54
+ "CHANGE_PASSWORD_LABEL5": "and one uppercase letter",
55
+ "CHANGE_PASSWORD_ALERT1": "1) Password must be at least 6-20 characters long.\n2) Must include at least 1 Uppercase, 1 Lowercase and 1 Number.",
56
+ "CHANGE_PASSWORD_ALERT2": "Confirmed password does not match with New Password.",
57
+ "PROFILE": "My Profile",
58
+ "CHANGE_PHOTO": "Change Photo",
59
+ "NAME": "Name",
60
+ "SAVECHANGES": "SAVE CHANGES",
61
+ "NAME_EMPTY": "Please do not leave the name empty.",
62
+ "SUCCESS": "Success",
63
+ "NO_CHANGES": "No changes were made to profile.",
64
+ "NO_PERMISSION": "Permission werent't granted",
65
+ "CREATED_ON": "Created on",
66
+ "PRIORITY": "Priority",
67
+ "CATEGORY": "Category",
68
+ "TYPE": "Type",
69
+ "DUE_BY": "Due By",
70
+ "UNDO": "Undo",
71
+ "CLEAR": "Clear",
72
+ "FAIL_LOAD_IMAGE": "Failed to load image.",
73
+ "VIEW_DOCUMENTS": "View Documents",
74
+ "VIEW_DOCUMENT": "View Document",
75
+ "HISTORY": "History",
76
+ "HISTORY_DETAILS": "History Details",
77
+ "SYNC_DATE": "Sync Date",
78
+ "SPLIT_ISSUE": "Split Issue",
79
+ "JOIN_ISSUES": "Join Issues",
80
+ "CURRENT": "Current",
81
+ "MERGED_ISSUES": "Merged Issues",
82
+ "NO_NOTIFICATION": "No Notification",
83
+ "COMMENT": "Comment",
84
+ "MESSAGE": "Message",
85
+ "REJECT_ISSUE_LABEL": "Are you sure you want to reject this issue?",
86
+ "ISSUE_FIXED_LABEL": "Are you sure that this issue has been rectified?",
87
+ "IMAGE_EMPTY": "Please do not leave the image empty.",
88
+ "VIDEO_EMPTY": "Please do not leave the video empty.",
89
+ "INFO_SUCCESS_LABEL": "Information added successfully",
90
+ "CLOSED_SUCCESS_LABEL": "Issue closed successfully",
91
+ "REJECT_SUCCESS_LABEL": "Issue rejected successfully",
92
+ "ISSUE_SUCCESS_LABEL": "Issue created successfully",
93
+ "ISSUE_UPDATE_LABEL": "Issue updated successfully",
94
+ "SUBMIT": "SUBMIT",
95
+ "CONFIRM": "CONFIRM",
96
+ "CONTRACTOR": "Contractor",
97
+ "IMAGE_UPLOAD": "Image Upload",
98
+ "CATEGORY_EMPTY": "Please do not leave the category empty.",
99
+ "TYPE_EMPTY": "Please do not leave the type empty.",
100
+ "ISSUE_EMPTY": "Please do not leave the issue empty.",
101
+ "CONTRACTOR_EMPTY": "Please do not leave the contractor empty.",
102
+ "PRIORITY_EMPTY": "Please do not leave the priority empty.",
103
+ "DATE_EMPTY": "Please do not leave the date empty.",
104
+ "ADD_ISSUE_DETAILS": "Add Issue Details",
105
+ "EDIT_DETAILS": "Edit Details",
106
+ "ISSUE_DETAILS": "Issue Details",
107
+ "NOT_SUPPORT_OFFLINE_LABEL": "The current function is not supported for Offline Mode",
108
+ "INFO_FAIL_LABEL": "Fail to add info",
109
+ "HISTORY_EMPTY": "History is empty.",
110
+ "FAIL_TO_EDIT": "Access Denied",
111
+ "LOCATION": "Location",
112
+ "CREATED_DATE": "Created Date",
113
+ "CREATED_BY": "Created By",
114
+ "ASSIGN_TO": "Assign To",
115
+ "STATUS": "Status",
116
+ "NONE": "None",
117
+ "SUB_CONTRACTOR": "Sub-Contractor",
118
+ "ADD_INFO": "Add Info",
119
+ "JOIN_ISSUE": "Join Issue",
120
+ "MOVE_ISSUE": "Move Issue",
121
+ "DUPLICATE_ISSUE": "Duplicate Issue",
122
+ "ACCEPT": "Accept",
123
+ "NOT_ME": "NOT ME",
124
+ "SURE_ISSUE_LABEL": "Are you sure this issue is yours?",
125
+ "NOT_SURE_ISSUE_LABEL": "Are you sure this issue is not yours?",
126
+ "INFO_SUBMIT_SUCCESS_LABEL": "Information submitted successfully",
127
+ "REMARKS": "Remarks",
128
+ "CLOSE_ISSUE": "CLOSE ISSUE",
129
+ "START_DATE": "Start Date",
130
+ "START_WORK": "Start Work",
131
+ "STATUS_EMPTY": "Please do not leave 'Status' field empty",
132
+ "START_DATE_EMPTY": "Please do not leave 'Start Date' field empty",
133
+ "VOID": "VOID",
134
+ "REJECT": "REJECT",
135
+ "RE_ASSIGN": "RE-ASSIGN",
136
+ "SURE_REASSIGN_LABEL": "Are you sure to re-assign to this contractor?",
137
+ "REASSIGN_SUCCESS_LABEL": "Reassigned successfully",
138
+ "VOID_ISSUE_SUCCESS_LABEL": "Issue voided successfully",
139
+ "VIEW_MERGED_ISSUES": "View Merged Issues",
140
+ "NO_ISSUE_FOUND": "No issue has found.",
141
+ "SELECT_CATEGORY": "- Select Category -",
142
+ "SELECT_TYPE": "- Select Type -",
143
+ "FORCE_UPDATE_LABEL": "There is a new version available.\nPlease update your app to use it.",
144
+ "OPTIONAL_UPDATE_LABEL": "There is a new version available.\nWould you like to update your app?",
145
+ "REMOVE": "Remove",
146
+ "CANCEL": "Cancel",
147
+ "NO_SYNC_DATA": "No Sync Data",
148
+ "SYNC_ALL": "Sync All",
149
+ "SYNC_COMPLETED": "Data sync completed.",
150
+ "OFFLINE_SYNC_DATA_LABEL": "Sync Offline Data in Progress",
151
+ "OFFLINE_SYNC_IMAGE_LABEL": "Sync Image in Progress",
152
+ "NO_RESULT_FOUND": "No Result Found",
153
+ "CLEAR_ALL_NOTIFICATION": "Clear All Notification",
154
+ "INSPECTION_FORM_LIST": "Inspection Form List",
155
+ "CREATED": "Created",
156
+ "LAST_CHANGED": "Last Changed",
157
+ "ADD_INSPECTION_FORM": "Add Inspection Form",
158
+ "NAME_AND_REFERENCE_CODE": "Name/Reference Code",
159
+ "INSPECTION_FORM": "Inspection Form",
160
+ "SELECT_INSPECTION_FORM": "Select Inspection Form",
161
+ "CREATE_INSPECTION": "CREATE INSPECTION",
162
+ "WORKFLOW_STATUS": "Workflow Status",
163
+ "INSPECTION_FORM_SETTINGS": "Inspection Form Settings",
164
+ "LINKED_ISSUES": "Linked Issues",
165
+ "INSPECTION_FORM_EMPTY": "Please select inspection form",
166
+ "OPENED_INSPECTION_FORM": "Opened Inspection Form",
167
+ "LOGOUT_LABEL": "Are you sure you want to logout?",
168
+ "DISCARD_CHANGES": "Are you sure you want to discard the changes?",
169
+ "EXIT_APP": "Exit this app?",
170
+ "PAGE": "Page",
171
+ "OF": "of",
172
+ "ADD_LINKED_ISSUES": "Add Linked Issue",
173
+ "SELECTED_LINKED_ISSUE": "Selected Linked Issue(s)",
174
+ "SELECTED_LINKED_ISSUE_LABEL": "Select 2 or more pins to add linked issues in listing.",
175
+ "DISMISS_BOUNDRY": "Dismiss Boundary",
176
+ "VIEW_BOUNDRY": "View Boundary",
177
+ "NOT_YET_SET": "Not Ready Yet",
178
+ "READY_FOR_INSPECTION": "Ready For Inspection",
179
+ "CLOSE_AND_HANDOVER": "Close And Handover",
180
+ "REOPEN_LOCATION": "Reopen Location",
181
+ "DESELECT_LOCATION": "Deselect Location",
182
+ "VIEW_LINKED_ISSUES": "View Linked Issues",
183
+ "OUT_OF_RANGE": "Out Of Range",
184
+ "JOIN_ISSUES_LABEL": "Are you sure you want to join this two marker?",
185
+ "NO_DEFAULT_CONTENT": "No default content found.",
186
+ "LAYOUT": "Layout",
187
+ "FUNCTION_NOT_AVAILABLE": "The current function is not available.",
188
+ "ADD_ISSUE": "Add Issue",
189
+ "ADD_ISSUE_DESCRIPTION": "Position pin on area to add issue",
190
+ "CONFIRM_AREA": "Confirm Area",
191
+ "MOVE_ISSUE_DESCRIPTION": "Move pin to a new location",
192
+ "CONFIRM_MOVE": "Confirm Move",
193
+ "SPLIT_ISSUE_DESCRIPTION": "Move pin to any location to split issue.",
194
+ "CONFIRM_SPLIT": "Confirm Split",
195
+ "DUPLICATE_ISSUE_LABEL": "Select area for before duplicate issue",
196
+ "DUPLICATE_ISSUE_DESCRIPTION": "Position pin on area to duplicate issue",
197
+ "CONFIRM_DUPLICATE": "Confirm Duplicate",
198
+ "JOIN_ISSUE_DESCRIPTION": "Select pin to join marker.",
199
+ "UNITS": "Units",
200
+ "CONTRACTORS": "Contractors",
201
+ "COMMON_AREAS": "Common\nAreas",
202
+ "COMMON_AREAS_LABEL": "Common Areas",
203
+ "COMMON_AREA_LABEL": "Common Area",
204
+ "FILTER_BY_DATE_RANGE": "Filter By Date Range:",
205
+ "WORK_IN_PROGRESS": "Work In Progress",
206
+ "WORK_IN_PROGRESS_REDO": "Work In Progress Re-Do",
207
+ "FILTER_BY": "Filter By",
208
+ "SELECT_UNIT": "Please select unit",
209
+ "SELECT_COMMON_AREA": "Please select common area",
210
+ "FILTER": "Filter",
211
+ "LOCATIONS": "Locations",
212
+ "READY": "Ready",
213
+ "APPLY_FILTER": "Apply Filter",
214
+ "LODGED": "Lodged",
215
+ "PENDING": "Pending",
216
+ "VIOD_SLETTER": "Void",
217
+ "WIP_SLETTER": "WIP",
218
+ "NOTME_SLETTER": "Not Me",
219
+ "REDO": "Re-Do",
220
+ "SEARCH_LABEL": "Search Plan",
221
+ "ISSUES_BY": "Issues By",
222
+ "SELECT_YOUR_TYPE": "Please select your type",
223
+ "ALL": "All",
224
+ "LESS_THAN_7": "Less than 7 days",
225
+ "DAYS_7TO14": "7 to 14 days",
226
+ "DAYS_15TO22": "15 to 22 days",
227
+ "DAYS_23TO30": "23 to 30 days",
228
+ "MORE_THAN_30": "More than 30 days",
229
+ "BY_DATE": "By Date",
230
+ "BY_STATUS": "By Status",
231
+ "BY_LOCATION": "By Location",
232
+ "BY_CATEGORY": "By Category",
233
+ "BY_CONTRACTOR": "By Contractor",
234
+ "DESELECT_ALL": "Deselect All",
235
+ "SELECT_ALL": "Select All",
236
+ "SEARCH_LABEL1": "Search Issues",
237
+ "REJECTED": "Rejected",
238
+ "TAKE_PHOTO": "Take Photo",
239
+ "CHOOSE_FROM_LIBRARY": "Choose from Library",
240
+ "SELECT_PHOTO": "Select a Photo",
241
+ "VIEW_IMAGE": "View Image",
242
+ "REMOVE_IMAGE": "Remove Image",
243
+ "SELECT_YOUR_LOCATION": "Please select your location",
244
+ "DATE": "Date",
245
+ "ISSUE_MODE": "Issue Mode",
246
+ "INSPECTION_MODE": "Inspection Mode",
247
+ "PENDING_REDO": "Pending Re-Do",
248
+ "PENDING_OWNER": "Pending Owner Acceptance",
249
+ "SELECT_ISSUE_TYPE": "Select the issue type",
250
+ "INTERNAL": "Internal",
251
+ "INTERNAL_DESCRIPTION": "Areas within your unit such as Living Room, Dining Room, Kicthen and Bedroom",
252
+ "COMMON_AREA_DESCRIPTION": "Areas outside of your unit such as Corridor and Facilities",
253
+ "SEARCH": "Search",
254
+ "FIELD_EMPTY": "Please do not leave the field(s) empty.",
255
+ "COMPLETE_ISSUE": "Complete Issue",
256
+ "VOID_LABEL": "Are you sure you want to void this item?",
257
+ "START_FIX_LABEL": "Are you sure you want to start rectify this issue?",
258
+ "ACCESS_ITEM_LABEL": "Access Item",
259
+ "BATCH_SIGN_OFF": "Batch Sign-Off",
260
+ "HANDOVERS": "Handovers",
261
+ "PICK_A_TYPE": "Pick a type",
262
+ "HANDOVER": "Handover",
263
+ "RETURN": "Return",
264
+ "PROCEED": "Proceed",
265
+ "SELECT_UNIT_BADGE": "Please select one unit or more to proceed",
266
+ "ALL_UNITS": "All Units",
267
+ "MAKE_TRANSACTION": "Make Transaction",
268
+ "SUBMITTED_ITEMS": "Submitted Items",
269
+ "CODE": "Code",
270
+ "POSSESSOR": "Possessor",
271
+ "TRANSACTION": "Transaction",
272
+ "ITEM_LIST": "Item List",
273
+ "ITEM": "Item",
274
+ "QUANTITY": "Quantity",
275
+ "ADD_ITEM": "Add Item",
276
+ "SUBMITTED_BY": "Submitted By",
277
+ "RECEIVED_BY": "Received By",
278
+ "CLICK_HERE": "Click Here",
279
+ "EMPTY_FIELD": "Please fill up the required fields before submitting.",
280
+ "DETAILS": "Details",
281
+ "UNIT_NO": "Unit No.",
282
+ "UNIT_OWNER": "Unit Owner",
283
+ "NO_LABEL": "No.",
284
+ "POSSESSION": "Possession",
285
+ "QTY": "Qty.",
286
+ "SIGNATURE": "Signature",
287
+ "ATTENDED_BY": "Attended By",
288
+ "SIGNATURE_RECEIVED_BY_LABEL": "Owner/Owner's Rep",
289
+ "SIGNATURE_ATTENDED_BY_LABEL": "Handover Representative",
290
+ "KEYS": "Keys",
291
+ "SELECT_KEY_BADGE": "Please select one key or more to proceed",
292
+ "ALL_KEYS": "All Keys",
293
+ "ITEMS": "Items",
294
+ "TOTAL_KEY": "Total Key",
295
+ "UNIT": "Unit",
296
+ "APPOINTMENT": "Appointment",
297
+ "KEY_CHECKLIST": "Key Checklist",
298
+ "REASON": "Reason",
299
+ "ELECTRICAL_AND_SANITARY": "Electrical & Sanitary",
300
+ "CAR_PARK_BAY": "Car Park Bay No.",
301
+ "ACCESS_CARD": "Access Card(s)",
302
+ "KEY_FOB": "Key Fobs",
303
+ "METER_READING": "Meter Reading",
304
+ "READING": "Reading",
305
+ "DATE_TIME": "Date & Time",
306
+ "ELECTRICAL_ITEM_LIST": "Electrical Item List",
307
+ "PREVIOUS": "Previous",
308
+ "NEXT": "Next",
309
+ "PHOTO": "Photo",
310
+ "SURVEY_FORM": "Survey Form",
311
+ "ACCEPTANCE_FORM": "Acceptance Form",
312
+ "WAIVER_FORM": "Waiver Form",
313
+ "TERMS_CONDITIONS": "Terms & Conditions",
314
+ "TNC_LABEL": "I accept the above terms & conditions",
315
+ "ELECTRICITY": "Electricity",
316
+ "WATER": "Water",
317
+ "SIGNED_BY": "Signed By",
318
+ "RECEIVED_SIGN_LABEL": "Owner / Owner's Reperssentative Signature",
319
+ "ATTENDED_SIGN_LABEL": "Handover Representative Signature",
320
+ "IC_PASSPORT": "IC/Passport No.",
321
+ "DESIGNATION": "Designation",
322
+ "HANDOVER_CHECKLIST": "Handover Checklist",
323
+ "SUBMITTED": "Submitted",
324
+ "INDIVIDUAL": "Individual",
325
+ "TEAM": "Team",
326
+ "CALENDAR": "Calendar",
327
+ "TIME": "Time",
328
+ "APPOINTMENT_DETAILS": "Appointment Details",
329
+ "UNIT_INFO": "Unit Info",
330
+ "LAYOUT_TYPE": "Layout Type",
331
+ "UNIT_OWNER_INFO": "Unit Owner Info",
332
+ "PRIMARY_OWNER": "Primary Owner",
333
+ "NRIC_PASSPORT": "NRIC/Passport",
334
+ "CONTACT": "Contact",
335
+ "APPOINTMENT_INFO": "Appointment Info",
336
+ "TIME_SLOT": "Time Slot",
337
+ "ASSIGN_STAFF": "Assigned Staff",
338
+ "CHECKLIST": "Checklist",
339
+ "CLOSE_DEFECT": "Close Issue",
340
+ "DECLINE": "Decline",
341
+ "DEFECTS": "Defects",
342
+ "COMPLETE_DEFECT": "Complete Issue",
343
+ "SUCCESS_OFFLINE": "No internet connection. Please resume handover checklist submission later.",
344
+ "PRIMARY_BUYER": "Primary Buyer",
345
+ "CLOSED_OWNER": "Closed Owner",
346
+ "PENDING_ACCESS": "Pending Access",
347
+ "TODAY": "Today",
348
+ "UPCOMING": "Upcoming",
349
+ "DECLINE_ISSUE_LABEL": "Are you sure you want to decline this issue?",
350
+ "DECLINE_SUCCESS_LABEL": "Issue decline successfully",
351
+ "REDO_ISSUE_LABEL": "Are you sure you want to redo this issue?",
352
+ "REDO_SUCCESS_LABEL": "Issue updated successfully",
353
+ "CLOSE_ISSUE_LABEL": "Are you sure you want to close this issue?",
354
+ "CLOSE_SUCCESS_LABEL": "Issue updated successfully",
355
+ "SIGN_OFF": "OA Sign Off",
356
+ "BY_OWNER": "By Owner",
357
+ "BY_HANDLER": "By Handler",
358
+ "OWNER": "OWNER",
359
+ "HANDLER": "HANDLER",
360
+ "SUCCESS_HANDOVER": "The handover checklist has been submitted.",
361
+ "SUCCESS_OA_SIGNOFF": "The owner acceptance form has been submitted.",
362
+ "CONFIRM_OA_SIGNOFF": "Confirm to submit?",
363
+ "CANCEL_OA_SIGNOFF": "Confirm to go back? All changes in this handover will be discarded.",
364
+ "ONLY_TABLET": "The current function is only supported for tablet version.",
365
+ "JOINT_INSPECTION": "Joint Inspection",
366
+ "SUBMIT_ON_TABLET": "Please use a tablet to submit handover checklists.",
367
+ "NEXT_ACTION": "Next Action",
368
+ "ACTION_MADE": "Action made",
369
+ "UNABLE_TO_ADDISSUE": "Unable to add issue.",
370
+ "JOINT_OWNER": "Joint Owner",
371
+ "UPDATE_INFO_SUCCESS": "The information was updated successfully.",
372
+ "TAG": "Tag",
373
+ "SERVER_ERROR": "Sorry.\nServer cannot be reached.\nPlease try again later.",
374
+ "STAFF_NAME": "Staff Name",
375
+ "CHECKLIST_UNIT_HANDEDOVER": "Unit has already handed over.",
376
+ "PROCESS_DATA": "Processing Data",
377
+ "VIEW_ONLY": "This app is in a view mode.",
378
+ "PROJECT_NAME": "Project Name",
379
+ "UNIT_NAME": "Unit Name",
380
+ "PHONE_NO": "Phone No.",
381
+ "SYNCHRONIZE_V2": "Please confirm items to sync.",
382
+ "SELECTED_FIELD_EMPTY": "Please select at least 1 item.",
383
+ "SUBMIT_ALL_PENDING": "Submit All Offline Pending Items",
384
+ "DOWNLOAD_ALL_SELECTED_UNIT": "Download Details of Selected Unit",
385
+ "SUPPORT": "Support",
386
+ "HELP": "Help",
387
+ "ANNOUNCEMENT": "Announcement",
388
+ "JOIN_MARKER": "Join Marker",
389
+ "MOVE_MARKER": "Move Marker",
390
+ "VIEW_MORE": "View More",
391
+ "RELATED": "Related",
392
+ "ERROR_OCCURED": "An error has occured",
393
+ "APPOINTMENT_TO_STEP2": "Please select date to proceed next step.",
394
+ "APPOINTMENT_TO_STEP3": "Please select time slot to proceed next step.",
395
+ "NRIC_EMPTY": "Please do not leave the NRIC/Passport empty.",
396
+ "CONTACT_EMPTY": "Please do not leave the Contact No. empty.",
397
+ "CONFIRM_SUBMIT_APPOINTMENT": "Confirm submit appointment?",
398
+ "SUBMIT_APPPOINTMENT_SUCCESS": "You have successfully made an appointment.",
399
+ "ANY_REPRESENTATIVE": "Do you have any representative attending?",
400
+ "AGREE_T_AND_C": "Please indicate that you have read and agree to the terms & conditions.",
401
+ "CANCEL_APPOINTMENT": "Cancel make appointment?",
402
+ "APPOINTMENT_NOT_FOUND": "No appointment found.",
403
+ "APPOINTMENT_DISABLE": "Clearance letter is required to make handover appointment.",
404
+ "ISSUE_NOT_FOUND": "No issue found.",
405
+ "WRITE_MESSAGE": "Write a message",
406
+ "CONFIRM_SUBMIT": "Confirm to submit?",
407
+ "CONFIRM_CANCEL": "Confirm to cancel?",
408
+ "ISSUE_AREA": "Issue Area",
409
+ "SKIP": "Skip",
410
+ "UPDATE": "Update",
411
+ "MOBILE_NO": "Mobile No",
412
+ "EDIT_ISSUE_SUCCESS_LABEL": "Issue edited successfully",
413
+ "CONTACT_US": "Contact Us",
414
+ "RESELECT": "Reselect",
415
+ "YOU_HAVE_SELECTED": "You have selected :",
416
+ "SELECT_AREA": "Select an area to add issue.",
417
+ "SELECT_VIDEO": "Select a Video",
418
+ "VIDEO_UPLOAD": "Video Upload",
419
+ "DELETE_ACCOUNT_CONFIRMATION": "Delete Account Confirmation",
420
+ "DELETE_ACCOUNT_MESSAGE": "By submitting this account deletion request you are acknowledging that your account wll be permanently delete. Upon submitting this request, the account will be suspended and queued for deletion. You will no longer have access.",
421
+ "CHANGE_LANGUAGE_MESSAGE": "You can change your preferred language listed below.",
422
+ "REMOVE_PROFILE_IMAGE_MESSAGE": "Are you sure you want to remove profile picture?",
423
+ "ANNOUNCEMENT_DETAILS": "Announcement Details",
424
+ "PROJECT_UPDATE": "Project Update",
425
+ "PROJECT_UPDATE_DETAILS": "Project Update Details",
426
+ "ISSUE_UPDATE": "Issue Update",
427
+ "MAKE_APPOINTMENT": "Make Appointment",
428
+ "MAKE_APPT": "Make Appt.",
429
+ "THPARTYLINK": "3rd Party Link",
430
+ "ACCESS_ITEM": "Access Item",
431
+ "DISPLAY_ITEM": "Displaying item(s)",
432
+ "FILTER_CAPTION": "Select option to filter listing",
433
+ "SEARCH_BY_REFERENCE": "Search Reference Number/ Location",
434
+ "BY": "By",
435
+ "OWNER_ACCEPTANCE_FORM": "Owner Acceptance Form",
436
+ "SUBMITTED_ON": "Submitted on",
437
+ "TOTAL_ISSUES": "Total Issue(s)",
438
+ "ACCEPTED": "Accepted",
439
+ "MISSING_PLAN_ID": "MISSING PLAN ID!",
440
+ "CAMERA_PERMISSION_DENIED": "Camera permission denied",
441
+ "CAMERA_PERMISSION_DENIED_MESSAGE": "Please go to Settings and allow camera access for this app.",
442
+ "GALLERY_PERMISSION_DENIED": "Gallery permission denied",
443
+ "GALLERY_PERMISSION_DENIED_MESSAGE": "Please go to Settings and allow gallery access for this app.",
444
+ "OPEN_SETTINGS": "Open Settings",
445
+ "POA_SIGN_OFF": " POA Sign Off",
446
+ "SELECTED_ISSUES": "Selected Issue(s)",
447
+ "REJECTS": "Reject",
448
+ "PHOTO_UPLOAD": "Photo Upload",
449
+ "STORAGE_PERMISSION_MESSAGE": "Storage permission required to access this function",
450
+ "SELECT_ISSUE": " - Select Issue -",
451
+ "VIEW_SUMMARY": "View Summary",
452
+ "SIGN_OFF_": "Sign Off",
453
+ "CANCEL_POA_MESSAGE": "Cancel pending owner acceptance sign off?",
454
+ "BACK": "Back",
455
+ "SUBMITTING_ISSUE": "Submitting Issue(s)",
456
+ "ISSUE_HISTORY": "Issue History",
457
+ "UPLOAD_IMAGE": "Upload Image",
458
+ "UPLOAD_VIDEO": "Upload Video",
459
+ "TAKE_VIDEO": "Take Video",
460
+ "VIEW_VIDEO": "View Video",
461
+ "REMOVE_VIDEO": "Remove Video",
462
+ "INFO": "Info",
463
+ "DOCUMENT": "Document",
464
+ "OWNER_DETAILS": "Owner Details",
465
+ "JOINT_OWNER_DETAILS": "Joint Owner Details",
466
+ "LAYOUT_IMAGE": "Layout Image",
467
+ "SPA_DATE": "SPA Date",
468
+ "VP_DATE": "VP Date",
469
+ "DLP_EXPIRY_DATE": "DLP Expiry Date",
470
+ "HANDOVER_DOCUMENT": "Handover Document",
471
+ "PHASE": "Phase",
472
+ "BLOCK": "Block",
473
+ "LEVEL": "Level",
474
+ "HANDOVER_STATUS": "Handover Status",
475
+ "GENERAL": "General",
476
+ "CONTACT_PERSON": "Contact Person",
477
+ "CONTACT_PERSON_CAPTION": "Individual that is reachable / available to liase with clerk of work and contractor for all submitted issue(s) and be able to verify them.",
478
+ "ITS_ME": "It's me",
479
+ "REPRESENTATIVE": "Representative",
480
+ "FOR_UNIT_NO": "For Unit No.",
481
+ "ADD_TO_CALENDAR": "Add To Calendar",
482
+ "CANCEL_APPOINTMENT_LABEL": "Cancel Appointment",
483
+ "ALERT_CANCEL_APPOINTMENT": "Appointment Cancelled",
484
+ "ALERT_CANCEL_APPOINTMENT_MESSAGE": "Appointment has been cancelled.",
485
+ "REASON_CANCEL_APPOINTMENT_CAPTION": "Please give a reason for the cancellation.",
486
+ "REASON_EMPTY": "Please do not leave the reason empty.",
487
+ "CONFIRMATION_CANCEL_APPT": "Are you sure you want to cancel your appointment?",
488
+ "ISSUE_INFO": "Issue(s) Info",
489
+ "TRANSACTION_DETAILS": "Transaction Details",
490
+ "RECTIFICATION_APPOINTMENT": "Rectification Appointment",
491
+ "SKIP_TO_LOGIN": "Skip to Login",
492
+ "INTRO_0": "Welcome to QMS: Owner",
493
+ "INTRO_0_SUB": "A companion app for homeowners.",
494
+ "INTRO_1": "View Property Info",
495
+ "INTRO_1_SUB": "Easy access to homeowner and unit information.",
496
+ "INTRO_2": "Make Appointment",
497
+ "INTRO_2_SUB": "Schedule key handover appointment from the comfort of your own home.",
498
+ "INTRO_3": "Add Issue",
499
+ "INTRO_3_SUB": "Move pin marker in layout plan to select issue area and submit details of your selected issue.",
500
+ "DISABLE_INTRO": "Disable Intro",
501
+ "GET_STARTED": "Get Started",
502
+ "CONFIRM_DISABLE_INTRO": "Disable introductory screens when you open QMS: Owner?",
503
+ "COMPANY_CODE": "Company Code",
504
+ "COMPANY_CODE_PLACEHOLDER": "Enter Company Code",
505
+ "USERNAME": "Username",
506
+ "USERNAME_PLACEHOLDER": "Enter username",
507
+ "FORGOT_USERNAME": "Forgot Username ",
508
+ "SIGN_UP": "Sign Up",
509
+ "COMPANY_CODE_EMPTY": "Please do not leave the company code empty.",
510
+ "FORGOT_USERNAME_TITLE": "Enter NRIC / Passport / Company Registration Number",
511
+ "FORGOT_USERNAME_SUBTITLE": "Please enter required details to retrieve username.",
512
+ "RETRIEVE": "Retrieve",
513
+ "CANCEL_FORGOT_USERNAME": "Cancel forgot username?",
514
+ "PHONE_NOT_VALID": "Phone no. is invalid",
515
+ "CONTACT_NO": "Contact No.",
516
+ "OWNER_LOGIN": "Owner Log In",
517
+ "LOGIN_TITLE": "Enter OTP Verification Code",
518
+ "COUNTDOWN_LABEL": "You will be able to resend code in ",
519
+ "NOT_RECEIVE_OTP": "Didn't received the code?",
520
+ "RESEND": "Resend",
521
+ "RESEND_LABEL": "Resend OTP code to",
522
+ "CANCEL_LOGIN": "Cancel login?",
523
+ "SIGN_UP_SUBTITLE": "Please enter required details to continue.",
524
+ "APPOINTMENT_FOR_UNIT": "Appointment for unit",
525
+ "STEP_1": "Step 1/3",
526
+ "STEP_1_TITLE": "Select your preferred date",
527
+ "STEP_2": "Step 2/3",
528
+ "STEP_2_TITLE": "Select your preferred time",
529
+ "STEP_3": "Step 3/3",
530
+ "STEP_3_TITLE": "Confirm your appointment",
531
+ "OWNER_SIGN_UP": "Owner Sign Up",
532
+ "NO_RECORD_FOUND": "No Record Found",
533
+ "ASK_CS": "Would you like our Customer Support Team to contact you",
534
+ "CONTACT_REQUIRED": "Contact Details Required",
535
+ "CONTACT_REQUIRED_TITLE": "Kindly fill up your name and contact number.",
536
+ "CANCEL_SESSION": "Cancel Session?",
537
+ "CANCEL_SIGNUP_PROCESS": "Cancel sign up process?",
538
+ "REGISTER_FAILED": "Register failed. User is a valid owner.",
539
+ "ENTER_USERNAME": "Enter your username",
540
+ "ENTER_USERNAME_TITLE": "Register username to login to your account.",
541
+ "UNIT_NOT_READY_HANDOVER_MESSAGE": "Unit not ready for handover. Please contact Customer Service.",
542
+ "CONFIRM_MAKE_HANDOVER_APPT": "Confirm to make handover appointment?",
543
+ "AVAILABLE": "Available",
544
+ "UNAVAILABLE": "Unavailable",
545
+ "LIMITED": "Limited",
546
+ "EDIT": "Edit",
547
+ "REPRESENTATIVE_ATTENDING": "Representative Attending",
548
+ "PLEASE_PROCEED": "Please select to proceed.",
549
+ "OTHER": "Other",
550
+ "ATTACH_NRIC": "Attach NRIC/Passport",
551
+ "ATTACH_AUTHLETTER": "Attach Authorization Letter",
552
+ "AUTHLETTER_EMPTY": "Please do not leave the Authorization Letter attachment empty.",
553
+ "NRICPASSPORT_EMPTY": "Please do not leave the NRIC/Passport attachment empty.",
554
+ "SUMMARY": "Summary",
555
+ "OWNER_INFO": "Owner Info",
556
+ "LAST_UPDATED": "Last Updated",
557
+ "OFFLINE_UNITS": "Offline Units",
558
+ "NO_UNITS_SELECTED": "No Units Selected",
559
+ "MAX_10_UNITS": "Maximum of 10 units can be listed only. Please remove existing units in the listing to add a new one.",
560
+ "PLEASE_SELECT_PROJECT": "Please select a project.",
561
+ "DONE": "Done",
562
+ "REMOVE_OFFLINE_UNITS_ALERT": "Do you wish to remove the offline unit from listing?",
563
+ "LOADING_SYNC_MESSAGE": "Keep your Mobile Device on until this is done.",
564
+ "LOADING_SYNC_MESSAGE_1": "Keep your Mobile Device on until this is done.\n Synchronizing 1 of 8 ...",
565
+ "LOADING_SYNC_MESSAGE_2": "Keep your Mobile Device on until this is done.\n Synchronizing 2 of 8 ...",
566
+ "LOADING_SYNC_MESSAGE_3": "Keep your Mobile Device on until this is done.\n Synchronizing 3 of 8 ...",
567
+ "LOADING_SYNC_MESSAGE_4": "Keep your Mobile Device on until this is done.\n Synchronizing 4 of 8 ...",
568
+ "LOADING_SYNC_MESSAGE_5": "Keep your Mobile Device on until this is done.\n Synchronizing 5 of 8 ...",
569
+ "LOADING_SYNC_MESSAGE_6": "Keep your Mobile Device on until this is done.\n Synchronizing 6 of 8 ...",
570
+ "LOADING_SYNC_MESSAGE_7": "Keep your Mobile Device on until this is done.\n Synchronizing 7 of 8 ...",
571
+ "LOADING_SYNC_MESSAGE_8": "Keep your Mobile Device on until this is done.\n Synchronizing 8 of 8 ...",
572
+ "LOADING_SYNC_MESSAGE_2_5": "Keep your Mobile Device on until this is done.\n Synchronizing 2 of 5 ...",
573
+ "PENDING_ITEMS": "Pending Items",
574
+ "FAILED": "Failed",
575
+ "UPLOAD": "Upload",
576
+ "USE_VIDEO": "Use Video",
577
+ "RETAKE": "Retake",
578
+ "CONFIRM_ADD_ISSUE": "Are you sure to add this issue?",
579
+ "CONFIRM_ADD_ISSUE_OFFLINE": "[Offline Mode]\nAre you sure to add this issue?",
580
+ "ADD_MORE": "Add More",
581
+ "HOW_TO_ADD_ISSUE": "How to Add Issue?",
582
+ "HOW_TO_MAKE_APPT": "How To Make Appointment?",
583
+ "FOR": "For",
584
+ "TERMS_AND_CONDITIONS": "Terms and Conditions",
585
+ "IMAGE": "Image",
586
+ "DELETE": "Delete",
587
+ "VIEW": "View",
588
+ "NO_AVAILABLE_APPT": "There is no available appointment session.",
589
+ "NO_AVAILABLE_HANDOVER_APPT": "There is no available appointment session for Handover.",
590
+ "NO_AVAILABLE_RECT_APPT": "There is no available appointment session for Rectification.",
591
+ "NO_AVAILABLE_JOINT_APPT": "There is no available appointment session for Joint Inspection.",
592
+ "NO_AVAILABLE_DATE": "The current date is not available, Please try again.",
593
+ "RECTIFICATION": "Rectification",
594
+ "EXISTING_APPT": "This unit already have existing appointment.",
595
+ "UPDATE_PASSWORD_SUCCESS": "Your password has been changed successfully.",
596
+ "DO_NOT_SHOW_AGAIN": "Don't show again",
597
+ "CLEARANCE_LETTER_ALERT": "Clearance Letter Issued.",
598
+ "CLEARANCE_LETTER_ALERT_MESSAGE": "Your clearance letter has been issued.\nYou may proceed to make an appointment for handover.",
599
+ "YOU_HAVE_A": "You have a",
600
+ "APPT_ON": "appointment on",
601
+ "NEW2": "New",
602
+ "HAS_BEEN": "has been",
603
+ "FROM": "from",
604
+ "HAS_BEEN_ACCEPTED_BY": "has been accepted by",
605
+ "IS": "is",
606
+ "HAS_CHANGED_STATUS_TO": "has changed status to",
607
+ "NEEDS_TO": "needs to",
608
+ "WIP_REDO": "WIP (Redo)",
609
+ "WIP_REDO_1": "WIP-Redo",
610
+ "CLOSED_1": "Closed",
611
+ "FIXED_ISSUE": "fixed issue",
612
+ "POOR_INTERNET_CONNECTION_ALERT": "Poor Internet Connection Detected",
613
+ "POOR_INTERNET_CONNECTION_MESSAGE": "We've detected issues with your internet connection that could affect your experience with:\n- Adding Issue\n- Make Appointment",
614
+ "DLP_PERIOD": "DLP Period",
615
+ "COMPRESSING_VIDEO": "Compressing Video ...",
616
+ "LOADING": "Loading",
617
+ "FTL_ALERT": "First Time Login",
618
+ "FTL_ALERT_MESSAGE": "Please change your password to continue.",
619
+ "SYNC_ALERT_MESSAGE": "You have some pending items that need to be synchronized.\nSync now?",
620
+ "SYNC_AGAIN": "Sync Again",
621
+ "UPLOADED_ON": "Uploaded On",
622
+ "UPLOADED_COUNT": "Uploaded Count",
623
+ "REASON_FAILED_TO_SUBMIT": "Reason Failed to Submit",
624
+ "MAX_UNITS_ALERT_MESSAGE": "You have selected the maximum amount of units. Please remove a unit before adding a new one.",
625
+ "UNITS_SELECTED": "Units Selected",
626
+ "OFFLINE_UNIT": "Offline Unit",
627
+ "ADD_UNIT": "Add Unit",
628
+ "NO_DATA": "There is no data\nat this moment.",
629
+ "POWERED_BY": "Powered by",
630
+ "BM": "Bahasa Malaysia",
631
+ "EN": "English",
632
+ "CN": "Mandarin",
633
+ "DELETE_ACC_REQUEST_ALERT": "Delete Account Request Submitted",
634
+ "SETTINGS_LANGUAGE": "Settings Language",
635
+ "CONFIRM_TO_SUBMIT": "Confirm to submit",
636
+ "CONFIRM_POA_SUBMIT": " issues under this pending owner acceptance sign off?",
637
+ "YOU_SUCCESS_SUBMIT": "You have successfully submitted",
638
+ "YOU_SUCCESS_SUBMIT_POA": " issue(s) under this pending owner acceptance sign off.",
639
+ "HAS_ADDED_NEW_INFO_FOR": "has added new info for",
640
+ "HAVE_STARTED_FIXING": "have started fixing",
641
+ "DELETE_ISSUE": "Delete Issue",
642
+ "LOCATION_NOT_CONFIG_MESSAGE": "This location has not been configured yet.\nKindly inform the admin.",
643
+ "EDIT_ISSUE": "Edit Issue",
644
+ "DELETE_ISSUE_MESSAGE": "Are you sure you want to delete this issue?",
645
+ "DELETE_DATA_MESSAGE": "Are you sure you want to delete this data?",
646
+ "REMOVE_OFFLINE_DATA": "Remove Offline Data",
647
+ "DELETE_SUCCESS": "Deleted successfully.",
648
+ "EDIT_ISSUE_DETAILS": "Edit Issue Details",
649
+ "VIDEO_LARGE_ALERT": "Selected video is too large (more than 15 MB). Please select a smaller video.",
650
+ "VIDEO_LONG_ALERT": "Selected video is too long (more than 10 seconds). Please select a shorter video.",
651
+ "DAY_MONTH_YEAR": "day / month / year",
652
+ "SELECT_PRIORITY": " - Select Priority - ",
653
+ "SELECT_CONTRACTOR": " - Select Contractor - ",
654
+ "CONFIRM_EDIT_ISSUE": "Are you sure to edit this issue?",
655
+ "CONFIRM_EDIT_ISSUE_OFFLINE": "[Offline Mode]\nAre you sure to edit this issue?",
656
+ "ISSUE_MATRIX_RESET": "Issue Matrix Reset Completed",
657
+ "RESETTING_ISSUE_MATRIX": "Resetting Issue Matrix",
658
+ "ON_BEHALF_OF_OWNER": "On behalf of Owner",
659
+ "OTP_CODE_SENT": "Please enter the OTP code that have been sent to ",
660
+ "OTP_EMAIL": "Your new One Time Password (OTP) has been sent to your email address.",
661
+ "OTP_PHONE": "Your new One Time Password (OTP) has been sent to your phone number.",
662
+ "TYPE_MISSING": "TYPE IS MISSING!",
663
+ "NO_URL_PATH": "NO URL PATH!",
664
+ "ENTER_EMAIL_CONTACT": "Enter Email / Contact No.",
665
+ "RETRIEVE_NAME": "Please select an option to retrieve username.",
666
+ "USERNAME_SENT_TO": "Username have been sent to ",
667
+ "INVALID_EMAIL_CONTACT": "ID number entered incorrect / not found.\nPlease enter email or contact number to retrieve your username alternatively.",
668
+ "COUNTRY_NOT_SUPPORTED": "Country not supported.",
669
+ "PASSWORD_1": "At least 6 characters",
670
+ "PASSWORD_2": "Must contain letters",
671
+ "PASSWORD_2_2": "Contain letters",
672
+ "PASSWORD_3": "Must contain number",
673
+ "PASSWORD_3_3": "Contain number",
674
+ "PASSWORD_4": "No spacing in-between",
675
+ "INVALID_PHONE": "Phone number is invalid.",
676
+ "USER_REGISTER_SUCCESS": "User Registration Successsful.",
677
+ "CS_CONTACT": "Our Customer Support Team will contact you accordingly.",
678
+ "FB_ERROR": "Firebase ERROR!",
679
+ "SYNC_REMINDER": "Sync Reminder",
680
+ "SYNC_REMINDER_MESSAGE": "Reminder: You have some pending items that need to be synchronized. Tap here to sync now.",
681
+ "OFFLINE_MODE": "You are currently in offline mode",
682
+ "UPLOAD_DOCUMENT": "Upload Document",
683
+ "REMOVE_DOCUMENT": "Remove Document",
684
+ "DELETE_ISSUE_SUCCESS_LABEL": "Issue deleted successfully",
685
+ "PA_REMINDER": "Kindly submit your key for rectification works to begin OR contact Customer Service to make alternative arrangement.",
686
+ "SEARCH_UNIT": "Search Unit",
687
+ "SEARCH_PROJECT": "Search Project",
688
+ "VIDEO": "Video",
689
+ "SELECT_DOCUMENT": "Select Document",
690
+ "FORMS": "Forms",
691
+ "SUBMIT_UNIT_INSPECTION_CHECKLIST": "Submit unit inspection checklist.",
692
+ "DAYS_REMAINING": "days remaining",
693
+ "UNIT_INSPECTION": "Unit Inspection",
694
+ "THIS_UNIT_INSPECTION_CHECKLIST": "this unit inspection checklist.",
695
+ "CLOSE": "Back to Unit Inspection Checklist",
696
+ "ALERT_DATA_LOSS_MESSAGE": "Please confirm to cancel as all data on this form will be lost.",
697
+ "YOUR_APPT_SUMMARY": "Your Appointment Summary",
698
+ "SUBMIT_REPORT_SUCCESS": "Thank you to submit your report!",
699
+ "MEDIA_UPLOAD": "Media Upload",
700
+ "CHOOSE_MEDIA": "Choose Media",
701
+ "RECORD_VIDEO": "Record Video",
702
+ "CHOOSE_VIDEO_FROM_GALLERY": "Choose Video From Gallery",
703
+ "CHOOSE_DOCUMENT": "Choose Document",
704
+ "SELECT_TO_UPLOAD_MEDIA": "Select to upload media",
705
+ "VIEW_MEDIA": "View Media",
706
+ "REMOVE_MEDIA": "Remove Media",
707
+ "SELECT_AN_ACTION": "Select an action",
708
+ "VIDEO_DURATION_CAPTION": "Video duration should 5 seconds or less.",
709
+ "VIDEO_SIZE_CAPTION": "Video file size should be not more than 15MB.",
710
+ "DOCUMENT_FORMAT_CAPTION": "Supported document format are .pdf, .docx, .xlsx, .csv.",
711
+ "DOCUMENT_SIZE_CAPTION": "Document file size should be not more than 15MB.",
712
+ "TIMESTAMP": "Timestamp",
713
+ "SHARE_TO_EMAIL": "Share to email",
714
+ "LOCATE": "Locate",
715
+ "SELECT_NAVIGATION": "Select a navigation app.",
716
+ "DELETE_ISSUE_SUCCESS_MESSAGE": "The selected issue(s) deleted successfully.",
717
+ "IMAGE_EXCEED_MESSAGE": "Image(s) uploaded have exceed the upload limit of 10mb. Please remove image and try again.",
718
+ "REFERENCE": "Reference",
719
+ "WITHDRAW_ISSUE": "Withdraw Issue",
720
+ "WITHDRAW_ISSUE_SUMMARY": "Withdraw Issue Summary",
721
+ "WITHDRAW_ISSUE_MESSAGE": "Are you sure you want to withdraw this issue?",
722
+ "WITHDRAW_ISSUE_SUCCESS_LABEL": "Issue withdraw successfully",
723
+ "ISSUES_SELECTED": "Issue(s) selected",
724
+ "ENTER_REMARKS_HERE": "Enter remarks here...",
725
+ "WITHDRAWING": "Withdrawing",
726
+ "WITHDRAW_ALERT_MESSAGE": "Confirm to withdraw issue?",
727
+ "WITHDRAW_ISSUES_SUCCESS_LABEL": "You have succesfully withdrawn",
728
+ "FILTER_ISSUE_LIST": "Filter Issue List",
729
+ "APPLY": "Apply",
730
+ "RESET_ALL": "Reset All",
731
+ "DATE_RANGE": "Date Range",
732
+ "TO": "To",
733
+ "WITHDRAW_THIS_ISSUE": "Add This Issue to Withdraw List",
734
+ "ENTER_NAME": "Enter Name",
735
+ "ENTER_EMAIL": "Enter Email Address",
736
+ "ENTER_CONTACT_NO": "Enter Contact No.",
737
+ "ENTER_NRIC_PASSPORT": "Enter NRIC/Passport",
738
+ "MANAGEMENT": "Management",
739
+ "AGREE_AND_NEXT": "Agree and Next",
740
+ "VIEW_HERE": "View here",
741
+ "SEARCH_UNITNAME": "Search Name or Unit Number...",
742
+ "THIRDPARTYLINK": "3rd Party Link",
743
+ "ADD": "Add",
744
+ "ALL_ITEMS_DISPLAY": "All items displayed.",
745
+ "ALERT_ENTER_LINK": "Please enter a link name.",
746
+ "LINK_SUCCESS_CREATED": "3rd party link has been successfully created.",
747
+ "ADD_LINK": "Add 3rd Party Link",
748
+ "ENTER_TEMP_NAME": " Enter name to allow temporary access via weblink to handle ongoing defects.",
749
+ "ENTER_NEW_LINK_PLACEHOLDER": "Enter Link Name",
750
+ "CREATE": "Create",
751
+ "ACTIVE": "Active",
752
+ "BLOCKED": "Blocked",
753
+ "MANAGE": "Manage",
754
+ "COPY_LINK": "Copy Link",
755
+ "SHARE": "Share",
756
+ "LINK_ACCESS": "Link Access",
757
+ "CHANGE_LINK_NAME": "Change 3rd Party Link Name",
758
+ "DELETE_LINK": "Delete Link",
759
+ "SHARE_LINKURL": "Share 3rd Party Link URL",
760
+ "SELECT_OPTION_TO_SHARE": "Select an option to share",
761
+ "THIS_LINK": "this link",
762
+ "WHATSAPP": "WhatsApp",
763
+ "LINK_SUCCESS_UPDATED": "3rd party link name has been successfully updated.",
764
+ "CONFIRM_DELETE_LINK": "Confirm to delete this 3rd party link?",
765
+ "CONFIRM_BTN": "Confirm",
766
+ "NO_LINK_TO_COPY": "No link to copy.",
767
+ "NO_LINK_TO_SHARE": "No link to share.",
768
+ "UNABLE_SHARE_LINK": "Unable to share the link. Please try again.",
769
+ "INVALID_LINK": "Invalid link data.",
770
+ "WHAT_IS": "What is",
771
+ "TUTORIAL_LINKTITLE1": "Need someone to handle ongoing defects on your behalf?",
772
+ "TUTORIAL_LINKSUB1": "3rd Party Link is your go-to feature for assigning and allowing authorised person to help submit your defects.",
773
+ "TUTORIAL_LINKTITLE2": "Create temporary access via weblink for your representatives",
774
+ "TUTORIAL_LINKSUB2": "The link created and shared by you will allow your authorised person to view the submitted issues.",
775
+ "TUTORIAL_LINKTITLE3": "Change link access at your convenience",
776
+ "TUTORIAL_LINKSUB3": "Toggle to switch link access when you no longer need the authorised person’s assistance.",
777
+ "HANDOVER_SURVEY": "Handover Survey",
778
+ "EMPTY_SURVEY": "Please fill up the required fields in this survey before submitting.",
779
+ "CONFIRM_SUBMIT_SURVEY": "Confirm to submit survey ?",
780
+ "ALERT_MESSAGE_ISSUE_SURVEY": "Please complete the survey before submitting an issue."
781
+ }