From 5736e1a5a22d1d76cae7d8d4b19c5444c9a54cb9 Mon Sep 17 00:00:00 2001 From: Fenris Wolf Date: Mon, 14 Oct 2024 19:07:03 +0200 Subject: [PATCH] [mod] loc:add keys --- source/data/localization/deu.loc.json | 8 ++++++++ source/data/localization/eng.loc.json | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/source/data/localization/deu.loc.json b/source/data/localization/deu.loc.json index 23a4617..f6eb04e 100644 --- a/source/data/localization/deu.loc.json +++ b/source/data/localization/deu.loc.json @@ -6,6 +6,13 @@ "common.timezone_shift": "Zeitzonen-Verschiebung", "common.date": "Datum", "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.view": "nur lesen", "access_level.edit": "lesen und bearbeiten", @@ -15,6 +22,7 @@ "event.begin": "Anfang", "event.end": "Ende", "event.location": "Ort", + "event.link": "Netz-Verweis", "event.description": "Beschreibung", "resource.kind": "Art", "resource.kinds.local.title": "lokal", diff --git a/source/data/localization/eng.loc.json b/source/data/localization/eng.loc.json index 334909e..29a4063 100644 --- a/source/data/localization/eng.loc.json +++ b/source/data/localization/eng.loc.json @@ -6,6 +6,13 @@ "common.timezone_shift": "Timezone shift", "common.date": "date", "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.view": "read only", "access_level.edit": "read and write", @@ -15,6 +22,7 @@ "event.begin": "begin", "event.end": "end", "event.location": "location", + "event.link": "link", "event.description": "description", "resource.kind": "kind", "resource.kinds.local.title": "local",