Skip to content

Commit

Permalink
create pt.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ViPeR5000 authored Mar 10, 2023
1 parent 1799a3e commit 1a93224
Showing 1 changed file with 25 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"
}
}
}
}
}

0 comments on commit 1a93224

Please sign in to comment.