From bd55f4186e10b08661874da5ad7f9667794d02d0 Mon Sep 17 00:00:00 2001 From: Jason Date: Tue, 28 May 2024 15:24:09 +0800 Subject: [PATCH] update label --- src/pages/GFMIS/DataGrid.js | 2 +- src/translations/en.json | 12 ++++++------ src/translations/zh-CN.json | 2 +- src/translations/zh-HK.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/pages/GFMIS/DataGrid.js b/src/pages/GFMIS/DataGrid.js index a92383f..6e3f7c0 100644 --- a/src/pages/GFMIS/DataGrid.js +++ b/src/pages/GFMIS/DataGrid.js @@ -38,7 +38,7 @@ export default function SearchTable({ searchCriteria }) { { id: 'paymentMethod', field: 'paymentMethod', - headerName: 'Payment Method', + headerName: 'Payment Means', flex: 4, renderCell: (params) => { let paymentMethod = params.row.paymentMethod; diff --git a/src/translations/en.json b/src/translations/en.json index 1706d33..a39ba45 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -74,13 +74,13 @@ "MSG.proofOutOfTime": "Response out of time, please apply again.", "MSG.overReviseDeadline": "Over Revise Deadline", - "MSG.plzSelectPaymentMethod": "Please select Payment Method", + "MSG.plzSelectPaymentMethod": "Please select payment means", "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.", "MSG.pay_credity1": "We have received your confirmed application for proofreading and printing instructions regarding application number {appNo}. We will arrange for its publication with in the Year {year}, Volume {issueVolume}, Issue {issueNo} of the Official Gazette.", "MSG.pay_credity2": "The fee for this public notice will be consolidated in the next Payment Notice. Please ensure timely payment.", - "MSG.plzonlinePayment": "Please select online payment", + "MSG.plzonlinePayment": "Please select the payment means with online payment for the application.", "registerTitle1": "Become", "registerTitle2": "Gazette Notice", @@ -331,7 +331,7 @@ "resubmit": "Re-Submit Required", "cancelled": "Cancelled", "withdrawn": "Withdrawn", - "searchApplyRecord": "Search application record", + "searchApplyRecord": "Search application records", "applicationId": "Application ID", "submitDate": "Submit Date", "submitDateFrom": "Submit Date (From)", @@ -355,9 +355,9 @@ "payDeatail": "Total Amount", "payTotal": "Total", "payDetail": "Payment Details", - "payMethod": "Payment method", + "payMethod": "Payment means", "epayMethod": " e-Payment Method", - "selectPaymentMethod": "Please select a payment method", + "selectPaymentMethod": "Please select a payment means", "payReceipt": "Payment receipt", "contactPerson": "Contact Person", "requireContactPerson": "Please enter contact person", @@ -428,7 +428,7 @@ "post":"By Post", "cheque":"Cheque", "cash":"Cash", - "paymentMethodAndDeadLine":"Payment Method / DeadLine", + "paymentMethodAndDeadLine":"Payment Means / Deadline", "payOnlineMethod":"Online", "payDnMethod":"Demand Note", "payNPGOMethod":"NPGO Collection Office", diff --git a/src/translations/zh-CN.json b/src/translations/zh-CN.json index 7444793..3433c0f 100644 --- a/src/translations/zh-CN.json +++ b/src/translations/zh-CN.json @@ -107,7 +107,7 @@ "MSG.paymentHolded": "申请编号 {appNo} 已正在付款的流程中,如相关付款没有成功,请于20分钟后再尝试付款,不便之处,请见谅!", "MSG.pay_credity1": "我们已收到你已确定申请编号: {appNo} 的稿件校对确定及可付印的指示,并将安排刊登于宪报期数{year} 年{issueVolume} 卷第{issueNo } 期内。", "MSG.pay_credity2": "此公共启事申请的费用将于下期发出的缴费发票时收取,请依时缴费。", - "MSG.plzonlinePayment": "请选择网上支付", + "MSG.plzonlinePayment": "只能选择付款方式是网上支付的申请。", "registerTitle1": "立即成为", "registerTitle2": "宪报刊登公共启事", diff --git a/src/translations/zh-HK.json b/src/translations/zh-HK.json index ee62917..af5d2b8 100644 --- a/src/translations/zh-HK.json +++ b/src/translations/zh-HK.json @@ -107,7 +107,7 @@ "MSG.paymentHolded": "申請編號 {appNo} 已正在付款的流程中,如相關付款沒有成功,請於20分鐘後再嘗試付款,不便之處,請見諒!", "MSG.pay_credity1": "我們已收到你已確定申請編號: {appNo} 的稿件校對確定及可付印的指示,並將安排刊登於憲報 期數 {year} 年 {issueVolume} 卷 第 {issueNo} 期內。", "MSG.pay_credity2": "此公共啟事申請的費用將於下期發出的繳費發票時收取,請依時繳費。", - "MSG.plzonlinePayment": "請選擇網上支付", + "MSG.plzonlinePayment": "只能選擇付款方式是網上支付的申請。", "registerTitle1": "立即成為", "registerTitle2": "憲報刊登公共啟事",