Files
CRM/resources/lang/fr/dashboard.php
Kroonk a213a1dba0
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
refactor: replace custom CRM with Monica fork
2026-05-22 16:19:55 +02:00

43 lines
1.6 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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 lendroit 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 navez pas encore de note favorite.',
'tab_recent_calls' => 'Appels récents',
'tab_favorite_notes' => 'Notes favorites',
'tab_calls_blank' => 'Vous navez encore enregistré aucun appel.',
'tab_debts' => 'Dettes',
'tab_debts_blank' => 'Vous navez encore enregistré aucune dette.',
'tab_tasks' => 'Tâches',
'tab_tasks_blank' => 'Vous navez 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',
];