diff options
Diffstat (limited to 'apps/files/l10n/pt_BR.js')
-rw-r--r-- | apps/files/l10n/pt_BR.js | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index 518e72c5fa3..55a9cdc34d0 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -82,6 +82,25 @@ OC.L10N.register( "Upload" : "Enviar", "An error occurred while trying to update the tags" : "Ocorreu um erro enquanto tentava atualizar as etiquetas", "File changes" : "Alterações do arquivo", + "Created by {user}" : "Criado por {user}", + "Changed by {user}" : "Modificado por {user}", + "Deleted by {user}" : "Excluído por {user}", + "Restored by {user}" : "Restaurado por {user}", + "Renamed by {user}" : "Renomeado por {user}", + "Moved by {user}" : "Movido por {user}", + "You created {file}" : "Você criou o arquivo {file}", + "{user} created {file}" : "O {user} criou o arquivo {file}", + "{file} was created in a public folder" : "O arquivo {file} foi criado em uma pasta pública", + "You changed {file}" : "Você modificou o arquivo {file}", + "{user} changed {file}" : "O usuário {user} modificou o arquivo {file}", + "You deleted {file}" : "Você excluiu o arquivo {file}", + "{user} deleted {file}" : "O usuário {user} excluiu o arquivo {file}", + "You restored {file}" : "Você restaurou o arquivo {file}", + "{user} restored {file}" : "O usuário {user} restaurou o arquivo {file}", + "You renamed {oldfile} to {newfile}" : "Você renomeou o arquivo antigo {oldfile} para {newfile}", + "{user} renamed {oldfile} to {newfile}" : "O usuário {user} renomeou o arquivo antigo {oldfile} para {newfile}", + "You moved {oldfile} to {newfile}" : "Você moveu o arquivo antigo {oldfile} para {newfile}", + "{user} moved {oldfile} to {newfile}" : "O usuário {user} moveu o arquivo antigo {oldfile} para {newfile}", "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>", "A new file or folder has been <strong>deleted</strong>" : "Um novo arquivo ou pasta foi <strong> deletado </strong>", |