refactor(i18n): 更新多语言文案并添加新字段
- 在多个语言文件中添加新的翻译字段 idTypeString 和 incompleteForm - 修改个人身份信息页面中的证件类型文本 - 更新错误提示信息
This commit is contained in:
parent
28679f3627
commit
ee720107fa
@ -20,7 +20,7 @@ const columns = ref([
|
|||||||
{text: t('realAuth.female'), value: 2},
|
{text: t('realAuth.female'), value: 2},
|
||||||
])
|
])
|
||||||
const columns1 = ref([
|
const columns1 = ref([
|
||||||
{text: t('realAuth.idCard'), value: 1},
|
{text: t('realAuth.idTypeString'), value: 1},
|
||||||
{text: t('realAuth.passport'), value: 2},
|
{text: t('realAuth.passport'), value: 2},
|
||||||
{text: t('realAuth.other'), value: 3},
|
{text: t('realAuth.other'), value: 3},
|
||||||
])
|
])
|
||||||
|
@ -162,7 +162,8 @@
|
|||||||
"passport": "passport",
|
"passport": "passport",
|
||||||
"other": "other",
|
"other": "other",
|
||||||
"idNumber": "ID number",
|
"idNumber": "ID number",
|
||||||
"idNumberPlaceholder": "Please enter your ID number"
|
"idNumberPlaceholder": "Please enter your ID number",
|
||||||
|
"idTypeString": "ID card"
|
||||||
},
|
},
|
||||||
"detail": {
|
"detail": {
|
||||||
"text1": "Artist",
|
"text1": "Artist",
|
||||||
@ -296,7 +297,8 @@
|
|||||||
"transfer": "Auction Transfer Confirmation"
|
"transfer": "Auction Transfer Confirmation"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"getRecord": "Failed to get auction record"
|
"getRecord": "Failed to get auction record",
|
||||||
|
"incompleteForm": "Please fill in the complete information"
|
||||||
},
|
},
|
||||||
"action": {
|
"action": {
|
||||||
"agree": "Agree and Sign",
|
"agree": "Agree and Sign",
|
||||||
|
@ -162,7 +162,8 @@
|
|||||||
"passport": "パスポート",
|
"passport": "パスポート",
|
||||||
"other": "他の",
|
"other": "他の",
|
||||||
"idNumber": "ID番号",
|
"idNumber": "ID番号",
|
||||||
"idNumberPlaceholder": "ID番号を入力してください"
|
"idNumberPlaceholder": "ID番号を入力してください",
|
||||||
|
"idTypeString": "IDカード"
|
||||||
},
|
},
|
||||||
"detail": {
|
"detail": {
|
||||||
"text1": "アーティスト",
|
"text1": "アーティスト",
|
||||||
@ -296,7 +297,8 @@
|
|||||||
"transfer": "オークション譲渡確認"
|
"transfer": "オークション譲渡確認"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"getRecord": "オークション記録の取得に失敗しました"
|
"getRecord": "オークション記録の取得に失敗しました",
|
||||||
|
"incompleteForm": "完全な情報を入力してください"
|
||||||
},
|
},
|
||||||
"action": {
|
"action": {
|
||||||
"agree": "同意して署名",
|
"agree": "同意して署名",
|
||||||
|
@ -162,7 +162,8 @@
|
|||||||
"passport": "护照",
|
"passport": "护照",
|
||||||
"other": "其他",
|
"other": "其他",
|
||||||
"idNumber": "证件号",
|
"idNumber": "证件号",
|
||||||
"idNumberPlaceholder": "请输入证件号"
|
"idNumberPlaceholder": "请输入证件号",
|
||||||
|
"idTypeString": "身份证"
|
||||||
},
|
},
|
||||||
"detail": {
|
"detail": {
|
||||||
"text1": "作者",
|
"text1": "作者",
|
||||||
@ -297,7 +298,8 @@
|
|||||||
"transfer": "《拍卖移交确认书》"
|
"transfer": "《拍卖移交确认书》"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"getRecord": "获取拍卖笔录失败"
|
"getRecord": "获取拍卖笔录失败",
|
||||||
|
"incompleteForm": "请填写完整信息"
|
||||||
},
|
},
|
||||||
"action": {
|
"action": {
|
||||||
"agree": "同意并签字",
|
"agree": "同意并签字",
|
||||||
|
@ -213,7 +213,8 @@
|
|||||||
"passport": "護照",
|
"passport": "護照",
|
||||||
"other": "其他",
|
"other": "其他",
|
||||||
"idNumber": "證件號",
|
"idNumber": "證件號",
|
||||||
"idNumberPlaceholder": "請輸入證件號"
|
"idNumberPlaceholder": "請輸入證件號",
|
||||||
|
"idTypeString": "身份證"
|
||||||
},
|
},
|
||||||
"detail": {
|
"detail": {
|
||||||
"text1": "作者",
|
"text1": "作者",
|
||||||
@ -347,7 +348,8 @@
|
|||||||
"transfer": "《拍賣移交確認書》"
|
"transfer": "《拍賣移交確認書》"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"getRecord": "獲取拍賣筆錄失敗"
|
"getRecord": "獲取拍賣筆錄失敗",
|
||||||
|
"incompleteForm": "請填寫完整信息"
|
||||||
},
|
},
|
||||||
"action": {
|
"action": {
|
||||||
"agree": "同意並簽字",
|
"agree": "同意並簽字",
|
||||||
|
Loading…
Reference in New Issue
Block a user