UNPKG

@ckeditor/ckeditor5-table

Version:

Table feature for CKEditor 5.

12 lines (10 loc) 3.73 kB
/** * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ ( e => { const { [ 'he' ]: { dictionary, getPluralForm } } = {"he":{"dictionary":{"Insert table":"הכנס טבלה","Header column":"עמודת כותרת","Insert column left":"הכנסת עמודה משמאל","Insert column right":"הכנסת עמודה מימן","Delete column":"מחיקת עמודה","Select column":"בחירת עמודה","Column":"עמודה","Header row":"שורת כותרת","Insert row below":"הכנה שורה מתחת","Insert row above":"הכנסת שורה מעל","Delete row":"מחיקת שורה","Select row":"בחירת שורה","Row":"שורה","Merge cell up":"מיזוג תא למעלה","Merge cell right":"מיזוג תא ימינה","Merge cell down":"מיזוג תא למטה","Merge cell left":"מיזוג תא שמאלה","Split cell vertically":"פיצול תא אנכית","Split cell horizontally":"פיצול תא אופקית","Merge cells":"מיזוג תאים","Table toolbar":"סרגל כלים של טבלה","Table properties":"אפשרויות טבלה","Cell properties":"אפשרויות תא","Border":"גבול","Style":"עיצוב","Width":"רוחב","Height":"גובה","Color":"צבע","Background":"רקע","Padding":"מרווח","Dimensions":"ממדים","Table cell text alignment":"יישור טקסט של תא טבלה","Alignment":"יישור","Horizontal text alignment toolbar":"סרגל כלים של יישור טקסט אופקי","Vertical text alignment toolbar":"סרגל כלים של יישור טקסט אנכי","Table alignment toolbar":"סרגל כלים של יישור טבלה","None":"ללא","Solid":"אחיד","Dotted":"מנוקד","Dashed":"מקווקו","Double":"כפול","Groove":"Groove","Ridge":"Ridge","Inset":"פנימי","Outset":"חיצוני","Align cell text to the left":"יישר את טקסט התא לשמאל","Align cell text to the center":"יישר את טקסט התא למרכז","Align cell text to the right":"יישר את טקסט התא לימין","Justify cell text":"יישר את טקסט התא לשני הצדדים","Align cell text to the top":"יישר את טקסט התא לחלק העליון","Align cell text to the middle":"יישר את טקסט התא לאמצע","Align cell text to the bottom":"יישר את טקסט התא לחלק התחתון","Align table to the left":"יישור טבלה לשמאל","Center table":"מירכוז טבלה","Align table to the right":"יישור טבלה לימין","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"הצבע לא חוקי. נסו \"#FF0000\" או \"rgb(255,0,0)\" או \"אדום\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"הערך לא חוקי. נסו \"10px\" או \"2em\" או פשוט \"2\".","Enter table caption":"הזינו כיתוב טבלה","Keystrokes that can be used in a table cell":"מקשים בהם ניתן להשתמש בתא בטבלה","Move the selection to the next cell":"העברת הבחירה לתא הבא","Move the selection to the previous cell":"העברת הבחירה לתא הקודם","Insert a new table row (when in the last cell of a table)":"הוספת שורה חדשה לטבלה (כאשר בתא האחרון של טבלה)","Navigate through the table":"ניווט בטבלה","Table":"טבלה"},getPluralForm(n){return (n != 1);}}}; e[ 'he' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'he' ].dictionary = Object.assign( e[ 'he' ].dictionary, dictionary ); e[ 'he' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );