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

22 lines
894 B
JSON
Raw Normal View History

2020-02-09 00:31:39 +00:00
{
"config": {
"abort": {
2020-10-04 00:05:05 +00:00
"already_configured": "Service is already configured"
2020-02-09 00:31:39 +00:00
},
"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",
2020-04-08 00:08:19 +00:00
"name": "Name"
2020-02-09 00:31:39 +00:00
},
"description": "Set up your Minecraft Server instance to allow monitoring.",
"title": "Link your Minecraft Server"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-02-09 00:31:39 +00:00
}