Files
parcer/public/locales/zh.json
2024-12-20 21:03:36 +05:30

97 lines
3.2 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.
{
"login": {
"title": "欢迎回来!",
"email": "电子邮箱",
"password": "密码",
"button": "登录",
"loading": "加载中",
"register_prompt": "还没有账号?",
"register_link": "注册",
"welcome_notification": "欢迎使用 Maxun",
"error_notification": "登录失败。请重试。"
},
"register": {
"title": "注册账号",
"email": "电子邮箱",
"password": "密码",
"button": "注册",
"loading": "加载中",
"register_prompt": "已有账号?",
"login_link": "登录",
"welcome_notification": "欢迎使用 Maxun",
"error_notification": "注册失败。请重试。"
},
"recordingtable": {
"run": "运行",
"name": "名称",
"schedule": "计划",
"integrate": "集成",
"settings": "设置",
"options": "选项",
"heading": "我的机器人",
"new": "创建机器人",
"modal": {
"title": "输入URL",
"label": "URL",
"button": "开始录制"
},
"edit": "编辑",
"delete": "删除",
"duplicate": "复制",
"search": "搜索机器人..."
},
"mainmenu": {
"recordings": "机器人",
"runs": "运行记录",
"proxy": "代理",
"apikey": "API密钥",
"feedback": "加入 Maxun Cloud",
"apidocs": "API文档"
},
"runstable": {
"runs": "所有运行记录",
"runStatus": "状态",
"runName": "名称",
"startedAt": "开始时间",
"finishedAt": "结束时间",
"delete": "删除",
"settings": "设置",
"search": "搜索运行记录..."
},
"proxy": {
"title": "代理设置",
"tab_standard": "标准代理",
"tab_rotation": "自动代理轮换",
"server_url": "代理服务器URL",
"server_url_helper": "用于所有机器人的代理。支持HTTP和SOCKS代理。示例 http://myproxy.com:3128 或 socks5://myproxy.com:3128。简短形式 myproxy.com:3128 被视为HTTP代理。",
"requires_auth": "需要认证?",
"username": "用户名",
"password": "密码",
"add_proxy": "添加代理",
"test_proxy": "测试代理",
"remove_proxy": "删除代理",
"table": {
"proxy_url": "代理URL",
"requires_auth": "需要认证"
},
"coming_soon": "即将推出 - 开源版(基础轮换)和云版(高级轮换)。如果您不想管理基础设施,请加入我们的云服务等候名单以获得早期访问权限。",
"join_waitlist": "加入Maxun Cloud等候名单",
"alert": {
"title": "如果您的代理需要用户名和密码请务必将它们与代理URL分开提供。",
"right_way": "正确方式",
"wrong_way": "错误方式",
"proxy_url": "代理URL",
"username": "用户名:",
"password": "密码:"
},
"notifications": {
"config_success": "代理配置提交成功",
"config_error": "提交代理配置失败。请重试。",
"test_success": "代理配置运行正常",
"test_error": "测试代理配置失败。请重试。",
"fetch_success": "成功获取代理配置",
"remove_success": "成功删除代理配置",
"remove_error": "删除代理配置失败。请重试。"
}
}
}