@ckeditor/ckeditor5-image
Version:
Image feature for CKEditor 5.
12 lines (10 loc) • 2.61 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 { [ '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":"Substituír a imaxe","Upload from computer":"Enviar dende o computador","Replace from computer":"Substituír dende o computador","Upload image from computer":"Enviar imaxe dende o computador","Image from computer":"Imaxe dende o computador","From computer":"Dende o computador","Replace image from computer":"Substituír imaxe dende o computador","Upload failed":"Fallou o envío","You have no image upload permissions.":"Vde. non ten permisos para enviar imaxes.","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)":"Redimensionar a imaxe (en %0)","Original":"Orixinal","Custom image size":"Tamaño de imaxe personalizado","Custom":"Personalizado","Image resize list":"Lista de tamaños de imaxe","Insert image via URL":"Inserir imaxe a través de URL","Insert via URL":"Inserir mediante URL","Image via URL":"Imaxe mediante URL","Via URL":"Mediante 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.":"O valor non debe estar baleiro.","The value should be a plain number.":"O valor debe ser un número simple.","Uploading image":"Enviando a imaxe","Image upload complete":"Envío de imaxes completado","Error during image upload":"Produciuse un erro durante o envío da imaxe","Image":"Imaxe","Image Resize":"","Text Alternative":""},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 ||= {} );