Files
homarr/public/locales/zh/authentication/login.json
Thomas Camlong ba7786d337 🌎 New Crowdin updates
2022-10-10 22:18:12 +02:00

28 lines
519 B
JSON

{
"title": "欢迎回来!",
"text": "请输入密码",
"form": {
"fields": {
"password": {
"label": "密码",
"placeholder": "你的密码"
}
},
"buttons": {
"submit": "登录"
}
},
"notifications": {
"checking": {
"title": "检查你的密码",
"message": "正在检查你的密码..."
},
"correct": {
"title": "密码正确,正在重定向..."
},
"wrong": {
"title": "密码错误,请重试。"
}
}
}