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

21 lines
676 B
JSON

{
"config": {
"abort": {
"already_configured": "Service is already configured"
},
"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_error": "Unexpected error"
},
"step": {
"user": {
"data": {
"host": "Host",
"name": "Name",
"port": "Port"
}
}
}
}
}