From bc1c7c88560db9bf445e6df7e7bbee579e109a40 Mon Sep 17 00:00:00 2001 From: blleng Date: Fri, 1 Mar 2024 01:13:04 +0800 Subject: [PATCH] maturity i18n --- quartz/i18n/locales/en-US.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/quartz/i18n/locales/en-US.ts b/quartz/i18n/locales/en-US.ts index c3e8390..75b49ba 100644 --- a/quartz/i18n/locales/en-US.ts +++ b/quartz/i18n/locales/en-US.ts @@ -81,9 +81,9 @@ export default { }, maturityContent: { itemsUnderTag: ({ count }) => - count === 1 ? "1 page under this maturity." : `${count} pages under this maturity.`, - showingFirst: ({ count }) => `Showing recent ${count} pages.`, - totalTags: ({ count }) => `${count} total types of maturity in all.`, + count === 1 ? "1 note under this maturity." : `${count} notes under this maturity.`, + showingFirst: ({ count }) => `Showing recent ${count} notes.`, + totalTags: ({ count }) => `Garden has ${count} types of maturity in all.`, }, }, } as const satisfies Translation