summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/pt_BR.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-05-24 02:32:52 +0000
committerNextcloud bot <bot@nextcloud.com>2022-05-24 02:32:52 +0000
commit17bdfb12843566dd9b0539584a49f85e0b96dddf (patch)
tree57bf58ed5c3233d25ec1731c78a73b3a431d3524 /apps/files/l10n/pt_BR.js
parent41711988c7dc5c8e2a9147a8cf53d80765f3fca3 (diff)
downloadnextcloud-server-17bdfb12843566dd9b0539584a49f85e0b96dddf.tar.gz
nextcloud-server-17bdfb12843566dd9b0539584a49f85e0b96dddf.zip
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/pt_BR.js')
-rw-r--r--apps/files/l10n/pt_BR.js14
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js
index 51605749467..2086f2da55a 100644
--- a/apps/files/l10n/pt_BR.js
+++ b/apps/files/l10n/pt_BR.js
@@ -66,12 +66,12 @@ OC.L10N.register(
"Name" : "Nome",
"Size" : "Tamanho",
"Modified" : "Modificado",
- "_%n folder_::_%n folders_" : ["%n pasta","%n pastas"],
- "_%n file_::_%n files_" : ["%n arquivo","%n arquivos"],
+ "_%n folder_::_%n folders_" : ["%n pasta","%n pastas","%n pastas"],
+ "_%n file_::_%n files_" : ["%n arquivo","%n arquivos","%n arquivos"],
"{dirs} and {files}" : "{dirs} e {files}",
- "_including %n hidden_::_including %n hidden_" : ["incluindo %n oculto","incluindo %n ocultos"],
+ "_including %n hidden_::_including %n hidden_" : ["incluindo %n oculto","incluindo %n ocultos","incluindo %n ocultos"],
"You don’t have permission to upload or create files here" : "Você não tem permissão para enviar ou criar arquivos aqui",
- "_Uploading %n file_::_Uploading %n files_" : ["Enviando %n arquivo","Enviando %n arquivos"],
+ "_Uploading %n file_::_Uploading %n files_" : ["Enviando %n arquivo","Enviando %n arquivos","Enviando %n arquivos"],
"New" : "Novo",
"Select file range" : "Selecionar o intervalo de arquivos",
"{used} of {quota} used" : "{used} de {quota} usados",
@@ -88,12 +88,12 @@ OC.L10N.register(
"Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "A pasta de grupo \"{mountPoint}\" está quase cheia ({usedSpacePercent}%).",
"External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "O armazenamento externo \"{mountPoint}\" está quase cheio ({usedSpacePercent}%).",
"Your storage is almost full ({usedSpacePercent}%)." : "Seu armazenamento está quase cheio ({usedSpacePercent}%).",
- "_matches \"{filter}\"_::_match \"{filter}\"_" : ["coincide \"{filter}\"","coincide \"{filter}\""],
+ "_matches \"{filter}\"_::_match \"{filter}\"_" : ["coincide \"{filter}\"","coincide \"{filter}\"","coincide \"{filter}\""],
"View in folder" : "Exibir na pasta",
"Copied!" : "Copiado!",
"Copy direct link (only works for users who have access to this file/folder)" : "Copiar link direto (funciona apenas para usuários que tem acesso a este arquivo/pasta)",
"Path" : "Caminho",
- "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
+ "_%n byte_::_%n bytes_" : ["%n byte","%n bytes","%n bytes"],
"Favorited" : "Favoritado",
"Favorite" : "Favorito",
"You can only favorite a single file or folder at a time" : "Você só pode favoritar um único arquivo ou pasta de cada vez",
@@ -212,4 +212,4 @@ OC.L10N.register(
"New text file.txt" : "Novo arquivo.txt",
"Select" : "Selecionar"
},
-"nplurals=2; plural=(n > 1);");
+"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");