-
-
Notifications
You must be signed in to change notification settings - Fork 145
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 #205 from matribeiro15/main
Add Brazilian Portuguese
- Loading branch information
Showing
3 changed files
with
61 additions
and
2 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
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 |
---|---|---|
|
@@ -42,5 +42,9 @@ | |
{ | ||
"code": "ko", | ||
"name": "한국어" | ||
}, | ||
{ | ||
"code": "pt-BR", | ||
"name": "Português Brasileiro" | ||
} | ||
] |
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,55 @@ | ||
{ | ||
"14 Days": "14 Dias", | ||
"30 Days": "30 Dias", | ||
"60 Days": "60 Dias", | ||
"7 Days": "7 Dias", | ||
"90 Days": "90 Dias", | ||
"Availability per Component": "Disponibilidade por Componente", | ||
"Back": "Voltar", | ||
"Badge": "Emblema", | ||
"Badge Copied": "Emblema Copiado", | ||
"Code Copied": "Código Copiado", | ||
"Copy Code": "Copiar Código", | ||
"Copy Link": "Copiar Link", | ||
"Dark": "Escuro", | ||
"Days": "Dias", | ||
"DEGRADED": "FALHA", | ||
"DOWN": "INDISPONÍVEL", | ||
"Embed": "Incorporar", | ||
"Embed this monitor using <script> or <iframe> in your app.": "Incorporar este monitor ao seu aplicativo utilizando <script> ou <iframe>.", | ||
"Get SVG badge for this monitor": "Obter emblema SVG deste monitor", | ||
"Get a LIVE Status for this monitor": "Obter indicador de status AO VIVO", | ||
"IDENTIFIED": "IDENTIFICADO", | ||
"Incident Updates": "Atualizações do Incidente", | ||
"INVESTIGATING": "INVESTIGANDO", | ||
"Lasted for about %lastedFor": "Durou aproximadamente %lastedFor", | ||
"Light": "Claro", | ||
"Link Copied": "Link Copiado", | ||
"LIVE Status": "Status AO VIVO", | ||
"Mode": "Modo", | ||
"MONITORING": "MONITORANDO", | ||
"No Data": "Sem dados", | ||
"No Incidents": "Sem Incidentes", | ||
"No Incident On %date": "Nenhum incidente em %date", | ||
"No Monitor Found": "Nenhum monitor encontrado", | ||
"No Updates Yet": "Nenhuma atualização ainda", | ||
"Ongoing Incidents": "Incidentes em Andamento", | ||
"Pinging": "Animado", | ||
"Recent Incidents": "Incidentes Recentes", | ||
"RESOLVED": "RESOLVIDO", | ||
"Share": "Compartilhar", | ||
"Share this monitor using a link with others": "Compartilhar este monitor através do link", | ||
"Standard": "Padrão", | ||
"Started about %startedAt ago, lasted for about %lastedFor": "Iniciado há cerca de %startedAt e durou aproximadamente %lastedFor", | ||
"Started about %startedAt ago, still ongoing": "Iniciado há cerca de %startedAt, ainda em andamento", | ||
"Starts in %startedAt": "Inicia em %startedAt", | ||
"Starts in %startedAt, will last for about %lastedFor": "Inícia em %startedAt, com duração de aproximadamente %lastedFor", | ||
"Status": "Status", | ||
"Status OK": "Status OK", | ||
"Theme": "Tema", | ||
"Today": "Hoje", | ||
"UP": "OPERACIONAL", | ||
"Updates": "Atualizações", | ||
"Uptime": "Tempo de Atividade", | ||
"%status for %duration": "%status por %duration" | ||
} |