chore: updates

This commit is contained in:
Tristan Yang
2022-12-23 07:57:12 +08:00
parent e1b0048df6
commit aab18ae745
3 changed files with 19 additions and 9 deletions
+13 -5
View File
@@ -83,20 +83,28 @@
},
"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 “Add 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即为有效。",
"bot_tip_desc": "注意:机器人的API Key只在生成那一刻展示,如果忘记,请生成一个新的Key。",
"webhook_tip_title": "Webhook是一个用以接收VoceChat推送数据的URL地址",
"webhook_tip_desc": "请提供一个有效的Webhook URL:GET 请求响应 200即为有效。我们会使用POST推送数据。",
"manage": "管理",
"manage_desc": "机器人一旦删除,所有与其相关的接口也立即失效,包括Webhook。",
"create_title": "创建机器人",
"create_desc": "Create a bot to extend your chat",
"create_desc": "给你的机器人一个名字,同时也可以设置Webhook URL,用以接收推送的数据。",
"delete_title": "删除机器人",
"delete_desc": "确定删除该机器人?",
"delete_key_title": "删除机器人API Key",
"delete_key_desc": "确定删除该机器人API Key",
"webhook_title": "更新Webhook",
"webhook_desc": "请输入有效的URL",
"col_avatar": "头像",
"col_name": "名称",
"col_api_key": "密钥(用于向本Server传送信息)",
"col_webhook": "Webhook接收地址(用于接收本Server推送的信息)",
"col_opt": "操作"
"col_opt": "操作",
"col_key_name": "名称",
"col_key_value": "值",
"col_key_create_time": "创建时间",
"col_key_last_used": "上次使用时间"
},
"auto_delete_msg": {
"title": "删除我发送的消息",