Added edit world functions

This commit is contained in:
Alexis
2025-02-28 19:24:53 +01:00
parent 04940aacc3
commit fe035da7c3
6 changed files with 285 additions and 6 deletions

View File

@@ -88,10 +88,17 @@ export default defineI18nConfig(() => ({
title: "Create a world",
subtitle: "Worlds are the building blocks which hold all your characters, your calendars…"
},
editDialog: {
title: "Edit world",
subtitle: "Update world data",
},
deleteDialog: {
title: "Delete this world ?",
subtitle: "This world will be deleted permanently, and all of its associated data will be lost !",
},
updatedToast: {
title: "The world \"{world}\" has been successfuly updated.",
},
deletedToast: {
title: "The world \"{world}\" has been successfuly deleted.",
},
@@ -331,10 +338,17 @@ export default defineI18nConfig(() => ({
title: "Créer un monde",
subtitle: "Un monde est la brique de base qui contient vos personnages, vos calendriers…"
},
editDialog: {
title: "Modifier le monde",
subtitle: "Mettre à jour les données du monde",
},
deleteDialog: {
title: "Supprimer ce monde ?",
subtitle: "Le monde sera supprimé définitivement, vous perdrez toutes les données associées !",
},
updatedToast: {
title: "Le monde \"{world}\" a été modifié avec succès.",
},
deletedToast: {
title: "Le monde \"{world}\" a été supprimé avec succès.",
},