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

15 lines
282 B
JSON
Raw Normal View History

2022-07-13 00:27:34 +00:00
{
"config": {
"error": {
"unknown_error": "Erro inesperado"
},
"step": {
"user": {
"data": {
"name": "Nome",
"port": "Porta"
}
}
}
}
}