Quellcode durchsuchen

CR026 Item 3 Registration File Format

CR026
Jason Chuang vor 1 Tag
Ursprung
Commit
d647678c93
5 geänderte Dateien mit 11 neuen und 2 gelöschten Zeilen
  1. +4
    -1
      src/pages/authentication/auth-forms/BusCustomFormWizard.js
  2. +4
    -1
      src/pages/authentication/auth-forms/CustomFormWizard.js
  3. +1
    -0
      src/translations/en.json
  4. +1
    -0
      src/translations/zh-CN.json
  5. +1
    -0
      src/translations/zh-HK.json

+ 4
- 1
src/pages/authentication/auth-forms/BusCustomFormWizard.js Datei anzeigen

@@ -1559,6 +1559,9 @@ const BusCustomFormWizard = (props) => {
<Typography display="inline" variant="h6" component="span" sx={{ color: 'primary.primary' }}>
<FormattedMessage id="pleaseUploadDoc"/>
</Typography>
<Typography component="span" variant="subtitle1" sx={{ color: 'primary.primary', display: 'block' }}>
<FormattedMessage id="acceptRegisterUploadFileFormats" />
</Typography>
{/* <Typography display="inline" variant="h6" component="span" sx={{ fontSize: 12,color: 'primary.primary'}}>如: 香港身份證; 護照; 中國內地身份證等</Typography> */}
<Stack mt={1} direction="row" justifyContent="flex-start" alignItems="center" spacing={2}>
<ThemeProvider theme={PNSPS_LONG_BUTTON_THEME}>
@@ -1584,7 +1587,7 @@ const BusCustomFormWizard = (props) => {
<FormattedMessage id="uploadFile" />
</Button>
<input
accept="image/png, .jpg, .bmp, .pdf"
accept=".pdf,.jpg,.jpeg,.png,.bmp,application/pdf,image/jpeg,image/png,image/bmp"
//className={classes.input}
id="contained-button-file"
multiple


+ 4
- 1
src/pages/authentication/auth-forms/CustomFormWizard.js Datei anzeigen

@@ -1888,6 +1888,9 @@ const CustomFormWizard = (props) => {
<Typography component="span" variant="subtitle1" sx={{ color: 'primary.primary', display: 'block' }}>
<FormattedMessage id="pleaseUploadIdDocSubTitle" />
</Typography>
<Typography component="span" variant="subtitle1" sx={{ color: 'primary.primary', display: 'block' }}>
<FormattedMessage id="acceptRegisterUploadFileFormats" />
</Typography>
<Stack mt={1} direction="row" justifyContent="flex-start" alignItems="center" spacing={2}>
<ThemeProvider theme={PNSPS_LONG_BUTTON_THEME}>
<Button
@@ -1912,7 +1915,7 @@ const CustomFormWizard = (props) => {
<FormattedMessage id="uploadIdDoc" />
</Button>
<input
accept="image/png, .jpg, .bmp, .pdf"
accept=".pdf,.jpg,.jpeg,.png,.bmp,application/pdf,image/jpeg,image/png,image/bmp"
//className={classes.input}
id="contained-button-file"
multiple


+ 1
- 0
src/translations/en.json Datei anzeigen

@@ -292,6 +292,7 @@
"uploadFile": "Upload business registration certificate",
"pleaseUploadIdDoc": "Please upload a digital file of your valid identity document to verify your identity.",
"pleaseUploadIdDocSubTitle": "Such as: Hong Kong ID card; passport; Mainland China ID card; professional practice certificate, etc.",
"acceptRegisterUploadFileFormats": "Accept file formats: PDF, JPG, JPEG, PNG, and BMP. Support maximum 5 files.",
"uploadIdDoc": "Upload identity document",
"fileName": "File name",
"forOrgUser": "For Organisation / Company Users",


+ 1
- 0
src/translations/zh-CN.json Datei anzeigen

@@ -335,6 +335,7 @@
"uploadFile": "上传商业登记证",
"pleaseUploadIdDoc": "请上传你的 有效身份证明文件 的数码档案,以验证你的身份。",
"pleaseUploadIdDocSubTitle": "如: 香港身份证; 护照; 中国内地身份证; 专业执业证书等",
"acceptRegisterUploadFileFormats": "接受档案格式:PDF、JPG、JPEG、PNG 及 BMP。最多可上传 5 个档案。",
"uploadIdDoc": "上传身份证明文件",
"fileName": "档案名称",
"forOrgUser": "机构/公司用户",


+ 1
- 0
src/translations/zh-HK.json Datei anzeigen

@@ -329,6 +329,7 @@
"pleaseUploadDoc": "請上傳你的 有效商業登記證 的數碼檔案,以驗證你的身份。",
"pleaseUploadIdDoc": "請上傳你的 有效身份證明文件 的數碼檔案,以驗證你的身份。",
"pleaseUploadIdDocSubTitle": "如: 香港身份證; 護照; 中國內地身份證; 專業執業証書等",
"acceptRegisterUploadFileFormats": "接受檔案格式:PDF、JPG、JPEG、PNG 及 BMP。最多可上載 5 個檔案。",
"uploadIdDoc": "上傳身份證明文件",
"uploadFile": "上傳商業登記證",
"fileName": "檔案名稱",


Laden…
Abbrechen
Speichern