+
{{ calendar.data.name }}
-
+
+
+
+
{{ $t("entity.calendar.notFound") }}
+
+
+
+
+
+
+ {{ $t("entity.calendar.notFound") }}
+
+
+
+ {{ $t('entity.calendar.notFoundDescription') }}
+
+
+
+
+
+
+ {{ $t('entity.calendar.backToList') }}
+
+
+
+
diff --git a/pages/my/worlds/[id].vue b/pages/my/worlds/[id].vue
index 39e84e6..992f05d 100644
--- a/pages/my/worlds/[id].vue
+++ b/pages/my/worlds/[id].vue
@@ -2,7 +2,7 @@
import type { RealtimeChannel } from "@supabase/supabase-js"
import type { World } from "~/models/World";
import type { Calendar } from "~/models/CalendarConfig";
-import { PhPlus, PhTrash } from "@phosphor-icons/vue";
+import { PhArrowBendDoubleUpLeft, PhGlobeHemisphereWest, PhPlus, PhTrash } from "@phosphor-icons/vue";
const supabase = useSupabaseClient()
const route = useRoute()
@@ -112,7 +112,7 @@ function hideDeleteModal() {
{{ $t('entity.isLoading') }}
-
+
{{ world.data.name }}
@@ -180,7 +180,31 @@ function hideDeleteModal() {
- Not found
+
+
+
{{ $t("entity.world.notFound") }}
+
+
+
+
+
+
+ {{ $t("entity.world.notFound") }}
+
+
+
+ {{ $t('entity.world.notFoundDescription') }}
+
+
+
+
+
+
+ {{ $t('entity.world.backToList') }}
+
+
+
+