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,42 @@
<?php
/**
* ⚠️ Editing not allowed except for 'en' language.
*
* @see https://github.com/monicahq/monica/blob/main/docs/contribute/translate.md for translations.
*/
return [
'dashboard_blank_title' => 'Velkommen til din konto!',
'dashboard_blank_description' => 'Monica is the place to organize all the interactions you have with the people you care about.',
'dashboard_blank_cta' => 'Tilføj din første kontakt',
'dashboard_blank_illustration' => 'Illustration af <a href=":url">Freepik</a>',
'notes_title' => 'Du har ingen foretrukne noter endnu.',
'tab_recent_calls' => 'Seneste opkald',
'tab_favorite_notes' => 'Foretrukne noter',
'tab_calls_blank' => 'Du har ikke logget nogle opkald endnu.',
'tab_debts' => 'Gæld',
'tab_debts_blank' => 'Du har ikke registreret noget gæld endnu.',
'tab_tasks' => 'Opgaver',
'tab_tasks_blank' => 'Du har ingen opgaver endnu.',
'tasks_add_task_placeholder' => 'Hvad går opgaven ud på?',
'tasks_tab_your_contacts' => 'Opgaver relateret til dine kontakter',
'tasks_tab_your_tasks' => 'Dine opgaver',
'tasks_add_note' => 'Tryk <kbd>Enter</kbd> for at tilføje opgaven.',
'task_add_cta' => 'Tilføj en opgave',
'debts_you_owe' => 'Du skylder',
'statistics_contacts' => 'Kontakter',
'statistics_activities' => 'Aktiviteter',
'statistics_gifts' => 'Gaver',
'reminders_next_months' => 'Begivenheder de næste 3 måneder',
'reminders_none' => 'Ingen påmindelser denne måned.',
'product_changes' => 'Produktændringer',
'product_view_details' => 'Se detaljer',
];