core/homeassistant/components/minecraft_server/translations/en.json

22 lines
894 B
JSON

{
"config": {
"abort": {
"already_configured": "Service is already configured"
},
"error": {
"cannot_connect": "Failed to connect to server. Please check the host and port and try again. Also ensure that you are running at least Minecraft version 1.7 on your server.",
"invalid_ip": "IP address is invalid (MAC address could not be determined). Please correct it and try again.",
"invalid_port": "Port must be in range from 1024 to 65535. Please correct it and try again."
},
"step": {
"user": {
"data": {
"host": "Host",
"name": "Name"
},
"description": "Set up your Minecraft Server instance to allow monitoring.",
"title": "Link your Minecraft Server"
}
}
}
}