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)