@ckeditor/ckeditor5-link
Version:
Link feature for CKEditor 5.
12 lines (10 loc) • 1.19 kB
JavaScript
/**
* @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":{"Unlink":"ביטול קישור","Link":"קישור","Link URL":"קישור כתובת אתר","Link URL must not be empty.":"כתובת ה-URL של הקישור לא יכולה להיות ריקה.","Link image":"קישור תמונה","Edit link":"עריכת קישור","Open link in new tab":"פתח קישור בכרטיסייה חדשה","Open in a new tab":"פתח בכרטיסייה חדשה","Downloadable":"ניתן להורדה","Create link":"יצירת קישור","Move out of a link":"יציאה מקישור","Link properties":"מאפייני קישור","Displayed text":"טקסט מוצג","No links available":"אין קישורים זמינים"},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 ||= {} );