From ddcfa564673aa9cdf492439fbcc562b7216a2525 Mon Sep 17 00:00:00 2001 From: SantaSpeen Date: Sun, 23 Jul 2023 00:26:07 +0300 Subject: [PATCH] cn.json --- src/modules/i18n/files/cn.json | 48 ++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 src/modules/i18n/files/cn.json diff --git a/src/modules/i18n/files/cn.json b/src/modules/i18n/files/cn.json new file mode 100644 index 0000000..f745560 --- /dev/null +++ b/src/modules/i18n/files/cn.json @@ -0,0 +1,48 @@ +{ + "": "基础阶段", + "hello": "来自KuiToi服务器的问候!", + "config_path": "使用{}进行配置。", + "init_ok": "初始化完成。", + "start": "服务器已启动!", + "stop": "服务器已停止!", + + "": "服务器认证", + "auth_need_key": "需要BeamMP密钥才能启动!", + "auth_empty_key": "BeamMP密钥为空!", + "auth_cannot_open_browser": "无法打开浏览器:{}", + "auth_use_link": "使用此链接:{}", + + "": "GUI阶段", + "GUI_yes": "是", + "GUI_no": "否", + "GUI_ok": "确定", + "GUI_cancel": "取消", + "GUI_need_key_message": "需要BeamMP密钥才能启动!\n是否在浏览器中打开链接以获取密钥?", + "GUI_enter_key_message": "请输入密钥:", + "GUI_cannot_open_browser": "无法打开浏览器。\n请使用此链接:{}", + + "": "Web阶段", + "web_start": "WebAPI已启动{}(CTRL+C停止)", + + "": "命令:man", + "man_message_man": "man - 显示COMMAND的帮助页面。\n用法:man COMMAND", + "help_message_man": "显示COMMAND的帮助页面。", + "man_for": "帮助页面", + "man_message_not_found": "man:找不到帮助页面。", + "man_command_not_found": "man:找不到\"{}\"命令!", + + "": "命令:help", + "man_message_help": "help - 显示命令的名称和简短描述。\n用法:help [--raw]\n命令`help`列出所有可用的命令,并为每个命令提供简短描述。", + "help_message_help": "显示命令的名称和简短描述。", + "help_command": "命令", + "help_message": "文本", + "help_message_not_found": "无文本", + + "": "命令:stop", + "man_message_stop": "stop - 关闭服务器。\n用法:stop", + "help_message_stop": "关闭服务器。", + + "": "命令:exit", + "man_message_exit": "exit - 关闭服务器。\n用法:exit", + "help_message_exit": "关闭服务器。" +} \ No newline at end of file