From 7b052e884458f5caeb9574f22186b3736a793de7 Mon Sep 17 00:00:00 2001
From: Sebastian Moser <64004956+c2vi@users.noreply.github.com>
Date: Mon, 02 Jun 2025 05:56:51 +0000
Subject: [PATCH] docs: added note to not forget to add https:// to the plausible-host (for #1337) (#2000)
---
quartz/i18n/locales/de-DE.ts | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/quartz/i18n/locales/de-DE.ts b/quartz/i18n/locales/de-DE.ts
index 64c9ba9..85a7353 100644
--- a/quartz/i18n/locales/de-DE.ts
+++ b/quartz/i18n/locales/de-DE.ts
@@ -26,8 +26,11 @@
noBacklinksFound: "Keine Backlinks gefunden",
},
themeToggle: {
- lightMode: "Light Mode",
- darkMode: "Dark Mode",
+ lightMode: "Heller Modus",
+ darkMode: "Dunkler Modus",
+ },
+ readerMode: {
+ title: "Lesemodus",
},
explorer: {
title: "Explorer",
@@ -65,6 +68,7 @@
error: {
title: "Nicht gefunden",
notFound: "Diese Seite ist entweder nicht öffentlich oder existiert nicht.",
+ home: "Return to Homepage",
},
folderContent: {
folder: "Ordner",
--
Gitblit v1.10.0