Kaynağa Gözat

i18n and ui update

master
Anna Ho 1 yıl önce
ebeveyn
işleme
e4a6ce8b15
5 değiştirilmiş dosya ile 19 ekleme ve 4 silme
  1. +1
    -1
      src/pages/DemandNote/Search_Public/DataGrid.js
  2. +10
    -3
      src/pages/Proof/Payment/Pay_Creditor.js
  3. +4
    -0
      src/translations/en.json
  4. +2
    -0
      src/translations/zh-CN.json
  5. +2
    -0
      src/translations/zh-HK.json

+ 1
- 1
src/pages/DemandNote/Search_Public/DataGrid.js Dosyayı Görüntüle

@@ -70,7 +70,7 @@ export default function SearchDemandNote({ recordList }) {
width: isMdOrLg ? 'auto' : 200,
flex: isMdOrLg ? 1 : undefined,
valueGetter: (params) => {
return params?.value ? DateUtils.datetimeStr(params?.value) + " - " + params.row.sentBy : "";
return params?.value ? DateUtils.datetimeStr(params?.value):"";
}
},
{


+ 10
- 3
src/pages/Proof/Payment/Pay_Creditor.js Dosyayı Görüntüle

@@ -88,10 +88,17 @@ const Index = () => {


<Typography variant="h3" sx={{ ml: 8, mt: 4, mr: 8, textAlign: "left" }}>
我們已收到你已確定申請編號: {record?.appNo} 的稿件校對確定及可付印的指示,並將安排刊登於憲報
期數 {record?.appNo} 年 {record?.issueVolume} 卷 第 {record?.issueNo} 期內。
<FormattedMessage
id='MSG.pay_credity1'
values={{
appNo: record?.appNo,
year: record?.issueYear,
issueVolume: record?.issueVolume,
issueNo: record?.issueNo
}}
/>
<br/><br/>
此公共啟事申請的費用將於下期發出的繳費發票時收取,請依時繳費。
<FormattedMessage id="MSG.pay_credity2"/>
</Typography>

<Typography variant="h3" sx={{ ml: 8, mt: 4, mr: 8, textAlign: "center" }}>


+ 4
- 0
src/translations/en.json Dosyayı Görüntüle

@@ -71,6 +71,10 @@
"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.",



"registerTitle1": "Become",
"registerTitle2": "Gazette Notice",


+ 2
- 0
src/translations/zh-CN.json Dosyayı Görüntüle

@@ -70,6 +70,8 @@
"MSG.plzSelectApp": "请选择公共启事。",
"MSG.actionFail": "行动失败",
"MSG.paymentHolded": "申请编号 {appNo} 已正在付款的流程中,如相关付款没有成功,请于20分钟后再尝试付款,不便之处,请见谅!",
"MSG.pay_credity1": "我们已收到你已确定申请编号: {appNo} 的稿件校对确定及可付印的指示,并将安排刊登于宪报期数{year} 年{issueVolume} 卷第{issueNo } 期内。",
"MSG.pay_credity2": "此公共启事申请的费用将于下期发出的缴费发票时收取,请依时缴费。",
"registerTitle1": "立即成为",
"registerTitle2": "宪报刊登公共启事",


+ 2
- 0
src/translations/zh-HK.json Dosyayı Görüntüle

@@ -70,6 +70,8 @@
"MSG.plzSelectApp": "請選擇公共啟事。",
"MSG.actionFail": "行動失敗",
"MSG.paymentHolded": "申請編號 {appNo} 已正在付款的流程中,如相關付款沒有成功,請於20分鐘後再嘗試付款,不便之處,請見諒!",
"MSG.pay_credity1": "我們已收到你已確定申請編號: {appNo} 的稿件校對確定及可付印的指示,並將安排刊登於憲報 期數 {year} 年 {issueVolume} 卷 第 {issueNo} 期內。",
"MSG.pay_credity2": "此公共啟事申請的費用將於下期發出的繳費發票時收取,請依時繳費。",

"registerTitle1": "立即成為",
"registerTitle2": "憲報刊登公共啟事",


Yükleniyor…
İptal
Kaydet