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

21 lines
683 B
JSON
Raw Normal View History

2022-02-09 00:23:56 +00:00
{
"config": {
"abort": {
2022-02-10 00:15:56 +00:00
"already_configured": "Teenus on juba seadistatud"
2022-02-09 00:23:56 +00:00
},
"error": {
"cannot_connect": "\u00dchendamine eba\u00f5nnestus. Kontrolli hosti ja porti ning proovi uuesti. Veendu, et kasutad uusimat FiveM-i serverit.",
2022-02-10 00:15:56 +00:00
"invalid_game_name": "M\u00e4ngu API, millega proovid \u00fchendust luua, ei ole FiveM-m\u00e4ng.",
"unknown_error": "Ootamatu t\u00f5rge"
2022-02-09 00:23:56 +00:00
},
"step": {
"user": {
"data": {
"host": "Host",
"name": "Nimi",
"port": "Port"
}
}
}
}
}