@ckeditor/ckeditor5-image
Version:
Image feature for CKEditor 5.
12 lines (10 loc) • 1.97 kB
JavaScript
/**
* @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 { [ 'gl' ]: { dictionary, getPluralForm } } = {"gl":{"dictionary":{"image widget":"Trebello de imaxe","Wrap text":"Envolver o texto","Break text":"Romper o texto","In line":"En liña","Side image":"Lado da imaxe","Full size image":"Imaxe a tamaño completo","Left aligned image":"Imaxe aliñada á esquerda","Centered image":"Imaxe centrada horizontalmente","Right aligned image":"Imaxe aliñada á dereita","Change image text alternative":"Cambiar o texto alternativo da imaxe","Text alternative":"Texto alternativo","Enter image caption":"Introduza o título da imaxe","Insert image":"Inserir imaxe","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","Replace image from computer":"","Upload failed":"Fallou o envío","Image toolbar":"Barra de ferramentas de imaxe","Resize image":"Redimensionar a imaxe","Resize image to %0":"Redimensionar a imaxe ao %0","Resize image to the original size":"Aplicar o tamaño orixinal da imaxe","Resize image (in %0)":"","Original":"Orixinal","Custom image size":"","Custom":"","Image resize list":"Lista de tamaños de imaxe","Insert":"Inserir","Update":"Actualizar","Insert image via URL":"Inserir imaxe a través de URL","Update image URL":"Actualizar o URL da imaxe","Caption for the image":"Lenda da imaxe","Caption for image: %0":"Lenda da imaxe: %0","The value must not be empty.":"","The value should be a plain number.":"","Uploading image":"","Image upload complete":"","Error during image upload":""},getPluralForm(n){return (n != 1);}}};
e[ 'gl' ] ||= { dictionary: {}, getPluralForm: null };
e[ 'gl' ].dictionary = Object.assign( e[ 'gl' ].dictionary, dictionary );
e[ 'gl' ].getPluralForm = getPluralForm;
} )( window.CKEDITOR_TRANSLATIONS ||= {} );