|
|
@@ -297,12 +297,13 @@ export default {
|
|
|
stepInitializingDesc: "Please wait while we prepare to start charging...",
|
|
|
stepStoppingCharge: "Stopping Charge",
|
|
|
stepStoppingChargeDesc: "Please wait while we stop your charging...",
|
|
|
- stepInsertConnector: "Insert Connector",
|
|
|
- stepInsertConnectorDesc: "Insert Vehicle to Charger and press Authenticate.",
|
|
|
+ stepInsertConnector: "Insert Charging Cable",
|
|
|
+ stepInsertConnectorDesc: "Insert charging cable to EV and press AUTHENTICATE.",
|
|
|
tabCharge: "CHARGE",
|
|
|
tabExplore: "Explore",
|
|
|
tabInfo: "INFO",
|
|
|
tabReserve: "Reserve",
|
|
|
+ tipsDiscount: "You have an applicable membership.\nRate shown is the discounted price.",
|
|
|
tipsDisconnectConnector: "Please disconnect and return connector to charging station",
|
|
|
tipsRatesTax: "All rates Include 8% GST",
|
|
|
tipsRatesTax2: "All Rates Include Tax",
|
|
|
@@ -439,7 +440,7 @@ export default {
|
|
|
breakdownIdlesFees: "Idles Fees Breakdown",
|
|
|
breakdownPayment: "Payment",
|
|
|
breakdownReservationFees: "Reservation Fees Breakdown",
|
|
|
- chargingSessionComplete: "Your charging session is complete.",
|
|
|
+ chargingSessionComplete: "Your charging session is completed.",
|
|
|
labelChargTransSubtotal: "Charging Transaction Subtotal (w 8% GST):",
|
|
|
labelChargTransSubtotal2: "Charging Transaction Subtotal ($s):",
|
|
|
labelDateTime: "Date Time:",
|
|
|
@@ -463,8 +464,11 @@ export default {
|
|
|
support: {
|
|
|
supportHotline: "Support Hotline",
|
|
|
labelOpenTime: "Our Support Hours:",
|
|
|
- timeAllDay: "Monday to Sunday - 24 Hours",
|
|
|
- timeWeekDay: "Monday to Friday - 24 Hours",
|
|
|
+ labelCallCentreHotline: "Call Centre Hotline",
|
|
|
+ labelWhatsappChat: "Whatsapp Chat",
|
|
|
+ timeAllDay: "Monday to Sunday",
|
|
|
+ timeWeekDay: "Monday to Friday",
|
|
|
+ time24Hours: "24 Hours",
|
|
|
btnCallSupport: "Call Support Hotline",
|
|
|
btnWhatsapp: "Whatsapp Us"
|
|
|
},
|