Anna Ho il y a 1 an
Parent
révision
b7f6d33310
4 fichiers modifiés avec 12 ajouts et 6 suppressions
  1. +6
    -6
      src/pages/Proof/Reply_Public/ProofForm.js
  2. +2
    -0
      src/translations/en.json
  3. +2
    -0
      src/translations/zh-CN.json
  4. +2
    -0
      src/translations/zh-HK.json

+ 6
- 6
src/pages/Proof/Reply_Public/ProofForm.js Voir le fichier

@@ -310,8 +310,8 @@ const FormPanel = ({ formData }) => {
<li><FormattedMessage id="pps" /></li>
</ul>
</td>
<td style={tabelStyle}>{DateUtils.dateFormat(formData.closingDate, "YYYY年MM月DD日")} 2:00 p.m.</td>
<td style={tabelStyle}>{DateUtils.dateFormat(formData.closingDate, "YYYY年MM月DD日")} 2:30 p.m.</td>
<td style={tabelStyle}>{DateUtils.dateFormat(formData.closingDate, intl.formatMessage({ id: "dateStrFormat" }))} 2:00 p.m.</td>
<td style={tabelStyle}>{DateUtils.dateFormat(formData.closingDate, intl.formatMessage({ id: "dateStrFormat" }))} 2:30 p.m.</td>
</tr>
{
isOverDnReviseDeadline() ?
@@ -339,10 +339,10 @@ const FormPanel = ({ formData }) => {
<li><FormattedMessage id="post" /></li>
</ul>
</td>
<td style={tabelStyle}>{DateUtils.dateFormat(formData.beforeClosingDate, "YYYY年MM月DD日")} 5:00 p.m.</td>
<td style={tabelStyle}>{DateUtils.dateFormat(formData.beforeClosingDate, intl.formatMessage({ id: "dateStrFormat" }))} 5:00 p.m.</td>
<td style={tabelStyle}>
<FormattedMessage id="payDnRemark" values={{
date: DateUtils.dateFormat(formData.closingDate, "YYYY年MM月DD日") + " 12:30 p.m."
date: DateUtils.dateFormat(formData.closingDate, intl.formatMessage({ id: "dateStrFormat" })) + " 12:30 p.m."
}} />
</td>
</tr>
@@ -366,10 +366,10 @@ const FormPanel = ({ formData }) => {
<li><FormattedMessage id="cash" /></li>
</ul>
</td>
<td style={tabelStyle}>{DateUtils.dateFormat(formData.closingDate, "YYYY年MM月DD日")} 12:00 p.m.</td>
<td style={tabelStyle}>{DateUtils.dateFormat(formData.closingDate, intl.formatMessage({ id: "dateStrFormat" }))} 12:00 p.m.</td>
<td style={tabelStyle}>
<FormattedMessage id="payNPGORemark" values={{
date: DateUtils.dateFormat(formData.closingDate, "YYYY年MM月DD日") + " 12:30 p.m."
date: DateUtils.dateFormat(formData.closingDate, intl.formatMessage({ id: "dateStrFormat" })) + " 12:30 p.m."
}} />
</td>
</tr>


+ 2
- 0
src/translations/en.json Voir le fichier

@@ -4,6 +4,8 @@
"zh-CN": "简体中文",
"language":"Language",
"iamsmartLink": "https://www.iamsmart.gov.hk/en/",
"dateStrFormat": "YYYY-MM-DD",
"datetimeStrFormat": "YYYY-MM-DD HH:mm:ss",
"PNSPS": "PNSPS",
"HKSARGOV": "HKSAR Government",


+ 2
- 0
src/translations/zh-CN.json Voir le fichier

@@ -4,6 +4,8 @@
"zh-CN": "简体中文",
"language":"语言",
"iamsmartLink": "https://www.iamsmart.gov.hk/sc/",
"dateStrFormat": "YYYY年MM月DD日",
"datetimeStrFormat": "YYYY年MM月DD日 HH:mm:ss",

"PNSPS": "公共启事提交及缴费系统",
"HKSARGOV": "香港特别行政区政府",


+ 2
- 0
src/translations/zh-HK.json Voir le fichier

@@ -4,6 +4,8 @@
"zh-CN": "简体中文",
"language":"語言",
"iamsmartLink": "https://www.iamsmart.gov.hk/tc/",
"dateStrFormat": "YYYY年MM月DD日",
"datetimeStrFormat": "YYYY年MM月DD日 HH:mm:ss",

"PNSPS": "公共啟事提交及繳費系統",
"HKSARGOV": "香港特別行政區政府",


Chargement…
Annuler
Enregistrer