From 96b7bc6ef585993c867644793db4acd2dfcb6ed0 Mon Sep 17 00:00:00 2001 From: Alex Cheung Date: Mon, 12 Aug 2024 17:28:47 +0800 Subject: [PATCH] update i18n --- src/pages/Payment/MultiPaymentWindow.js | 2 +- src/translations/en.json | 4 ++-- src/translations/zh-CN.json | 2 +- src/translations/zh-HK.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/Payment/MultiPaymentWindow.js b/src/pages/Payment/MultiPaymentWindow.js index 37406d1..fbaaea9 100644 --- a/src/pages/Payment/MultiPaymentWindow.js +++ b/src/pages/Payment/MultiPaymentWindow.js @@ -373,7 +373,7 @@ const MultiPaymentWindow = (props) => { : - 。 + } diff --git a/src/translations/en.json b/src/translations/en.json index a64d3e6..4ff8fc3 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -383,7 +383,7 @@ "payMethod": "Payment methods", "epayMethod": " e-Payment Method", "selectPaymentMethod": "Please select a payment method", - "payReceipt": "Payment receipt", + "payReceipt": "Payment Receipt", "contactPerson": "Contact Person", "requireContactPerson": "Please enter contact person", "requireCareOf": "Please enter client remarks", @@ -401,7 +401,7 @@ "currencyAmountTitle": "Amount ($):", "transactionRefNo": "Transaction Reference Number", "selectedPaymentMethod": "Selected payment method", - "paymentMethodNotAvailable":"The payment function is currently not available", + "paymentMethodNotAvailable":"The payment function is currently not available.", "paymentLimitPrice1":" is only applicable when minimum amount is HK$1.00 and maximum amount is HK$9,999,999.99", "paymentLimitPrice2":" is only applicable when minimum amount is HK$0.10 and maximum amount is HK$9,999,999.99", "paymentLimitPPS":" Payment could not be made via mobile device browsers, please use desktop computers to make payment.", diff --git a/src/translations/zh-CN.json b/src/translations/zh-CN.json index 9c5cf2c..db20d59 100644 --- a/src/translations/zh-CN.json +++ b/src/translations/zh-CN.json @@ -434,7 +434,7 @@ "currencyAmountTitle": "金额 (港元):", "transactionRefNo": "交易参考编号", "selectedPaymentMethod": "已选择付款方法", - "paymentMethodNotAvailable":"付款功能现在不可使用", + "paymentMethodNotAvailable":"付款功能现在不可使用。", "paymentLimitPrice1":"只适用于最小金额为 1.00港元 及最高金额为 9,999,999.99港元", "paymentLimitPrice2":"只适用于最小金额为 0.10 港元及最高金额为 9,999,999.99港元", "paymentLimitPPS":"付款不适用于流动装置的浏览器,请使用桌面电脑。", diff --git a/src/translations/zh-HK.json b/src/translations/zh-HK.json index 666cbf6..c4fad5d 100644 --- a/src/translations/zh-HK.json +++ b/src/translations/zh-HK.json @@ -435,7 +435,7 @@ "currencyAmountTitle": "金額 (港元):", "transactionRefNo": "交易參考編號", "selectedPaymentMethod": "已選擇付款方法", - "paymentMethodNotAvailable":"付款功能現在不可使用", + "paymentMethodNotAvailable":"付款功能現在不可使用。", "paymentLimitPrice1":"只適用於最小金額為 1.00港元 及最高金額為 9,999,999.99港元", "paymentLimitPrice2":"只適用於最小金額為 0.10 港元及最高金額為 9,999,999.99港元", "paymentLimitPPS":"付款不適用於流動裝置的瀏覽器,請使用桌面電腦。",