From ae0466eedb1a560e3d330899af6b563f1eeb029a Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Tue, 03 Jun 2025 17:57:16 +0000
Subject: [PATCH] css: unapply redundant bg on section
---
quartz/i18n/locales/it-IT.ts | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/quartz/i18n/locales/it-IT.ts b/quartz/i18n/locales/it-IT.ts
index a0cc042..be25bb6 100644
--- a/quartz/i18n/locales/it-IT.ts
+++ b/quartz/i18n/locales/it-IT.ts
@@ -29,6 +29,9 @@
lightMode: "Tema chiaro",
darkMode: "Tema scuro",
},
+ readerMode: {
+ title: "Modalità lettura",
+ },
explorer: {
title: "Esplora",
},
@@ -65,17 +68,18 @@
error: {
title: "Non trovato",
notFound: "Questa pagina è privata o non esiste.",
+ home: "Ritorna alla home page",
},
folderContent: {
folder: "Cartella",
itemsUnderFolder: ({ count }) =>
- count === 1 ? "1 oggetto in questa cartella" : `${count} oggetti in questa cartella.`,
+ count === 1 ? "1 oggetto in questa cartella." : `${count} oggetti in questa cartella.`,
},
tagContent: {
tag: "Etichetta",
tagIndex: "Indice etichette",
itemsUnderTag: ({ count }) =>
- count === 1 ? "1 oggetto con questa etichetta" : `${count} oggetti con questa etichetta.`,
+ count === 1 ? "1 oggetto con questa etichetta." : `${count} oggetti con questa etichetta.`,
showingFirst: ({ count }) => `Prime ${count} etichette.`,
totalTags: ({ count }) => `Trovate ${count} etichette totali.`,
},
--
Gitblit v1.10.0