]> BookStack Code Mirror - bookstack/blob - resources/lang/he/common.php
Fixed failing webhook test cases
[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     'configure' => 'Configure',
43     'fullscreen' => 'Fullscreen',
44     'favourite' => 'Favourite',
45     'unfavourite' => 'Unfavourite',
46     'next' => 'Next',
47     'previous' => 'Previous',
48     'filter_active' => 'Active Filter:',
49     'filter_clear' => 'Clear Filter',
50
51     // Sort Options
52     'sort_options' => 'Sort Options',
53     'sort_direction_toggle' => 'Sort Direction Toggle',
54     'sort_ascending' => 'Sort Ascending',
55     'sort_descending' => 'Sort Descending',
56     'sort_name' => 'שם',
57     'sort_default' => 'Default',
58     'sort_created_at' => 'תאריך יצירה',
59     'sort_updated_at' => 'תאריך עדכון',
60
61     // Misc
62     'deleted_user' => 'משתמש שנמחק',
63     'no_activity' => 'אין פעילות להציג',
64     'no_items' => 'אין פריטים זמינים',
65     'back_to_top' => 'בחזרה ללמעלה',
66     'skip_to_main_content' => 'Skip to main content',
67     'toggle_details' => 'הצג/הסתר פרטים',
68     'toggle_thumbnails' => 'הצג/הסתר תמונות',
69     'details' => 'פרטים',
70     'grid_view' => 'תצוגת רשת',
71     'list_view' => 'תצוגת רשימה',
72     'default' => 'ברירת מחדל',
73     'breadcrumb' => 'Breadcrumb',
74
75     // Header
76     'header_menu_expand' => 'Expand Header Menu',
77     'profile_menu' => 'Profile Menu',
78     'view_profile' => 'הצג פרופיל',
79     'edit_profile' => 'ערוך פרופיל',
80     'dark_mode' => 'Dark Mode',
81     'light_mode' => 'Light Mode',
82
83     // Layout tabs
84     'tab_info' => 'מידע',
85     'tab_info_label' => 'Tab: Show Secondary Information',
86     'tab_content' => 'תוכן',
87     'tab_content_label' => 'Tab: Show Primary Content',
88
89     // Email Content
90     'email_action_help' => 'אם לא ניתן ללחות על כפתור ״:actionText״, יש להעתיק ולהדביק את הכתובת למטה אל דפדפן האינטרנט שלך:',
91     'email_rights' => 'כל הזכויות שמורות',
92
93     // Footer Link Options
94     // Not directly used but available for convenience to users.
95     'privacy_policy' => 'Privacy Policy',
96     'terms_of_service' => 'Terms of Service',
97 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.