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' => 'Welkom bij jouw account!',
'dashboard_blank_description' => 'Monica is de plaats om alle interacties met de mensen waar je om geeft te organiseren.',
'dashboard_blank_cta' => 'Voeg je eerste contact toe',
'dashboard_blank_illustration' => 'Illustratie door <a href=":url">Freepik</a>',
'notes_title' => 'Je hebt nog geen notities met een ster.',
'tab_recent_calls' => 'Recente oproepen',
'tab_favorite_notes' => 'Favoriete notities',
'tab_calls_blank' => 'Je hebt nog geen oproepen opgeslagen.',
'tab_debts' => 'Schulden',
'tab_debts_blank' => 'Je hebt nog geen schulden opgegeven.',
'tab_tasks' => 'Taken',
'tab_tasks_blank' => 'Je hebt nog geen taken.',
'tasks_add_task_placeholder' => 'Waar gaat deze taak over?',
'tasks_tab_your_contacts' => 'Taken met betrekking tot je contacten',
'tasks_tab_your_tasks' => 'Jouw taken',
'tasks_add_note' => 'Druk op <kbd>Enter</kbd> om de taak toe te voegen.',
'task_add_cta' => 'Taak toevoegen',
'debts_you_owe' => 'U bent verschuldigd',
'statistics_contacts' => 'Contacten',
'statistics_activities' => 'Activiteiten',
'statistics_gifts' => 'Cadeaus',
'reminders_next_months' => 'Gebeurtenissen de komende 3 maanden',
'reminders_none' => 'Geen herinnering voor deze maand.',
'product_changes' => 'Productwijzigingen',
'product_view_details' => 'Details weergeven',
];