Added not found page for calendars

This commit is contained in:
Alexis
2024-12-19 16:46:22 +01:00
parent df8af541c1
commit 199cfb6634
3 changed files with 34 additions and 1 deletions

View File

@@ -95,6 +95,8 @@ export default defineI18nConfig(() => ({
nameSingular: "Calendar",
namePlural: "Calendars",
addSingle: "Add a calendar",
notFound: "Calendar not found",
notFoundDescription: "The link is not valid or the calendar has been deleted / archived.",
notFoundForWorld: "No calendar for this world… yet !",
isLoading: "Calendar is loading…",
date: {
@@ -321,6 +323,8 @@ export default defineI18nConfig(() => ({
nameSingular: "Calendriers",
namePlural: "Calendrier",
addSingle: "Ajouter un calendrier",
notFound: "Aucun calendrier trouvé",
notFoundDescription: "Le lien n'est pas valide ou le calendrier a été supprimé / archivé.",
notFoundForWorld: "Aucun calendrier pour ce monde… pour l'instant !",
isLoading: "Chargement du calendrier…",
date: {