Merge pull request #2001 from dataease/pr@dev@fix_pblink_i18n

fix: 公共链接国际化
This commit is contained in:
fit2cloud-chenyw 2022-03-30 10:35:00 +08:00 committed by GitHub
commit d9111718f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -1384,9 +1384,9 @@ export default {
},
pblink: {
key_pwd: 'Please enter the password to open the link',
input_placeholder: 'Please enter the 4-digit password',
input_placeholder: 'Please enter the 4-digits-letters',
pwd_error: 'Wrong password',
pwd_format_error: 'Please enter the 4-digit password',
pwd_format_error: 'Please enter the 4-digits-letters',
sure_bt: 'Confirm'
},
panel: {

View File

@ -1385,9 +1385,9 @@ export default {
},
pblink: {
key_pwd: '請輸入密碼打開鏈接',
input_placeholder: '請輸入4位數字密碼',
input_placeholder: '請輸入4位數字或字母',
pwd_error: '密碼錯誤',
pwd_format_error: '請輸入4位數字密碼',
pwd_format_error: '請輸入4位數字或字母',
sure_bt: '確定'
},
panel: {

View File

@ -1393,9 +1393,9 @@ export default {
},
pblink: {
key_pwd: '请输入密码打开链接',
input_placeholder: '请输入4位数字密码',
input_placeholder: '请输入4位数字或字母',
pwd_error: '密码错误',
pwd_format_error: '请输入4位数字密码',
pwd_format_error: '请输入4位数字或字母',
sure_bt: '确定'
},
panel: {