UNPKG

@ckeditor/ckeditor5-core

Version:

The core architecture of CKEditor 5 – the best browser-based rich text editor.

12 lines (10 loc) 3.03 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 { [ 'nl' ]: { dictionary, getPluralForm } } = {"nl":{"dictionary":{"Cancel":"Annuleren","Clear":"Wissen","Remove color":"Verwijder kleur","Restore default":"Standaardinstellingen terugzetten","Save":"Opslaan","Show more items":"Meer items weergeven","%0 of %1":"%0 van %1","Cannot upload file:":"Kan bestand niet uploaden:","Rich Text Editor. Editing area: %0":"Rich Text Editor. Bewerkingsgebied: %0","Insert with file manager":"Invoegen met bestandsbeheer","Replace with file manager":"Vervangen met bestandsbeheerder","Insert image with file manager":"Afbeelding invoegen met bestandsbeheer","Replace image with file manager":"Afbeelding vervangen met bestandsbeheerder","File":"Bestand","With file manager":"Met bestandsbeheer","Toggle caption off":"Bijschrift uitzetten","Toggle caption on":"Bijschrift aanzetten","Content editing keystrokes":"Toetsaanslagen om inhoud aan te passen","These keyboard shortcuts allow for quick access to content editing features.":"Deze sneltoetsen geven snel toegang tot functies om inhoud aan te passen","User interface and content navigation keystrokes":"Toetsaanslagen voor het navigeren door de gebruikersinterface en inhoud","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"Gebruik de volgende toetsaanslagen om efficiënter door de gebruikersinterface van CKEditor 5 te navigeren.","Close contextual balloons, dropdowns, and dialogs":"Sluit contextvensters, dropdown vensters, en dialoogvensters","Open the accessibility help dialog":"Open het hulpvenster voor toegankelijkheid","Move focus between form fields (inputs, buttons, etc.)":"Beweeg de focus tussen velden in een formulier (invoervensters, knoppen, enz.)","Move focus to the menu bar, navigate between menu bars":"Focus naar de menubalk verplaatsen, tussen menubalken navigeren","Move focus to the toolbar, navigate between toolbars":"Beweeg focus naar de werkbalk, navigeer tussen werkbalken","Navigate through the toolbar or menu bar":"Door de werkbalk of menubalk navigeren","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"De momenteel gefocuste knop gebruiken. Door knoppen te gebruiken die interactie hebben met de inhoud van de editor, wordt de focus terug naar de inhoud verplaatst.","Accept":"Accepteren","Paragraph":"Paragraaf","Color picker":"Kleurkiezer","Please try a different phrase or check the spelling.":"Probeer een andere term of controleer de spelling.","Source":"Bron","Insert":"Invoegen","Update":"Update","Back":"Terug"},getPluralForm(n){return (n != 1);}}}; e[ 'nl' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'nl' ].dictionary = Object.assign( e[ 'nl' ].dictionary, dictionary ); e[ 'nl' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );