be funny :p

This commit is contained in:
kritzl 2026-05-11 20:34:19 +02:00
commit 7e97b8eeca
Signed by: kritzl
SSH key fingerprint: SHA256:5BmINP9VjZWaUk5Z+2CTut1KFhwLtd0ZynMekKbtViM
2 changed files with 5 additions and 3 deletions

View file

@ -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.<br>
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.`,
},
de: {
"dooris": "TüRIS <span class='text-neutral-content/50 text-xs'>(DOORIS)</span>",
"unauthorized.title": "Nicht berechtigt",
"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>`,