]> BookStack Code Mirror - bookstack/blob - resources/lang/he/common.php
Apply fixes from StyleCI
[bookstack] / resources / lang / he / common.php
1 <?php
2 /**
3  * Common elements found throughout many areas of BookStack.
4  */
5 return [
6
7     // Buttons
8     'cancel' => 'ביטול',
9     'confirm' => 'אישור',
10     'back' => 'אחורה',
11     'save' => 'שמור',
12     'continue' => 'המשך',
13     'select' => 'בחר',
14     'toggle_all' => 'סמן הכל',
15     'more' => 'עוד',
16
17     // Form Labels
18     'name' => 'שם',
19     'description' => 'תיאור',
20     'role' => 'תפקיד',
21     'cover_image' => 'תמונת נושא',
22     'cover_image_description' => 'התמונה צריכה להיות בסביבות 440x250px',
23     
24     // Actions
25     'actions' => 'פעולות',
26     'view' => 'הצג',
27     'view_all' => 'הצג הכל',
28     'create' => 'צור',
29     'update' => 'עדכן',
30     'edit' => 'ערוך',
31     'sort' => 'מיין',
32     'move' => 'הזז',
33     'copy' => 'העתק',
34     'reply' => 'השב',
35     'delete' => 'מחק',
36     'delete_confirm' => 'Confirm Deletion',
37     'search' => 'חיפוש',
38     'search_clear' => 'נקה חיפוש',
39     'reset' => 'איפוס',
40     'remove' => 'הסר',
41     'add' => 'הוסף',
42     'fullscreen' => 'Fullscreen',
43     'favourite' => 'Favourite',
44     'unfavourite' => 'Unfavourite',
45     'next' => 'Next',
46     'previous' => 'Previous',
47
48     // Sort Options
49     'sort_options' => 'Sort Options',
50     'sort_direction_toggle' => 'Sort Direction Toggle',
51     'sort_ascending' => 'Sort Ascending',
52     'sort_descending' => 'Sort Descending',
53     'sort_name' => 'שם',
54     'sort_default' => 'Default',
55     'sort_created_at' => 'תאריך יצירה',
56     'sort_updated_at' => 'תאריך עדכון',
57
58     // Misc
59     'deleted_user' => 'משתמש שנמחק',
60     'no_activity' => 'אין פעילות להציג',
61     'no_items' => 'אין פריטים זמינים',
62     'back_to_top' => 'בחזרה ללמעלה',
63     'toggle_details' => 'הצג/הסתר פרטים',
64     'toggle_thumbnails' => 'הצג/הסתר תמונות',
65     'details' => 'פרטים',
66     'grid_view' => 'תצוגת רשת',
67     'list_view' => 'תצוגת רשימה',
68     'default' => 'ברירת מחדל',
69     'breadcrumb' => 'Breadcrumb',
70
71     // Header
72     'header_menu_expand' => 'Expand Header Menu',
73     'profile_menu' => 'Profile Menu',
74     'view_profile' => 'הצג פרופיל',
75     'edit_profile' => 'ערוך פרופיל',
76     'dark_mode' => 'Dark Mode',
77     'light_mode' => 'Light Mode',
78
79     // Layout tabs
80     'tab_info' => 'מידע',
81     'tab_info_label' => 'Tab: Show Secondary Information',
82     'tab_content' => 'תוכן',
83     'tab_content_label' => 'Tab: Show Primary Content',
84
85     // Email Content
86     'email_action_help' => 'אם לא ניתן ללחות על כפתור ״:actionText״, יש להעתיק ולהדביק את הכתובת למטה אל דפדפן האינטרנט שלך:',
87     'email_rights' => 'כל הזכויות שמורות',
88
89     // Footer Link Options
90     // Not directly used but available for convenience to users.
91     'privacy_policy' => 'Privacy Policy',
92     'terms_of_service' => 'Terms of Service',
93 ];