feat: implement copy note to clipboard button on note card with i18n support

This commit is contained in:
2025-12-26 16:08:44 +01:00
parent d4327108ee
commit 198b324646
6 changed files with 31 additions and 2 deletions

View File

@@ -20,6 +20,7 @@
"Configure the application settings.": "Configura los ajustes de la aplicación.",
"Configure the backend API URL for this application": "Configura la URL de API del backend para esta aplicación",
"Content": "Contenido",
"Copy note": "Copiar nota",
"Create": "Crear",
"Create Note": "Crear nota",
"Current API URL": "URL de API actual",
@@ -35,6 +36,7 @@
"Export failed": "Exportación fallida",
"Export successful": "Exportación exitosa",
"Export your notes for backup or import from a JSON file.": "Exporta tus notas para hacer una copia de seguridad o importa desde un archivo JSON.",
"Failed to copy note": "Error al copiar la nota",
"Grid View": "Vista de cuadrícula",
"History": "Historial",
"Import Data": "Importar datos",
@@ -51,6 +53,7 @@
"No notes with tag \"${activeTag}\"": "No hay notas con la etiqueta \"${activeTag}\"",
"No tags yet": "Aún no hay etiquetas",
"Note content... Type / for commands": "Contenido de la nota... Escribe / para ver comandos",
"Note copied to clipboard": "Nota copiada al portapapeles",
"Note created": "Nota creada",
"Note title": "Título de la nota",
"Note updated": "Nota actualizada",