X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/bccf4653cb11df5e5c36bf9e9c48b528fcad90ef..refs/pull/3012/head:/resources/lang/he/common.php diff --git a/resources/lang/he/common.php b/resources/lang/he/common.php index 8a6311abd..1a2e5b918 100644 --- a/resources/lang/he/common.php +++ b/resources/lang/he/common.php @@ -20,7 +20,7 @@ return [ 'role' => 'תפקיד', 'cover_image' => 'תמונת נושא', 'cover_image_description' => 'התמונה צריכה להיות בסביבות 440x250px', - + // Actions 'actions' => 'פעולות', 'view' => 'הצג', @@ -39,7 +39,12 @@ return [ 'reset' => 'איפוס', 'remove' => 'הסר', 'add' => 'הוסף', + 'configure' => 'Configure', 'fullscreen' => 'Fullscreen', + 'favourite' => 'Favourite', + 'unfavourite' => 'Unfavourite', + 'next' => 'Next', + 'previous' => 'Previous', // Sort Options 'sort_options' => 'Sort Options', @@ -47,6 +52,7 @@ return [ 'sort_ascending' => 'Sort Ascending', 'sort_descending' => 'Sort Descending', 'sort_name' => 'שם', + 'sort_default' => 'Default', 'sort_created_at' => 'תאריך יצירה', 'sort_updated_at' => 'תאריך עדכון', @@ -55,6 +61,7 @@ return [ 'no_activity' => 'אין פעילות להציג', 'no_items' => 'אין פריטים זמינים', 'back_to_top' => 'בחזרה ללמעלה', + 'skip_to_main_content' => 'Skip to main content', 'toggle_details' => 'הצג/הסתר פרטים', 'toggle_thumbnails' => 'הצג/הסתר תמונות', 'details' => 'פרטים', @@ -64,6 +71,7 @@ return [ 'breadcrumb' => 'Breadcrumb', // Header + 'header_menu_expand' => 'Expand Header Menu', 'profile_menu' => 'Profile Menu', 'view_profile' => 'הצג פרופיל', 'edit_profile' => 'ערוך פרופיל', @@ -72,9 +80,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', ];