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' => '歡迎登入帳號',
'dashboard_blank_description' => 'Monica 是一個記錄你所有關心的人及與其互動資訊的地方',
'dashboard_blank_cta' => '新增您的第一個聯絡人',
'dashboard_blank_illustration' => '插畫: <a href=":url">Freepik</a>',
'notes_title' => '您還沒有任何便籤。',
'tab_recent_calls' => '最近通話',
'tab_favorite_notes' => '收藏便籤',
'tab_calls_blank' => '您還沒有電話撥打記錄。',
'tab_debts' => '債務',
'tab_debts_blank' => '您還沒有新增債務資訊。',
'tab_tasks' => '任務',
'tab_tasks_blank' => '你還沒有任何任務',
'tasks_add_task_placeholder' => '這個任務是關於什麼的?',
'tasks_tab_your_contacts' => '與任務相關的聯絡人',
'tasks_tab_your_tasks' => '您的任務',
'tasks_add_note' => '按<kbd>回車</kbd>來新增任務',
'task_add_cta' => '新增任務',
'debts_you_owe' => '待還金額',
'statistics_contacts' => '聯絡人',
'statistics_activities' => '活動',
'statistics_gifts' => '禮物',
'reminders_next_months' => '近三個月的活動',
'reminders_none' => '本月尚無提醒事項.',
'product_changes' => '更新日誌',
'product_view_details' => '檢視詳情',
];