aboutsummaryrefslogtreecommitdiffstats
path: root/src/_locales/pt
diff options
context:
space:
mode:
Diffstat (limited to 'src/_locales/pt')
-rw-r--r--src/_locales/pt/messages.json111
1 files changed, 111 insertions, 0 deletions
diff --git a/src/_locales/pt/messages.json b/src/_locales/pt/messages.json
new file mode 100644
index 00000000..1d969066
--- /dev/null
+++ b/src/_locales/pt/messages.json
@@ -0,0 +1,111 @@
+{
+ "extensionName": {
+ "message": "LibRedirect",
+ "description": "name of the extension"
+ },
+ "extensionDescription": {
+ "message": "Uma extensão para os navegadores de Internet que redireciona sites populares para interfaces gráficas e interfaces de textos alternativas e amigáveis que respeitam a privacidade",
+ "description": "description of the extension"
+ },
+ "switchInstance": {
+ "message": "Trocar de instância",
+ "description": "used in manifest.json as shortcut description"
+ },
+ "settings": {
+ "message": "Configurações",
+ "description": "used in the popup"
+ },
+ "general": {
+ "message": "Geral",
+ "description": "used in the settings page"
+ },
+ "theme": {
+ "message": "Tema",
+ "description": "used in the settings page"
+ },
+ "light": {
+ "message": "Claro",
+ "description": "used in the settings page"
+ },
+ "dark": {
+ "message": "Escuro",
+ "description": "used in the settings page"
+ },
+ "auto": {
+ "message": "Auto",
+ "description": "used in the settings page"
+ },
+ "excludeFromRedirecting": {
+ "message": "Excluded from redirecting",
+ "description": "used in the settings page"
+ },
+ "updateInstances": {
+ "message": "Atualizar as instâncias",
+ "description": "used in the settings page"
+ },
+ "importSettings": {
+ "message": "Importar configurações",
+ "description": "used in the settings page"
+ },
+ "exportSettings": {
+ "message": "Exportar configurações",
+ "description": "used in the settings page"
+ },
+ "resetSettings": {
+ "message": "Repor configurações",
+ "description": "used in the settings page"
+ },
+ "enable": {
+ "message": "Ativar",
+ "description": "used in the settings page"
+ },
+ "showInPopup": {
+ "message": "Show in popup",
+ "description": "used in the settings page"
+ },
+ "frontend": {
+ "message": "Interface",
+ "description": "used in the settings page"
+ },
+ "searchNote": {
+ "message": "Nota: utilize a pesquisa do LibRedirect com todo o seu potencial para torná-lo o seu motor de busca padrão.",
+ "description": "used in the settings page"
+ },
+ "redirectType": {
+ "message": "Tipo de redirecionamento",
+ "description": "used in the settings page"
+ },
+ "both": {
+ "message": "ambos",
+ "description": "used in the settings page"
+ },
+ "onlyEmbedded": {
+ "message": "só embutidos",
+ "description": "used in the settings page"
+ },
+ "onlyNotEmbedded": {
+ "message": "apenas os não embutidos",
+ "description": "used in the settings page"
+ },
+ "addYourFavoriteInstances": {
+ "message": "Add your favorite instances",
+ "description": "used in the settings page"
+ },
+ "copyRaw": {
+ "message": "Copiar URL original"
+ },
+ "copied": {
+ "message": "Copiado"
+ },
+ "redirectToOriginal": {
+ "message": "Redirect to original",
+ "description": "Used in context menus when right clicking on a page/tab"
+ },
+ "redirectLink": {
+ "message": "Tentar redirecionar esta hiperligação",
+ "description": "Used in context menus when right clicking on a hyperlink"
+ },
+ "about": {
+ "message": "About"
+ }
+} \ No newline at end of file