UNPKG

@ckeditor/ckeditor5-image

Version:

Image feature for CKEditor 5.

12 lines (10 loc) 2.44 kB
/** * @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 { [ 'ca' ]: { dictionary, getPluralForm } } = {"ca":{"dictionary":{"image widget":"giny d'imatge","Wrap text":"Embolcallar el text","Break text":"Partir el text","In line":"A la línia","Side image":"Imatge lateral","Full size image":"Imatge a mida completa","Left aligned image":"Imatge alineada a l'esquerra","Centered image":"Imatge centrada","Right aligned image":"Imatge alineada a la dreta","Change image text alternative":"Canviar l'alternativa del text de la imatge","Text alternative":"Alternativa de text","Enter image caption":"Introduir el peu de foto de la imatge","Insert image":"Introduir la imatge","Replace image":"Substitueix la imatge","Upload from computer":"Puja-ho des de l'ordinador","Replace from computer":"Substitueix-ho des de l'ordinador","Upload image from computer":"Puja la imatge des de l'ordinador","Image from computer":"Imatge des de l'ordinador","Replace image from computer":"Substitueix la imatge des de l'ordinador","Upload failed":"No s'ha pogut carregar","Image toolbar":"Barra d'eines d'imatge","Resize image":"Redimensionar la imatge","Resize image to %0":"Redimensiona la imatge a %0","Resize image to the original size":"Redimensiona la imatge a la mida original","Resize image (in %0)":"Canvia la mida de la imatge (a %0)","Original":"Original","Custom image size":"Mida de la imatge personalitzada","Custom":"Personalitzat","Image resize list":"Llista de redimensionament de la imatge","Insert":"Introduir","Update":"Actualitzar","Insert image via URL":"Introduir la imatge mitjançant l'URL","Update image URL":"Actualitzar l'URL de la imatge","Caption for the image":"Peu de foto","Caption for image: %0":"Peu de foto: %0","The value must not be empty.":"El valor no pot estar buit.","The value should be a plain number.":"El valor ha de ser un nombre senzill.","Uploading image":"S'està pujant la imatge","Image upload complete":"S'ha completat la pujada de la imatge","Error during image upload":"Error durant la càrrega de la imatge"},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 ||= {} );