diff options
Diffstat (limited to 'apps/files/l10n/pt_BR.json')
-rw-r--r-- | apps/files/l10n/pt_BR.json | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/apps/files/l10n/pt_BR.json b/apps/files/l10n/pt_BR.json index b7a501550c7..c6f41174687 100644 --- a/apps/files/l10n/pt_BR.json +++ b/apps/files/l10n/pt_BR.json @@ -39,7 +39,8 @@ "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", @@ -65,12 +66,12 @@ "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", @@ -87,12 +88,12 @@ "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", @@ -208,6 +209,7 @@ "Deleted shares" : "Compartilhamentos apagados", "Pending shares" : "Compartilhamentos pendentes", "Text file" : "Arquivo texto", - "New text file.txt" : "Novo arquivo.txt" -},"pluralForm" :"nplurals=2; plural=(n > 1);" + "New text file.txt" : "Novo arquivo.txt", + "Select" : "Selecionar" +},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |