feat: implement copy note to clipboard button on note card with i18n support
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
"Configure the application settings.": "Konfiguriere die Anwendungseinstellungen.",
|
||||
"Configure the backend API URL for this application": "Konfiguriere die Backend-API-URL für diese Anwendung",
|
||||
"Content": "Inhalt",
|
||||
"Copy note": "Notiz kopieren",
|
||||
"Create": "Erstellen",
|
||||
"Create Note": "Notiz erstellen",
|
||||
"Current API URL": "Aktuelle API-URL",
|
||||
@@ -31,6 +32,7 @@
|
||||
"Export failed": "Export fehlgeschlagen",
|
||||
"Export successful": "Export erfolgreich",
|
||||
"Export your notes for backup or import from a JSON file.": "Exportiere deine Notizen für ein Backup oder importiere aus einer JSON-Datei.",
|
||||
"Failed to copy note": "Fehler beim Kopieren der Notiz",
|
||||
"Grid View": "Rasteransicht",
|
||||
"History": "Verlauf",
|
||||
"Import Data": "Daten importieren",
|
||||
@@ -47,6 +49,7 @@
|
||||
"No notes with tag \"${activeTag}\"": "Keine Notizen mit Tag \"${activeTag}\"",
|
||||
"No tags yet": "Noch keine Tags",
|
||||
"Note content... Type / for commands": "Notizinhalt... Tippe / für Befehle",
|
||||
"Note copied to clipboard": "Notiz in die Zwischenablage kopiert",
|
||||
"Note created": "Notiz erstellt",
|
||||
"Note title": "Notiztitel",
|
||||
"Note updated": "Notiz aktualisiert",
|
||||
|
||||
Reference in New Issue
Block a user