-
Notifications
You must be signed in to change notification settings - Fork 23
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 #42 from ViPeR5000/main
Add portuguese translation
- Loading branch information
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
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,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" | ||
} | ||
} | ||
} | ||
} | ||
} |
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,8 @@ | ||
{ | ||
"state": { | ||
"uptimerobot__monitor_status": { | ||
"down": "Desligado", | ||
"up": "Ligado" | ||
} | ||
} | ||
} |