From a31e3f9458431883d8ee68961132b5cdb1ef2db6 Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 13 Feb 2024 05:21:45 +0000
Subject: [PATCH] chore(deps): bump @floating-ui/dom from 1.6.1 to 1.6.3 (#857)
---
quartz/i18n/locales/de-DE.ts | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/quartz/i18n/locales/de-DE.ts b/quartz/i18n/locales/de-DE.ts
index c6531be..e382194 100644
--- a/quartz/i18n/locales/de-DE.ts
+++ b/quartz/i18n/locales/de-DE.ts
@@ -6,6 +6,21 @@
description: "Keine Beschreibung angegeben",
},
components: {
+ callout: {
+ note: "Hinweis",
+ abstract: "Zusammenfassung",
+ info: "Info",
+ todo: "Zu erledigen",
+ tip: "Tipp",
+ success: "Erfolg",
+ question: "Frage",
+ warning: "Warnung",
+ failure: "Misserfolg",
+ danger: "Gefahr",
+ bug: "Fehler",
+ example: "Beispiel",
+ quote: "Zitat",
+ },
backlinks: {
title: "Backlinks",
noBacklinksFound: "Keine Backlinks gefunden",
@@ -38,6 +53,9 @@
tableOfContents: {
title: "Inhaltsverzeichnis",
},
+ contentMeta: {
+ readingTime: ({ minutes }) => `${minutes} min read`,
+ },
},
pages: {
rss: {
--
Gitblit v1.10.0