UNPKG

@ckeditor/ckeditor5-find-and-replace

Version:

Find and replace feature for CKEditor 5.

12 lines (10 loc) 1.1 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 { [ 'da' ]: { dictionary, getPluralForm } } = {"da":{"dictionary":{"Find and replace":"Søg og erstat","Find in text…":"Find i tekst...","Find":"Find","Previous result":"Forrige","Next result":"Næste","Replace":"Erstat","Replace all":"Erstatte alle","Match case":"Skeln mellem store og små bogstaver","Whole words only":"Kun hele ord","Replace with…":"Erstat med...","Text to find must not be empty.":"Tekst der skal findes, må ikke være tom.","Tip: Find some text first in order to replace it.":"Tip: Find først noget tekst, for at erstatte det.","Advanced options":"Avancerede indstillinger","Find in the document":"Find i dokumentet"},getPluralForm(n){return (n != 1);}}}; e[ 'da' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'da' ].dictionary = Object.assign( e[ 'da' ].dictionary, dictionary ); e[ 'da' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );