X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/775ee1bde34763a731a7cd4a4ba2eec445c1ce9c..refs/pull/2734/head:/resources/lang/he/common.php diff --git a/resources/lang/he/common.php b/resources/lang/he/common.php index 8459e1239..9cbd047fb 100644 --- a/resources/lang/he/common.php +++ b/resources/lang/he/common.php @@ -33,14 +33,21 @@ return [ 'copy' => 'העתק', 'reply' => 'השב', 'delete' => 'מחק', + 'delete_confirm' => 'Confirm Deletion', 'search' => 'חיפוש', 'search_clear' => 'נקה חיפוש', 'reset' => 'איפוס', 'remove' => 'הסר', 'add' => 'הוסף', + 'fullscreen' => 'Fullscreen', // Sort Options + 'sort_options' => 'Sort Options', + 'sort_direction_toggle' => 'Sort Direction Toggle', + 'sort_ascending' => 'Sort Ascending', + 'sort_descending' => 'Sort Descending', 'sort_name' => 'שם', + 'sort_default' => 'Default', 'sort_created_at' => 'תאריך יצירה', 'sort_updated_at' => 'תאריך עדכון', @@ -55,16 +62,28 @@ return [ 'grid_view' => 'תצוגת רשת', 'list_view' => 'תצוגת רשימה', 'default' => 'ברירת מחדל', + 'breadcrumb' => 'Breadcrumb', // Header + 'header_menu_expand' => 'Expand Header Menu', + 'profile_menu' => 'Profile Menu', 'view_profile' => 'הצג פרופיל', 'edit_profile' => 'ערוך פרופיל', + 'dark_mode' => 'Dark Mode', + 'light_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' => 'Privacy Policy', + 'terms_of_service' => 'Terms of Service', ];