"embarassing":"Oh my, well, this is embarrassing.",
"error":"Error!"
},
"404":{
"contact":"Contact Crafty Control Support via Discord",
"unableToFind":"We were unable to find the page you are looking for. Please try again, or go back and refresh.",
"notFound":"Page Not Found"
},
"footer":{
"version":"Version",
"copyright":"Copyright",
"allRightsReserved":"All rights reserved"
},
"sidebar":{
"dashboard":"Dashboard",
"servers":"Servers",
"documentation":"Documentation",
"credits":"Credits",
"contribute":"Contribute",
"newServer":"Create New Server",
"navigation":"Navigation"
},
"serverWizard":{
"newServer":"Create New Server",
"importServer":"Import an Existing Server",
"importZip":"Import from a Zip File",
"serverName":"Server Name",
"serverPath":"Server Path",
"serverType":"Server Type",
"absoluteServerPath":"Absolute path to your server",
"serverJar":"Server Jarfile",
"minMem":"Minimum Memory",
"maxMem":"Maximum Memory",
"serverPort":"Server Port",
"defaultPort":"25565 default",
"sizeInGB":"Size in GB",
"zipPath":"Server Path",
"absoluteZipPath":"Absolute path to your server",
"resetForm":"Reset Form",
"importServerButton":"Import Server!",
"buildServer":"Build Server!",
"quickSettings":"Quick Settings",
"quickSettingsDescription":"Don't worry, you can change these later",
"myNewServer":"My New Server",
"bePatient":"Please be patient as we ' + (importing ? 'import' : 'download') + ' the server",
"importing":"Importing Server...",
"downloading":"Downloading Server..."
},
"dashboard":{
"dashboard":"Dashboard",
"memUsage":"Memory Usage",
"cpuUsage":"CPU Usage",
"host":"Host",
"players":"Players",
"backups":"Backups",
"newServer":"Create New Server",
"allServers":"All Servers",
"server":"Server",
"actions":"Actions",
"world":"World",
"status":"Status",
"online":"Online",
"offline":"Offline",
"lastBackup":"Last:",
"nextBackup":"Next:",
"servers":"Servers",
"cannotSeeOnMobile":"Can't see everything on mobile?",
"cannotSeeOnMobile2":"Try scrolling the table sideways.",
"max":"Max",
"avg":"Avg",
"bePatientStart":"Please be patient while we start the server.<br /> This screen will refresh in a moment",
"bePatientStop":"Please be patient while we stop the server.<br /> This screen will refresh in a moment",
"bePatientRestart":"Please be patient while we restart the server.<br /> This screen will refresh in a moment",
"bePatientClone":"Please be patient while we clone the server.<br /> This screen will refresh in a moment",
"sendingCommand":"Sending your command",
"cpuCurFreq":"CPU Current Clock",
"cpuMaxFreq":"CPU Maximum Clock",
"cpuCores":"CPU Cores"
},
"accessDenied":{
"accessDenied":"Access Denied",
"noAccess":"You do not have access to this resource",
"contactAdmin":"Contact your server administrator for access to this resource, or if you think you should have access to this resource, contact support.",
"contact":"Contact Crafty Control Support via Discord"
"serverExecutionCommandDesc":"What will be launched in a hidden terminal",
"serverStopCommand":"Server Stop Command",
"serverStopCommandDesc":"Command to send the program to stop it",
"serverAutostartDelay":"Server Autostart Delay",
"serverAutostartDelayDesc":"Delay before auto starting (If enabled below)",
"serverIP":"Server IP",
"serverIPDesc":"IP Crafty should connect to for stats (Try a real ip instead of 127.0.0.1 if you have issues)",
"serverPort":"Server Port",
"serverPortDesc":"Port Crafty should connect to for stats",
"removeOldLogsAfter":"Remove Old Logs After",
"removeOldLogsAfterDesc":"How many days will a log file has to be old to get deleted (0 is off)",
"serverAutoStart":"Server Auto Start",
"serverCrashDetection":"Server Crash Detection",
"save":"Save",
"cancel":"Cancel",
"deleteServer":"Delete Server",
"stopBeforeDeleting":"Please stop the server before deleting it"
},
"serverConfigHelp":{
"title":"Server Config Area",
"desc":"Here is where you can change the configuration of your server",
"perms":[
"It is recommended to <code>NOT</code> change the paths of a server managed by Crafty.",
"Changing paths <code>CAN</code> break things, especially on Linux type operating systems where file permissions are more locked down.",
"<br /><br/>",
"If you feel you have to change a where a server is located you may do so as long as you give the \"crafty\" user permission to read / write to the server path.",
"<br />",
"<br />",
"On Linux this is best done by executing the following:<br />",