From 7e97b8eecae69c562d08ecbdd97c0ce7dd153f2e Mon Sep 17 00:00:00 2001 From: kritzl Date: Mon, 11 May 2026 20:34:19 +0200 Subject: [PATCH] be funny :p --- app/src/i18n/ui.ts | 2 ++ app/src/layouts/Layout.astro | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/src/i18n/ui.ts b/app/src/i18n/ui.ts index a359d21..72b0d3b 100644 --- a/app/src/i18n/ui.ts +++ b/app/src/i18n/ui.ts @@ -7,6 +7,7 @@ export const defaultLang = "en" export const ui = { en: { + "dooris": "DOORIS", "unauthorized.title": "Unauthorized", "unauthorized.description": `To use the locks you have to have the "intern@" status.
More infos: CCCHH Wiki`, @@ -31,6 +32,7 @@ export const ui = { "serverError.description": `Please try again later.`, }, de: { + "dooris": "TüRIS (DOORIS)", "unauthorized.title": "Nicht berechtigt", "unauthorized.description": `Um die Schlösser bedienen zu können, musst du den "intern@" Status haben.
Weitere Infos: CCCHH Wiki`, diff --git a/app/src/layouts/Layout.astro b/app/src/layouts/Layout.astro index 5795283..35acad7 100644 --- a/app/src/layouts/Layout.astro +++ b/app/src/layouts/Layout.astro @@ -21,10 +21,10 @@ const t = useTranslations(lang)