]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/he/common.php
Added "page_include_parse" theme event
[bookstack] / resources / lang / he / common.php
index 8a6311abdcfdbcd0266c413850dddaff20685a99..512bcf6c3ce7e2883b78094e6e1c57706a7def00 100644 (file)
@@ -20,7 +20,7 @@ return [
     'role' => 'תפקיד',
     'cover_image' => 'תמונת נושא',
     'cover_image_description' => 'התמונה צריכה להיות בסביבות 440x250px',
-    
+
     // Actions
     'actions' => 'פעולות',
     'view' => 'הצג',
@@ -33,20 +33,30 @@ return [
     'copy' => 'העתק',
     'reply' => 'השב',
     'delete' => 'מחק',
-    'delete_confirm' => 'Confirm Deletion',
+    'delete_confirm' => 'אשר מחיקה',
     'search' => 'חיפוש',
     'search_clear' => 'נקה חיפוש',
     'reset' => 'איפוס',
     'remove' => 'הסר',
     'add' => 'הוסף',
-    'fullscreen' => 'Fullscreen',
+    'configure' => 'הגדרות',
+    'fullscreen' => 'מסך מלא',
+    'favourite' => 'מועדף',
+    'unfavourite' => 'בטל מועדף',
+    'next' => 'הבא',
+    'previous' => 'קודם',
+    'filter_active' => 'מסנן פעיל:',
+    'filter_clear' => 'נקה מסננים',
+    'download' => 'Download',
+    'open_in_tab' => 'Open in Tab',
 
     // Sort Options
-    'sort_options' => 'Sort Options',
+    'sort_options' => 'אפשרויות מיון',
     'sort_direction_toggle' => 'Sort Direction Toggle',
-    'sort_ascending' => 'Sort Ascending',
-    'sort_descending' => 'Sort Descending',
+    'sort_ascending' => 'מיין בסדר עולה',
+    'sort_descending' => 'מיין בסדר יורד',
     'sort_name' => 'שם',
+    'sort_default' => 'ברירת מחדל',
     'sort_created_at' => 'תאריך יצירה',
     'sort_updated_at' => 'תאריך עדכון',
 
@@ -55,6 +65,7 @@ return [
     'no_activity' => 'אין פעילות להציג',
     'no_items' => 'אין פריטים זמינים',
     'back_to_top' => 'בחזרה ללמעלה',
+    'skip_to_main_content' => 'דלג לתוכן העיקרי',
     'toggle_details' => 'הצג/הסתר פרטים',
     'toggle_thumbnails' => 'הצג/הסתר תמונות',
     'details' => 'פרטים',
@@ -62,19 +73,32 @@ return [
     'list_view' => 'תצוגת רשימה',
     'default' => 'ברירת מחדל',
     'breadcrumb' => 'Breadcrumb',
+    'status' => 'סטטוס',
+    'status_active' => 'פעיל',
+    'status_inactive' => 'לא פעיל',
+    'never' => 'אף פעם',
+    'none' => 'None',
 
     // Header
+    'header_menu_expand' => 'הרחב תפריט',
     'profile_menu' => 'Profile Menu',
     'view_profile' => 'הצג פרופיל',
     'edit_profile' => 'ערוך פרופיל',
-    'dark_mode' => 'Dark Mode',
-    'light_mode' => 'Light Mode',
+    'dark_mode' => 'מצב לילה',
+    'light_mode' => 'מצב יום',
 
     // Layout tabs
     'tab_info' => 'מידע',
+    'tab_info_label' => 'Tab: Show Secondary Information',
     'tab_content' => 'תוכן',
+    'tab_content_label' => 'Tab: Show Primary Content',
 
     // Email Content
     'email_action_help' => 'אם לא ניתן ללחות על כפתור ״:actionText״, יש להעתיק ולהדביק את הכתובת למטה אל דפדפן האינטרנט שלך:',
     'email_rights' => 'כל הזכויות שמורות',
+
+    // Footer Link Options
+    // Not directly used but available for convenience to users.
+    'privacy_policy' => 'מדיניות הפרטיות',
+    'terms_of_service' => 'תנאי שימוש',
 ];