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' => 'Benvenuto nel tuo account!',
'dashboard_blank_description' => 'Monica è il luogo per organizzare tutte le interazioni che hai con le persone a cui tieni.',
'dashboard_blank_cta' => 'Aggiungi il tuo primo contatto',
'dashboard_blank_illustration' => 'Illustrazione by <a href=":url">Freepik</a>',
'notes_title' => 'Non hai alcuna nota.',
'tab_recent_calls' => 'Chiamate recenti',
'tab_favorite_notes' => 'Note preferite',
'tab_calls_blank' => 'Non hai ancora registrato alcuna chiamata.',
'tab_debts' => 'Debiti',
'tab_debts_blank' => 'Non hai ancora registrato alcun debito.',
'tab_tasks' => 'Promemoria',
'tab_tasks_blank' => 'Non hai ancora alcuna attività.',
'tasks_add_task_placeholder' => 'Cosa vuoi ricordarti?',
'tasks_tab_your_contacts' => 'Promemoria riguardanti i tuoi contatti',
'tasks_tab_your_tasks' => 'I tuoi promemoria',
'tasks_add_note' => 'Premi <kbd>Invio</kbd> per creare il promemoria.',
'task_add_cta' => 'Aggiungi un promemoria',
'debts_you_owe' => 'Devi',
'statistics_contacts' => 'Contatti',
'statistics_activities' => 'Attività',
'statistics_gifts' => 'Regali',
'reminders_next_months' => 'Eventi nei prossimi 3 mesi',
'reminders_none' => 'Nessun promemoria per questo mese.',
'product_changes' => 'Changelog',
'product_view_details' => 'Mostra dettagli',
];