be funny :p
This commit is contained in:
parent
5fed0859af
commit
7e97b8eeca
2 changed files with 5 additions and 3 deletions
|
|
@ -7,6 +7,7 @@ export const defaultLang = "en"
|
||||||
|
|
||||||
export const ui = {
|
export const ui = {
|
||||||
en: {
|
en: {
|
||||||
|
"dooris": "DOORIS",
|
||||||
"unauthorized.title": "Unauthorized",
|
"unauthorized.title": "Unauthorized",
|
||||||
"unauthorized.description": `To use the locks you have to have the "intern@" status.<br>
|
"unauthorized.description": `To use the locks you have to have the "intern@" status.<br>
|
||||||
More infos: <a class='underline' href='https://wiki.hamburg.ccc.de/club:prozesse:aufnahmeprozesse-fuer-berechtigungsgruppen'>CCCHH Wiki</a>`,
|
More infos: <a class='underline' href='https://wiki.hamburg.ccc.de/club:prozesse:aufnahmeprozesse-fuer-berechtigungsgruppen'>CCCHH Wiki</a>`,
|
||||||
|
|
@ -31,6 +32,7 @@ export const ui = {
|
||||||
"serverError.description": `Please try again later.`,
|
"serverError.description": `Please try again later.`,
|
||||||
},
|
},
|
||||||
de: {
|
de: {
|
||||||
|
"dooris": "TüRIS <span class='text-neutral-content/50 text-xs'>(DOORIS)</span>",
|
||||||
"unauthorized.title": "Nicht berechtigt",
|
"unauthorized.title": "Nicht berechtigt",
|
||||||
"unauthorized.description": `Um die Schlösser bedienen zu können, musst du den "intern@" Status haben.<br>
|
"unauthorized.description": `Um die Schlösser bedienen zu können, musst du den "intern@" Status haben.<br>
|
||||||
Weitere Infos: <a class='underline' href='https://wiki.hamburg.ccc.de/club:prozesse:aufnahmeprozesse-fuer-berechtigungsgruppen'>CCCHH Wiki</a>`,
|
Weitere Infos: <a class='underline' href='https://wiki.hamburg.ccc.de/club:prozesse:aufnahmeprozesse-fuer-berechtigungsgruppen'>CCCHH Wiki</a>`,
|
||||||
|
|
|
||||||
|
|
@ -21,10 +21,10 @@ const t = useTranslations(lang)
|
||||||
<header class="p-2">
|
<header class="p-2">
|
||||||
<div class="navbar bg-base-300 text-neutral-content flex w-full justify-between items-center rounded-xl px-4">
|
<div class="navbar bg-base-300 text-neutral-content flex w-full justify-between items-center rounded-xl px-4">
|
||||||
|
|
||||||
<span class="text-xl font-semibold flex gap-1 items-center">
|
<h1 class="text-xl font-semibold flex gap-1 items-center">
|
||||||
<DoorOpen/>
|
<DoorOpen/>
|
||||||
DOORIS
|
<span set:html={t("dooris")} />
|
||||||
</span>
|
</h1>
|
||||||
<div class="badge badge-soft badge-xl hidden" id="badge-username">
|
<div class="badge badge-soft badge-xl hidden" id="badge-username">
|
||||||
<UserRound class="size-5"/>
|
<UserRound class="size-5"/>
|
||||||
<span id="username"></span>
|
<span id="username"></span>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue