Commit stuff in case my computer explodes

This commit is contained in:
Alexis
2025-03-06 20:34:59 +01:00
parent d46da12745
commit 31a4316186
10 changed files with 333 additions and 28 deletions

View File

@@ -197,8 +197,7 @@ export default defineI18nConfig(() => ({
title: "The event \"{event}\" has been successfuly deleted.",
},
},
createDialog: {
title: "Create a calendar",
actionDialog: {
tabs: {
general: {
title: "General",
@@ -211,6 +210,9 @@ export default defineI18nConfig(() => ({
},
}
},
createDialog: {
title: "Create a calendar",
},
deleteDialog: {
title: "Are you sure you want to delete this calendar ?",
subtitle: "Its events won't be accessible anymore and you won't be able to retrieve the deleted data !",
@@ -460,8 +462,7 @@ export default defineI18nConfig(() => ({
title: "L'évènement \"{event}\" a été supprimé avec succès.",
},
},
createDialog: {
title: "Créer un calendrier",
actionDialog: {
tabs: {
general: {
title: "Général",
@@ -474,6 +475,12 @@ export default defineI18nConfig(() => ({
},
}
},
createDialog: {
title: "Créer un calendrier",
},
updateDialog: {
title: "Modifier le calendrier",
},
deleteDialog: {
title: "Êtes-vous sûr de supprimer ce calendrier ?",
subtitle: "Les évènements ne seront plus accessibles et vous ne pourrez plus récupérer les données !",