en.js 21 KB

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