aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/pt_BR.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/pt_BR.js')
-rw-r--r--apps/files/l10n/pt_BR.js20
1 files changed, 11 insertions, 9 deletions
diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js
index b9c330b1e4a..8b5647924fd 100644
--- a/apps/files/l10n/pt_BR.js
+++ b/apps/files/l10n/pt_BR.js
@@ -41,7 +41,8 @@ OC.L10N.register(
"Details" : "Detalhes",
"Please select tag(s) to add to the selection" : "Selecione a(s) etiquetas(s) para adicionar à seleção ",
"Apply tag(s) to selection" : "Aplicar as etiqueta(s) a seleção",
- "Select" : "Selecionar",
+ "Select directory \"{dirName}\"" : "Selecione o diretório \"{dirName}\"",
+ "Select file \"{fileName}\"" : "Selecione o arquivo \"{fileName}\"",
"Pending" : "Pendente",
"Unable to determine date" : "Impossível determinar a data",
"This operation is forbidden" : "Esta operação é proibida",
@@ -67,12 +68,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",
@@ -89,12 +90,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",
@@ -210,6 +211,7 @@ OC.L10N.register(
"Deleted shares" : "Compartilhamentos apagados",
"Pending shares" : "Compartilhamentos pendentes",
"Text file" : "Arquivo texto",
- "New text file.txt" : "Novo arquivo.txt"
+ "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;");