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/cs/dashboard.php
Normal file
42
resources/lang/cs/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' => 'Welcome to your account!',
|
||||
'dashboard_blank_description' => 'Monica is the place to organize all the interactions you have with the people you care about.',
|
||||
'dashboard_blank_cta' => 'Add your first contact',
|
||||
'dashboard_blank_illustration' => 'Illustration by <a href=":url">Freepik</a>',
|
||||
|
||||
'notes_title' => 'You don’t have any starred notes yet.',
|
||||
|
||||
'tab_recent_calls' => 'Recent calls',
|
||||
'tab_favorite_notes' => 'Favorite notes',
|
||||
'tab_calls_blank' => 'You haven’t logged any calls yet.',
|
||||
'tab_debts' => 'Debts',
|
||||
'tab_debts_blank' => 'You haven’t logged any debts yet.',
|
||||
'tab_tasks' => 'Tasks',
|
||||
'tab_tasks_blank' => 'You haven’t any tasks yet.',
|
||||
|
||||
'tasks_add_task_placeholder' => 'What is this task about?',
|
||||
'tasks_tab_your_contacts' => 'Tasks related to your contacts',
|
||||
'tasks_tab_your_tasks' => 'Your tasks',
|
||||
'tasks_add_note' => 'Press <kbd>Enter</kbd> to add the task.',
|
||||
'task_add_cta' => 'Add a task',
|
||||
|
||||
'debts_you_owe' => 'You owe',
|
||||
|
||||
'statistics_contacts' => 'Kontaktů',
|
||||
'statistics_activities' => 'Aktivit',
|
||||
'statistics_gifts' => 'Dárků',
|
||||
|
||||
'reminders_next_months' => 'Events in the next 3 months',
|
||||
'reminders_none' => 'No reminders for this month.',
|
||||
|
||||
'product_changes' => 'Product changes',
|
||||
'product_view_details' => 'View details',
|
||||
];
|
||||
Reference in New Issue
Block a user