2022-02-08 09:27:11 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"data": {
|
|
|
|
"name": "[%key:common::config_flow::data::name%]",
|
|
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
|
|
"port": "[%key:common::config_flow::data::port%]"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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.",
|
2022-02-08 19:42:55 +00:00
|
|
|
"invalid_game_name": "The api of the game you are trying to connect to is not a FiveM game.",
|
|
|
|
"unknown_error": "[%key:common::config_flow::error::unknown%]"
|
2022-02-08 09:27:11 +00:00
|
|
|
},
|
|
|
|
"abort": {
|
2022-02-08 19:42:55 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
2022-02-08 09:27:11 +00:00
|
|
|
}
|
|
|
|
}
|
2022-03-30 08:35:30 +00:00
|
|
|
}
|