Files
frps-panel/assets/lang/zh.json
2023-08-31 15:09:42 +08:00

49 lines
2.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"User Manage": "用户管理",
"User": "用户名(user)",
"Token": "凭证(meta_token)",
"Notes": "备注",
"Search": "搜索",
"Reset": "重置",
"New user": "新增用户",
"Remove user": "删除用户",
"Disable user": "禁用用户",
"will take sometime to make effective": "需要一定时间才会生效",
"Enable user": "启用用户",
"Remove": "删除",
"Disable": "禁用",
"Enable": "启用",
"Please input user account": "请输入用户名(user)",
"Please input user token": "请输入Token(meta_token)",
"Please input user notes": "请输入备注",
"Status": "状态",
"Operation": "操作",
"Confirm": "确定",
"Cancel": "取消",
"Confirm to remove user": "确定删除用户 ?",
"Confirm to disable user": "确定禁用用户 ?",
"Confirm to enable user": "确定启用用户 ?",
"Operate success": "操作成功",
"Operate failed": "操作失败",
"Operate error": "操作异常",
"Other error": "其他异常",
"Param error": "参数异常",
"User exist": "用户已经存在",
"User format error": "用户不能为空或包含空格。只允许英文数字、字母、下划线",
"Token format error": "Token不能为空或包含空格。允许的特殊符号_!@#$%^&*()",
"Please check at least one user": "请选中需要操作的用户",
"Operation confirm": "操作确认",
"Empty data": "无数据",
"Allowed ports": "允许端口",
"Please input allowed ports": "请输入允许使用的端口,如:8081, 9000-9010",
"Allowed domains": "允许域名",
"Please input allowed domains": "请输入允许使用的域名,如:web01.domain.com,web02.domain.com",
"Allowed subdomains": "允许子域名",
"Please input allowed subdomains": "请输入允许使用的子域名,如:web01,web02",
"Ports is invalid": "端口不正确",
"Domains is invalid": "域名不正确",
"Subdomains is invalid": "子域名不正确",
"Comment is invalid": "备注不正确,不能包含换行",
"Not limit": "无限制",
"None": "无"
}