From 54ff862d276249f53fc5e34bac543f2102870130 Mon Sep 17 00:00:00 2001 From: CSH-Tech Date: Sun, 30 Nov 2025 12:55:48 +0200 Subject: [PATCH 1/2] Add Hebrew translation --- resources/lang/he/comments.php | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 resources/lang/he/comments.php diff --git a/resources/lang/he/comments.php b/resources/lang/he/comments.php new file mode 100644 index 0000000..b0338df --- /dev/null +++ b/resources/lang/he/comments.php @@ -0,0 +1,33 @@ + 'תגובות', + 'placeholder' => 'הקלד את תגובתך...', + 'no_comments_yet' => 'אין תגובות עדיין.', + + 'user_avatar_alt' => 'תמונת משתמש', + + 'commented_at' => 'הגיב ב :datetime', + 'edited_at' => 'נערך ב :datetime', + 'edited' => 'נערך', + + 'delete_comment_heading' => 'מחק תגובה', + 'delete_comment_body' => 'האם אתה בטוח שברצונך למחוק תגובה זו? לא ניתן לבטל פעולה זו.', + + 'cancel' => 'ביטול', + 'delete' => 'מחק', + 'save' => 'שמור', + 'comment' => 'תגובה', + 'add_reaction' => 'הוסף תגובה', + 'show_more' => 'הצג עוד', + + 'notifications' => 'התראות', + 'unsubscribe' => 'בטל הרשמה', + 'subscribe' => 'הירשם', + 'subscribers' => 'מנויים', + 'more' => 'עוד|עוד', + + 'notification_subscribed' => 'נרשמת לקבלת התראות', + 'notification_unsubscribed' => 'ההרשמה להתראות בוטלה', + 'notification_comment_deleted' => 'התגובה נמחקה', +]; From e4bd3d8ee24b85826e7d995dae0fa0c2e740af56 Mon Sep 17 00:00:00 2001 From: CSH-Tech Date: Sun, 30 Nov 2025 13:53:39 +0200 Subject: [PATCH 2/2] Fix formatting in comments.php file --- resources/lang/he/comments.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lang/he/comments.php b/resources/lang/he/comments.php index b0338df..7e3a73f 100644 --- a/resources/lang/he/comments.php +++ b/resources/lang/he/comments.php @@ -25,9 +25,10 @@ 'unsubscribe' => 'בטל הרשמה', 'subscribe' => 'הירשם', 'subscribers' => 'מנויים', - 'more' => 'עוד|עוד', + 'more' => 'עוד', 'notification_subscribed' => 'נרשמת לקבלת התראות', 'notification_unsubscribed' => 'ההרשמה להתראות בוטלה', 'notification_comment_deleted' => 'התגובה נמחקה', ]; +