Archived
1
0
Fork 0

New Crowdin updates (#1042)

This commit is contained in:
Dorobot 2023-12-07 10:20:00 +08:00 committed by GitHub
parent f44d8cbb4e
commit b9208c1ed0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 14 additions and 9 deletions

View file

@ -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)"
}

View file

@ -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": "(你拥有本机器人的超级用户权限)"
}

View file

@ -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": "(你擁有此機器人的超級使用者權限)"
}

View file

@ -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"
}
}

View file

@ -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”初始化文件。",