cvsa/packages/next/i18n/strings/zh.json
2025-05-31 21:29:47 +08:00

11 lines
262 B
JSON

{
"yup_errors": {
"field_too_short": "{field}至少需要 {min} 个字符。",
"field_too_big": "{field}不能多于 {max} 个字符。",
"field_required": "请填写{field}。"
},
"username": "用户名",
"password": "密码",
"nickname": "昵称"
}