Browse Source

i18n

master
Anna Ho 1 year ago
parent
commit
5f345c779a
4 changed files with 7 additions and 1 deletions
  1. +1
    -1
      src/pages/authentication/auth-forms/IAmSmartFormWizard.js
  2. +2
    -0
      src/translations/en.json
  3. +2
    -0
      src/translations/zh-CN.json
  4. +2
    -0
      src/translations/zh-HK.json

+ 1
- 1
src/pages/authentication/auth-forms/IAmSmartFormWizard.js View File

@@ -418,7 +418,7 @@ const CustomFormWizard = (props) => {
<Typography mt={0.25} variant="h6" sx={{ color: '#f10000' }}>
<FormattedMessage id="requireString" />。
</Typography>
<Stack mt={1} direction="row" style={{ alignItems: "center" }}><img src={iAmSmartICon} alt="iAM Smart" width="25" /><Typography mt={0.25} variant="h6" >: 表示該項由「智方便」提供。</Typography></Stack>
<Stack mt={1} direction="row" style={{ alignItems: "center" }}><img src={iAmSmartICon} alt="iAM Smart" width="25" /><Typography mt={0.25} variant="h6" >: <FormattedMessage id="MSG.providedByIAmSmart" /></Typography></Stack>

</Stack>
</Grid>


+ 2
- 0
src/translations/en.json View File

@@ -39,6 +39,8 @@
"MSG.paymentMsg": "Your application and payment have been received",
"MSG.expiredApp": "Public notice application has expired",

"MSG.providedByIAmSmart": "Indicates that the item is provided by \"iAM Smart\".",

"MSG.paymentCancelMsg1": "Payment cancellation message:",
"MSG.paymentCancelMsg2": "Your payment has been cancelled. We have received your payment request, but due to certain reasons, the payment could not be processed. Please take note of the following:",
"MSG.paymentCancelMsg3": "If you have voluntarily cancelled the payment, please confirm and ensure that the cancellation is your intention.",


+ 2
- 0
src/translations/zh-CN.json View File

@@ -38,6 +38,8 @@
"MSG.registerOrg": "需上载以下任何一份证明文件以进行网上申请。 <br/>如:商业登记证;专业执业证书",
"MSG.paymentMsg": "你的申请和付款已收到",
"MSG.expiredApp": "公共启事申请已过期",

"MSG.providedByIAmSmart": "表示该项由「智方便」提供。",
"MSG.paymentCancelMsg1": "付款取消讯息:",
"MSG.paymentCancelMsg2": "你的付款已被取消。我们收到了你的付款请求,但由于某些原因,付款无法完成。请注意以下事项:",


+ 2
- 0
src/translations/zh-HK.json View File

@@ -39,6 +39,8 @@
"MSG.paymentMsg": "你的申請和付款已收到",
"MSG.expiredApp": "公共啟事申請已過期",

"MSG.providedByIAmSmart": "表示該項由「智方便」提供。",

"MSG.paymentCancelMsg1": "付款取消訊息:",
"MSG.paymentCancelMsg2": "你的付款已被取消。我們收到了你的付款請求,但由於某些原因,付款無法完成。請注意以下事項:",
"MSG.paymentCancelMsg3": "如果你主動取消了支付,請確認並確保取消是你的意願。",


Loading…
Cancel
Save