X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a6633642232efd164d4708967ab59e498fbff896..refs/pull/2734/head:/resources/lang/he/common.php diff --git a/resources/lang/he/common.php b/resources/lang/he/common.php index 8a6311abd..9cbd047fb 100644 --- a/resources/lang/he/common.php +++ b/resources/lang/he/common.php @@ -47,6 +47,7 @@ return [ 'sort_ascending' => 'Sort Ascending', 'sort_descending' => 'Sort Descending', 'sort_name' => 'שם', + 'sort_default' => 'Default', 'sort_created_at' => 'תאריך יצירה', 'sort_updated_at' => 'תאריך עדכון', @@ -64,6 +65,7 @@ return [ 'breadcrumb' => 'Breadcrumb', // Header + 'header_menu_expand' => 'Expand Header Menu', 'profile_menu' => 'Profile Menu', 'view_profile' => 'הצג פרופיל', 'edit_profile' => 'ערוך פרופיל', @@ -72,9 +74,16 @@ return [ // 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', ];