UNPKG

@ckeditor/ckeditor5-heading

Version:

Headings feature for CKEditor 5.

12 lines (10 loc) 856 B
/** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ ( e => { const { [ 'hu' ]: { dictionary, getPluralForm } } = {"hu":{"dictionary":{"Paragraph":"Bekezdés","Heading":"Stílusok","Choose heading":"Stílus megadása","Heading 1":"Címsor 1","Heading 2":"Címsor 2","Heading 3":"Címsor 3","Heading 4":"Címsor 4","Heading 5":"Címsor 5","Heading 6":"Címsor 6","Type your title":"Adja meg a címet","Type or paste your content here.":"Írja be, vagy illessze be a tartalmat."},getPluralForm(n){return (n != 1);}}}; e[ 'hu' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'hu' ].dictionary = Object.assign( e[ 'hu' ].dictionary, dictionary ); e[ 'hu' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );