UNPKG

tiptapify

Version:

Tiptap3 editor with Vuetify3 menu implementation

207 lines (206 loc) 5.8 kB
{ "defaultValue": "Valor por defecto", "content": { "placeholder": "Escribe algo..." }, "style": { "paragraph": "párrafo", "heading": "Encabezado", "headings": { "h1": "Encabezado de nivel 1", "h2": "Encabezado de nivel 2", "h3": "Encabezado de nivel 3", "h4": "Encabezado de nivel 4", "h5": "Encabezado de nivel 5", "h6": "Encabezado de nivel 6" }, "fontFamily": "Fuente", "fontSize": "Tamaño", "lineHeight": "Altura de línea", "color": { "highlight": "Color de resaltado", "text": "Color del texto", "unset": "Limpiar color", "custom": "Selección personalizada" } }, "format": { "bold": "Negrita", "italic": "Cursiva", "strike": "Tachado", "underline": "Subrayado", "sup": "Superíndice", "sub": "Subíndice", "break": "Salto de línea", "line": "Línea horizontal", "blockquote": "Cita", "code": "Código", "codeblock": "Bloque de código", "formatClear": "Limpiar formato" }, "media": { "link": "Enlace externo", "iframe": "iframe", "image": "Imagen", "emoji": { "title": "Emoji", "search": "Buscar emoji...", "categories": { "activities": "Actividades", "animals_and_nature": "Animales y naturaleza", "component": "Componente", "flags": "Banderas", "food_and_drink": "Comida y bebida", "objects": "Objetos", "people_and_body": "Personas y cuerpo", "smileys_and_emotion": "Caritas y emociones", "symbols": "Símbolos", "travel_and_places": "Viajes y lugares" } }, "tables": { "table": "Tabla", "insertTable": "Insertar tabla", "deleteTable": "Eliminar tabla", "insertWithHeaderRow": "Insertar tabla con encabezado", "rows": "Filas", "row": "Fila", "insertRowBefore": "Insertar fila antes", "insertRowAfter": "Insertar fila después", "deleteRow": "Eliminar fila", "cols": "Columnas", "col": "Columna", "insertColBefore": "Insertar columna antes", "insertColAfter": "Insertar columna después", "deleteCol": "Eliminar columna", "mergeCells": "Fusionar celdas", "splitCell": "Dividir celda" }, "video": "Video", "charmap": { "title": "Insertar carácter especial", "search": "Buscar caracteres...", "noResults": "No se encontraron caracteres coincidentes", "categories": { "punctuation": "Puntuación", "symbols": "Símbolos", "math": "Matemáticas", "currency": "Divisa", "greek": "Letras griegas", "extended_letters": "Letras extendidas", "diacritics": "Diacríticos", "typography": "Tipografía", "cyrillic": "Cirílico", "hebrew": "Hebreo", "arrows": "Flechas", "box_drawing": "Dibujo de cajas" } } }, "action": { "undo": "Deshacer", "redo": "Rehacer" }, "alignment": "Alineación", "alignments": { "left": "Alineación izquierda", "center": "Alineación centrada", "right": "Alineación derecha", "justify": "Justificado" }, "list": "Lista", "lists": { "bullet": "Lista con viñetas", "numbered": "Lista numerada", "task": "Lista de tareas", "indent": "Aumentar sangría del elemento", "outdent": "Disminuir sangría del elemento" }, "dialog": { "apply": "Aplicar", "clear": "Limpiar", "close": "Cerrar", "iframe": { "dialog_title": "Agregar/editar iframe", "src": "Fuente", "name": "Nombre", "title": "Título", "width": "Ancho", "height": "Alto", "frameborder": "Borde del marco", "src_invalid": "La URL ingresada es inválida" }, "image": { "title": "Título", "src": "Fuente", "keep_ratio": "Mantener proporción", "alt": "alt", "width": "Ancho", "height": "Alto", "dialog_title": "Agregar/modificar imagen" }, "link": { "title": "Agregar/modificar enlace", "href": "Dirección del enlace", "href_error": "Dirección de enlace incorrecta", "target": "Abrir en...", "target_blank": "Nueva ventana", "target_self": "Ventana actual", "rel": "rel", "class": "Clase CSS" }, "preview": { "title": "Vista previa" }, "source": { "title": "Ver código fuente", "prettify": "prettify" }, "video": { "title": "Agregar/editar video", "src": "Fuente", "width": "Ancho", "height": "Alto" } }, "misc": { "fullscreen": "Modo pantalla completa", "preview": "Vista previa", "source": "Ver código fuente", "toggleInvisibleCharacters": "Mostrar/ocultar caracteres invisibles" }, "footer": { "words": "palabras", "chars": "caracteres", "limit": "límite de caracteres" }, "ai": { "title": "AI assistant", "prompt": "Prompt", "examples": "Examples", "generate": "Generate", "apply": "Apply", "result": "Result", "loading": "Generating...", "unavailable": "Configure an AI provider to use this action", "error": "AI generation failed", "defaultExamples": { "improve": { "title": "Improve writing", "prompt": "Improve the clarity and tone of this text." }, "proofReading": { "title": "Proof-reading", "prompt": "Correct grammar, spelling, and punctuation without changing the meaning." }, "summarize": { "title": "Summarize", "prompt": "Summarize this text in a concise paragraph." }, "expand": { "title": "Expand", "prompt": "Expand this into a more detailed version." } } } }