LibJF/libjf-web-v0/src/main/resources/assets/libjf-web-v0/lang/en_us.json

13 lines
835 B
JSON

{
"libjf-web-v0.jfconfig.title": "LibJF Web v0",
"libjf-web-v0.jfconfig.serverIp": "Server IP",
"libjf-web-v0.jfconfig.serverIp.tooltip": "The public IP/host name to send to clients",
"libjf-web-v0.jfconfig.port": "Port",
"libjf-web-v0.jfconfig.port.tooltip": "The port to host content on",
"libjf-web-v0.jfconfig.portOverride": "Port Override",
"libjf-web-v0.jfconfig.portOverride.tooltip": "The port to send to clients (for reverse proxies, -1 to disable)",
"libjf-web-v0.jfconfig.maxConnections": "Max. Connections",
"libjf-web-v0.jfconfig.maxConnections.tooltip": "The maximum number of concurrent connections to this server",
"libjf-web-v0.jfconfig.enableFileHost": "Enable File Host",
"libjf-web-v0.jfconfig.enableFileHost.tooltip": "Whether files from config/wwwroot should be hosted as static resources"
}