11 lines
255 B
JSON
11 lines
255 B
JSON
{
|
|
"welcome": "欢迎",
|
|
"greeting": "你好, {{name}}!",
|
|
"login": "登录",
|
|
"username": "用户名",
|
|
"password": "密码",
|
|
"login_success": "登录成功",
|
|
"login_failed": "登录失败",
|
|
"login_error_message": "登录失败,请重试"
|
|
}
|