19 lines
887 B
JavaScript
19 lines
887 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", {
|
|
"An error occurred fetching revisions.": "Se produjo un error al obtener las revisiones.",
|
|
"An error occurred fetching the updated revision.": "Se ha producido un error al obtener la revisi\xf3n actualizada.",
|
|
"Anonymous": "An\xf3nimo",
|
|
"Comparing revision on {0} to the previous version": "Comparando la revisi\xf3n del {0} con la versi\xf3n anterior",
|
|
"DRAFT": "BORRADOR",
|
|
"INITIAL": "INICIAL",
|
|
"No revisions": "Sin revisiones",
|
|
"Restore this version": "Restaurar esta versi\xf3n",
|
|
"Revision History": "Historial de revisiones",
|
|
"Revision on {0}": "Revisi\xf3n del {0}",
|
|
"Showing the initial version on {0}": "Mostrando la versi\xf3n inicial del {0}"
|
|
}); |