46 lines
2.0 KiB
JavaScript
46 lines
2.0 KiB
JavaScript
"use strict";
|
|
/*!
|
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
*/
|
|
export default {
|
|
aiAssistant: 'Asistente de IA',
|
|
aiCommands: 'Comandos de IA',
|
|
'AI Assistant': 'Asistente de IA',
|
|
'AI Commands': 'Comandos de IA',
|
|
'Improve writing': 'Mejorar escritura',
|
|
'Make shorter': 'Hacer más corto',
|
|
'Make longer': 'Hacer más largo',
|
|
'Simplify language': 'Simplificar lenguaje',
|
|
Summarize: 'Resumir',
|
|
Continue: 'Continuar',
|
|
Prompt: 'Solicitud',
|
|
Insert: 'Insertar',
|
|
'Insert After': 'Insertar después',
|
|
'Try Again': 'Intentar de nuevo',
|
|
'Ask AI to improve generated text': 'Pida a la IA que mejore el texto generado',
|
|
'Change tone to professional': 'Cambiar tono a profesional',
|
|
'Change tone to friendly': 'Cambiar tono a amigable',
|
|
'Change tone to formal': 'Cambiar tono a formal',
|
|
'Change tone to casual': 'Cambiar tono a casual',
|
|
'Change tone to direct': 'Cambiar tono a directo',
|
|
'Change tone to confident': 'Cambiar tono a confiado',
|
|
'Change tone to business': 'Cambiar tono a empresarial',
|
|
'Change style to legal': 'Cambiar estilo a legal',
|
|
'Change style to journalism': 'Cambiar estilo a periodístico',
|
|
'Change style to poetic': 'Cambiar estilo a poético',
|
|
'Translate to Spanish': 'Traducir al español',
|
|
'Translate to French': 'Traducir al francés',
|
|
'Translate to German': 'Traducir al alemán',
|
|
'Translate to Italian': 'Traducir al italiano',
|
|
'Translate to Portuguese': 'Traducir al portugués',
|
|
'Translate to English': 'Traducir al inglés',
|
|
'Translate to Chinese': 'Traducir al chino',
|
|
'Translate to Japanese': 'Traducid al japonés',
|
|
'Translate to Korean': 'Traducir al coreano',
|
|
'Translate to Russian': 'Traducir al ruso',
|
|
'Translate to Arabic': 'Traducir al árabe',
|
|
Submit: 'Enviar'
|
|
};
|