diff --git a/server/plugins/com.msgbyte.agora/web/plugins/com.msgbyte.agora/manifest.json b/server/plugins/com.msgbyte.agora/web/plugins/com.msgbyte.agora/manifest.json index 5c1ff136..e3bad164 100644 --- a/server/plugins/com.msgbyte.agora/web/plugins/com.msgbyte.agora/manifest.json +++ b/server/plugins/com.msgbyte.agora/web/plugins/com.msgbyte.agora/manifest.json @@ -1,10 +1,12 @@ { - "label": "声网音视频", + "label": "Agora", + "label.zh-CN": "声网音视频", "name": "com.msgbyte.agora", "url": "{BACKEND}/plugins/com.msgbyte.agora/index.js", "icon": "{BACKEND}/plugins/com.msgbyte.agora/assets/icon.png", "version": "0.0.0", "author": "moonrailgun", - "description": "为Tailchat增加声网音视频通信功能", + "description": "Add the Agora audio and video communication feature to Tailchat", + "description.zh-CN": "为Tailchat增加声网音视频通信功能", "requireRestart": false } diff --git a/server/plugins/com.msgbyte.github/web/plugins/com.msgbyte.github/manifest.json b/server/plugins/com.msgbyte.github/web/plugins/com.msgbyte.github/manifest.json index 27cf9bbe..a29ef280 100644 --- a/server/plugins/com.msgbyte.github/web/plugins/com.msgbyte.github/manifest.json +++ b/server/plugins/com.msgbyte.github/web/plugins/com.msgbyte.github/manifest.json @@ -1,10 +1,12 @@ { - "label": "Github 订阅", + "label": "Github Subscription", + "label.zh-CN": "Github 订阅", "name": "com.msgbyte.github", "url": "{BACKEND}/plugins/com.msgbyte.github/index.js", "icon": "https://api.iconify.design/entypo-social/github.svg", "version": "0.0.0", "author": "msgbyte", - "description": "订阅Github项目动态到群组", + "description": "Subscribe to the Github project dynamics to the group", + "description.zh-CN": "订阅Github项目动态到群组", "requireRestart": true } diff --git a/server/plugins/com.msgbyte.linkmeta/web/plugins/com.msgbyte.linkmeta/manifest.json b/server/plugins/com.msgbyte.linkmeta/web/plugins/com.msgbyte.linkmeta/manifest.json index ccde23e4..42fb9796 100644 --- a/server/plugins/com.msgbyte.linkmeta/web/plugins/com.msgbyte.linkmeta/manifest.json +++ b/server/plugins/com.msgbyte.linkmeta/web/plugins/com.msgbyte.linkmeta/manifest.json @@ -1,9 +1,11 @@ { - "label": "Url元数据展示", + "label": "Url metadata display", + "label.zh-CN": "Url元数据展示", "name": "com.msgbyte.linkmeta", "url": "{BACKEND}/plugins/com.msgbyte.linkmeta/index.js", "version": "0.0.0", "author": "msgbyte", - "description": "解析并获取在聊天信息中的url信息概述,如标题/概述/缩略图, 支持媒体路径,直接显示媒体播放器(特殊支持bilibili,自动加载b站iframe播放器)", + "description": "Parse and get the overview of url information in the chat information, such as title/overview/thumbnail, support media path, directly display media player (specially support bilibili, automatically load the iframe player of bilibili)", + "description.zh-CN": "解析并获取在聊天信息中的url信息概述,如标题/概述/缩略图, 支持媒体路径,直接显示媒体播放器(特殊支持bilibili,自动加载b站iframe播放器)", "requireRestart": false } diff --git a/server/plugins/com.msgbyte.meeting/web/plugins/com.msgbyte.meeting/manifest.json b/server/plugins/com.msgbyte.meeting/web/plugins/com.msgbyte.meeting/manifest.json index b3ce7978..8dd9314c 100644 --- a/server/plugins/com.msgbyte.meeting/web/plugins/com.msgbyte.meeting/manifest.json +++ b/server/plugins/com.msgbyte.meeting/web/plugins/com.msgbyte.meeting/manifest.json @@ -1,9 +1,11 @@ { - "label": "音视频服务(WIP)", + "label": "Audio and video service (WIP)", + "label.zh-CN": "音视频服务(WIP)", "name": "com.msgbyte.meeting", "url": "{BACKEND}/plugins/com.msgbyte.meeting/index.js", "version": "0.0.0", "author": "moonrailgun", - "description": "为Tailchat提供音视频通讯的服务", + "description": "Provide audio and video communication services for Tailchat", + "description.zh-CN": "为Tailchat提供音视频通讯的服务", "requireRestart": true } diff --git a/server/plugins/com.msgbyte.simplenotify/web/plugins/com.msgbyte.simplenotify/manifest.json b/server/plugins/com.msgbyte.simplenotify/web/plugins/com.msgbyte.simplenotify/manifest.json index c08dd2c3..73428f20 100644 --- a/server/plugins/com.msgbyte.simplenotify/web/plugins/com.msgbyte.simplenotify/manifest.json +++ b/server/plugins/com.msgbyte.simplenotify/web/plugins/com.msgbyte.simplenotify/manifest.json @@ -1,10 +1,12 @@ { - "label": "简易机器人", + "label": "Simple Notify Bot", + "label.zh-CN": "简易机器人", "name": "com.msgbyte.simplenotify", "url": "{BACKEND}/plugins/com.msgbyte.simplenotify/index.js", "icon": "/images/avatar/robot.webp", "version": "0.0.0", "author": "moonrailgun", - "description": "一个简单的通用通知机器人, 用于直接向群组发送消息", + "description": "A simple generic notification bot for sending messages directly to groups", + "description.zh-CN": "一个简单的通用通知机器人, 用于直接向群组发送消息", "requireRestart": true } diff --git a/server/plugins/com.msgbyte.tasks/web/plugins/com.msgbyte.tasks/manifest.json b/server/plugins/com.msgbyte.tasks/web/plugins/com.msgbyte.tasks/manifest.json index f3c5f94c..a929c6ed 100644 --- a/server/plugins/com.msgbyte.tasks/web/plugins/com.msgbyte.tasks/manifest.json +++ b/server/plugins/com.msgbyte.tasks/web/plugins/com.msgbyte.tasks/manifest.json @@ -1,9 +1,11 @@ { - "label": "任务管理", + "label": "Task Manage", + "label.zh-CN": "任务管理", "name": "com.msgbyte.tasks", "url": "{BACKEND}/plugins/com.msgbyte.tasks/index.js", "version": "0.0.0", "author": "msgbyte", - "description": "任务管理插件,在个人面板中增加TODO面板,用于个人待办事项的管理", + "description": "Task management plugin, add TODO panel in personal panel for personal todo management", + "description.zh-CN": "任务管理插件,在个人面板中增加TODO面板,用于个人待办事项的管理", "requireRestart": true } diff --git a/server/plugins/com.msgbyte.topic/web/plugins/com.msgbyte.topic/manifest.json b/server/plugins/com.msgbyte.topic/web/plugins/com.msgbyte.topic/manifest.json index 3e0d6513..8b636479 100644 --- a/server/plugins/com.msgbyte.topic/web/plugins/com.msgbyte.topic/manifest.json +++ b/server/plugins/com.msgbyte.topic/web/plugins/com.msgbyte.topic/manifest.json @@ -1,9 +1,11 @@ { - "label": "群组话题", + "label": "Topic", + "label.zh-CN": "群组话题", "name": "com.msgbyte.topic", "url": "{BACKEND}/plugins/com.msgbyte.topic/index.js", "version": "0.0.0", "author": "moonrailgun", - "description": "为群组提供话题功能", + "description": "Provide topic feature for groups", + "description.zh-CN": "为群组提供话题功能", "requireRestart": true }