From 8bc6cb906110ae03e117af97147a366621dc20b7 Mon Sep 17 00:00:00 2001
From: 松浦 知也 Matsuura Tomoya <me@matsuuratomoya.com>
Date: Sat, 01 Nov 2025 00:01:51 +0000
Subject: [PATCH] fix(css): not break word in the search button placeholder (#2182)
---
quartz/i18n/locales/de-DE.ts | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/quartz/i18n/locales/de-DE.ts b/quartz/i18n/locales/de-DE.ts
index 64c9ba9..19eb4f2 100644
--- a/quartz/i18n/locales/de-DE.ts
+++ b/quartz/i18n/locales/de-DE.ts
@@ -15,7 +15,7 @@
success: "Erfolg",
question: "Frage",
warning: "Warnung",
- failure: "Misserfolg",
+ failure: "Fehlgeschlagen",
danger: "Gefahr",
bug: "Fehler",
example: "Beispiel",
@@ -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",
@@ -54,7 +57,7 @@
title: "Inhaltsverzeichnis",
},
contentMeta: {
- readingTime: ({ minutes }) => `${minutes} min read`,
+ readingTime: ({ minutes }) => `${minutes} Min. Lesezeit`,
},
},
pages: {
@@ -65,6 +68,7 @@
error: {
title: "Nicht gefunden",
notFound: "Diese Seite ist entweder nicht öffentlich oder existiert nicht.",
+ home: "Zur Startseite",
},
folderContent: {
folder: "Ordner",
--
Gitblit v1.10.0