Files
CRM/resources/lang/he/mail.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

54 lines
3.2 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 [
'subject_line' => 'תזכורת עבור :contact',
'greetings' => 'היי :username',
'want_reminded_of' => 'רצית שאזכיר לך את :reason',
'for' => 'עבור: :name',
'comment' => 'הערה: :comment',
'footer_contact_info' => 'הוספה, צפייה, השלמה ושינוי מידע על איש הקשר הזה:',
'footer_contact_info2' => 'הצגת הפרופיל של :profile',
'footer_contact_info2_link' => 'הצגת הפרופיל של :name :url',
'notification_subject_line' => 'יש לך אירוע קרב',
'notification_description' => 'בעוד :count ימים (ב־:date), יתרחש האירוע הבא:',
'stay_in_touch_subject_line' => 'לשמור על קשר עם :name',
'stay_in_touch_subject_description' => '{1}ביקשת לקבל תזכורת ליצור קשר עם :name כל יום.|{2}ביקשת לקבל תזכורת ליצור קשר עם :name כל יומיים.|{3,n}ביקשת לקבל תזכורת ליצור קשר עם :name כל :frequency ימים.',
'notifications_whoops' => 'אופס!',
'notifications_hello' => 'שלום!',
'notifications_regards' => 'בברכה',
'notifications_footer' => 'אם נתקלת בבעיה בלחיצה על הכפתור „:actionText”, יש להעתיק ולהדביק את הכתובת שלהלן לתוך הדפדפן שלך: [:actionURL](:actionURL)',
'notifications_rights' => 'כל הזכויות שמורות',
'confirmation_email_title' => 'מוניקה אימות דוא״ל',
'confirmation_email_intro'=> 'כדי לאמת את כתובת הדוא״ל שלך נא ללחוץ על הכפתור שלהלן',
'confirmation_email_button' => 'אימות כתובת דוא״ל',
'confirmation_email_bottom' => 'אם לא יצרת חשבון, לא נדרשות פעולות נוספות.',
'password_reset_title' => 'מוניקה - התראת איפוס ססמה',
'password_reset_intro' => 'הודעה זו נשלחה אליך כי התקבלה בקשה לאיפוס הססמה בחשבונך.',
'password_reset_button' => 'איפוס ססמה',
'password_reset_expiration' => 'קישור זה לאיפוס הססמה יפוג בעוד :count דקות.',
'password_reset_bottom' => 'אם לא ביקשת לאפס את הססמה, לא נדרשות פעולות נוספות.',
'invitation_title' => 'מוניקה קיבלת הזמנה מאת :name',
'invitation_intro' => 'הוזמנת על ידי :name (:email) להשתמש במוניקה, כלי נחמד לניהול קשרים אישיים.',
'invitation_link' => 'כדי לקבל את ההזמנה, יש ללחוץ על הקישור להלן:',
'invitation_button' => 'קבלת ההזמנה',
'invitation_expiration' => 'הקישור יפוג תוך :count ימים.',
'export_title' => 'הייצוא שלך מוכן',
'export_description' => 'ביקשת ייצוא נתונים ב־:date. הוא מוכן כעת להורדה.',
'export_download' => 'הורדת הייצוא',
];