Skip to content

Commit 5da7006

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 017f658 commit 5da7006

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

l10n/pt_PT.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ OC.L10N.register(
22
"files_zip",
33
{
44
"Compress to Zip" : "Compactar como Zip",
5+
"A Zip archive will be created" : "Um arquivo ZIP será criado",
56
"The file is larger than the configured limit and it could not be compressed" : "O arquivo é maior do que o limite configurado e não pôde ser compactado",
67
"An error happened when trying to compress the file" : "Ocorreu um erro ao tentar compactar o arquivo",
78
"Zipper" : "Zipper",
@@ -10,8 +11,10 @@ OC.L10N.register(
1011
"Zip files in your Nextcloud" : "Compactar arquivos em seu Nextcloud como Zip",
1112
"Allow zipping files directly in your Nextcloud!" : "Permite compactar arquivos diretamente em seu Nextcloud como Zip!",
1213
"Compress" : "Compactar",
14+
"The file will be compressed in the background. Once finished you will receive a notification and the file is located in the current directory." : "O arquivo será compactado em segundo plano. Ao terminar, você receberá uma notificação e o arquivo estará localizado no diretório atual.",
1315
"Archive file name" : "Nome do arquivo compactado",
1416
"Archive" : "Arquivar",
17+
"An error happened when trying to compress the file." : "Ocorreu um erro ao tentar compactar o arquivo.",
1518
"Only files up to {maxSize} can be compressed." : "Somente arquivos de até {maxSize} podem ser compactados."
1619
},
1720
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

l10n/pt_PT.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{ "translations": {
22
"Compress to Zip" : "Compactar como Zip",
3+
"A Zip archive will be created" : "Um arquivo ZIP será criado",
34
"The file is larger than the configured limit and it could not be compressed" : "O arquivo é maior do que o limite configurado e não pôde ser compactado",
45
"An error happened when trying to compress the file" : "Ocorreu um erro ao tentar compactar o arquivo",
56
"Zipper" : "Zipper",
@@ -8,8 +9,10 @@
89
"Zip files in your Nextcloud" : "Compactar arquivos em seu Nextcloud como Zip",
910
"Allow zipping files directly in your Nextcloud!" : "Permite compactar arquivos diretamente em seu Nextcloud como Zip!",
1011
"Compress" : "Compactar",
12+
"The file will be compressed in the background. Once finished you will receive a notification and the file is located in the current directory." : "O arquivo será compactado em segundo plano. Ao terminar, você receberá uma notificação e o arquivo estará localizado no diretório atual.",
1113
"Archive file name" : "Nome do arquivo compactado",
1214
"Archive" : "Arquivar",
15+
"An error happened when trying to compress the file." : "Ocorreu um erro ao tentar compactar o arquivo.",
1316
"Only files up to {maxSize} can be compressed." : "Somente arquivos de até {maxSize} podem ser compactados."
1417
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
1518
}

0 commit comments

Comments
 (0)