diff --git a/custom_components/harvest_time_tracker/translations/pt.json b/custom_components/harvest_time_tracker/translations/pt.json new file mode 100644 index 0000000..00280eb --- /dev/null +++ b/custom_components/harvest_time_tracker/translations/pt.json @@ -0,0 +1,31 @@ +{ + "title": "Monitor de tempo de colheita", + "config": { + "step": { + "user": { + "description": "Configurar as tuas informações sobre a tua conta - https://id.getharvest.com/developers", + "data": { + "api_key": "Token de acesso pessoal", + "account_id": "Identificador de conta" + } + } + }, + "error": {} + }, + "options": { + "step": { + "user": { + "title": "Atualizar informações de conta", + "description": "Atualizar as tuas informações - https://id.getharvest.com/developers", + "data": { + "api_key": "Token de acesso pessoal", + "account_id": "Identificador de conta" + } + } + }, + "error": {} + }, + "issues": { + + } +}