Files
2d26c74874 feat(text-editor): add highlight, subscript, superscript and mathematics toolbar actions (#10627)
* feat(text-editor): add highlight action

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

* feat(text-editor): add subscript and superscript actions

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

* feat(text-editor): add mathematics inline and block actions

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

* chore(text-editor): add mathematics and katex dependencies

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

* fix(text-editor): fix eslint strict-boolean-expressions in mathematics extension

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

* fix(text-editor): change max-width of toolbar to display all icons correctly

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

* chore(text-editor): add subscript and superscript as direct dependencies

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

* chore(text-editor): add missing locale keys for new text editor actions [temp, AI-generated]

Adds placeholder translations (English fallback) for Highlight, Subscript,  Superscript, Mathematics, and MathematicsBlock to all non-English locale files. Translations are not reviewed and should be replaced by a native speaker.

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

* fix(text-editor): fix subscript/superscript serialization and extension placement

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

---------

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>
Co-authored-by: ComputerCrack <github.compacter838@simplelogin.com>
2026-03-19 09:51:24 +07:00

82 lines
2.9 KiB
JSON

{
"string": {
"TableOfContents": "Índice",
"Suggested": "SUGERIDO",
"NoItems": "No hay elementos",
"EditorPlaceholder": "Empieza a escribir...",
"Edit": "Editar",
"Bold": "Negrita",
"Italic": "Cursiva",
"Strikethrough": "Tachado",
"Link": "Enlace",
"Save": "Guardar",
"OrderedList": "Lista ordenada",
"BulletedList": "Lista con viñetas",
"Blockquote": "Cita",
"Code": "Código",
"CodeBlock": "Bloque de código",
"Note": "Nota",
"ConfigureNote": "Configurar nota",
"Set": "Establecer",
"Update": "Actualizar",
"Remove": "Eliminar",
"NotePlaceholder": "Añadir una nota...",
"SampleText": "Texto de ejemplo",
"Send": "Enviar",
"Attach": "Adjuntar",
"TextStyle": "Estilo de texto",
"Emoji": "Emoji",
"GIF": "GIF",
"Mention": "Mencionar",
"Underlined": "Subrayado",
"AlignCenter": "Alinear centro",
"AlignLeft": "Alinear izquierda",
"AlignRight": "Alinear derecha",
"Download": "Descargar",
"ViewImage": "Ver imagen",
"ViewOriginal": "Ver original",
"MoreActions": "Más acciones",
"FullDescription": "Descripción completa",
"NoFullDescription": "No hay una descripción detallada",
"EnableDiffMode": "Habilitar modo de diferencias",
"AddColumnBefore": "Añadir antes",
"AddColumnAfter": "Añadir después",
"DeleteColumn": "Eliminar",
"AddRowBefore": "Añadir antes",
"AddRowAfter": "Añadir después",
"DeleteRow": "Eliminar",
"DeleteTable": "Eliminar",
"Duplicate": "Duplicar",
"CategoryRow": "Filas",
"CategoryColumn": "Columnas",
"Table": "Tabla",
"InsertTable": "Insertar tabla",
"TableOptions": "Personalizar tabla",
"Width": "Ancho",
"Height": "Alto",
"Unset": "Anular",
"Image": "Imagen",
"SeparatorLine": "Línea de separación",
"TodoList": "Lista de tareas",
"TodoItem": "Tarea pendiente",
"DrawingBoard": "Tablero de dibujos",
"RefreshTable": "Actualizar tabla",
"ShowDiff": "Mostrar diferencias",
"SeeOriginalData": "Ver datos originales",
"CategoryVersioning": "Control de versiones",
"TableDiffLabel": "Cambios en la tabla",
"TableRefreshConfirmationLabel": "Confirmar actualización de tabla",
"ConvertToLinkPreview": "Mostrar como enlace",
"ConvertToEmbedPreview": "Mostrar como vista previa de contenido",
"UnableToLoadEmbeddedContent": "No se pudo cargar la vista previa del enlace debido a la configuración de permisos o contenido no compatible",
"CannotConnectToCollaborationService": "No se puede conectar con el colaborador",
"SourceURL": "URL de origen",
"SelectedDocuments": "Documentos seleccionados ({count, plural, =1 {1 elemento} other {# elementos}})",
"Highlight": "Highlight",
"Subscript": "Subscript",
"Superscript": "Superscript",
"Mathematics": "Mathematics",
"MathematicsBlock": "Mathematics block"
}
}