Archived
1
0
Fork 0
This repository has been archived on 2024-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
akari-bot/modules/core/locales/en_us.json

135 lines
12 KiB
JSON
Raw Normal View History

2023-03-13 06:53:00 +00:00
{
"core.alias.help.add": "Add custom command alias.",
"core.alias.help.remove": "Remove custom command alias.",
"core.alias.help.reset": "Reset custom command alias.",
"core.alias.help.list": "List custom command alias.",
"core.alias.message.add.invalid_prefix": "The command corresponding to the added alias must start with a command prefix, please check.",
"core.alias.message.add.success": "Custom command alias added: ${arg1} -> ${arg2}",
"core.alias.message.add.already_in": "[${arg1}] alias already exists in custom alias list.",
"core.alias.message.remove.success": "Custom command alias removed: ${arg1}",
"core.alias.message.remove.not_found": "[${arg1}] alias does not exist in custom alias list.",
"core.alias.message.reset.success": "The custom command alias has been reset.",
"core.alias.message.list.none": "The custom command alias list is empty.",
"core.alias.message.list.lists": "Custom command alias list: ",
"core.alias.message.list.table.header.alias": "Alias",
"core.alias.message.list.table.header.command": "Command",
"core.module.help.enable": "Enable single/multiple module(s).",
"core.module.help.enable_all": "Enable all modules.",
"core.module.help.disable": "Disable single/multiple modules.",
"core.module.help.disable_all": "Disable all modules.",
"core.module.help.reload": "Reload single/multiple module(s).",
"core.module.help.list": "View all available modules.",
"core.module.help.help.detail": "View details of a module.",
"core.module.help.help": "View help list.",
"core.module.option.g": "Perform global operations of the channels.",
"core.module.message.enable.not_found": "Failed: Module \"${module}\" does not exist.",
"core.module.message.enable.permission.denied": "Failed: you don't have permission to enable \"${module}\".",
"core.module.message.enable.base": "Failed: \"${module}\" is a base module, thus cannot be disabled.",
"core.module.message.enable.qqchannel_global.success": "Success: Enabled module \"${module}\" for all text channels.",
"core.module.message.enable.already": "Failed: Module \"${module}\" is already enabled.",
"core.module.message.enable.success": "Success: Enabled module \"${module}\".",
"core.module.message.module.help": "Help information for module ${module}: ",
"core.module.message.disable.not_found": "Failed: Module \"${module}\" does not exist.",
"core.module.message.disable.permission.denied": "Failed: You don't have permission to disable \"${module}\".",
"core.module.message.disable.base": "Failed: \"${module}\" is a base module, thus cannot be disabled.",
"core.module.message.disable.qqchannel_global.success": "Success: Disabled module \"${module}\" for all text channels.",
"core.module.message.disable.already": "Failed: Module \"${module}\" is already disabled.",
"core.module.message.disable.success": "Success: Disabled module \"${module}\".",
"core.module.message.reload.not_bound": "Failed: Module \"${module}\" does not bound.",
2023-03-14 12:05:42 +00:00
"core.module.message.reload.base": "Failed: \"${module}\" is a base module, thus cannot be reloaded.",
2023-03-13 06:53:00 +00:00
"core.module.message.reload.confirm": "This action will reload the following modules at the same time: \n${modules}\nContinue?",
"core.module.message.reload.permission.denied": "Failed: You don't have permission to reload modules.",
2023-03-14 12:37:04 +00:00
"core.module.message.recommends": "It is recommended to enable the following module(s) at the same time: \n${msgs}\nProceed?",
2023-03-13 06:53:00 +00:00
"core.module.message.help.support_regex": "This module supports regular expressions, the message will match with the following: ",
"core.module.message.help.regex.detail": "(${msg})",
2023-03-13 12:41:41 +00:00
"core.module.message.help.regex.no_information": "No description",
"core.module.message.help.author.type1": "Module author:",
"core.module.message.help.author.type2": "Module Author",
2023-03-13 13:49:58 +00:00
"core.module.message.help.helpdoc.address": "Web document: https://bot.teahouse.team/wiki/",
2023-03-13 06:53:00 +00:00
"core.module.message.help.table.header.base": "Base Module List",
"core.module.message.help.table.header.help": "Help",
"core.module.message.help.table.header.alias": "Command Aliases",
"core.module.message.help.table.header.external": "Extended Module List",
2023-03-13 12:41:41 +00:00
"core.module.message.help.not_found": "This module may not exist, please check your input.",
2023-03-14 12:05:42 +00:00
"core.module.message.help.more_information": "Here are the help documents shown only show the enabled modules. If you need to view the help documents of all modules, please use the command \"${prefix}module list\".\nYou can also consult the web documentation for help:\nhttps://bot.teahouse.team/wiki/\nIf you have sufficient funds, welcome to sponsor on AFDian: \nhttps://afdian.net/@teahouse",
2023-03-13 06:53:00 +00:00
"core.module.message.help.legacy.base": "Base Command: ",
"core.module.message.help.legacy.external": "Extension Command: ",
2023-03-14 12:05:42 +00:00
"core.module.message.help.legacy.more_information": "Use \"${prefix}help <module name>\" to see details.\nUse \"${prefix}module list\" to view all available modules.\nYou can also access web documents: \nhttps://bot.teahouse.team/wiki/",
2023-03-13 06:53:00 +00:00
"core.module.message.help.legacy.recall": "[This message will be recalled after 1 minute]",
2023-03-13 12:41:41 +00:00
"core.module.message.help.legacy.availables": "Currently available module(s):",
2023-03-13 06:53:00 +00:00
"core.module.message.reload.success": "Success: Reload module: ",
"core.module.message.reload.with": ", and ${reloadCnt} files in this module.",
"core.module.message.reload.no_more": ", no remaining files were found.",
"core.module.message.reload.failed": "Failed to reload module.",
"core.prefix.help.add": "Set custom command prefix.",
"core.prefix.help.remove": "Remove custom command prefix.",
"core.prefix.help.reset": "Reset custom command prefix.",
"core.prefix.message.add.success": "Custom command prefix has been added: ${prefix}\nHelp documents will be displayed by default using this prefix.",
"core.prefix.message.add.already": "This command already exists in the custom prefix list.",
"core.prefix.message.remove.success": "Custom command prefix removed: ",
"core.prefix.message.remove.not_found": "This command prefix does not exist in the custom prefix list.",
"core.prefix.message.reset": "The custom command prefix has been reset.",
2023-03-14 12:05:42 +00:00
"core.superuser.message.invalid": "Invalid ID format. Please use command \"${prefix}whoami\" to view user ID.",
2023-03-13 06:53:00 +00:00
"core.superuser.message.add.success": "Success: Has set ${user} to superuser.",
"core.superuser.message.remove.success": "Success: Removed ${user} from superuser.",
"core.analytics.message.counts": "Number of times the commands have executed (from ${first_record}): ${counts}",
"core.analytics.message.disabled": "The robot is not enabled command analytics.",
"core.analytics.message.days": "Last 30 days for command ${module} calls (from ${first_record}): ",
"core.set.message.invalid": "Invalid ID format.",
"core.set.message.confirm.init": "This group is not initialized. Are you sure you want to do it?",
"core.set.message.module.success": "The following modules were successfully configured for the object: ",
"core.set.message.option.success": "The following parameters were set for the object: ${k} -> ${v}",
"core.abuse.message.check.warns": "${user} has been warned ${warns}.",
"core.abuse.message.warn.success": "Successfully warned ${user} ${counts} time(s). This user has been warned ${warn_counts}.",
"core.abuse.message.revoke.success": "Successfully removed ${user}'s warnings ${counts} time(s). This user has been warned ${warn_counts}.",
"core.abuse.message.clear.success": "The warning for ${user} has been successfully cleared.",
"core.abuse.message.untempban.success": "The temporary limit for ${user} has been successfully removed.",
"core.abuse.message.ban.success": "Successfully banned ${user}.",
"core.abuse.message.unban.success": "Successfully unbanned ${user}.",
"core.restart.message.wait": "There is(are) ${count} command(s) in progress, which will be restarted after the execution.",
"core.restart.message.restarting": "Restarting…",
"core.restart.message.prompt": "As the robot is rebooting, you have been forced to cancel this execution command.\nPlease re-execute the command later.",
"core.restart.message.timeout": "Wait timeout, force restarting...",
"core.confirm": "Are you sure?",
2023-03-13 12:41:41 +00:00
"core.resume.message.processing": "Resuming ${counts} messages...",
"core.resume.message.done": "Resume complete.",
"core.resume.message.nothing": "No messages to be resumed.",
"core.resume.message.skip": "Skip a message, resuming ${counts} messages...",
2023-03-13 13:49:58 +00:00
"core.version.help": "View robot version.",
2023-03-13 06:53:00 +00:00
"core.version.message": "Current robot version: ${version_tag} (${commit})",
2023-03-13 13:49:58 +00:00
"core.ping.help": "Get robot status.",
2023-03-13 12:41:41 +00:00
"core.ping.message.detail": "System startup time: ${system_boot_time}\nRobot is running: ${bot_running_time}\nPython version: ${python_version}\nProcessor model: ${cpu_brand}\nCurrent processor usage: ${cpu_usage}%\nPhysical memory: ${ram}M Utilized: ${ram_percent}%\nSwap memory: ${swap}M Utilized: ${swap_percent}%\nDisk capacity: ${disk_space}G/${disk_space_total}G",
"core.ping.failed": "Unable to fetch.",
"core.admin.help": "Commands available to group administrators.",
"core.admin.help.add": "Set members as robot 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.admin.help.del": "Unmember robot administrator.",
"core.admin.help.list": "List all robot administrators.",
"core.admin.list.lists": "Robot administrators manually set in the current group: ",
"core.admin.list.none": "There are currently no manual robot administrators.",
"core.admin.already": "This member is already a robot administrator.",
"core.ban.help.ban": "Limit someone to use robots in the group.",
"core.ban.help.unban": "Unlimit someone to use robots in the group.",
"core.ban.self": "You cannot do this for yourself!",
"core.ban.already": "This member is already banned from using the robot.",
"core.ban.not_yet": "This member is not banned from using the robot.",
"core.locale.help": "Use to set robot language.",
"core.locale.help.locale": "Set the language for robots.",
"core.locale.invalid": "Language format error, supported languages are: ${lang}.",
"core.whoami.help": "Get the ID of the user account that sent the command inside the robot.",
2023-03-13 13:49:58 +00:00
"core.whoami.admin": "(You have admin privileges for this conversation)",
"core.whoami.botadmin": "(You have robot admin privileges for this conversation)",
"core.whoami.superuser": "(You have superuser permission)",
2023-03-13 12:41:41 +00:00
"core.whoami.message": "Your ID is: ${senderid}\nThe ID of this conversation is: ${targetid}",
"core.toggle.help.typing": "Toggle whether to display input prompts.",
"core.toggle.typing.disable": "Input prompt successfully disabled.",
"core.toggle.typing.enable": "Input prompt successfully enabled.",
"core.toggle.help.check": "Toggles whether to display command check prompts.",
"core.toggle.check.disable": "Check prompt successfully disabled.",
"core.toggle.check.enable": "Check prompt successfully enabled.",
"core.mute.help": "Make the robot stop sending message.",
"core.mute.disable": "Successfully unmuted.",
"core.mute.enable": "Successfully muted.",
2023-03-14 12:05:42 +00:00
"core.leave.help": "Let the robot leave the group.",
2023-03-13 13:49:58 +00:00
"core.leave.success": "Goodbye.",
"core.leave.confirm": "Are you sure? This action is irreversible."
2023-03-14 12:05:42 +00:00
}