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,38 @@
<?php
/**
* ⚠️ Editing not allowed except for 'en' language.
*
* @see https://github.com/monicahq/monica/blob/main/docs/contribute/translate.md for translations.
*/
return [
'journal_rate' => 'איך עבר עליך היום? ניתן לדרג פעם ביום.',
'journal_come_back' => 'תודה. מזמינים אותך לדרג את יומך גם מחר.',
'journal_description' => 'לתשומת לבך: ביומן מופיעים רשומות ידניות לצד רשומות אוטומטיות כגון פעילויות שקיימת עם אנשי הקשר שלך. בעוד שניתן למחוק רשומות ביומן ידנית, יהיה עליך למחוק את הפעילות ישירות בעמוד של איש הקשר.',
'journal_add' => 'הוספת רשומה ביומן',
'journal_edit' => 'עריכת רשומה ביומן',
'journal_empty' => 'יומן ריק',
'journal_created_at' => 'נוצר ב־{date}',
'journal_created_automatically' => 'נוצרה אוטומטית',
'journal_entry_type_journal' => 'רשומה ביומן',
'journal_entry_type_activity' => 'פעילות',
'journal_entry_rate' => 'דירגת את היום שלך.',
'journal_add_comment' => 'מעניין אותך להוסיף הערה (רשות)?',
'journal_show_comment' => 'הצגת הערה',
'entry_delete_success' => 'הרשומה ביומן נמחקה בהצלחה.',
'journal_add_title' => 'כותרת (רשות)',
'journal_add_date' => 'תאריך',
'journal_add_post' => 'רשומה',
'journal_add_cta' => 'שמירה',
'journal_blank_cta' => 'ניתן להוסיף את רשומת היומן הראשונה שלך',
'journal_blank_description' => 'היומן מאפשר לך לכתוב אירועים שעברו עליך ולזכור אותם.',
'delete_confirmation' => 'למחוק את הרשומה הזאת ביומן?',
'apply_filter' => 'Apply filter',
'start_date' => 'Start Date',
'end_date' => 'End Date',
'per_page' => 'Per Page',
'sort_order' => 'Sort By Created At',
'ascending' => 'Ascending',
'descending' => 'Descending',
];