refactor: replace custom CRM with Monica fork
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s

This commit is contained in:
Kroonk
2026-05-22 16:19:55 +02:00
parent 38cc4c09ca
commit a213a1dba0
2215 changed files with 242567 additions and 6015 deletions

View File

@@ -0,0 +1,53 @@
<?php
/**
* ⚠️ Editing not allowed except for 'en' language.
*
* @see https://github.com/monicahq/monica/blob/main/docs/contribute/translate.md for translations.
*/
return [
'subject_line' => 'Lembrete para :contact',
'greetings' => 'Olá :username',
'want_reminded_of' => 'You wanted to be reminded of :reason',
'for' => 'Para: :name',
'comment' => 'Comment: :comment',
'footer_contact_info' => 'Adicionar, visualizar, completar e alterar informações sobre este contato:',
'footer_contact_info2' => 'See :names profile',
'footer_contact_info2_link' => 'See :names profile: :url',
'notification_subject_line' => 'Você tem um evento futuro',
'notification_description' => 'Em :count dias (em :date), acontecerá o evento seguinte:',
'stay_in_touch_subject_line' => 'Stay in touch with :name',
'stay_in_touch_subject_description' => 'You asked to be reminded to stay in touch with :name every :frequency day.|You asked to be reminded to stay in touch with :name every :frequency days.',
'notifications_whoops' => 'Oops!',
'notifications_hello' => 'Olá!',
'notifications_regards' => 'Regards',
'notifications_footer' => 'If youre having trouble clicking the ":actionText" button, copy and paste the URL below into your web browser: [:actionURL](:actionURL)',
'notifications_rights' => 'Todos os direitos reservados',
'confirmation_email_title' => 'Monica - Verificação de e-mail',
'confirmation_email_intro'=> 'To validate your email click on the button below',
'confirmation_email_button' => 'Verify email address',
'confirmation_email_bottom' => 'If you did not create an account, no further action is required.',
'password_reset_title' => 'Monica Reset Password Notification',
'password_reset_intro' => 'You are receiving this email because we received a password reset request for your account.',
'password_reset_button' => 'Reset Password',
'password_reset_expiration' => 'This password reset link will expire in :count minutes.',
'password_reset_bottom' => 'If you did not request a password reset, no further action is required.',
'invitation_title' => 'Monica You are invited by :name',
'invitation_intro' => 'Youve been invited by :name (:email) to use Monica, a nice Personal Relationship Management tool.',
'invitation_link' => 'To accept the invitation, click on the link below:',
'invitation_button' => 'Accept invitation',
'invitation_expiration' => 'This link will expire in :count days.',
'export_title' => 'Your export is ready',
'export_description' => 'You requested a data export on :date. It is now ready to download.',
'export_download' => 'Download export',
];