fix bug: Internationalized translation of document content
This commit is contained in:
parent
2c4518cbab
commit
980bb2120d
@ -11,6 +11,10 @@
|
|||||||
"success": "Login successful!",
|
"success": "Login successful!",
|
||||||
"title": "Login"
|
"title": "Login"
|
||||||
},
|
},
|
||||||
|
"methods": {
|
||||||
|
"email": "Email",
|
||||||
|
"mobile": "Mobile"
|
||||||
|
},
|
||||||
"privacyPolicy": "Privacy Policy",
|
"privacyPolicy": "Privacy Policy",
|
||||||
"register": {
|
"register": {
|
||||||
"email": "Please enter a valid email address",
|
"email": "Please enter a valid email address",
|
||||||
|
|||||||
@ -11,6 +11,10 @@
|
|||||||
"success": "登录成功!",
|
"success": "登录成功!",
|
||||||
"title": "登录"
|
"title": "登录"
|
||||||
},
|
},
|
||||||
|
"methods": {
|
||||||
|
"email": "邮箱",
|
||||||
|
"mobile": "手机"
|
||||||
|
},
|
||||||
"privacyPolicy": "隐私政策",
|
"privacyPolicy": "隐私政策",
|
||||||
"register": {
|
"register": {
|
||||||
"email": "请输入有效的邮箱地址",
|
"email": "请输入有效的邮箱地址",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user