Anna Ho 1 рік тому
джерело
коміт
e2d5eda27a
4 змінених файлів з 7 додано та 0 видалено
  1. +4
    -0
      src/pages/Proof/Reply_Public/ProofForm.js
  2. +1
    -0
      src/translations/en.json
  3. +1
    -0
      src/translations/zh-CN.json
  4. +1
    -0
      src/translations/zh-HK.json

+ 4
- 0
src/pages/Proof/Reply_Public/ProofForm.js Переглянути файл

@@ -82,6 +82,10 @@ const FormPanel = ({ formData }) => {
setWarningText(intl.formatMessage({ id: 'MSG.overReviseDeadline' }));
setIsWarningPopUp(true);
return;
}else if ( formData.creditor==false && paymentMethod=="") {
setWarningText(intl.formatMessage({ id: 'MSG.plzSelectPaymentMethod' }));
setIsWarningPopUp(true);
return;
}

if (!actionValue) {


+ 1
- 0
src/translations/en.json Переглянути файл

@@ -73,6 +73,7 @@

"MSG.proofOutOfTime": "Response out of time, please apply again.",
"MSG.overReviseDeadline": "Over Revise Deadline",
"MSG.plzSelectPaymentMethod": "Please select Payment Method",
"MSG.plzSelectApp": "Please select application",
"MSG.actionFail": "Action failed",
"MSG.paymentHolded": "Application number {appNo} is currently in the process of payment. If the payment is unsuccessful, please try again after 20 minutes. We apologise for any inconvenience caused.",


+ 1
- 0
src/translations/zh-CN.json Переглянути файл

@@ -98,6 +98,7 @@

"MSG.proofOutOfTime": "回复逾时,请重新申请。",
"MSG.overReviseDeadline": "超过修改期限",
"MSG.plzSelectPaymentMethod": "请选择付款方式",
"MSG.plzSelectApp": "请选择公共启事。",
"MSG.actionFail": "行动失败",
"MSG.paymentHolded": "申请编号 {appNo} 已正在付款的流程中,如相关付款没有成功,请于20分钟后再尝试付款,不便之处,请见谅!",


+ 1
- 0
src/translations/zh-HK.json Переглянути файл

@@ -99,6 +99,7 @@
"MSG.proofOutOfTime": "回覆逾時,請重新申請。",
"MSG.overReviseDeadline": "超過修改期限",
"MSG.plzSelectApp": "請選擇公共啟事。",
"MSG.plzSelectPaymentMethod": "請選擇付款方式",
"MSG.actionFail": "行動失敗",
"MSG.paymentHolded": "申請編號 {appNo} 已正在付款的流程中,如相關付款沒有成功,請於20分鐘後再嘗試付款,不便之處,請見諒!",
"MSG.pay_credity1": "我們已收到你已確定申請編號: {appNo} 的稿件校對確定及可付印的指示,並將安排刊登於憲報 期數 {year} 年 {issueVolume} 卷 第 {issueNo} 期內。",


Завантаження…
Відмінити
Зберегти