-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #113 from fnasciment0/master
Portuguese translation
- Loading branch information
Showing
2 changed files
with
82 additions
and
0 deletions.
There are no files selected for viewing
41 changes: 41 additions & 0 deletions
41
custom_components/smartthinq_sensors/.translations/pt.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"single_instance_allowed": "Apenas é permitida uma única configuração do SmartThinQ LGE Sensors.", | ||
"no_smartthinq_devices": "Não foram encontrados dispositivos SmartThinQ. Configuração do componente interrompida." | ||
}, | ||
"error": { | ||
"error_url": "Ocorreu um erro a tentar encontrar o endereço do ThinQ.", | ||
"invalid_region": "Formato da região inválido.", | ||
"invalid_language": "Formato do idioma inválido.", | ||
"invalid_url": "URL de redirecionamento inválido. Certifique-se que tem acesso à app ThinQ através do telemóvel. Pode obter ajuda [aqui](https://git.io/JTjid).", | ||
"invalid_credentials": "Credenciais SmartThinQ inválidas." | ||
}, | ||
"step": { | ||
"user": { | ||
"data": { | ||
"region": "Código do país", | ||
"language": "Código do idioma" | ||
}, | ||
"description": "Selecione a localização da sua conta SmartThinQ.", | ||
"title": "Sensores SmartThinQ LGE" | ||
}, | ||
"url": { | ||
"data": { | ||
"login_url": "URL de acesso ao SmartThinQ", | ||
"callback_url": "URL de redirecionamento" | ||
}, | ||
"description": "Usar o URL do primeiro campo para iniciar sessão no SmartThinQ, depois colar no segundo campo o URL para onde foi redirecionado depois da autenticação efectuada. Deixe a sua opinião acerca da configuração [aqui](https://git.io/JU166).", | ||
"title": "SmartThinQ LGE Sensors - Autenticação" | ||
}, | ||
"token": { | ||
"data": { | ||
"token": "Atualizar Token" | ||
}, | ||
"description": "Guarde o token gerado para uso no futuro, depois confirmar para completar a configuração.", | ||
"title": "SmartThinQ LGE Sensors - Actualizar token" | ||
} | ||
}, | ||
"title": "Sensores SmartThinQ LGE" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"single_instance_allowed": "Apenas é permitida uma única configuração do SmartThinQ LGE Sensors.", | ||
"no_smartthinq_devices": "Não foram encontrados dispositivos SmartThinQ. Configuração do componente interrompida." | ||
}, | ||
"error": { | ||
"error_url": "Ocorreu um erro a tentar encontrar o endereço do ThinQ.", | ||
"invalid_region": "Formato da região inválido.", | ||
"invalid_language": "Formato do idioma inválido.", | ||
"invalid_url": "URL de redirecionamento inválido. Certifique-se que tem acesso à app ThinQ através do telemóvel. Pode obter ajuda [aqui](https://git.io/JTjid).", | ||
"invalid_credentials": "Credenciais SmartThinQ inválidas." | ||
}, | ||
"step": { | ||
"user": { | ||
"data": { | ||
"region": "Código do país", | ||
"language": "Código do idioma" | ||
}, | ||
"description": "Selecione a localização da sua conta SmartThinQ.", | ||
"title": "Sensores SmartThinQ LGE" | ||
}, | ||
"url": { | ||
"data": { | ||
"login_url": "URL de acesso ao SmartThinQ", | ||
"callback_url": "URL de redirecionamento" | ||
}, | ||
"description": "Usar o URL do primeiro campo para iniciar sessão no SmartThinQ, depois colar no segundo campo o URL para onde foi redirecionado depois da autenticação efectuada. Deixe a sua opinião acerca da configuração [aqui](https://git.io/JU166).", | ||
"title": "SmartThinQ LGE Sensors - Autenticação" | ||
}, | ||
"token": { | ||
"data": { | ||
"token": "Atualizar Token" | ||
}, | ||
"description": "Guarde o token gerado para uso no futuro, depois confirmar para completar a configuração.", | ||
"title": "SmartThinQ LGE Sensors - Actualizar token" | ||
} | ||
}, | ||
"title": "Sensores SmartThinQ LGE" | ||
} | ||
} |