Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit 9753766

Browse files
authored
Merge pull request #42 from ViPeR5000/main
Add portuguese translation
2 parents 18f98bc + 1a93224 commit 9753766

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"config": {
3+
"abort": {
4+
"already_configured": "Equipamento já se encontra configurado",
5+
"existing_instance_updated": "Atualizada a atual configuração."
6+
},
7+
"error": {
8+
"cannot_connect": "Falha na ligação",
9+
"invalid_auth": "Invalida autenticação",
10+
"unknown": "Erro inesperado"
11+
},
12+
"step": {
13+
"user": {
14+
"description": "Insira a informação da instância Uptime Kuma:",
15+
"data": {
16+
"host": "host/URL",
17+
"password": "Password",
18+
"port": "Porta",
19+
"username": "Utilizado",
20+
"verify_ssl": "Verifica o certificado SSL"
21+
}
22+
}
23+
}
24+
}
25+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"state": {
3+
"uptimerobot__monitor_status": {
4+
"down": "Desligado",
5+
"up": "Ligado"
6+
}
7+
}
8+
}

0 commit comments

Comments
 (0)