From b9208c1ed051eca48340e59b08e39f7511ae00f9 Mon Sep 17 00:00:00 2001 From: Dorobot <128296202+Hldbot@users.noreply.github.com> Date: Thu, 7 Dec 2023 10:20:00 +0800 Subject: [PATCH] New Crowdin updates (#1042) --- modules/core/locales/en_us.json | 6 ++++-- modules/core/locales/zh_cn.json | 8 +++++--- modules/core/locales/zh_tw.json | 6 ++++-- modules/maimai/locales/en_us.json | 2 +- modules/maimai/locales/zh_cn.json | 1 - 5 files changed, 14 insertions(+), 9 deletions(-) diff --git a/modules/core/locales/en_us.json b/modules/core/locales/en_us.json index d933a5d5..82eae9dd 100644 --- a/modules/core/locales/en_us.json +++ b/modules/core/locales/en_us.json @@ -3,6 +3,7 @@ "core.help.admin.add": "Set members as bot administrators, implement the function of managing the robot without setting members as group administrators. It's no longer needed to set up it when you are already a group administrator.", "core.help.admin.ban": "Limit someone to use bot in the group.", "core.help.admin.list": "List all bot administrators.", + "core.help.admin.remove": "Remove bot administrator from member.", "core.help.admin.unban": "Remove limit someone to use bot in the group.", "core.help.alias.add": "Add custom command alias.", "core.help.alias.list": "List custom command alias.", @@ -134,6 +135,8 @@ "core.message.prefix.remove.not_found": "This command prefix does not exist in the custom prefix list.", "core.message.prefix.remove.success": "Custom command prefix removed: ${prefix}", "core.message.prefix.reset": "The custom command prefix has been reset.", + "core.message.purge.empty": "The cache directory is empty." + "core.message.purge.success": "Cache purged successfully.", "core.message.raise": "Test exception.", "core.message.restart.prompt": "Since the bot is restarting, your command execution have been forcibly cancelled.\nPlease re-execute the command later.", "core.message.restart.restarting": "Restarting...", @@ -159,6 +162,5 @@ "core.message.whoami": "Your ID: ${senderid}\nConversation ID: ${targetid}", "core.message.whoami.admin": "(You have admin permission for this conversation)", "core.message.whoami.botadmin": "(You have bot admin permission for this conversation)", - "core.message.whoami.superuser": "(You have superuser permission)", - "core.help.admin.remove": "Remove bot administrator from member." + "core.message.whoami.superuser": "(You have superuser permission)" } diff --git a/modules/core/locales/zh_cn.json b/modules/core/locales/zh_cn.json index 661219ec..4c7b9f24 100644 --- a/modules/core/locales/zh_cn.json +++ b/modules/core/locales/zh_cn.json @@ -2,7 +2,8 @@ "core.help.admin": "一些群组管理员可使用的命令。", "core.help.admin.add": "设置成员为机器人管理员。以实现不设置成员为群组管理员的状況下管理机器人的效果。已是群组管理员无需设置此项目。", "core.help.admin.ban": "限制某人在本群使用机器人。", - "core.help.admin.list": "列出所有机器人管理员。", + "core.help.admin.list": "列出所有机器人管理员。",, + "core.help.admin.remove": "取消成员的机器人管理员。", "core.help.admin.unban": "解除对某人在本群使用机器人的限制。", "core.help.alias.add": "添加自定义命令别名。", "core.help.alias.list": "列出自定义命令别名列表。", @@ -134,6 +135,8 @@ "core.message.prefix.remove.not_found": "此命令前缀不存在于自定义前缀列表。", "core.message.prefix.remove.success": "已移除自定义命令前缀:${prefix}", "core.message.prefix.reset": "已重置自定义命令前缀列表。", + "core.message.purge.empty": "当前缓存目录为空。", + "core.message.purge.success": "成功清除缓存。", "core.message.raise": "异常测试。", "core.message.restart.prompt": "由于机器人正在重启,您此次执行命令的后续操作已被强制取消。\n请稍后重新执行命令,对此带来的不便,我们深感抱歉。", "core.message.restart.restarting": "重启中……", @@ -159,6 +162,5 @@ "core.message.whoami": "你的 ID 是:${senderid}\n本对话的 ID 是:${targetid}", "core.message.whoami.admin": "(你拥有本对话的管理员权限)", "core.message.whoami.botadmin": "(你拥有本对话的机器人管理员权限)", - "core.message.whoami.superuser": "(你拥有本机器人的超级用户权限)", - "core.help.admin.remove": "取消成员的机器人管理员。" + "core.message.whoami.superuser": "(你拥有本机器人的超级用户权限)" } diff --git a/modules/core/locales/zh_tw.json b/modules/core/locales/zh_tw.json index 01b33c0b..161b7379 100644 --- a/modules/core/locales/zh_tw.json +++ b/modules/core/locales/zh_tw.json @@ -3,6 +3,7 @@ "core.help.admin.add": "設定成員為機器人管理員,以實現不設定成員為群組管理員的狀況下管理機器人的效果。已是群組管理員無須設定此指令。", "core.help.admin.ban": "限制某人在此群組使用機器人。", "core.help.admin.list": "列出所有機器人管理員。", + "core.help.admin.remove": "取消成員的機器人管理員。" "core.help.admin.unban": "解除對某人在此群組使用機器人的限制。", "core.help.alias.add": "新增自訂指令別名。", "core.help.alias.list": "列出自訂指令別名列表。", @@ -134,6 +135,8 @@ "core.message.prefix.remove.not_found": "此指令前綴不存在於自訂前綴列表。", "core.message.prefix.remove.success": "已移除自訂指令前綴:${prefix}", "core.message.prefix.reset": "已重設自訂指令前綴列表。", + "core.message.purge.empty": "目前快取目錄為空。", + "core.message.purge.success": "成功清除快取。", "core.message.raise": "例外測試。", "core.message.restart.prompt": "由於機器人正在重新啟動,您此次執行指令的後續操作已被取消。\n請稍後重新執行指令,對此帶來的不便,我們深感抱歉。", "core.message.restart.restarting": "重新啟動中……", @@ -159,6 +162,5 @@ "core.message.whoami": "你的 ID 是:${senderid}\n此對話的 ID 是:${targetid}", "core.message.whoami.admin": "(你擁有此對話的管理員權限)", "core.message.whoami.botadmin": "(你擁有此對話的機器人管理員權限)", - "core.message.whoami.superuser": "(你擁有此機器人的超級使用者權限)", - "core.help.admin.remove": "取消成員的機器人管理員。" + "core.message.whoami.superuser": "(你擁有此機器人的超級使用者權限)" } diff --git a/modules/maimai/locales/en_us.json b/modules/maimai/locales/en_us.json index c9f4e3f7..124a9fce 100644 --- a/modules/maimai/locales/en_us.json +++ b/modules/maimai/locales/en_us.json @@ -61,4 +61,4 @@ "maimai.message.too_much": "结果过多(${length} 条),请缩小搜索范围。", "maimai.message.user_not_found": "未找到此玩家,请确保此玩家的用户名和查分器中的用户名相同。", "maimai.message.user_unbound": "未绑定用户,请前往查分器并绑定你的 QQ 号。\n查分器地址:https://www.diving-fish.com/maimaidx/prober" -} +} \ No newline at end of file diff --git a/modules/maimai/locales/zh_cn.json b/modules/maimai/locales/zh_cn.json index 45d3f9dd..1f519860 100644 --- a/modules/maimai/locales/zh_cn.json +++ b/modules/maimai/locales/zh_cn.json @@ -22,7 +22,6 @@ "maimai.help.scorelist": "查看用户在对应等级的分数列表。", "maimai.help.search": "根据歌名(或一部分)搜索歌曲。", "maimai.help.song": "查询 Maimai 歌曲或谱面信息,ID 需要加入前缀“id”,空格用“_”替代。", - "maimai.help.global": "查询 Maimai 谱面全局统计信息,ID 需要加入前缀“id”,空格用“_”替代。", "maimai.message.alias": "${title} 的别名:", "maimai.message.alias.alias_not_found": "未找到符合要求的别名。", "maimai.message.alias.file_not_found": "未找到别名文件,请使用“${prefix}maimai update”初始化文件。",