en.js 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529
  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. msgInputBatCap: "Please type battery capacity",
  203. msgSelectBrand: "Please select brand",
  204. msgSelectModel: "Please select model",
  205. msgSelectType: "Please select connector type",
  206. msgVehiclePhoto: "Please upload car image",
  207. myVehicles: "My Vehicles: ",
  208. nickname: "Nickname",
  209. notificationSettings: "Notification Settings",
  210. noVehicles: "No Vehicles",
  211. phoneNumber: "Phone Number",
  212. plsInputCity: "Please input city name",
  213. plsInputPostal: "Please input postal code",
  214. plsInputStreet: "Please input street",
  215. plsInputUnitNo: "Please input unit number",
  216. postalCode: "Postal Code",
  217. registerDate: "Registration Date",
  218. remove: "Remove",
  219. removeVehicle: "Remove Vehicle",
  220. signOut: "Sign out",
  221. street: "Street",
  222. tipRemoveVehicle: "Are you sure you want to remove this vehicle?",
  223. tipSignOut: "Are you sure you want to sign out?",
  224. unitNumber: "Unit Number",
  225. update: "Update",
  226. updateNickname: "Update Nickname",
  227. updatePhoneNumber: "Update Phone Number",
  228. updateSuccess: "Update profile successfully",
  229. userType: "User Type",
  230. vehicleBrand: "Brand",
  231. vehicleModel: "Model",
  232. selectBrand: "Select Brand",
  233. selectModel: "Select Model",
  234. selectUpload: "Select To Upload",
  235. max4mbPhoto: "(Max 4 mb Per Photo)",
  236. connecterType: "Connecter Type",
  237. selectConnecterType: "Select Connecter Type",
  238. enterLicensePlate: "Enter License Plate",
  239. enterBatteryCapacity: "Enter Battery Capacity",
  240. plsUploadImageCar: "Please Upload An Image Of Your Car",
  241. btnAdd: "Add",
  242. titleVehicles: "Vehicle(s)"
  243. },
  244. charging: {
  245. AC: "AC",
  246. DC: "DC",
  247. Chademo: "CHAdeMO",
  248. acChargers: "AC Chargers",
  249. additionalInfo: "Additional Info",
  250. additionalInformation: "Additional Information",
  251. btnAuthenticate: "AUTHENTICATE",
  252. btnCancelReservation: "Cancel Reservation",
  253. btnComplete: "COMPLETE",
  254. btnIntoCharging: "VIEW CHARGING",
  255. btnOkay: "Okay",
  256. btnReserve: "Reserve",
  257. btnStartCharging: "START CHARGING",
  258. btnStopCharging: "STOP CHARGING",
  259. cancelReservation: "Cancel Reservation",
  260. chargingInProgress: "Charging In Progress...",
  261. chooseConnector: "Choose Connector",
  262. chooseRate: "Choose Rate",
  263. confirmCancelReservation: "Are you sure you want to cancel reservation?",
  264. confirmStopCharging: "Confirm stop charging?",
  265. dcChargers: "DC Chargers",
  266. enterStationId: "Enter Station ID",
  267. errAuthenticationError: "There seems to be an authentication error! Please try again",
  268. errDetected: "An error detected, please retry.",
  269. errNotChargeE0: "Your vehicle doesn’t seem to be charging. Please check your vehicle. (E0)",
  270. errNotConnected: "Your vehicle is not connected to the charging station. Please check the connector.",
  271. errUnable2Charge: "The charging station is unable to charge your vehicle.Please reauthenticate.",
  272. errUnable2Reserved: "The charging station is reserved and unable to charge your vehicle.",
  273. errPayperusePayment: "Pay Per Use payment failed, payment status is: ",
  274. free: "Free",
  275. hintExampleStationId: "e.g: LEMOC0002-1",
  276. labelAvailableTotal: "Available/Total",
  277. labelPower: "Power",
  278. labelRate: "Rate",
  279. labelRates: "Rates",
  280. labelStatus: "Status",
  281. labelTimeElapsed: "Time Elapsed",
  282. labelTotalCharges: "Total Charges",
  283. labelTotalkWh: "Total kWh Delivered",
  284. labelType: "Type",
  285. lastUpdatedAt: "Last updated at ",
  286. noRates: "No Rates",
  287. numberAvailable: " available",
  288. operatingHours: "Operating Hours",
  289. parkingFees: "Parking Fees",
  290. plsInputStationId: "Please input Station ID",
  291. plsSelectConnnector: "Please select a connnector",
  292. pressStartToBegin: "Press Start To Begin",
  293. pullDownRefresh: "Pull down to refresh",
  294. ratesPrivateNote: "NOTE: The charging stations are for private usage.",
  295. reservedSuccess: "Reserved successfully!",
  296. reserveTimeLeft: "Reservation time left",
  297. scanQR: "Scan QR",
  298. selectedCharger: "Selected Charger",
  299. paymentMethod: "Payment Method",
  300. selectPaymentMethod: "Select Payment Method",
  301. siteAddress: "Address",
  302. siteName: "Site Name",
  303. statusAuthenticated: "Authenticated",
  304. statusAvailable: "Available",
  305. statusCharging: "Charging",
  306. statusInitiating: "Initiating...",
  307. statusNotConnected: "Not Connected",
  308. statusPreparing: "Preparing",
  309. statusPrivate: "Private",
  310. statusUnavailable: "Unavailable",
  311. statusInCharging: "In Charging",
  312. stepAuthenticated: "Authenticated",
  313. stepAuthenticatedDesc: "Press START CHARGING to begin.",
  314. stepAuthenticating: "Authenticating",
  315. stepAuthenticatingDesc: "Please wait while we authenticate your connection.",
  316. stepChargingDesc: "Your vehicle is charging.\nPress STOP CHARGING to end charge",
  317. stepInitializing: "Initializing",
  318. stepInitializingDesc: "Please wait while we prepare to start charging...",
  319. stepStoppingCharge: "Stopping Charge",
  320. stepStoppingChargeDesc: "Please wait while we stop your charging...",
  321. stepInsertConnector: "Insert Charging Cable",
  322. stepInsertConnectorDesc: "Insert charging cable to EV and press AUTHENTICATE.",
  323. tabCharge: "CHARGE",
  324. tabExplore: "Explore",
  325. tabInfo: "INFO",
  326. tabReserve: "Reserve",
  327. tipsDiscount: "You have an applicable membership.\nRate shown is the discounted price.",
  328. tipsDisconnectConnector: "Please disconnect and return connector to charging station",
  329. tipsRatesTax: "All rates Include 8% GST",
  330. tipsRatesTax2: "All Rates Include Tax",
  331. titleOops: "Oops!",
  332. titleStopCharging: "Stop Charging",
  333. toBeUpdated: "To be updated",
  334. unallowReservation: "Reservation is not available for this site.",
  335. unitHr: " hr ",
  336. unitMin: " min"
  337. },
  338. wallet: {
  339. atAglance: "At a glance",
  340. averageCharge: "Average Charge",
  341. averageSpend: "Average Spend",
  342. averageTime: "Average Time",
  343. balance: "Balance",
  344. btnPurchase: "Purchase",
  345. btnTop_Up: "Top-Up",
  346. creditIsBelow5: "Your credit is below S$5.",
  347. creditWallet: "Credits",
  348. creditWalletLabel: "Credits: ",
  349. forWeekOf: "Summary for the week",
  350. labelBreakdown: "Breakdown",
  351. labelChargeDelivered: "Charge Delivered:",
  352. labelChargeRates: "Charge Rates (GST Inclusive):",
  353. labelChargeTime: "Charge Time:",
  354. labelDateTime: "Date Time:",
  355. labelExchangeRate: "Exchange Rate:",
  356. labelFinalPayment: "Final Payment:",
  357. labelIdleFee: "Idle Fee:",
  358. labelPayment: "Payment (GST Inclusive):",
  359. labelPaymentMadeBy: "Payment Made By:",
  360. labelPreviousBalance: "Previous Balance:",
  361. labelReferenceId: "Reference ID:",
  362. labelReservationFee: "Reservation Fee:",
  363. labelResultingBalance: "Resulting Balance:",
  364. labelStationId: "Station ID: ",
  365. labelSubtotal: "Subtotal",
  366. labelTransactionId: "Transaction ID: ",
  367. labelYourConnector: "Your Connector",
  368. labelYourStation: "Your Station",
  369. linkSubmitFeedback: "Submit Your Feedback",
  370. noHistoryData: "No data",
  371. perHrWeek: "Hr/Week",
  372. perWeek: "Week",
  373. purchaseCredits: "Purchase",
  374. statistics4HalfYear: "Statistics for the past 6 months",
  375. statistics4week: "Statistics for this week",
  376. tabHistory: "History",
  377. tabOverview: "Overview",
  378. tipsLowCredits: "This charging session will end if there is insufficient credits.\n",
  379. tipsReceipt: "A Receipt Will Be Sent To Your Email",
  380. titleChooseCreditValue: "Choose Credit Value",
  381. titleChoosePaymentType: "Choose Payment Method",
  382. titleLowCredits: "Low Credits",
  383. topUp: "Top Up",
  384. viewHistory: "View History"
  385. },
  386. payment: {
  387. btnSave2gallery: "Save QR Code to Gallery",
  388. btnSetting: "SETTING",
  389. errInputCardNo: "Please type a correct card number",
  390. errInputCvv: "Please type a correct CVV",
  391. errInputTill: "Please type a correct valid till",
  392. errSave2gallery: "Save to gallery failed",
  393. errSave2galleryPermission: "Can not save images, Please grant storage or gallery permissions.",
  394. hintCardName: "Your name on card",
  395. hintValidTill: "MM/YY",
  396. labelAmount: "Amount:",
  397. labelCardName: "Name on Card",
  398. labelCardNo: "Card Number",
  399. labelChooseAmount: "Choose Amount:",
  400. labelPayWith: "Pay with:",
  401. labelTopUpAmount: "Top Up Amount:",
  402. labelValidTill: "Valid Till",
  403. openInBrowser: "Open in Browser",
  404. paymentCompleted: "Payment Completed",
  405. paymentOption: "Payment Option",
  406. payPerUse: "Pay Per Use",
  407. plsInputCardName: "Please type name on card",
  408. plsInputCardNo: "Please type card number",
  409. plsInputCvv: "Please type CVV",
  410. plsInputTill: "Please type valid till",
  411. successSave2gallery: "Save to gallery successfully",
  412. tipsPayPerUse: "Un-utilized amount will be refunded.",
  413. tipsPayPerUseCharge: "Once the payment is received, the charging will start automatically.",
  414. tipsPayPerUseSave: "Please save the QR Code, and use your bank/eWallet app to scan the QR Code.",
  415. tipsQrPayment: "Once the payment is completed, the top up amount will be credited into your credits automatically.",
  416. tipsQrPaymentSave: "Please save the QR Code, and use your bank app to scan the QR Code."
  417. },
  418. settings: {
  419. autoRefreshInterval: "Auto refresh interval",
  420. language: "Language",
  421. maps: "Maps",
  422. notification: "Notification",
  423. notifyChargingComplete: "Notify me when charging complete",
  424. notifyLowBalance: "Notify me when credits is low balance",
  425. notifyPromotionsOffers: "Notify me for promotions and offers",
  426. refreshInterval: "Refresh site interval",
  427. seconds: "s",
  428. showMyLocations: "Always show my locations",
  429. moveMyLocations: "Move to my locations when refresh",
  430. useApplesMap: "Use Apple's Map"
  431. },
  432. feedback: {
  433. errFeedbackType: "Please select type of feedback",
  434. errFeednackContent: "Please type feedback content",
  435. errFetchType: "Can not fetch feedback type!",
  436. labelConnector: "Which connecter?",
  437. labelContent: "Please fill in here (500 words left)",
  438. labelStation: "Which charging station?",
  439. labelUpload: "Please upload relevant images",
  440. searchingChargeBox: "Searching for ChargeBoxId",
  441. selectConnector: "Select a Connecter",
  442. sendSuccess: "Send feedback successfully!",
  443. submitFeedback: "Submit Feedback",
  444. tipsLetKnow: "Please let us know below!",
  445. tipsSomething: "Have something to tell us?",
  446. typeOfFeedback: "Type of Feedback"
  447. },
  448. members: {
  449. membership: "Membership",
  450. membershipNo: "Membership No.",
  451. status: "Status",
  452. statusApproved: "Approved",
  453. statusPending: "Pending",
  454. statusRejected: "Rejected",
  455. deleteMember: "Delete Membership",
  456. confirmDelete: "Do you want to delete the rejected membership?",
  457. labelUpload: "Upload\nMembership\nCard (Front)",
  458. labelPHVNo: "License No.",
  459. labelMemberLicenceNo: "Member/License No.",
  460. labelPDVPhotos: "Upload\nPHV Photos\n(Front)",
  461. labelRequirement: "Submission\nRequirements",
  462. placeLast4Digits: "Input last 4 Digits",
  463. noData: "You not have any membership",
  464. errMembershipNo: "Please type Membership No",
  465. errUploadCard: "Please upload Membership Card or PHV Photos",
  466. contentRequirement: "Please upload one of the following\n1. Membership Card\n2. Vocational License\n3. Ride Hailing App Account"
  467. },
  468. receipt: {
  469. breakdownChargingFees: "Charging Fees Breakdown",
  470. breakdownIdlesFees: "Idles Fees Breakdown",
  471. breakdownPayment: "Payment",
  472. breakdownReservationFees: "Reservation Fees Breakdown",
  473. chargingSessionComplete: "Your charging session is completed.",
  474. labelChargTransSubtotal: "Charging Transaction Subtotal (w 8% GST):",
  475. labelChargTransSubtotal2: "Charging Transaction Subtotal ($s):",
  476. labelChargTransSubtotal3: "Charging Transaction Subtotal:",
  477. labelDateTime: "Date Time:",
  478. labelDurationReservation: "Duration of Reservation:",
  479. labelFinalPaymentAmount: "Final Payment Amount:",
  480. labelAfterDiscount: "Final Payment Amount (After Applicable Discount):",
  481. labelIdleDuration: "Idle Duration:",
  482. labelIdleFeeSubtotal: "Idle Fee Subtotal (w 8% GST):",
  483. labelIdleFeeSubtotal2: "Idle Fee Subtotal ($s):",
  484. labelIdleFeeSubtotal3: "Idle Fee Subtotal:",
  485. labelIdleStartTime: "Idle Fee Start Time:",
  486. labelReferenceID: "Reference ID:",
  487. labelRegistrationNo: "Registration No:",
  488. labelReservationFeeSubtotal: "Reservation Fee Subtotal (w 8% GST):",
  489. labelReservationFeeSubtotal2: "Reservation Fee Subtotal ($s):",
  490. labelReservationFeeSubtotal3: "Reservation Fee Subtotal:",
  491. labelSiteName: "Site Name:",
  492. labelTimeReservation: "Time of Reservation:",
  493. labelTransactionID: "Transaction ID:",
  494. receipt: "Receipt",
  495. successful: "Successful! ",
  496. processTitle: "Oops! \nWe’re still processing your receipt",
  497. processMessage1: "We apologize for the inconvenience caused as we are still processing your settlement and unable to generate it as of yet.",
  498. processMessage2: "Give us a few minutes and do feel free to check at the ",
  499. processMessage3: "Transactions Tab",
  500. processMessage4: "Thank you!"
  501. },
  502. support: {
  503. supportHotline: "Support Hotline",
  504. labelOpenTime: "Our Support Hours:",
  505. labelCallCentreHotline: "Call Centre Hotline",
  506. labelWhatsappChat: "WhatsApp Chat",
  507. timeAllDay: "Monday to Sunday",
  508. timeWeekDay: "Monday to Friday",
  509. time24Hours: "24 Hours",
  510. btnCallSupport: "Call Support Hotline",
  511. btnWhatsapp: "WhatsApp Us"
  512. },
  513. notification: {
  514. tabAlerts: "Alerts",
  515. tabArticles: "Articles",
  516. tabCampaign: "Campaigns",
  517. tabPromotions: "Promotions",
  518. viewMessage: "View Message",
  519. deleteMessage: "Delete",
  520. confirmDelete: "Are you sure you want to delete this message?",
  521. empty: "Empty",
  522. labelSummary: "SUMMARY:",
  523. labelDetails: "DETAILS:",
  524. labelLinks: "LINKS:",
  525. startTime: "Start Time: ",
  526. endTime: "End Time: ",
  527. btnReadAll: "Read All"
  528. }
  529. }