feat(editor): implement US-EDITOR-UX with global block selection, redesigned slash menu (favorites & preview), contextual placeholders, smart paste extended, turn into and undo/redo toasts

This commit is contained in:
Antigravity
2026-05-27 21:47:50 +00:00
parent e3cb1307d3
commit ad8b8b815e
9 changed files with 1112 additions and 157 deletions

View File

@@ -2324,9 +2324,28 @@
"slashLoading": "IA Note réfléchit...",
"slashTabAll": "Tout",
"slashCatBasic": "Blocs de base",
"slashCatText": "Texte",
"slashCatMedia": "Médias",
"slashCatData": "Données",
"slashCatEmbed": "Intégré",
"slashCatFormatting": "Mise en forme",
"slashCatAi": "IA Note",
"placeholderH1": "Titre principal...",
"placeholderH2": "Titre de section...",
"placeholderH3": "Sous-titre...",
"placeholderTodo": "Ajouter une tâche...",
"placeholderCode": "Écrire du code...",
"placeholderQuote": "Saisir une citation...",
"placeholderText": "Tapez '/' pour insérer un bloc...",
"smartPasteUrlTitle": "Lien ou Média détecté",
"smartPasteUrlHint": "Que souhaitez-vous faire avec ce lien ?",
"smartPasteUrlLink": "Coller comme lien hypertexte",
"smartPasteUrlImage": "Insérer comme image",
"smartPasteUrlVideo": "Insérer comme lecteur vidéo",
"smartPastePlain": "Coller en texte brut",
"smartPasteCodeTitle": "Code source détecté",
"smartPasteCodeHint": "Du code source a été détecté. Souhaitez-vous l'insérer comme bloc de code ?",
"smartPasteCodeBlock": "Insérer comme bloc de code",
"insertImage": "Insérer une image",
"imageUrlPlaceholder": "https://exemple.com/image.png",
"preview": "Aperçu",