core/homeassistant/components/minecraft_server/strings.json

59 lines
1.4 KiB
JSON

{
"config": {
"step": {
"user": {
"data": {
"address": "Server address"
},
"data_description": {
"address": "The hostname, IP address or SRV record of your Minecraft server, optionally including the port."
},
"title": "Link your Minecraft Server",
"description": "Set up your Minecraft Server instance to allow monitoring."
}
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
},
"error": {
"cannot_connect": "Failed to connect to server. Please check the address and try again. If a port was provided, it must be within a valid range. If you are running a Minecraft Java Edition server, ensure that it is at least version 1.7."
}
},
"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"
},
"game_mode": {
"name": "Game mode"
},
"map_name": {
"name": "Map name"
},
"edition": {
"name": "Edition"
}
}
}
}