nezha-scripts/locale.json
2024-10-21 16:12:19 +08:00

58 lines
3.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"zh_CN": {
"locale": "zh_CN",
"script": "install.sh",
"ErrorFetchScript": "Script failed to get, please check if the network can link",
"DoNotEdit": "# Generated by nezhahq/scriptgen. DO NOT EDIT",
"SudoError": "错误: 您的系统未安装 sudo因此无法进行该项操作。",
"SystemdCheckError": "不支持此系统:未找到 systemctl 命令"
},
"en_US": {
"locale": "en_US",
"script": "install_en.sh",
"ErrorFetchScript": "Script failed to get, please check if the network can link",
"ErrorObtainVersion": "Fail to obtain %s version, please check if the network can link",
"DoNotEdit": "# Generated by nezhahq/scriptgen. DO NOT EDIT",
"SudoError": "ERROR: sudo is not installed on the system, the action cannot be proceeded.",
"SystemdCheckError": "System not supported: systemctl not found",
"GeoInfo": "According to the information provided by various geoip api, the current IP may be in China",
"PromptMirror": "Will the installation be done with a Chinese Mirror? [Y/n] (Custom Mirror Input 3): ",
"UseCustomMirror": "Use Custom Mirror",
"PromptCustomImage": "Please enter a custom image (e.g. :dn-dao-github-mirror.daocloud.io). If left blank, it won't be used: ",
"UseChineseMirror": "Use Chinese Mirror",
"NoUseChineseMirror": "Do Not Use Chinese Mirror",
"DockerImageFound": "Docker image with nezha-dashboard repository exists:",
"DockerImageNotFound": "No Docker images with the nezha-dashboard repository were found.",
"SelectInstallMethod": "Select your installation method(Input anything is ok if you are installing agent):",
"PromptSelectVersion": "Please enter [1-2]: ",
"StandaloneInstall": "Standalone",
"ErrorSelectVersion": "Please enter the correct number [1-2]",
"UpdateScript": "Update Script",
"UpdateScriptInfo": "The current latest version is:",
"ExecuteScriptInfo": "Execute new script after 3s",
"BeforeShowMenu": "Press Enter to return to the main menu",
"InstallDashboard": "Install Dashboard",
"InstallDashboardInfo": "You may have already installed the dashboard, repeated installation will overwrite the data, please pay attention to backup.",
"PromptInstallDashboard": "Exit the installation? [Y/n]",
"ContinueInstallation": "Continue.",
"ExitInstallation": "Exit the installation.",
"InstallDockerInfo": "Installing Docker",
"InstallDockerSuccess": "Docker installed successfully",
"SELinuxInfo": "SELinux running, closing now!",
"InstallAgent": "Install Agent",
"ObtainAgentVersion": "Obtaining Agent version number",
"CurrentVersionInfo": "The current latest version is:",
"DownloadAgent": "Downloading Agent",
"ErrorDownloadAgent": "Fail to download agent, please check if the network can link",
"ModifyConfiguration": "Modify %s Configuration",
"SuccessModifyConfig": "%s configuration modified successfully, please wait for agent self-restart to take effect",
"ModifyAgentConfInfo": "Please add Agent in the Dashboard first, record the secret",
"PromptModifyAgent_1": "Please enter a domain that resolves to the IP where Dashboard is located (no CDN): ",
"PromptModifyAgent_2": "Please enter Dashboard RPC port (default 5555): ",
"PromptModifyAgent_3": "Please enter the Agent secret: ",
"PromptModifyAgent_4": "Do you want to enable SSL/TLS encryption for the gRPC port (--tls)? Press [y] if yes, the default is not required, and users can press Enter to skip if you don't understand: ",
"ErrorModifyAgent": "All options cannot be empty",
"DownloadDockerScript": "Download Docker Script",
"ErrorCheckDocker": "Please install docker-compose manually."
}
}