Added tooltip on rich text

This commit is contained in:
Alexis
2025-08-09 18:55:55 +02:00
parent 396215bb91
commit cebcb50903
2 changed files with 198 additions and 77 deletions

View File

@@ -86,6 +86,17 @@ export default defineI18nConfig(() => ({
createdAt: "Created {createdAt}",
updatedAt: "Last updated {updatedAt}",
},
editor: {
bold: "Bold",
italic: "Italic",
strike: "Strikethrough",
ulist: "Bullet list",
olist: "Numbered list",
quote: "Quote",
noFormat: "Remove formatting",
undo: "Undo",
redo: "Redo"
},
entity: {
category: {
nameSingular: "Category",
@@ -421,6 +432,17 @@ export default defineI18nConfig(() => ({
createdAt: "Créé le {createdAt}",
updatedAt: "Dernière modification le {updatedAt}",
},
editor: {
bold: "Gras",
italic: "Italique",
strike: "Barré",
ulist: "Liste à puces",
olist: "Liste numerotée",
quote: "Citation",
noFormat: "Effacer le formattage",
undo: "Annuler",
redo: "Rétablir"
},
entity: {
category: {
nameSingular: "Catégorie",