fix(ui): sélection groupée dans la boîte de réception
Permet de cocher plusieurs notes, les déplacer vers un carnet ou les envoyer à la corbeille, et rend la carte mentale plus lisible. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -114,6 +114,17 @@
|
||||
"title": "Notes",
|
||||
"newNote": "New note",
|
||||
"reorganize": "Reorganize notes",
|
||||
"selectAll": "Select all",
|
||||
"deselectAll": "Deselect all",
|
||||
"selectedCount": "{count} notes selected",
|
||||
"selectedCountOne": "1 note selected",
|
||||
"bulkMove": "Move",
|
||||
"bulkTrash": "Trash",
|
||||
"selectNote": "Select this note",
|
||||
"confirmBulkDeleteTitle": "Send to trash",
|
||||
"confirmBulkDelete": "These notes will go to the trash. You can restore them later.",
|
||||
"bulkTrashedToast": "{count} notes sent to trash.",
|
||||
"bulkMovedToast": "{count} notes moved.",
|
||||
"untitled": "Untitled",
|
||||
"placeholder": "Take a note...",
|
||||
"markdownPlaceholder": "Take a note... (Markdown supported)",
|
||||
|
||||
Reference in New Issue
Block a user