refactor: replace custom CRM with Monica fork
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
This commit is contained in:
42
resources/lang/fr/dashboard.php
Normal file
42
resources/lang/fr/dashboard.php
Normal 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' => 'Bienvenue chez vous !',
|
||||
'dashboard_blank_description' => 'Monica est l’endroit pour organiser toutes les interactions que vous avez avec ceux qui vous sont chers.',
|
||||
'dashboard_blank_cta' => 'Ajoutez votre premier contact',
|
||||
'dashboard_blank_illustration' => 'Illustration par <a href=":url">Freepik</a>',
|
||||
|
||||
'notes_title' => 'Vous n’avez pas encore de note favorite.',
|
||||
|
||||
'tab_recent_calls' => 'Appels récents',
|
||||
'tab_favorite_notes' => 'Notes favorites',
|
||||
'tab_calls_blank' => 'Vous n’avez encore enregistré aucun appel.',
|
||||
'tab_debts' => 'Dettes',
|
||||
'tab_debts_blank' => 'Vous n’avez encore enregistré aucune dette.',
|
||||
'tab_tasks' => 'Tâches',
|
||||
'tab_tasks_blank' => 'Vous n’avez encore aucune tâche.',
|
||||
|
||||
'tasks_add_task_placeholder' => 'En quoi consiste cette tâche ?',
|
||||
'tasks_tab_your_contacts' => 'Tâches liées à vos contacts',
|
||||
'tasks_tab_your_tasks' => 'Vos tâches',
|
||||
'tasks_add_note' => 'Appuyez sur <kbd>Entrée</kbd> pour ajouter la tâche.',
|
||||
'task_add_cta' => 'Ajouter une tâche',
|
||||
|
||||
'debts_you_owe' => 'Vous devez',
|
||||
|
||||
'statistics_contacts' => 'Contacts',
|
||||
'statistics_activities' => 'Activités',
|
||||
'statistics_gifts' => 'Cadeaux',
|
||||
|
||||
'reminders_next_months' => 'Évènements dans les 3 prochains mois',
|
||||
'reminders_none' => 'Aucun rappel pour ce mois-ci.',
|
||||
|
||||
'product_changes' => 'Évolutions du produit',
|
||||
'product_view_details' => 'Afficher les détails',
|
||||
];
|
||||
Reference in New Issue
Block a user