]> BookStack Code Mirror - bookstack/blob - resources/lang/he/common.php
Added tests and translations for dark-mode components
[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     'search' => 'חיפוש',
37     'search_clear' => 'נקה חיפוש',
38     'reset' => 'איפוס',
39     'remove' => 'הסר',
40     'add' => 'הוסף',
41     'fullscreen' => 'Fullscreen',
42
43     // Sort Options
44     'sort_options' => 'Sort Options',
45     'sort_direction_toggle' => 'Sort Direction Toggle',
46     'sort_ascending' => 'Sort Ascending',
47     'sort_descending' => 'Sort Descending',
48     'sort_name' => 'שם',
49     'sort_created_at' => 'תאריך יצירה',
50     'sort_updated_at' => 'תאריך עדכון',
51
52     // Misc
53     'deleted_user' => 'משתמש שנמחק',
54     'no_activity' => 'אין פעילות להציג',
55     'no_items' => 'אין פריטים זמינים',
56     'back_to_top' => 'בחזרה ללמעלה',
57     'toggle_details' => 'הצג/הסתר פרטים',
58     'toggle_thumbnails' => 'הצג/הסתר תמונות',
59     'details' => 'פרטים',
60     'grid_view' => 'תצוגת רשת',
61     'list_view' => 'תצוגת רשימה',
62     'default' => 'ברירת מחדל',
63     'breadcrumb' => 'Breadcrumb',
64
65     // Header
66     'profile_menu' => 'Profile Menu',
67     'view_profile' => 'הצג פרופיל',
68     'edit_profile' => 'ערוך פרופיל',
69
70     // Layout tabs
71     'tab_info' => 'מידע',
72     'tab_content' => 'תוכן',
73
74     // Email Content
75     'email_action_help' => 'אם לא ניתן ללחות על כפתור ״:actionText״, יש להעתיק ולהדביק את הכתובת למטה אל דפדפן האינטרנט שלך:',
76     'email_rights' => 'כל הזכויות שמורות',
77 ];