Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
43 lines
1.6 KiB
PHP
43 lines
1.6 KiB
PHP
<?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',
|
|
];
|