en.js 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531
  1. /**
  2. * 英文语言包
  3. */
  4. export default {
  5. name: "English",
  6. default: "Default",
  7. nav: {
  8. ok: "OK",
  9. no: "NO",
  10. yes: "YES",
  11. back: "BACK",
  12. view: "VIEW",
  13. confirm: "CONFIRM",
  14. cancel: "CANCEL",
  15. submit: "SUBMIT",
  16. loading: "Loading...",
  17. waiting: "Waiting..."
  18. },
  19. common: {
  20. no: "No",
  21. yes: "Yes",
  22. back: "Back",
  23. save: "Save",
  24. error: "Error",
  25. confirm: "Confirm",
  26. cancel: "Cancel",
  27. close: "Close",
  28. select: "Select",
  29. inputAddText: "Add text",
  30. cropperTitle: "Cropper",
  31. addFailed: "Add failed, please retry",
  32. addSuccess: "Add successfully!",
  33. updateFailed: "Update failed, please retry",
  34. updateSuccess: "Update successfully!",
  35. cancelFailed: "Cancel failed, please retry",
  36. cancelSuccess: "Cancel successfully!",
  37. uploadFailed: "Upload failed, please retry",
  38. uploadSuccess: "Upload successfully!",
  39. deleteFailed: "Delete failed, please retry",
  40. deleteSuccess: "Delete successfully!",
  41. submitSuccess: "Submit successfully!",
  42. pulldown2Refresh: "Pulldown to Refresh"
  43. },
  44. route: {
  45. about: "About",
  46. addCards: "Add Cards",
  47. addVehicle: "Add Vehicle",
  48. bookmarks: "Bookmarks",
  49. changePassword: "Account Security",
  50. charging: "Charging",
  51. chargingSite: "Charging Site",
  52. driverRegister: "Fleet / PHV Registration",
  53. editAddress: "Edit Address",
  54. editProfile: "My Profile",
  55. editVehicle: "Update Vehicle",
  56. feedback: "Feedback",
  57. forgotPassword: "Forgot Password",
  58. makePayment: "Make Payment",
  59. myVehicles: "My Vehicles",
  60. notifications: "Notifications",
  61. notificationTest: "Notification Test",
  62. paymentMethod: "Payment Method",
  63. paynow: "PAYNOW",
  64. payPerUse: "Pay Per Use",
  65. privacyPolicy: "Privacy Policy",
  66. profileSettings: "My Account",
  67. publicRegister: "Public Registration",
  68. qrScan: "QR Scan",
  69. rating: "Your Rating",
  70. referral: "Referral",
  71. search: "Search",
  72. settings: "Settings",
  73. summary: "Summary",
  74. termsOfUse: "Terms of Use",
  75. topUp: "Purchase Credits",
  76. topUpWithCard: "Top Up with Card",
  77. wallet: "Transactions",
  78. applyMember: "Apply Membership",
  79. yourMembers: "Your Membership",
  80. refundPolicy: "Refund Policy"
  81. },
  82. sign: {
  83. aConfirmationEmailTo: "a confirmation email has been sent to",
  84. agreePDVInfoAccurate: "I agree that the information that I’m submitting is the latest and accurate.",
  85. back2Login: "Back to Login",
  86. btnLogin: "LOGIN",
  87. btnSendOTP: "EMAIL OTP",
  88. btnSignUp: "SIGN UP",
  89. errContactNoFormat: "Phone Number is incorrect format",
  90. errEmailFormat: "Email is incorrect format",
  91. errPasswordConfirm: "The twice passwords are inconsistent",
  92. errPasswordStrong: "Password is not strong",
  93. forgotPassword: "Forgot Password",
  94. hintPDVLicence: "PH Driver Vocational Licence",
  95. iHaveReadAndAgree: "I have read and I agree with the ",
  96. labelCompany: "Company",
  97. labelConfirmPassword: "Confirm Password",
  98. labelCountry: "Country",
  99. labelCreatePassword: "Create Password",
  100. labelDisplayName: "Display Name",
  101. labelE_mail: "E-mail",
  102. labelEmail: "Email Address",
  103. labelMobileNumber: "Mobile Number",
  104. labelNewPassword: "New Password",
  105. labelOtp: "OTP",
  106. labelPassword: "Password",
  107. labelPDVLicence: "PDV Licence",
  108. labelPDVPhotos: " PDV Photos\n(Front & Back)",
  109. labelPhoneNumber: "Phone Number",
  110. labelValidateEmail: "Validate Email",
  111. labelYourCompany: "Your Company",
  112. linkAndLink: "and ",
  113. linkAndLinkEnd: ".",
  114. password8more: "8 or more characters",
  115. passwordLeastNumber: "at least one number",
  116. passwordLeastNumberAndSpecial: "at least one number and one special character",
  117. passwordMustHave: "Your Password Must Have:",
  118. passwordStrength: "Password Strength",
  119. passwordUpperLower: "upper and lower case letters",
  120. plsInputContactNo: "Please enter contact number",
  121. plsInputDiaplayName: "Please enter display name",
  122. plsInputEmail: "Please enter email address",
  123. plsInputOTP: "Please enter verification code",
  124. plsInputPassword: "Please enter password",
  125. plsInputPassword2: "Please enter confirm password",
  126. plsInputPDVLicence: "Please enter PDV Licence",
  127. plsLoginTitle: "Please Login",
  128. plsUploadLicencePhotos: "Please upload PDV Licence Photos",
  129. registerDriverUser: "Register as Fleet / PHV Driver",
  130. registerPublicUser: "Register as Public User",
  131. rememberMe: "Remember me",
  132. resetPasswordSuccess: "Reset password successfully",
  133. sendOTPSuccess: "Send verification code successfully",
  134. signIn: "Sign In",
  135. signUpSuccess: "Sign up successfully!",
  136. thanksRegisterWith: "Thank you for registering with",
  137. tipNewUser: "New User?",
  138. titleFleetRegistration: "Fleet / PHV Registration"
  139. },
  140. home: {
  141. all: "All",
  142. chargeable: "Chargeable",
  143. chooseActivationType: "Choose Activation Type",
  144. chooseConnecterType: "Choose Connecter Type",
  145. chooseParkingFee: "Choose Parking Fee",
  146. chooseProvider: "Choose Provider",
  147. done: "Done",
  148. filterResults: "Results",
  149. filters: "Filters",
  150. free: "Free",
  151. later: "LATER",
  152. locationPermissionTips: "Please grant location permission to obtain more service",
  153. myLocation: "My Location",
  154. newVersionName: "New Version: ",
  155. noSearch: "No search result",
  156. moBookmark: "No Bookmarks",
  157. search: "Search",
  158. searchHint: "Search using site name or service provider",
  159. statusPrivate: "Private Site",
  160. upcoming: "Upcoming",
  161. updateNow: "UPDATE NOW",
  162. versionUpdate: "Version Update",
  163. backAgainTips: "Press the back button again to exit the program"
  164. },
  165. drawer: {
  166. sign: "Sign In",
  167. charging: "Charging",
  168. wallet: "Transactions",
  169. topup: "Credits",
  170. feedback: "Feedback",
  171. settings: "Settings",
  172. about: "About Us",
  173. logging: "Logging...",
  174. privacyPolicy: "Privacy Policy",
  175. termsOfUse: "Terms of Use",
  176. mapsTest: "Maps Test",
  177. debugOnly: "Debug Mode Options Only",
  178. noChargingSession: "No charging session found",
  179. members: "Members",
  180. contactSupport: "Contact Support"
  181. },
  182. profile: {
  183. address: "Address",
  184. addVehicle: "Add Vehicle",
  185. apply2Fleet: "Apply as PHV/Fleet",
  186. avatar: "Avatar",
  187. chooseConnecterType: "Choose Connecter Type",
  188. confirmDeleteAccount: "Are you sure you want to delete your account? This operation cannot be revoke.",
  189. deleteAccount: "Delete Account",
  190. deleteAccountSuccess: "Successfully deleted!",
  191. email: "Email",
  192. errPhoneNumberFormat: "Phone Number is incorrect format",
  193. hintPostal: "Postal Code",
  194. hintStreet: "Street name and number",
  195. hintUnitNo: "Unit number",
  196. labelCity: "City",
  197. licensePlate: "License Plate",
  198. logout: "Logout",
  199. msgInputBrand: "Please type brand",
  200. msgInputModel: "Please type model",
  201. msgInputPlate: "Please type license plate",
  202. msgInputCarNo: "Please type car plate number",
  203. msgInputBatCap: "Please type battery capacity",
  204. msgSelectBrand: "Please select brand",
  205. msgSelectModel: "Please select model",
  206. msgSelectType: "Please select connector type",
  207. msgVehiclePhoto: "Please upload car image",
  208. myVehicles: "My Vehicles: ",
  209. nickname: "Nickname",
  210. notificationSettings: "Notification Settings",
  211. noVehicles: "No Vehicles",
  212. phoneNumber: "Phone Number",
  213. plsInputCity: "Please input city name",
  214. plsInputPostal: "Please input postal code",
  215. plsInputStreet: "Please input street",
  216. plsInputUnitNo: "Please input unit number",
  217. postalCode: "Postal Code",
  218. registerDate: "Registration Date",
  219. remove: "Remove",
  220. removeVehicle: "Remove Vehicle",
  221. signOut: "Sign out",
  222. street: "Street",
  223. tipRemoveVehicle: "Are you sure you want to remove this vehicle?",
  224. tipSignOut: "Are you sure you want to sign out?",
  225. unitNumber: "Unit Number",
  226. update: "Update",
  227. updateNickname: "Update Nickname",
  228. updatePhoneNumber: "Update Phone Number",
  229. updateSuccess: "Update profile successfully",
  230. userType: "User Type",
  231. vehicleBrand: "Brand",
  232. vehicleModel: "Model",
  233. selectBrand: "Select Brand",
  234. selectModel: "Select Model",
  235. selectUpload: "Select To Upload",
  236. max4mbPhoto: "(Max 4 mb Per Photo)",
  237. connecterType: "Connecter Type",
  238. selectConnecterType: "Select Connecter Type",
  239. enterLicensePlate: "Enter License Plate",
  240. enterLicenseNumber: "Enter Car Plate Number",
  241. enterBatteryCapacity: "Enter Battery Capacity",
  242. plsUploadImageCar: "Please Upload An Image Of Your Car",
  243. btnAdd: "Add",
  244. titleVehicles: "Vehicle(s)"
  245. },
  246. charging: {
  247. AC: "AC",
  248. DC: "DC",
  249. Chademo: "CHAdeMO",
  250. acChargers: "AC Chargers",
  251. additionalInfo: "Additional Info",
  252. additionalInformation: "Additional Information",
  253. btnAuthenticate: "AUTHENTICATE",
  254. btnCancelReservation: "Cancel Reservation",
  255. btnComplete: "COMPLETE",
  256. btnIntoCharging: "VIEW CHARGING",
  257. btnOkay: "Okay",
  258. btnReserve: "Reserve",
  259. btnStartCharging: "START CHARGING",
  260. btnStopCharging: "STOP CHARGING",
  261. cancelReservation: "Cancel Reservation",
  262. chargingInProgress: "Charging In Progress...",
  263. chooseConnector: "Choose Connector",
  264. chooseRate: "Choose Rate",
  265. confirmCancelReservation: "Are you sure you want to cancel reservation?",
  266. confirmStopCharging: "Confirm stop charging?",
  267. dcChargers: "DC Chargers",
  268. enterStationId: "Enter Station ID",
  269. errAuthenticationError: "There seems to be an authentication error! Please try again",
  270. errDetected: "An error detected, please retry.",
  271. errNotChargeE0: "Your vehicle doesn’t seem to be charging. Please check your vehicle. (E0)",
  272. errNotConnected: "Your vehicle is not connected to the charging station. Please check the connector.",
  273. errUnable2Charge: "The charging station is unable to charge your vehicle.Please reauthenticate.",
  274. errUnable2Reserved: "The charging station is reserved and unable to charge your vehicle.",
  275. errPayperusePayment: "Pay Per Use payment failed, payment status is: ",
  276. free: "Free",
  277. hintExampleStationId: "e.g: LEMOC0002-1",
  278. labelAvailableTotal: "Available/Total",
  279. labelPower: "Power",
  280. labelRate: "Rate",
  281. labelRates: "Rates",
  282. labelStatus: "Status",
  283. labelTimeElapsed: "Time Elapsed",
  284. labelTotalCharges: "Total Charges",
  285. labelTotalkWh: "Total kWh Delivered",
  286. labelType: "Type",
  287. lastUpdatedAt: "Last updated at ",
  288. noRates: "No Rates",
  289. numberAvailable: " available",
  290. operatingHours: "Operating Hours",
  291. parkingFees: "Parking Fees",
  292. plsInputStationId: "Please input Station ID",
  293. plsSelectConnnector: "Please select a connnector",
  294. pressStartToBegin: "Press Start To Begin",
  295. pullDownRefresh: "Pull down to refresh",
  296. ratesPrivateNote: "NOTE: The charging stations are for private usage.",
  297. reservedSuccess: "Reserved successfully!",
  298. reserveTimeLeft: "Reservation time left",
  299. scanQR: "Scan QR",
  300. selectedCharger: "Selected Charger",
  301. paymentMethod: "Payment Method",
  302. selectPaymentMethod: "Select Payment Method",
  303. siteAddress: "Address",
  304. siteName: "Site Name",
  305. statusAuthenticated: "Authenticated",
  306. statusAvailable: "Available",
  307. statusCharging: "Charging",
  308. statusInitiating: "Initiating...",
  309. statusNotConnected: "Not Connected",
  310. statusPreparing: "Preparing",
  311. statusPrivate: "Private",
  312. statusUnavailable: "Unavailable",
  313. statusInCharging: "In Charging",
  314. stepAuthenticated: "Authenticated",
  315. stepAuthenticatedDesc: "Press START CHARGING to begin.",
  316. stepAuthenticating: "Authenticating",
  317. stepAuthenticatingDesc: "Please wait while we authenticate your connection.",
  318. stepChargingDesc: "Your vehicle is charging.\nPress STOP CHARGING to end charge",
  319. stepInitializing: "Initializing",
  320. stepInitializingDesc: "Please wait while we prepare to start charging...",
  321. stepStoppingCharge: "Stopping Charge",
  322. stepStoppingChargeDesc: "Please wait while we stop your charging...",
  323. stepInsertConnector: "Insert Charging Cable",
  324. stepInsertConnectorDesc: "Insert charging cable to EV and press AUTHENTICATE.",
  325. tabCharge: "CHARGE",
  326. tabExplore: "Explore",
  327. tabInfo: "INFO",
  328. tabReserve: "Reserve",
  329. tipsDiscount: "You have an applicable membership.\nRate shown is the discounted price.",
  330. tipsDisconnectConnector: "Please disconnect and return connector to charging station",
  331. tipsRatesTax: "All rates Include 8% GST",
  332. tipsRatesTax2: "All Rates Include Tax",
  333. titleOops: "Oops!",
  334. titleStopCharging: "Stop Charging",
  335. toBeUpdated: "To be updated",
  336. unallowReservation: "Reservation is not available for this site.",
  337. unitHr: " hr ",
  338. unitMin: " min"
  339. },
  340. wallet: {
  341. atAglance: "At a glance",
  342. averageCharge: "Average Charge",
  343. averageSpend: "Average Spend",
  344. averageTime: "Average Time",
  345. balance: "Balance",
  346. btnPurchase: "Purchase",
  347. btnTop_Up: "Top-Up",
  348. creditIsBelow5: "Your credit is below S$5.",
  349. creditWallet: "Credits",
  350. creditWalletLabel: "Credits: ",
  351. forWeekOf: "Summary for the week",
  352. labelBreakdown: "Breakdown",
  353. labelChargeDelivered: "Charge Delivered:",
  354. labelChargeRates: "Charge Rates (GST Inclusive):",
  355. labelChargeTime: "Charge Time:",
  356. labelDateTime: "Date Time:",
  357. labelExchangeRate: "Exchange Rate:",
  358. labelFinalPayment: "Final Payment:",
  359. labelIdleFee: "Idle Fee:",
  360. labelPayment: "Payment (GST Inclusive):",
  361. labelPaymentMadeBy: "Payment Made By:",
  362. labelPreviousBalance: "Previous Balance:",
  363. labelReferenceId: "Reference ID:",
  364. labelReservationFee: "Reservation Fee:",
  365. labelResultingBalance: "Resulting Balance:",
  366. labelStationId: "Station ID: ",
  367. labelSubtotal: "Subtotal",
  368. labelTransactionId: "Transaction ID: ",
  369. labelYourConnector: "Your Connector",
  370. labelYourStation: "Your Station",
  371. linkSubmitFeedback: "Submit Your Feedback",
  372. noHistoryData: "No data",
  373. perHrWeek: "Hr/Week",
  374. perWeek: "Week",
  375. purchaseCredits: "Purchase",
  376. statistics4HalfYear: "Statistics for the past 6 months",
  377. statistics4week: "Statistics for this week",
  378. tabHistory: "History",
  379. tabOverview: "Overview",
  380. tipsLowCredits: "This charging session will end if there is insufficient credits.\n",
  381. tipsReceipt: "A Receipt Will Be Sent To Your Email",
  382. titleChooseCreditValue: "Choose Credit Value",
  383. titleChoosePaymentType: "Choose Payment Method",
  384. titleLowCredits: "Low Credits",
  385. topUp: "Top Up",
  386. viewHistory: "View History"
  387. },
  388. payment: {
  389. btnSave2gallery: "Save QR Code to Gallery",
  390. btnSetting: "SETTING",
  391. errInputCardNo: "Please type a correct card number",
  392. errInputCvv: "Please type a correct CVV",
  393. errInputTill: "Please type a correct valid till",
  394. errSave2gallery: "Save to gallery failed",
  395. errSave2galleryPermission: "Can not save images, Please grant storage or gallery permissions.",
  396. hintCardName: "Your name on card",
  397. hintValidTill: "MM/YY",
  398. labelAmount: "Amount:",
  399. labelCardName: "Name on Card",
  400. labelCardNo: "Card Number",
  401. labelChooseAmount: "Choose Amount:",
  402. labelPayWith: "Pay with:",
  403. labelTopUpAmount: "Top Up Amount:",
  404. labelValidTill: "Valid Till",
  405. openInBrowser: "Open in Browser",
  406. paymentCompleted: "Payment Completed",
  407. paymentOption: "Payment Option",
  408. payPerUse: "Pay Per Use",
  409. plsInputCardName: "Please type name on card",
  410. plsInputCardNo: "Please type card number",
  411. plsInputCvv: "Please type CVV",
  412. plsInputTill: "Please type valid till",
  413. successSave2gallery: "Save to gallery successfully",
  414. tipsPayPerUse: "Un-utilized amount will be refunded.",
  415. tipsPayPerUseCharge: "Once the payment is received, the charging will start automatically.",
  416. tipsPayPerUseSave: "Please save the QR Code, and use your bank/eWallet app to scan the QR Code.",
  417. tipsQrPayment: "Once the payment is completed, the top up amount will be credited into your credits automatically.",
  418. tipsQrPaymentSave: "Please save the QR Code, and use your bank app to scan the QR Code."
  419. },
  420. settings: {
  421. autoRefreshInterval: "Auto refresh interval",
  422. language: "Language",
  423. maps: "Maps",
  424. notification: "Notification",
  425. notifyChargingComplete: "Notify me when charging complete",
  426. notifyLowBalance: "Notify me when credits is low balance",
  427. notifyPromotionsOffers: "Notify me for promotions and offers",
  428. refreshInterval: "Refresh site interval",
  429. seconds: "s",
  430. showMyLocations: "Always show my locations",
  431. moveMyLocations: "Move to my locations when refresh",
  432. useApplesMap: "Use Apple's Map"
  433. },
  434. feedback: {
  435. errFeedbackType: "Please select type of feedback",
  436. errFeednackContent: "Please type feedback content",
  437. errFetchType: "Can not fetch feedback type!",
  438. labelConnector: "Which connecter?",
  439. labelContent: "Please fill in here (500 words left)",
  440. labelStation: "Which charging station?",
  441. labelUpload: "Please upload relevant images",
  442. searchingChargeBox: "Searching for ChargeBoxId",
  443. selectConnector: "Select a Connecter",
  444. sendSuccess: "Send feedback successfully!",
  445. submitFeedback: "Submit Feedback",
  446. tipsLetKnow: "Please let us know below!",
  447. tipsSomething: "Have something to tell us?",
  448. typeOfFeedback: "Type of Feedback"
  449. },
  450. members: {
  451. membership: "Membership",
  452. membershipNo: "Membership No.",
  453. status: "Status",
  454. statusApproved: "Approved",
  455. statusPending: "Pending",
  456. statusRejected: "Rejected",
  457. deleteMember: "Delete Membership",
  458. confirmDelete: "Do you want to delete the rejected membership?",
  459. labelUpload: "Upload\nMembership\nCard (Front)",
  460. labelPHVNo: "License No.",
  461. labelMemberLicenceNo: "Member/License No.",
  462. labelPDVPhotos: "Upload\nPHV Photos\n(Front)",
  463. labelRequirement: "Submission\nRequirements",
  464. placeLast4Digits: "Input last 4 Digits",
  465. noData: "You not have any membership",
  466. errMembershipNo: "Please type Membership No",
  467. errUploadCard: "Please upload Membership Card or PHV Photos",
  468. contentRequirement: "Please upload one of the following\n1. Membership Card\n2. Vocational License\n3. Ride Hailing App Account"
  469. },
  470. receipt: {
  471. breakdownChargingFees: "Charging Fees Breakdown",
  472. breakdownIdlesFees: "Idles Fees Breakdown",
  473. breakdownPayment: "Payment",
  474. breakdownReservationFees: "Reservation Fees Breakdown",
  475. chargingSessionComplete: "Your charging session is completed.",
  476. labelChargTransSubtotal: "Charging Transaction Subtotal (w 8% GST):",
  477. labelChargTransSubtotal2: "Charging Transaction Subtotal ($s):",
  478. labelChargTransSubtotal3: "Charging Transaction Subtotal:",
  479. labelDateTime: "Date Time:",
  480. labelDurationReservation: "Duration of Reservation:",
  481. labelFinalPaymentAmount: "Final Payment Amount:",
  482. labelAfterDiscount: "Final Payment Amount (After Applicable Discount):",
  483. labelIdleDuration: "Idle Duration:",
  484. labelIdleFeeSubtotal: "Idle Fee Subtotal (w 8% GST):",
  485. labelIdleFeeSubtotal2: "Idle Fee Subtotal ($s):",
  486. labelIdleFeeSubtotal3: "Idle Fee Subtotal:",
  487. labelIdleStartTime: "Idle Fee Start Time:",
  488. labelReferenceID: "Reference ID:",
  489. labelRegistrationNo: "Registration No:",
  490. labelReservationFeeSubtotal: "Reservation Fee Subtotal (w 8% GST):",
  491. labelReservationFeeSubtotal2: "Reservation Fee Subtotal ($s):",
  492. labelReservationFeeSubtotal3: "Reservation Fee Subtotal:",
  493. labelSiteName: "Site Name:",
  494. labelTimeReservation: "Time of Reservation:",
  495. labelTransactionID: "Transaction ID:",
  496. receipt: "Receipt",
  497. successful: "Successful! ",
  498. processTitle: "Oops! \nWe’re still processing your receipt",
  499. processMessage1: "We apologize for the inconvenience caused as we are still processing your settlement and unable to generate it as of yet.",
  500. processMessage2: "Give us a few minutes and do feel free to check at the ",
  501. processMessage3: "Transactions Tab",
  502. processMessage4: "Thank you!"
  503. },
  504. support: {
  505. supportHotline: "Support Hotline",
  506. labelOpenTime: "Our Support Hours:",
  507. labelCallCentreHotline: "Call Centre Hotline",
  508. labelWhatsappChat: "WhatsApp Chat",
  509. timeAllDay: "Monday to Sunday",
  510. timeWeekDay: "Monday to Friday",
  511. time24Hours: "24 Hours",
  512. btnCallSupport: "Call Support Hotline",
  513. btnWhatsapp: "WhatsApp Us"
  514. },
  515. notification: {
  516. tabAlerts: "Alerts",
  517. tabArticles: "Articles",
  518. tabCampaign: "Campaigns",
  519. tabPromotions: "Promotions",
  520. viewMessage: "View Message",
  521. deleteMessage: "Delete",
  522. confirmDelete: "Are you sure you want to delete this message?",
  523. empty: "Empty",
  524. labelSummary: "SUMMARY:",
  525. labelDetails: "DETAILS:",
  526. labelLinks: "LINKS:",
  527. startTime: "Start Time: ",
  528. endTime: "End Time: ",
  529. btnReadAll: "Read All"
  530. }
  531. }