aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorArtur Mancha <joker@nadaradical.com>2021-01-15 23:51:26 +0000
committerWeblate <noreply@weblate.org>2021-01-25 17:04:16 +0000
commit67a0d835683e8ec4121cb7dabfb9b990d513cc6d (patch)
tree77766ae27f6c2c87df254561b13c50c24228e441 /src
parent7c295e1e0f4f2f254ec10b6884f8517de0b73dd4 (diff)
Translated using Weblate (Portuguese)
Currently translated at 48.7% (330 of 677 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/pt/
Diffstat (limited to 'src')
-rw-r--r--src/i18n/pt.json16
1 files changed, 15 insertions, 1 deletions
diff --git a/src/i18n/pt.json b/src/i18n/pt.json
index 1b8694d9..f2e66599 100644
--- a/src/i18n/pt.json
+++ b/src/i18n/pt.json
@@ -406,7 +406,7 @@
"favorite": "Favoritar",
"user_settings": "Configurações do usuário"
},
- "upload":{
+ "upload": {
"error": {
"base": "Falha no envio.",
"file_too_big": "Arquivo grande demais [{filesize}{filesizeunit} / {allowedsize}{allowedsizeunit}]",
@@ -419,5 +419,19 @@
"GiB": "GiB",
"TiB": "TiB"
}
+ },
+ "about": {
+ "mrf": {
+ "simple": {
+ "quarantine": "Quarentena",
+ "reject": "Rejeitar",
+ "accept": "Aceitar"
+ },
+ "keyword": {
+ "replace": "Repor",
+ "reject": "Rejeitar"
+ },
+ "federation": "Federação"
+ }
}
}