@ckeditor/ckeditor5-core
Version:
The core architecture of CKEditor 5 – the best browser-based rich text editor.
12 lines (10 loc) • 3.07 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 { [ 'ca' ]: { dictionary, getPluralForm } } = {"ca":{"dictionary":{"Cancel":"Cancel·lar","Clear":"Esborra","Remove color":"Eliminar el color","Restore default":"Restaurar el valor predeterminat","Save":"Desar","Show more items":"Mostrar més elements","%0 of %1":"%0 de %1","Cannot upload file:":"No es pot pujar l'arxiu:","Rich Text Editor. Editing area: %0":"Editor de text enriquit. Àrea d'edició: %0","Insert with file manager":"Insereix-ho amb un gestor de fitxers","Replace with file manager":"Substitueix-ho amb un gestor de fitxers","Insert image with file manager":"Insereix la imatge amb el gestor de fitxers","Replace image with file manager":"Substitueix la imatge amb un gestor de fitxers","File":"Arxiu","With file manager":"Amb el gestor de fitxers","Toggle caption off":"Desactivar el peu de foto","Toggle caption on":"Activar el peu de foto","Content editing keystrokes":"Tecles edició de contingut","These keyboard shortcuts allow for quick access to content editing features.":"Aquestes dreceres del teclat permeten un accés ràpid a les accions d'edició de contingut.","User interface and content navigation keystrokes":"Tecles d'interfície de l'usuari i navegació del contingut","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"Empreu les següents tecles per a una navegació més eficient en la interfície de l'usuari de CKEditor 5.","Close contextual balloons, dropdowns, and dialogs":"Tanca finestres contextuals, desplegables i diàlegs","Open the accessibility help dialog":"Obre la finestra d'ajuda d'accessibilitat","Move focus between form fields (inputs, buttons, etc.)":"Desplaça el focus entre els camps d'un formulari (entrades, botons, etc.)","Move focus to the menu bar, navigate between menu bars":"Mou el cursor a la barra de menú, navega entre barres de menú","Move focus to the toolbar, navigate between toolbars":"Desplaça el focus a la barra d'eines, navega entre barres d'eines","Navigate through the toolbar or menu bar":"Navega per la barra d'eines o de menú","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"Activa el botó que està seleccionat. Quan s'activen els botons que interactuen amb el contingut de l'editor, el cursor torna al contingut.","Accept":"Accepta","Paragraph":"Paràgraf","Color picker":"Selector de colors","Please try a different phrase or check the spelling.":"Prova-ho de nou amb una frase diferent o revisa l'ortografia.","Source":"Font","Insert":"Introduir","Update":"Actualitzar","Back":"Enrere"},getPluralForm(n){return (n != 1);}}};
e[ 'ca' ] ||= { dictionary: {}, getPluralForm: null };
e[ 'ca' ].dictionary = Object.assign( e[ 'ca' ].dictionary, dictionary );
e[ 'ca' ].getPluralForm = getPluralForm;
} )( window.CKEDITOR_TRANSLATIONS ||= {} );