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:
@@ -2320,9 +2320,28 @@
|
||||
"slashLoading": "AI thinking...",
|
||||
"slashTabAll": "All",
|
||||
"slashCatBasic": "Basic blocks",
|
||||
"slashCatText": "Text",
|
||||
"slashCatMedia": "Media",
|
||||
"slashCatData": "Data",
|
||||
"slashCatEmbed": "Embed",
|
||||
"slashCatFormatting": "Formatting",
|
||||
"slashCatAi": "AI Note",
|
||||
"placeholderH1": "Main heading...",
|
||||
"placeholderH2": "Section heading...",
|
||||
"placeholderH3": "Subsection heading...",
|
||||
"placeholderTodo": "Add a task...",
|
||||
"placeholderCode": "Write code...",
|
||||
"placeholderQuote": "Capture a quote...",
|
||||
"placeholderText": "Type '/' to insert a block...",
|
||||
"smartPasteUrlTitle": "Link or Media Detected",
|
||||
"smartPasteUrlHint": "What would you like to do with this link?",
|
||||
"smartPasteUrlLink": "Paste as hyperlink",
|
||||
"smartPasteUrlImage": "Insert as image",
|
||||
"smartPasteUrlVideo": "Insert as video player",
|
||||
"smartPastePlain": "Paste as plain text",
|
||||
"smartPasteCodeTitle": "Source Code Detected",
|
||||
"smartPasteCodeHint": "Source code was detected. Would you like to insert it as a code block?",
|
||||
"smartPasteCodeBlock": "Insert as code block",
|
||||
"insertImage": "Insert image",
|
||||
"imageUrlPlaceholder": "https://example.com/image.png",
|
||||
"preview": "Preview",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user