Files
ColdBreeze-chat-web/public/locales/zh/setting.json
T
2022-12-20 00:48:32 -05:00

179 lines
6.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.
{
"title": "设置",
"save_change": "保存修改",
"reset": "重置",
"save_tip": "有未保存的修改!",
"nav": {
"general": "通用",
"overview": "概况",
"members": "成员",
"auto_delete_msg": "自动删除消息",
"my_account": "我的账号",
"config": "配置",
"bot": "机器人&Webhook",
"firebase": "Firebase",
"agora": "Agora",
"smtp": "SMTP",
"login_method": "登录设置",
"third_app": "第三方APP",
"widget": "网页挂件",
"license": "证书",
"about": "关于",
"api_doc": "API 文档",
"faq": "常见问题",
"terms": "隐私声明",
"feedback": "反馈"
},
"channel": {
"leave": "离开",
"leave_desc": "确定离开该频道?",
"transfer_desc": "在离开此频道前,需要转让所有权。",
"delete": "删除频道",
"delete_desc": "确定删除该频道?",
"name": "频道名",
"topic": "频道主题",
"topic_placeholder": "让别人知道这个频道是用来做啥的",
"visibility": "可见性",
"public": "公开",
"private": "私密"
},
"overview": {
"name": "服务器名",
"desc": "服务器描述",
"upload_desc": "图片最小 128x128,我们推荐上传 512x512 大小的图片,最大不要超过5M。",
"sign_up": {
"title": "注册设置",
"desc": "允许什么方式注册",
"everyone": "每个人",
"invite": "邀请连接"
},
"guest_mode": {
"title": "访客模式",
"desc": "开启后,访客可以看到公共频道信息流",
"enable": "开启",
"disable": "禁用"
},
"lang": {
"title": "语言",
"desc": "设置界面语言",
"en": "英文",
"zh": "中文",
"jp": "日文"
}
},
"license": {
"signed": "签名",
"domain": "域名",
"user_limit": "用户数限制",
"expire": "过期时间",
"create": "创建时间",
"value": "证书内容",
"renew": "升级证书",
"update": "手动更新",
"update_placeholder": "请输入新的证书内容",
"renew_select": "请选择价格套餐",
"tip": {
"title": "一个获取免费升级的机会!",
"user_test": "通过blog文章或社交媒体分享使用体验,获取免费升级的机会",
"wechat": "加微信获得:"
}
},
"bot": {
"bot_tip_title": "使用机器人向频道里发送消息",
"bot_tip_desc": "Please note that we do not display a Bots API key again after generation. You can always generate a new API key of a Bot by clicking “Get API key” and this wont nullify the previous API key(s).",
"webhook_tip_title": "Webhooks can receive messages in a channel and should a URL provided by you.",
"webhook_tip_desc": "请提供一个有效的Webhook URLGET 请求响应 200即为有效。",
"manage": "管理",
"manage_desc": "Disabling your account means you can recover it at any time after taking this action.",
"create_title": "创建机器人",
"create_desc": "Create a bot to extend your chat",
"webhook_title": "更新Webhook",
"webhook_desc": "请输入有效的URL",
"col_avatar": "头像",
"col_name": "名称",
"col_api_key": "API Key",
"col_webhook": "Webhook 地址",
"col_opt": "操作"
},
"auto_delete_msg": {
"title": "删除我发送的消息",
"desc": "消息将在客户端和服务端彻底删除",
"off": "关闭",
"30_seconds": "30 秒",
"10_min": "10 分钟",
"1_hour": "1 小时",
"1_day": "1 天",
"1_week": "1 周"
},
"firebase": {
"enable": "开启",
"token_url": "Token 地址",
"project_id": "项目 ID",
"private_key": "私有密钥",
"client_email": "客户端邮箱"
},
"smtp": {
"enable": "开启",
"host": "主机",
"port": "端口",
"from": "源自",
"username": "用户名",
"password": "密码",
"how_to": "如何设置SMTP",
"send_test_email": "发送测试邮件"
},
"third_app": {
"key": "API 安全密钥",
"update": "更新安全密钥",
"update_tip": "确定更新API安全密钥?之前密钥将作废",
"key_tip": "安全密钥用于服务器与第三方安全通信,请妥善保存!"
},
"login": {
"password": "密码登录",
"password_desc": "允许用户使用密码登录",
"magic_link": "邀请连接",
"magic_link_desc": "允许用户使用邀请链接登录",
"google": "谷歌登录",
"google_desc": "允许用户谷歌登录",
"github": "Github",
"github_desc": "允许用户使用GitHub登录",
"metamask": "Metamask",
"metamask_desc": "允许用户使用Metamask登录",
"oidc": "OIDC",
"oidc_desc": "允许用户使用OIDC登录",
"oidc_custom": "自定义",
"more_details": "更多详情,移步 <0> 参考文档 </0> ."
},
"widget": {
"tip": "将挂件SDK内嵌到网页,实现VoceChat扩展!",
"code": "代码举例",
"code_comment": "将以下代码放置于你的网页中",
"config": "配置说明",
"param_key": "参数",
"default_value": "默认值",
"remark": "备注",
"param_host": "指定和谁聊天(用户ID)",
"param_close_width": "挂件关闭态的宽度",
"param_close_height": "挂件关闭态的高度",
"param_open_width": "挂件打开态的宽度",
"param_open_height": "挂件打开态的高度"
},
"faq": {
"client_version": "客户端版本",
"server_version": "服务器端版本",
"build_time": "构建时间戳"
},
"api_doc": {
"desc": "我们有详尽的API文档说明,你可以基于该文档,构建自己的客户端聊天工具。",
"access": "访问地址:",
"use_method": "使用方式:",
"step_1": "第一步:切换到自己的Server",
"step_2": "第二步:填入已登录的Token",
"step_2_desc": "Token值本质是JWT中的Token,所以有时长限制,如在使用时过期,请重新获取。获取方式可通过请求头 X-API-Key 拿到,或直接Copy👇",
"last": "最后:每个API都有 Try it Out 选项,可以由此调试该API"
}
}