1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00
Files
core/homeassistant/components/fivem/strings.json
2025-10-28 10:33:10 +01:00

43 lines
1.1 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
},
"error": {
"cannot_connect": "Failed to connect. Please check the host and port and try again. Also ensure that you are running the latest FiveM server.",
"invalid_game_name": "The API of the game you are trying to connect to is not a FiveM game.",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]",
"name": "[%key:common::config_flow::data::name%]",
"port": "[%key:common::config_flow::data::port%]"
},
"data_description": {
"host": "The hostname or IP address of your FiveM server."
}
}
}
},
"entity": {
"binary_sensor": {
"status": {
"name": "Status"
}
},
"sensor": {
"max_players": {
"name": "Players max"
},
"online_players": {
"name": "Players online"
},
"resources": {
"name": "Resources"
}
}
}
}