]> BookStack Code Mirror - bookstack/blob - lang/he/editor.php
Testing: Added more deprecation output
[bookstack] / lang / he / editor.php
1 <?php
2 /**
3  * Page Editor Lines
4  * Contains text strings used within the user interface of the
5  * WYSIWYG page editor. Some Markdown editor strings may still
6  * exist in the 'entities' file instead since this was added later.
7  */
8 return [
9     // General editor terms
10     'general' => 'כללי',
11     'advanced' => 'הגדרות מתקדמות',
12     'none' => 'ללא',
13     'cancel' => 'ביטול',
14     'save' => 'שמור',
15     'close' => 'סגור',
16     'apply' => 'Apply',
17     'undo' => 'אחזר',
18     'redo' => 'בצע שוב',
19     'left' => 'שמאל',
20     'center' => 'מרכז',
21     'right' => 'ימין',
22     'top' => 'עליון',
23     'middle' => 'אמצע',
24     'bottom' => 'תחתון',
25     'width' => 'רוחב',
26     'height' => 'גובה',
27     'More' => 'עוד',
28     'select' => 'Select...',
29
30     // Toolbar
31     'formats' => 'פורמט',
32     'header_large' => 'מקטע עליון גדול',
33     'header_medium' => 'מקטע עליון בינוני',
34     'header_small' => 'מקטע עליון קטן',
35     'header_tiny' => 'מקטע עליון קטנטן',
36     'paragraph' => 'פסקה',
37     'blockquote' => 'ציטוט',
38     'inline_code' => 'קוד מוטבע',
39     'callouts' => 'בועית-הסבר',
40     'callout_information' => 'מידע',
41     'callout_success' => 'הצלחה',
42     'callout_warning' => 'אזהרה',
43     'callout_danger' => 'סכנה',
44     'bold' => 'מודגש',
45     'italic' => 'נטוי',
46     'underline' => 'קו תחתון',
47     'strikethrough' => 'קו חוצה',
48     'superscript' => 'כתב עילי',
49     'subscript' => 'כתב תחתי',
50     'text_color' => 'צבע טקסט',
51     'highlight_color' => 'Highlight color',
52     'custom_color' => 'צבע מותאם',
53     'remove_color' => 'הסר צבע',
54     'background_color' => 'צבע רקע',
55     'align_left' => 'יישור לשמאל',
56     'align_center' => 'מרכוז',
57     'align_right' => 'יישור לימין',
58     'align_justify' => 'Justify',
59     'list_bullet' => 'רשימת תבליט',
60     'list_numbered' => 'רשימה ממוספרת',
61     'list_task' => 'Task list',
62     'indent_increase' => 'הגדל הזחה',
63     'indent_decrease' => 'הקטן הזחה',
64     'table' => 'טבלה',
65     'insert_image' => 'הכנס תמונה',
66     'insert_image_title' => 'Insert/Edit Image',
67     'insert_link' => 'Insert/edit link',
68     'insert_link_title' => 'Insert/Edit Link',
69     'insert_horizontal_line' => 'Insert horizontal line',
70     'insert_code_block' => 'Insert code block',
71     'edit_code_block' => 'Edit code block',
72     'insert_drawing' => 'Insert/edit drawing',
73     'drawing_manager' => 'Drawing manager',
74     'insert_media' => 'Insert/edit media',
75     'insert_media_title' => 'Insert/Edit Media',
76     'clear_formatting' => 'Clear formatting',
77     'source_code' => 'Source code',
78     'source_code_title' => 'Source Code',
79     'fullscreen' => 'Fullscreen',
80     'image_options' => 'Image options',
81
82     // Tables
83     'table_properties' => 'Table properties',
84     'table_properties_title' => 'Table Properties',
85     'delete_table' => 'Delete table',
86     'table_clear_formatting' => 'Clear table formatting',
87     'resize_to_contents' => 'Resize to contents',
88     'row_header' => 'Row header',
89     'insert_row_before' => 'Insert row before',
90     'insert_row_after' => 'Insert row after',
91     'delete_row' => 'Delete row',
92     'insert_column_before' => 'Insert column before',
93     'insert_column_after' => 'Insert column after',
94     'delete_column' => 'Delete column',
95     'table_cell' => 'Cell',
96     'table_row' => 'Row',
97     'table_column' => 'Column',
98     'cell_properties' => 'Cell properties',
99     'cell_properties_title' => 'Cell Properties',
100     'cell_type' => 'Cell type',
101     'cell_type_cell' => 'Cell',
102     'cell_scope' => 'Scope',
103     'cell_type_header' => 'Header cell',
104     'merge_cells' => 'Merge cells',
105     'split_cell' => 'Split cell',
106     'table_row_group' => 'Row Group',
107     'table_column_group' => 'Column Group',
108     'horizontal_align' => 'Horizontal align',
109     'vertical_align' => 'Vertical align',
110     'border_width' => 'Border width',
111     'border_style' => 'Border style',
112     'border_color' => 'Border color',
113     'row_properties' => 'Row properties',
114     'row_properties_title' => 'Row Properties',
115     'cut_row' => 'Cut row',
116     'copy_row' => 'Copy row',
117     'paste_row_before' => 'Paste row before',
118     'paste_row_after' => 'Paste row after',
119     'row_type' => 'Row type',
120     'row_type_header' => 'Header',
121     'row_type_body' => 'תוכן',
122     'row_type_footer' => 'Footer',
123     'alignment' => 'Alignment',
124     'cut_column' => 'Cut column',
125     'copy_column' => 'העתק עמודה',
126     'paste_column_before' => 'הדבק עמודה לפני',
127     'paste_column_after' => 'הדבק עמודה אחרי',
128     'cell_padding' => 'ריפוד תא',
129     'cell_spacing' => 'ריווח תא',
130     'caption' => 'כיתוב',
131     'show_caption' => 'הצג כיתוב',
132     'constrain' => 'הגדרת אילוצים',
133     'cell_border_solid' => 'Solid',
134     'cell_border_dotted' => 'Dotted',
135     'cell_border_dashed' => 'Dashed',
136     'cell_border_double' => 'Double',
137     'cell_border_groove' => 'Groove',
138     'cell_border_ridge' => 'Ridge',
139     'cell_border_inset' => 'Inset',
140     'cell_border_outset' => 'Outset',
141     'cell_border_none' => 'None',
142     'cell_border_hidden' => 'Hidden',
143
144     // Images, links, details/summary & embed
145     'source' => 'קוד מקור',
146     'alt_desc' => 'תיאור חלופי',
147     'embed' => 'הטמע',
148     'paste_embed' => 'הדבק את הקוד המוטמע מטה:',
149     'url' => 'קישור',
150     'text_to_display' => 'טקסט שיוצג',
151     'title' => 'כותרת',
152     'browse_links' => 'Browse links',
153     'open_link' => 'Open link',
154     'open_link_in' => 'Open link in...',
155     'open_link_current' => 'החלון הנוכחי',
156     'open_link_new' => 'חלון חדש',
157     'remove_link' => 'Remove link',
158     'insert_collapsible' => 'הכנס מקטע הניתן לכיווץ',
159     'collapsible_unwrap' => 'בטל גלישת שורות',
160     'edit_label' => 'עריכת תווית',
161     'toggle_open_closed' => 'החלף פתיחה\סגירה',
162     'collapsible_edit' => 'ערוך מקטע הניתן לכיווץ',
163     'toggle_label' => 'החלף תגית',
164
165     // About view
166     'about' => 'About the editor',
167     'about_title' => 'אודות עורך הטקסט הויזואלי',
168     'editor_license' => 'רשיון וזכויות העורך',
169     'editor_lexical_license' => 'This editor is built as a fork of :lexicalLink which is distributed under the MIT license.',
170     'editor_lexical_license_link' => 'Full license details can be found here.',
171     'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under the MIT license.',
172     'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
173     'save_continue' => 'שמור עמוד והמשך',
174     'callouts_cycle' => '(Keep pressing to toggle through types)',
175     'link_selector' => 'קישור לתוכן',
176     'shortcuts' => 'קיצורי דרך',
177     'shortcut' => 'קיצור דרך',
178     'shortcuts_intro' => 'הקיצורים הבאים זמינים בעורך הטקסט:',
179     'windows_linux' => '(חלונות\לינוקס)',
180     'mac' => '(מאק)',
181     'description' => 'תיאור',
182 ];