diff options
Diffstat (limited to 'apps/files/l10n/pt_BR.js')
-rw-r--r-- | apps/files/l10n/pt_BR.js | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index 9cb9451d5f7..18be77a8adf 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -85,7 +85,7 @@ OC.L10N.register( "Your storage is full, files can not be updated or synced anymore!" : "Seu armazenamento está cheio e arquivos não podem mais ser atualizados ou sincronizados!", "Storage of {owner} is almost full ({usedSpacePercent}%)." : "O armazenamento do {owner} está quase cheio ({usedSpacePercent}%).", "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}%).\n ", + "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 com '{filter}'","coincide com '{filter}'"], "View in folder" : "Exibir na pasta", @@ -115,7 +115,7 @@ OC.L10N.register( "Renamed by {user}" : "Renomeado por {user}", "Moved by {user}" : "Movido por {user}", "\"remote user\"" : "\"usuário remoto\"", - "You created {file}" : "Você criou o arquivo {file}", + "You created {file}" : "Você criou {file}", "You created an encrypted file in {file}" : "Você criou um arquivo criptografado em {file}", "{user} created {file}" : "{user} criou {file}", "{user} created an encrypted file in {file}" : "{user} criou um arquivo criptografado em {file}", @@ -132,8 +132,8 @@ OC.L10N.register( "{user} restored {file}" : "{user} restaurou {file}", "You renamed {oldfile} to {newfile}" : "Você renomeou o arquivo {oldfile} para {newfile}", "{user} renamed {oldfile} to {newfile}" : "{user} renomeou {oldfile} para {newfile}", - "You moved {oldfile} to {newfile}" : "Você moveu o arquivo {oldfile} para {newfile}", - "{user} moved {oldfile} to {newfile}" : "{user} moveu o arquivo {oldfile} para {newfile}", + "You moved {oldfile} to {newfile}" : "Você moveu {oldfile} para {newfile}", + "{user} moved {oldfile} to {newfile}" : "{user} moveu {oldfile} para {newfile}", "A file has been added to or removed from your <strong>favorites</strong>" : "Um arquivo foi adicionado ou excluído de seus <strong>favoritos</strong>", "A file or folder has been <strong>changed</strong>" : "Um arquivo ou pasta foi <strong>modificado</strong>", "A favorite file or folder has been <strong>changed</strong>" : "Um arquivo ou pasta favorita foi <strong>modificado</strong>", @@ -193,6 +193,8 @@ OC.L10N.register( "New text file.txt" : "Novo texto file.txt", "Unshare" : "Descompartilhar", "Storage of {owner} is almost full ({usedSpacePercent}%)" : "O armazenamento do {owner} está quase cheio ({usedSpacePercent}%)", + "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}%)", "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Um arquivo ou pasta foi <strong>alterado</strong> ou <strong>renomeado</strong>", "A new file or folder has been <strong>created</strong>" : "Um novo arquivo ou pasta foi <strong>criado</strong>", |