This commit is contained in:
Domipoke
2026-06-25 19:58:23 +02:00
parent 372c622025
commit 955801c666
147 changed files with 18829 additions and 0 deletions
+122
View File
@@ -0,0 +1,122 @@
{
"bar": {
"tooltip": "Historial del portapapeles"
},
"context": {
"toggle": "Alternar Clipper",
"settings": "Abrir configuración"
},
"panel": {
"title": "Historial del portapapeles",
"pinned-title": "Elementos fijados",
"no-pinned": "Sin elementos fijados",
"settings": "Configuración",
"close": "Close",
"search-placeholder": "Buscar...",
"filter-all": "Todos",
"filter-text": "Texto",
"filter-images": "Imágenes",
"filter-colors": "Colores",
"filter-links": "Enlaces",
"filter-code": "Código",
"filter-emoji": "Emoji",
"filter-files": "Archivos",
"clear-all": "Borrar todo",
"no-matches": "Sin coincidencias",
"empty": "El portapapeles está vacío"
},
"card": {
"add-todo": "Añadir a tareas",
"pin": "Fijar",
"delete": "Eliminar"
},
"notecards": {
"empty-state": "No notes yet",
"empty-hint": "Click the button below to create your first note",
"create-note": "Create Note",
"change-color": "Change Color",
"export": "Export to .txt",
"delete": "Delete Note",
"untitled-placeholder": "Untitled"
},
"toast": {
"invalid-clipboard-item": "Invalid clipboard item",
"max-pinned-items": "Maximum {max} pinned items reached",
"item-not-found": "Item not found in clipboard",
"failed-to-pin": "Failed to pin item",
"failed-to-pin-image": "Failed to pin image",
"image-too-large": "Image too large to pin (max 5MB)",
"text-too-large": "Text too large to pin (max 1MB)",
"item-pinned": "Item pinned",
"item-unpinned": "Item unpinned",
"max-notes": "Maximum {max} notes reached",
"note-created": "Note created",
"note-deleted": "Note deleted",
"note-not-found": "Note not found",
"note-exported": "Note exported to ~/Documents/{fileName}",
"copied-to-clipboard": "Copied to clipboard",
"failed-to-copy-image": "Failed to copy image",
"failed-to-copy-text": "Failed to copy text",
"no-text-selected": "No text selected",
"failed-to-get-selection": "Failed to get selection",
"no-text-to-add": "No text to add",
"todo-not-available": "ToDo plugin not available",
"added-to-todo": "Added to ToDo",
"failed-to-copy": "Failed to copy to clipboard",
"todo-disabled": "ToDo integration is disabled",
"could-not-open-todo": "Could not open ToDo selector",
"could-not-open-note-selector": "Could not open note selector",
"text-added-to-note": "Text added to note",
"todo-page-created": "New ToDo page created",
"failed-to-get-cursor-position": "Failed to get cursor position",
"notes-cleared": "All notes cleared",
"pinned-cleared": "All pinned items cleared"
},
"settings": {
"tab-general": "General",
"tab-appearance": "Appearance",
"integrations": "Integraciones",
"todo-integration": "Integración con ToDo",
"todo-description": "Añadir elementos del portapapeles directamente a tu lista de tareas",
"todo-disabled": "El plugin ToDo no está instalado o está deshabilitado",
"features": "Features",
"pincards-enabled": "Enable Pin Cards",
"pincards-desc": "Show pinned items panel and allow pinning clipboard items",
"pincards-items-count": "Pinned Items",
"clear-all-pinned": "Clear All Pinned Items",
"notecards-enabled": "Enable NoteCards",
"notecards-desc": "Show notecards panel for quick notes",
"notecards-notes-count": "Current Notes",
"clear-all-notes": "Clear All Notes",
"show-close-button": "Show Close Button",
"show-close-button-desc": "Display an X button at the top-right corner to close the panel",
"fullscreen-mode": "Modo pantalla completa",
"fullscreen-mode-desc": "Expandir el panel al tamaño completo de la pantalla",
"hide-panel-background": "Ocultar fondo del panel",
"hide-panel-background-desc": "Eliminar el fondo de los contenedores del panel. Nota: Las tarjetas ancladas y las notas funcionan mejor con el fondo activado.",
"auto-paste-section": "Pegado automático",
"auto-paste": "Pegar automáticamente al hacer clic",
"auto-paste-desc": "Pegar automáticamente el elemento seleccionado en la ventana activa",
"auto-paste-warning": "wtype es necesario para el pegado automático. Instalar con: sudo pacman -S wtype",
"auto-paste-rmb": "Solo clic derecho",
"auto-paste-rmb-desc": "Clic derecho para pegar automáticamente; clic izquierdo solo copia al portapapeles",
"auto-paste-delay": "Retraso de pegado",
"auto-paste-delay-desc": "Retraso antes de pegar (ms). Aumentar si focus-follows-cursor está activado en tu compositor.",
"appearance": "Apariencia de tarjetas",
"card-type": "Tipo de tarjeta",
"card-type-desc": "Selecciona el tipo de tarjeta para personalizar",
"preview": "Vista previa",
"sample-content": "Contenido de ejemplo...",
"bg-color": "Color de fondo",
"bg-color-desc": "Color de fondo de la tarjeta",
"separator-color": "Color del separador",
"separator-color-desc": "Línea entre el encabezado y el contenido",
"fg-color": "Color del texto",
"fg-color-desc": "Color del título, iconos y contenido de texto",
"reset-defaults": "Restaurar valores predeterminados",
"panel-width": "Ancho del panel",
"panel-width-desc": "Ancho del panel en píxeles (solo cuando el modo pantalla completa está desactivado)",
"panel-height": "Alto del panel",
"panel-height-desc": "Alto del panel en píxeles. Establecer en 0 para altura automática (solo cuando el modo pantalla completa está desactivado)"
}
}