en.js 20 KB

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