mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-30 00:55:36 +02:00
Fix incorrect translation
Changed incorrect translation "登陆" to correct term "登录".
This commit is contained in:
parent
df108e75dc
commit
247110ecf5
@ -18,7 +18,7 @@
|
|||||||
"guest-label": "访客访问",
|
"guest-label": "访客访问",
|
||||||
"username-label": "用户名",
|
"username-label": "用户名",
|
||||||
"password-label": "密码",
|
"password-label": "密码",
|
||||||
"login-button": "登陆",
|
"login-button": "登录",
|
||||||
"remember-me-label": "记住密码",
|
"remember-me-label": "记住密码",
|
||||||
"remember-me-never": "永不",
|
"remember-me-never": "永不",
|
||||||
"remember-me-hour": "4 小时",
|
"remember-me-hour": "4 小时",
|
||||||
@ -29,10 +29,10 @@
|
|||||||
"error-missing-password": "密码空缺",
|
"error-missing-password": "密码空缺",
|
||||||
"error-incorrect-username": "用户不存在",
|
"error-incorrect-username": "用户不存在",
|
||||||
"error-incorrect-password": "密码不正确",
|
"error-incorrect-password": "密码不正确",
|
||||||
"success-message": "登陆成功。",
|
"success-message": "登录成功。",
|
||||||
"logout-message": "注销",
|
"logout-message": "注销",
|
||||||
"already-logged-in-title": "已经成功登陆",
|
"already-logged-in-title": "已经成功登录",
|
||||||
"already-logged-in-text": "你的登陆身份",
|
"already-logged-in-text": "你的登录身份",
|
||||||
"proceed-to-dashboard": "前往仪表板",
|
"proceed-to-dashboard": "前往仪表板",
|
||||||
"log-out-button": "注销",
|
"log-out-button": "注销",
|
||||||
"proceed-guest-button": "以游客身份前往",
|
"proceed-guest-button": "以游客身份前往",
|
||||||
@ -41,7 +41,7 @@
|
|||||||
"error": "错误",
|
"error": "错误",
|
||||||
"error-no-user-configured": "没有启用验证,或者未配置用户",
|
"error-no-user-configured": "没有启用验证,或者未配置用户",
|
||||||
"error-go-home-button": "Go Home",
|
"error-go-home-button": "Go Home",
|
||||||
"logged-in-guest": "以访客身份登陆,正在跳转...",
|
"logged-in-guest": "以访客身份登录,正在跳转...",
|
||||||
"error-guest-access": "不允许访客访问"
|
"error-guest-access": "不允许访客访问"
|
||||||
},
|
},
|
||||||
"app-info": {
|
"app-info": {
|
||||||
@ -130,7 +130,7 @@
|
|||||||
"config-launcher-label": "设置",
|
"config-launcher-label": "设置",
|
||||||
"config-launcher-tooltip": "更新设置",
|
"config-launcher-tooltip": "更新设置",
|
||||||
"sign-out-tooltip": "注销",
|
"sign-out-tooltip": "注销",
|
||||||
"sign-in-tooltip": "登陆",
|
"sign-in-tooltip": "登录",
|
||||||
"sign-in-welcome": "你好 {username}!",
|
"sign-in-welcome": "你好 {username}!",
|
||||||
"hide": "隐藏",
|
"hide": "隐藏",
|
||||||
"open": "打开"
|
"open": "打开"
|
||||||
@ -402,7 +402,7 @@
|
|||||||
"last-24-hours": "24 小时内",
|
"last-24-hours": "24 小时内",
|
||||||
"last-5-minutes": "5 分钟内",
|
"last-5-minutes": "5 分钟内",
|
||||||
"last-hour": "1 小时内",
|
"last-hour": "1 小时内",
|
||||||
"last-login": "最后登陆",
|
"last-login": "最后登录",
|
||||||
"last-restart": "最后重启",
|
"last-restart": "最后重启",
|
||||||
"load-averages": "所有CPU的平均负载",
|
"load-averages": "所有CPU的平均负载",
|
||||||
"local-shares": "本地分享",
|
"local-shares": "本地分享",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user