Skip to content

Commit

Permalink
Merge pull request #42 from ViPeR5000/main
Browse files Browse the repository at this point in the history
Add portuguese translation
  • Loading branch information
meichthys authored Mar 10, 2023
2 parents 18f98bc + 1a93224 commit 9753766
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
25 changes: 25 additions & 0 deletions custom_components/uptime_kuma/translations/pt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"config": {
"abort": {
"already_configured": "Equipamento já se encontra configurado",
"existing_instance_updated": "Atualizada a atual configuração."
},
"error": {
"cannot_connect": "Falha na ligação",
"invalid_auth": "Invalida autenticação",
"unknown": "Erro inesperado"
},
"step": {
"user": {
"description": "Insira a informação da instância Uptime Kuma:",
"data": {
"host": "host/URL",
"password": "Password",
"port": "Porta",
"username": "Utilizado",
"verify_ssl": "Verifica o certificado SSL"
}
}
}
}
}
8 changes: 8 additions & 0 deletions custom_components/uptime_kuma/translations/sensor.pt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"state": {
"uptimerobot__monitor_status": {
"down": "Desligado",
"up": "Ligado"
}
}
}

0 comments on commit 9753766

Please sign in to comment.