mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2025-08-17 16:25:36 +00:00
48 lines
1.9 KiB
JSON
48 lines
1.9 KiB
JSON
{
|
|
"": "Basic phases",
|
|
"hello": "Greetings from KuiToi Server!",
|
|
"config_path": "Use {} to configure.",
|
|
"init_ok": "Initialization complete.",
|
|
"start": "Server started!",
|
|
"stop": "Server stopped!",
|
|
|
|
"": "Server auth",
|
|
"auth_need_key": "A BeamMP key is required to start the server!",
|
|
"auth_empty_key": "The BeamMP key is empty!",
|
|
"auth_cannot_open_browser": "Failed to open browser: {}",
|
|
"auth_use_link": "Use this link: {}",
|
|
|
|
"": "GUI phases",
|
|
"GUI_yes": "Yes",
|
|
"GUI_no": "No",
|
|
"GUI_ok": "Ok",
|
|
"GUI_cancel": "Cancel",
|
|
"GUI_need_key_message": "A BeamMP key is required to start the server!\nDo you want to open the link in a browser to obtain the key?",
|
|
"GUI_enter_key_message": "Please enter the key:",
|
|
"GUI_cannot_open_browser": "Failed to open browser.\nUse this link: {}",
|
|
|
|
"": "Web phases",
|
|
"web_start": "WebAPI started at {} (Press CTRL+C to quit)",
|
|
|
|
"": "Command: man",
|
|
"man_message_man": "man - Displays help page for COMMAND.\nUsage: man COMMAND",
|
|
"help_message_man": "Displays help page for COMMAND.",
|
|
"man_for": "Help page for",
|
|
"man_message_not_found": "man: Help page not found.",
|
|
"man_command_not_found": "man: Command \"{}\" not found!",
|
|
|
|
"": "Command: help",
|
|
"man_message_help": "help - Displays the names and short descriptions of commands.\nUsage: help [--raw]\nThe `help` command displays a list of all available commands and a brief description of each command.",
|
|
"help_message_help": "Displays the names and short descriptions of commands.",
|
|
"help_command": "Command",
|
|
"help_message": "Description",
|
|
"help_message_not_found": "No description available.",
|
|
|
|
"": "Command: stop",
|
|
"man_message_stop": "stop - Stops the server.\nUsage: stop",
|
|
"help_message_stop": "Stops the server.",
|
|
|
|
"": "Command: exit",
|
|
"man_message_exit": "exit - Stops the server.\nUsage: exit",
|
|
"help_message_exit": "Stops the server."
|
|
} |