diff --git a/core/locales/en_us.json b/core/locales/en_us.json index b6adb63415..73b2cbf975 100644 --- a/core/locales/en_us.json +++ b/core/locales/en_us.json @@ -151,7 +151,7 @@ "parser.matched.but_try_again_later": "Please try again later.", "parser.module.desc": "Description:\n${desc}", "parser.module.disabled.prompt": "\"${module}\" module is not enabled. Please use \"${prefix}enable ${module}\" to enable the module.", - "parser.module.disabled.to_enable": "是否开启并继续执行?", + "parser.module.disabled.to_enable": "Do you want to enable the module and continue executing this command?", "parser.module.unloaded": "\"${module}\"hasn't been loaded yet. Please contact the developers to solve this issue.", "parser.superuser.permission.denied": "You do not have permission to use this command.", "petal.message.cost": "(${amount} petals used)", @@ -186,4 +186,4 @@ "tos.message.warning.count": "You have received ${current_warns} warnings.", "tos.message.warning.last": "This is the last warning.", "tos.message.warning.prompt": "Your account will be blocked if you receive more than ${warn_counts} warnings." -} \ No newline at end of file +}