feat: bot setting

This commit is contained in:
Tristan Yang
2022-12-19 22:07:04 +08:00
parent e297411d00
commit 2b2cdf4df8
18 changed files with 934 additions and 497 deletions
+1
View File
@@ -25,6 +25,7 @@
"yes": "Yes",
"delete_channel": "Delete Channel",
"remove": "Remove",
"remove_user": "Remove User",
"edit": "Edit",
"edit_msg": "Edit Message",
"add_reaction": "Add to Reaction",
+11 -1
View File
@@ -93,15 +93,25 @@
"manage_desc": "Disabling your account means you can recover it at any time after taking this action.",
"create_title": "Create Bot",
"create_desc": "Create a bot to extend your chat",
"create_key_title": "Create Bot API Key",
"create_key_desc": "Create API Key to authenticate your communication",
"create_key_warning": "Make sure to copy the API Key now. You wont be able to see it again!",
"key_copy_and_close": "Copy and Close",
"delete_title": "Delete Bot",
"delete_desc": "Are you sure to delete the Bot?",
"delete_key_title": "Delete Bot API Key",
"delete_key_desc": "Are you sure to delete this Bot API Key?",
"webhook_title": "Update Webhook URL",
"webhook_desc": "Please input a valid URL",
"col_avatar": "Avatar",
"col_name": "Bot Name",
"col_api_key": "Bot API Key",
"col_webhook": "Webhook URL",
"col_opt": "Operations"
"col_opt": "Operations",
"col_key_name": "Name",
"col_key_value": "Key",
"col_key_create_time": "Created At",
"col_key_last_used": "Last Used"
},
"auto_delete_msg": {
"title": "Delete messages sent by myself after certain time period. ",
+1
View File
@@ -25,6 +25,7 @@
"add": "新增",
"yes": "是的",
"remove": "删除",
"remove_user": "删除用户",
"delete_channel": "删除频道",
"edit": "编辑",
"edit_msg": "编辑消息",