Skip to content

Commit

Permalink
Create pt.json (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViPeR5000 authored Sep 23, 2024
1 parent 4fa35ea commit 8becce0
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions custom_components/gasbuddy/translations/pt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"config": {
"error": {
"station_id": "ID de estação inválido"
},
"step": {
"user": {
"description": "Por favor, selecione manualmente o ID da estação ou pesquise por uma estação.",
"menu_options": {
"manual": "Inserir ID da estação manualmente",
"search": "Pesquisar por uma estação próxima"
}
},
"manual": {
"description": "Por favor, insira o ID da estação",
"data": {
"station_id": "ID da Estação"
}
},
"search": {
"description": "Pesquisar pela localização GPS configurada ou pelo Código Postal",
"menu_options": {
"home": "Usar coordenadas configuradas no Home Assistant",
"postal": "Usar código postal (CEP)"
}
},
"home": {
"description": "Por favor, selecione uma estação",
"data": {
"station_id": "Estação"
}
},
"postal": {
"description": "Por favor, insira um código postal (CEP)",
"data": {
"zipcode": "Código Postal (CEP)"
}
},
"postal_list": {
"description": "Por favor, selecione uma estação",
"data": {
"station_id": "Estação"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"interval": "Intervalo de consulta",
"uom": "Mostrar por litro/galão na unidade de medida"
}
}
}
}
}

0 comments on commit 8becce0

Please sign in to comment.