Added category deletion interface
This commit is contained in:
@@ -98,6 +98,10 @@ export default defineI18nConfig(() => ({
|
||||
title: "Manage categories",
|
||||
subtitle: "Add and change the categories of your calendar",
|
||||
},
|
||||
deleteDialog: {
|
||||
title: "Delete this category ?",
|
||||
subtitle: "The events attached to this category won't be deleted, but you'll lose the category for this calendar.",
|
||||
},
|
||||
addedToast: {
|
||||
title: "The category \"{category}\" has been added to the calendar.",
|
||||
titleError: "An error has occured and the category \"{category}\" wasn't added to the calendar.",
|
||||
@@ -413,6 +417,10 @@ export default defineI18nConfig(() => ({
|
||||
title: "Gestion des catégories",
|
||||
subtitle: "Créer et modifier les catégories de votre calendrier",
|
||||
},
|
||||
deleteDialog: {
|
||||
title: "Supprimer cette catégorie ?",
|
||||
subtitle: "Les évènements l'utilisant ne seront pas supprimés.",
|
||||
},
|
||||
addedToast: {
|
||||
title: "La catégorie \"{category}\" a été ajoutée au calendrier.",
|
||||
titleError: "Une erreur s'est produite et la catégorie \"{category}\" n'a pas pu être ajoutée.",
|
||||
|
||||
Reference in New Issue
Block a user