18 lines
590 B
JavaScript
18 lines
590 B
JavaScript
/*!
|
|
* TinyMCE Language Pack
|
|
*
|
|
* Copyright (c) 2024 Ephox Corporation DBA Tiny Technologies, Inc.
|
|
* Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
|
|
*/
|
|
tinymce.addI18n("es", {
|
|
"Formula": "F\xf3rmula",
|
|
"Inline with text": "En l\xednea con el texto",
|
|
"Insert/Edit Math": "Insertar/Editar ecuaci\xf3n",
|
|
"Insert/Edit math": "Insertar/Editar ecuaci\xf3n",
|
|
"LaTeX": "LaTeX",
|
|
"Language": "Idioma",
|
|
"Math...": "Ecuaci\xf3n...",
|
|
"Preview": "Previsualizar",
|
|
"Text Wrap": "Contorno de texto",
|
|
"Text above and below": "Encima y debajo del texto"
|
|
}); |