登陆页面多国语 删除 index.html 中的提醒

Former-commit-id: 7ac91a97d7099e6d7a305299853e22d6e66a7e19 [formerly 7ac91a97d7099e6d7a305299853e22d6e66a7e19 [formerly 7ac91a97d7099e6d7a305299853e22d6e66a7e19 [formerly 7ac91a97d7099e6d7a305299853e22d6e66a7e19 [formerly d3c8e02f7d8ac11f6ee71be3bb6335b5e0fca30f [formerly ca8b21bdd1dc11e1275db87af73fd63ca3da6e45]]]]]
Former-commit-id: 5c9665dba48cf8ec22b464e8f457ed65d3ae8576
Former-commit-id: f77ac36d01fc266d9b50ecff59be147937228118
Former-commit-id: ae624c4a80ddc1893482ab9ccc6e93fa51a3a5d8 [formerly 8e2b0a81e70926ede1f89bf57d78780aa7dc82ed]
Former-commit-id: d6210fc03c5ad794599840783cc6b00f2e57f638
Former-commit-id: f79a4a6825c2e08da8523489ac6af841c3c1da38
Former-commit-id: 0db083c931aead9daf95833d39507dfb986fd12e
Former-commit-id: 7511e2c6ac4250c2bd700f4a9a806897a690fa6c
Former-commit-id: 9308f612fb9918414c308940247e8fe2f61b14eb
This commit is contained in:
liyang
2019-05-22 01:30:37 +08:00
parent 005d248dd6
commit 47925646de
8 changed files with 131 additions and 61 deletions

View File

@@ -1 +1,61 @@
{}
{
"public": {
"error-message": {
"form-not-valid": "Form Check Failure"
},
"rules": {
"required": "{name} is required"
}
},
"views": {
"system": {
"login": {
"footer": {
"button": {
"clause": "Terms",
"help": "Help",
"privacy": "Privacy"
},
"copyright": {
"author": "FairyEver",
"content": "2018 D2 Projects Open Source Organization",
"copyright": "copyright"
}
},
"form": {
"button": {
"login": "Log In"
},
"label": {
"code": "Verification code",
"password": "Password",
"username": "Username"
},
"placeholder": {
"code": "- - - -",
"password": "Password",
"username": "Username"
},
"prepend": {
"code": "Code"
}
},
"motto": {
"text": "Time is the most precious treasure of all wealth."
},
"options": {
"forget-password": "Forget password",
"register": "Registered user"
},
"quick-login": {
"dialog": {
"title": "Quickly select users"
},
"toggle-button": {
"text": "Quickly select users (test function)"
}
}
}
}
}
}