mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2026-04-12 19:06:03 +00:00
107 lines
5.0 KiB
JSON
107 lines
5.0 KiB
JSON
{
|
||
"": "基本阶段",
|
||
"hello": "来自KuiToi-Server的问候!",
|
||
"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停止)",
|
||
|
||
"": "核心短语",
|
||
"core_bind_failed": "无法绑定端口。错误:{}",
|
||
"core_direct_mode": "服务器以直接连接模式启动。",
|
||
"core_auth_server_error": "从BeamMP认证服务器接收到无效响应。",
|
||
"core_auth_server_refused": "BeamMP认证服务器拒绝了您的密钥。原因:{}",
|
||
"core_auth_server_refused_no_reason": "BeamMP认证服务器没有提供原因。",
|
||
"core_auth_server_refused_direct_node": "服务器仍在运行,但以直接连接模式运行。",
|
||
"core_auth_server_no_response": "无法验证服务器。",
|
||
"core_mods_loaded": "已加载{}个模组。{}Mb",
|
||
"core_identifying_connection": "正在处理新连接...",
|
||
"core_player_kick_outdated": "BeamMP版本不正确。",
|
||
"core_player_kick_bad_key": "传递的密钥无效!",
|
||
"core_player_kick_invalid_key": "无效的密钥!请重新启动游戏。",
|
||
"core_player_kick_auth_server_fail": "BeamMP认证服务器失败!请在5分钟后再次尝试连接。",
|
||
"core_player_kick_stale": "过时的客户端。(由新连接替换)",
|
||
"core_player_kick_no_allowed_default_reason": "您不受欢迎。拒绝访问。",
|
||
"core_player_kick_server_full": "服务器已满。",
|
||
"core_player_set_id": "玩家设置ID {}",
|
||
"core_identifying_okay": "成功登录。",
|
||
|
||
"": "游戏内短语",
|
||
"game_welcome_message": "欢迎{}!",
|
||
|
||
"": "客户端类短语",
|
||
"client_mod_request": "请求模组:{}",
|
||
"client_mod_sent": "已发送模组:大小:{}mb,速度:{}Mb/s({}秒)",
|
||
"client_mod_sent_limit": "(限制{}Mb/s)",
|
||
"client_mod_sent_error": "发送模组时出错:{}",
|
||
"client_sync_time": "同步时间{}秒。",
|
||
"client_kicked": "因\"{}\"原因被踢出。",
|
||
"client_event_invalid_data": "从事件返回的数据无效:{}",
|
||
"client_player_disconnected": "离开服务器。游戏时间:{}分钟。",
|
||
|
||
"": "事件系统",
|
||
|
||
"events_not_callable": "无法添加事件\"{}\"。请改用\"{}\"。跳过...",
|
||
"events_not_found": "事件\"{}\"未注册。也许{}?跳过...",
|
||
"events_calling_error": "调用函数\"{}\"时出错。",
|
||
"events_lua_function_not_found": "无法调用{}lua事件 - 未找到\"{}\"。",
|
||
"events_lua_local": "本地 ",
|
||
"events_lua_calling_error": "错误:\"{}\" - 调用lua事件\"{}\"时出错,函数:\"{}\",参数:{}",
|
||
|
||
"": "插件加载器",
|
||
|
||
"plugins_not_found_load": "未找到\"def load():\"函数。",
|
||
"plugins_not_found_start": "未找到\"def start():\"函数。",
|
||
"plugins_not_found_unload": "未找到\"def unload():\"函数。",
|
||
"plugins_kt_invalid": "“kt”变量不属于KuiToi类。",
|
||
"plugins_invalid": "无法在KuiToi中运行插件\"{}\"。",
|
||
"plugins_error_loading": "加载插件{}时出错:{}",
|
||
|
||
"": "Lua插件加载器",
|
||
|
||
"plugins_lua_enabled": "您已启用Lua插件支持。",
|
||
"plugins_lua_nuances_warning": "在使用KuiToi时有一些细微差别。如果您有关于解决方案的建议,并且它与KuiToi相关,请联系开发人员。",
|
||
"plugins_lua_legacy_config_create_warning": "一些BeamMP插件需要一个正确配置的ServerConfig.toml文件才能正常运行。",
|
||
"plugins_lua_legacy_config_create": "正在创建。",
|
||
"plugins_lua_unload": "停止Lua插件:{}",
|
||
|
||
"": "命令: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": "停止服务器。"
|
||
} |