Added world deletion actions

This commit is contained in:
Alexis
2024-09-09 23:21:27 +02:00
parent c19262e3c2
commit 636623ee96
6 changed files with 194 additions and 13 deletions

View File

@@ -83,6 +83,13 @@ export default defineI18nConfig(() => ({
title: "Create a world",
subtitle: "Worlds are the building blocks which hold all your characters, your calendars…"
},
deleteDialog: {
title: "Delete this world ?",
subtitle: "This world will be deleted permanently, and all of its associated data will be lost !",
},
deletedToast: {
title: "The world \"{world}\" has been successfuly deleted.",
},
},
calendar: {
nameSingular: "Calendar",
@@ -284,6 +291,13 @@ export default defineI18nConfig(() => ({
title: "Créer un monde",
subtitle: "Un monde est la brique de base qui contient vos personnages, vos calendriers…"
},
deleteDialog: {
title: "Supprimer ce monde ?",
subtitle: "Le monde sera supprimé définitivement, vous perdrez toutes les données associées !",
},
deletedToast: {
title: "Le monde \"{world}\" a été supprimé avec succès.",
},
},
calendar: {
nameSingular: "Calendriers",