mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2025-08-17 08:15:42 +00:00
48 lines
1.9 KiB
JSON
48 lines
1.9 KiB
JSON
{
|
|
"": "Basic phases",
|
|
"hello": "Hello from KuiToi-Server!",
|
|
"config_path": "Use {} for config.",
|
|
"init_ok": "Initializing ready.",
|
|
"start": "Server started!",
|
|
"stop": "Goodbye!",
|
|
|
|
"": "Server auth",
|
|
"auth_need_key": "BEAM key needed for starting the server!",
|
|
"auth_empty_key": "Key is empty!",
|
|
"auth_cannot_open_browser": "Cannot 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": "BEAM key needed for starting the server!\nDo you need to open the web link to obtain the key?",
|
|
"GUI_enter_key_message": "Please type your key:",
|
|
"GUI_cannot_open_browser": "Cannot open browser.\nUse this link: {}",
|
|
|
|
"": "Web phases",
|
|
"web_start": "WebAPI running on {} (Press CTRL+C to quit)",
|
|
|
|
"": "Command: man",
|
|
"man_message_man": "man - display the manual page for COMMAND.\nUsage: man COMMAND",
|
|
"help_message_man": "Display the manual page for COMMAND.",
|
|
"man_for": "Manual for command",
|
|
"man_message_not_found": "man: Manual message not found.",
|
|
"man_command_not_found": "man: command \"{}\" not found!",
|
|
|
|
"": "Command: help",
|
|
"man_message_help": "help - display names and brief descriptions of available commands.\nUsage: help [--raw]\nThe `help` command displays a list of all available commands along with a brief description of each command.",
|
|
"help_message_help": "Display names and brief descriptions of available commands",
|
|
"help_command": "Command",
|
|
"help_message": "Help message",
|
|
"help_message_not_found": "No help message found",
|
|
|
|
"": "Command: stop",
|
|
"man_message_stop": "stop - Just shutting down the server.\nUsage: stop",
|
|
"help_message_stop": "Server shutdown.",
|
|
|
|
"": "Command: exit",
|
|
"man_message_exit": "exit - Just shutting down the server.\nUsage: stop",
|
|
"help_message_exit": "Server shutdown."
|
|
} |