@ckeditor/ckeditor5-link
Version:
Link feature for CKEditor 5.
14 lines (12 loc) • 1.11 kB
JavaScript
/**
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
*/
( e => {
const { [ 'cs' ]: translations } = {"cs":{"dictionary":{"Unlink":"Odstranit odkaz","Link":"Odkaz","Link URL":"URL odkazu","Link URL must not be empty.":"Adresa URL odkazu nesmí být prázdná.","Link image":"Adresa obrázku","Link properties":"Vlastnosti odkazu","Edit link":"Upravit odkaz","Open link in new tab":"Otevřít odkaz v nové kartě","Open in a new tab":"Otevřít v nové kartě","Downloadable":"Ke stažení","Create link":"Vytvořit odkaz","Move out of a link":"Odejít z odkazu","Displayed text":"Zobrazený text","No links available":"Žádné dostupné odkazy","This link has no URL":"Tento odkaz nemá adresu URL"}}};
e[ 'cs' ] ||= { dictionary: {}, getPluralForm: null };
e[ 'cs' ].dictionary = Object.assign( e[ 'cs' ].dictionary, translations.dictionary );
if ( translations.getPluralForm ) {
e[ 'cs' ].getPluralForm = translations.getPluralForm;
}
} )( window.CKEDITOR_TRANSLATIONS ||= {} );