core/homeassistant/components/minecraft_server/strings.json

50 lines
1.3 KiB
JSON

{
"config": {
"step": {
"user": {
"title": "Link your Minecraft Server",
"description": "Set up your Minecraft Server instance to allow monitoring.",
"data": {
"name": "[%key:common::config_flow::data::name%]",
"host": "[%key:common::config_flow::data::host%]"
}
}
},
"error": {
"invalid_port": "Port must be in range from 1024 to 65535. Please correct it and try again.",
"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."
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
}
},
"entity": {
"binary_sensor": {
"status": {
"name": "Status"
}
},
"sensor": {
"version": {
"name": "Version"
},
"protocol_version": {
"name": "Protocol version"
},
"latency": {
"name": "Latency"
},
"players_online": {
"name": "Players online"
},
"players_max": {
"name": "Players max"
},
"motd": {
"name": "World message"
}
}
}
}