[mod] loc:add keys

This commit is contained in:
Fenris Wolf 2024-10-14 19:07:03 +02:00
parent 93d35f5cc0
commit 5736e1a5a2
2 changed files with 16 additions and 0 deletions

View file

@ -6,6 +6,13 @@
"common.timezone_shift": "Zeitzonen-Verschiebung", "common.timezone_shift": "Zeitzonen-Verschiebung",
"common.date": "Datum", "common.date": "Datum",
"common.time": "Uhrzeit", "common.time": "Uhrzeit",
"common.weekday.monday": "Mo",
"common.weekday.tuesday": "Di",
"common.weekday.wednesday": "Mi",
"common.weekday.thursday": "Do",
"common.weekday.friday": "Fr",
"common.weekday.saturday": "Sa",
"common.weekday.sunday": "So",
"access_level.none": "nichts", "access_level.none": "nichts",
"access_level.view": "nur lesen", "access_level.view": "nur lesen",
"access_level.edit": "lesen und bearbeiten", "access_level.edit": "lesen und bearbeiten",
@ -15,6 +22,7 @@
"event.begin": "Anfang", "event.begin": "Anfang",
"event.end": "Ende", "event.end": "Ende",
"event.location": "Ort", "event.location": "Ort",
"event.link": "Netz-Verweis",
"event.description": "Beschreibung", "event.description": "Beschreibung",
"resource.kind": "Art", "resource.kind": "Art",
"resource.kinds.local.title": "lokal", "resource.kinds.local.title": "lokal",

View file

@ -6,6 +6,13 @@
"common.timezone_shift": "Timezone shift", "common.timezone_shift": "Timezone shift",
"common.date": "date", "common.date": "date",
"common.time": "time", "common.time": "time",
"common.weekday.monday": "Mon",
"common.weekday.tuesday": "Tue",
"common.weekday.wednesday": "Wed",
"common.weekday.thursday": "Thu",
"common.weekday.friday": "Fri",
"common.weekday.saturday": "Sat",
"common.weekday.sunday": "Sun",
"access_level.none": "none", "access_level.none": "none",
"access_level.view": "read only", "access_level.view": "read only",
"access_level.edit": "read and write", "access_level.edit": "read and write",
@ -15,6 +22,7 @@
"event.begin": "begin", "event.begin": "begin",
"event.end": "end", "event.end": "end",
"event.location": "location", "event.location": "location",
"event.link": "link",
"event.description": "description", "event.description": "description",
"resource.kind": "kind", "resource.kind": "kind",
"resource.kinds.local.title": "local", "resource.kinds.local.title": "local",