All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
package.dist.esm.i18n.es-es.js Maven / Gradle / Ivy
/**
* @toast-ui/editor : i18n
* @version 3.2.2 | Fri Feb 17 2023
* @author NHN Cloud FE Development Lab
* @license MIT
*/
import Editor from '@toast-ui/editor';
/**
* @fileoverview I18N for Spanish
* @author Enrico Lamperti
*/
Editor.setLanguage(['es', 'es-ES'], {
Markdown: 'Markdown',
WYSIWYG: 'WYSIWYG',
Write: 'Escribir',
Preview: 'Vista previa',
Headings: 'Encabezados',
Paragraph: 'Párrafo',
Bold: 'Negrita',
Italic: 'Itálica',
Strike: 'Tachado',
Code: 'Código',
Line: 'Línea',
Blockquote: 'Cita',
'Unordered list': 'Lista desordenada',
'Ordered list': 'Lista ordenada',
Task: 'Tarea',
Indent: 'Sangría',
Outdent: 'Saliendo',
'Insert link': 'Insertar enlace',
'Insert CodeBlock': 'Insertar bloque de código',
'Insert table': 'Insertar tabla',
'Insert image': 'Insertar imagen',
Heading: 'Encabezado',
'Image URL': 'URL de la imagen',
'Select image file': 'Seleccionar archivo de imagen',
'Choose a file': 'Escoge un archivo',
'No file': 'Ningún archivo',
Description: 'Descripción',
OK: 'Aceptar',
More: 'Más',
Cancel: 'Cancelar',
File: 'Archivo',
URL: 'URL',
'Link text': 'Texto del enlace',
'Add row to up': 'Agregar fila para subir',
'Add row to down': 'Agregar fila hacia abajo',
'Add column to left': 'Agregar columna a la izquierda',
'Add column to right': 'Agregar columna a la derecha',
'Remove row': 'Eliminar fila',
'Remove column': 'Eliminar columna',
'Align column to left': 'Alinear a la izquierda',
'Align column to center': 'Centrar',
'Align column to right': 'Alinear a la derecha',
'Remove table': 'Eliminar tabla',
'Would you like to paste as table?': '¿Desea pegar como tabla?',
'Text color': 'Color del texto',
'Auto scroll enabled': 'Desplazamiento automático habilitado',
'Auto scroll disabled': 'Desplazamiento automático deshabilitado',
'Choose language': 'Elegir idioma',
});