Skip to content

Commit b147fc0

Browse files
committed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 8c106d9 commit b147fc0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

l10n/pt_BR.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ OC.L10N.register(
33
{
44
"PDF viewer" : "Leitor de PDF",
55
"Directly view PDF documents in your Nextcloud. \nAs an added bonus, this app can also display Adobe Illustrator (.ai) files. \nPowered by [pdf.js](https://mozilla.github.io/pdf.js/)" : "Acesse documentos PDF diretamente do seu Nextcloud.\nComo um bônus, este app também pode exibir arquivos do Adobe Illustrator (.ai).\nDesenvolvido com [pdf.js](https://mozilla.github.io/pdf.js/)",
6-
"File upload failed." : "Envio de arquivo falhou."
6+
"File upload failed." : "Envio de arquivo falhou.",
7+
"To view a shared PDF file, the download needs to be allowed for this file share" : "Para visualizar um arquivo PDF compartilhado, o download precisa ser permitido para esse compartilhamento de arquivo"
78
},
89
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

l10n/pt_BR.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{ "translations": {
22
"PDF viewer" : "Leitor de PDF",
33
"Directly view PDF documents in your Nextcloud. \nAs an added bonus, this app can also display Adobe Illustrator (.ai) files. \nPowered by [pdf.js](https://mozilla.github.io/pdf.js/)" : "Acesse documentos PDF diretamente do seu Nextcloud.\nComo um bônus, este app também pode exibir arquivos do Adobe Illustrator (.ai).\nDesenvolvido com [pdf.js](https://mozilla.github.io/pdf.js/)",
4-
"File upload failed." : "Envio de arquivo falhou."
4+
"File upload failed." : "Envio de arquivo falhou.",
5+
"To view a shared PDF file, the download needs to be allowed for this file share" : "Para visualizar um arquivo PDF compartilhado, o download precisa ser permitido para esse compartilhamento de arquivo"
56
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
67
}

0 commit comments

Comments
 (0)