New meta files

This commit is contained in:
James Cole
2020-06-22 18:02:28 +02:00
parent 4fef316ddd
commit 1a043e35c2
201 changed files with 1090 additions and 5602 deletions

View File

@@ -25,36 +25,36 @@ declare(strict_types=1);
return [
// common items
'greeting' => 'Olá,',
'closing' => 'Beep boop,',
'signature' => 'The Firefly III Mail Robot',
'footer_ps' => 'PS: This message was sent because a request from IP :ipAddress triggered it.',
'closing' => 'Bip Bop,',
'signature' => 'Firefly III Robô de Email',
'footer_ps' => 'PS: Esta mensagem foi enviada porque uma solicitação do IP :ipAddress a ativou.',
// admin test
'admin_test_subject' => 'A test message from your Firefly III installation',
'admin_test_body' => 'This is a test message from your Firefly III instance. It was sent to :email.',
'admin_test_subject' => 'Uma mensagem de teste de sua instalação do Firefly III',
'admin_test_body' => 'Essa é uma mensagem de teste de sua instância do Firefly III. Foi enviada para :email.',
// access token created
'access_token_created_subject' => 'A new access token was created',
'access_token_created_body' => 'Somebody (hopefully you) just created a new Firefly III API Access Token for your user account.',
'access_token_created_explanation' => 'With this token, they can access <strong>all</strong> of your financial records through the Firefly III API.',
'access_token_created_revoke' => 'If this wasn\'t you, please revoke this token as soon as possible at :url.',
'access_token_created_subject' => 'Um novo token de acesso foi criado',
'access_token_created_body' => 'Alguém (esperamos que você) acabou de criar um novo token de acesso a API do Firefly III, para sua conta.',
'access_token_created_explanation' => 'Com esse token, eles podem acessar <strong>todos</strong> os seus registros financeiros através da API do Firefly III.',
'access_token_created_revoke' => 'Se não foi você, favor revogue este token o mais rápido possível em :url.',
// registered
'registered_subject' => 'Bem-vindo(a) ao Firefly III!',
'registered_welcome' => 'Welcome to <a style="color:#337ab7" href=":address">Firefly III</a>. Your registration has made it, and this email is here to confirm it. Yay!',
'registered_pw' => 'If you have forgotten your password already, please reset it using <a style="color:#337ab7" href=":address/password/reset">the password reset tool</a>.',
'registered_help' => 'There is a help-icon in the top right corner of each page. If you need help, click it!',
'registered_doc_html' => 'If you haven\'t already, please read the <a style="color:#337ab7" href="https://docs.firefly-iii.org/about-firefly-iii/grand-theory">grand theory</a>.',
'registered_doc_text' => 'If you haven\'t already, please read the first use guide and the full description.',
'registered_welcome' => 'Bem-vindo ao <a style="color:#337ab7" href=":address">Firefly II</a>. Seu registro foi feito, e este e-mail está aqui para confirmar. Yeah!',
'registered_pw' => 'Se você já esqueceu sua senha, redefina-a usando <a style="color:#337ab7" href=":address/password/reset">a ferramenta de redefinição de senha</a>.',
'registered_help' => 'Há um ícone de ajuda no canto superior direito de cada página. Se você precisar de ajuda, clique nele!',
'registered_doc_html' => 'Se você ainda não o fez, por favor leia a <a style="color:#337ab7" href="https://docs.firefly-iii.org/about-firefly-iii/grand-theory">grande teoria</a>.',
'registered_doc_text' => 'Se você ainda não o fez, por favor leia o guia de primeiro uso e a descrição completa.',
'registered_closing' => 'Aproveite!',
'registered_firefly_iii_link' => 'Firefly III:',
'registered_pw_reset_link' => 'Redefinição de senha:',
'registered_doc_link' => 'Documentação:',
// email change
'email_change_subject' => 'Your Firefly III email address has changed',
'email_change_body_to_new' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this message, please ignore and delete it.',
'email_change_body_to_old' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this to happen, you <strong>must</strong> follow the "undo"-link below to protect your account!',
'email_change_subject' => 'O seu endereço de email no Firefly III mudou',
'email_change_body_to_new' => 'Você ou alguém com acesso à sua conta Firefly III alterou seu endereço de e-mail. Se não esperava esta mensagem, por favor, ignore e apague-a.',
'email_change_body_to_old' => 'Você ou alguém com acesso à sua conta Firefly III alterou seu endereço de e-mail. Se você não esperava que isso acontecesse, você <strong>deve</strong> seguir o "desfazer" link abaixo para proteger a sua conta!',
'email_change_ignore' => 'If you initiated this change, you may safely ignore this message.',
'email_change_old' => 'The old email address was: :email',
'email_change_old_strong' => 'The old email address was: <strong>:email</strong>',