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.": "Configure the application settings.",
|
||||
"Configure the backend API URL for this application": "Configure the backend API URL for this application",
|
||||
"Content": "Content",
|
||||
"Copy note": "Copy note",
|
||||
"Create": "Create",
|
||||
"Create Note": "Create Note",
|
||||
"Current API URL": "Current API URL",
|
||||
@@ -31,6 +32,7 @@
|
||||
"Export failed": "Export failed",
|
||||
"Export successful": "Export successful",
|
||||
"Export your notes for backup or import from a JSON file.": "Export your notes for backup or import from a JSON file.",
|
||||
"Failed to copy note": "Failed to copy note",
|
||||
"Grid View": "Grid View",
|
||||
"History": "History",
|
||||
"Import Data": "Import Data",
|
||||
@@ -47,6 +49,7 @@
|
||||
"No notes with tag \"${activeTag}\"": "No notes with tag \"${activeTag}\"",
|
||||
"No tags yet": "No tags yet",
|
||||
"Note content... Type / for commands": "Note content... Type / for commands",
|
||||
"Note copied to clipboard": "Note copied to clipboard",
|
||||
"Note created": "Note created",
|
||||
"Note title": "Note title",
|
||||
"Note updated": "Note updated",
|
||||
@@ -78,4 +81,4 @@
|
||||
"Update": "Update",
|
||||
"work, todo, ideas": "work, todo, ideas",
|
||||
"Your notes will appear here. Click + to create one.": "Your notes will appear here. Click + to create one."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user