Skip to content

Commit

Permalink
Added localized pages and strings for Brazilian Portuguese (proginosk…
Browse files Browse the repository at this point in the history
…o#302)

* Added localized pages and strings for Brazilian Portuguese

* Small correction
  • Loading branch information
aug-dev authored Apr 23, 2023
1 parent 46b5d88 commit 5916e17
Show file tree
Hide file tree
Showing 4 changed files with 164 additions and 0 deletions.
34 changes: 34 additions & 0 deletions _locales/pt_BR/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{

"extensionName": {
"message": "LeechBlock NG",
"description": "Nome da extensão."
},

"extensionDescription": {
"message": "LeechBlock é uma simples ferramenta de produtividade feita para bloquear aqueles sites que sugam a produtividade do seu dia de trabalho.",
"description": "Descrição da extensão."
},

"localePath": {
"message": "/pt_BR/",
"description": "Endereço dos arquivos localizados."
},

"optionsMenuItem": { "message": "Opções" },

"lockdownMenuItem": { "message": "Lockdown" },

"overrideMenuItem": { "message": "Suspender" },

"statisticsMenuItem": { "message": "Estatísticas" },

"addSiteMenuItem": { "message": "Adicionar Site" },

"addSiteToBlockSetMenuItem": { "message": "Adicionar Site para Lista de Bloqueio" },

"addPageMenuItem": { "message": "Adicionar Página" },

"addPageToBlockSetMenuItem": { "message": "Adicionar Página para Lista de Bloqueio" }

}
49 changes: 49 additions & 0 deletions pt_BR/blocked.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<!DOCTYPE html>

<html id="lbBlockingPage" lang="en">

<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=0.75, shrink-to-fit=no">
<title>Site Bloqueado</title>
<link rel="shortcut icon" href="/icons/leechblock32.ico" type="image/x-icon">
<link rel="icon" href="/icons/leechblock32.ico" type="image/x-icon">
<link rel="stylesheet" href="/fonts.css" type="text/css">
<link rel="stylesheet" href="/style.css" type="text/css">
<link id="themeLink" rel="stylesheet">
</head>

<body>

<!-- logo -->
<div>
<img src="/images/leechblock_logo.svg" class="logo" alt="LeechBlock logo" title="LeechBlock">
</div>

<!-- warning message -->
<div>
<h1>A página que você está tentando acessar foi bloqueada por <a href="https://www.proginosko.com/leechblock/">LeechBlock</a>.</h1>
</div>

<!-- blocked site info -->
<div>
<a id="lbBlockedURLLink" target="_self"><span id="lbBlockedURL"></span></a>
(<span id="lbBlockedSet">Lista de Bloqueio</span>)
<p id="lbKeywordMatched">Palavra-chave encontrada: <strong><span id="lbKeywordMatch"></span></strong></p>
<p>A página será desbloqueada as: <strong><span id="lbUnblockTime">o fim dos tempos</span></strong></p>
</div>

<!-- support info -->
<div class="support">
LeechBlock sempre será livre de custo para usar, mas se a extensão melhorou
a sua vida de alguma forma, considere apoiar o desenvolvimento <br>
<a href="https://www.paypal.me/JamesNAnderson">fazendo uma contribuição</a> ou
<a href="https://addons.mozilla.org/firefox/addon/leechblock-ng/">escrevendo uma avaliação</a>.
</div>

<script src="/blocked.js"></script>

</body>

</html>
49 changes: 49 additions & 0 deletions pt_BR/delayed.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<!DOCTYPE html>

<html id="lbDelayingPage" lang="en">

<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=0.75, shrink-to-fit=no">
<title>Site Bloqueado</title>
<link rel="shortcut icon" href="/icons/leechblock32.ico" type="image/x-icon">
<link rel="icon" href="/icons/leechblock32.ico" type="image/x-icon">
<link rel="stylesheet" href="/fonts.css" type="text/css">
<link rel="stylesheet" href="/style.css" type="text/css">
<link id="themeLink" rel="stylesheet">
</head>

<body>

<!-- logo -->
<div>
<img src="/images/leechblock_logo.svg" class="logo" alt="LeechBlock logo" title="LeechBlock">
</div>

<!-- warning message -->
<div>
<h1>A página que você está tentando acessar foi bloqueada temporariamente por <a href="https://www.proginosko.com/leechblock/">LeechBlock</a>.</h1>
</div>

<!-- blocked site info -->
<div>
<a id="lbBlockedURLLink" target="_self"><span id="lbBlockedURL"></span></a>
(<span id="lbBlockedSet">Lista de Bloqueio</span>)
<p id="lbKeywordMatched">Palavra-chave encontrada: <strong><span id="lbKeywordMatch"></span></strong></p>
<p id="lbCountdownText">A página será desbloqueada em <strong><span id="lbDelaySeconds">0</span></strong> segundo(s).</p>
</div>

<!-- support info -->
<div class="support">
LeechBlock sempre será livre de custo para usar, mas se a extensão melhorou
a sua vida de alguma forma, considere apoiar o desenvolvimento <br>
<a href="https://www.paypal.me/JamesNAnderson">fazendo uma contribuição</a> ou
<a href="https://addons.mozilla.org/firefox/addon/leechblock-ng/">escrevendo uma avaliação</a>.
</div>

<script src="/blocked.js"></script>

</body>

</html>
32 changes: 32 additions & 0 deletions pt_BR/popup.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>

<html lang="en">

<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>LeechBlock</title>
<link href="/jquery-ui/jquery-ui.min.css" rel="stylesheet">
<link href="/popup.css" rel="stylesheet">
<link href="/icons/leechblock32.ico" rel="icon" type="image/x-icon">
<link href="/icons/leechblock32.ico" rel="shortcut icon" type="image/x-icon">
<link id="themeLink" rel="stylesheet">
</head>

<body>
<p><img width="200" height="35" src="/images/leechblock_logo.svg" class="logo" alt="LeechBlock logo" title="LeechBlock"><p>
<div id="button-container" class="ui-widget">
<button id="options" type="button">Opções</button>
<button id="lockdown" type="button">Lockdown</button>
<button id="override" type="button">Suspender</button>
<button id="stats" type="button">Estatísticas</button>
<br><br>
<button id="cancelOverride" type="button">Cancelar Suspenção</button>
<button id="resetRollover" type="button">Zerar Tempo Acumulado</button>
<button id="discardTime" type="button">Descartar Tempo Restante</button>
</div>
<script src="/popup.js"></script>
</body>

</html>

0 comments on commit 5916e17

Please sign in to comment.