From 740172acb6f23218b317b73a07a7b08fd9a56240 Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 29 Jul 2024 20:14:25 +0000
Subject: [PATCH] chore(deps): bump vfile from 6.0.1 to 6.0.2 (#1299)
---
quartz/i18n/locales/ko-KR.ts | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/quartz/i18n/locales/ko-KR.ts b/quartz/i18n/locales/ko-KR.ts
index ed859a9..9be08d9 100644
--- a/quartz/i18n/locales/ko-KR.ts
+++ b/quartz/i18n/locales/ko-KR.ts
@@ -65,15 +65,16 @@
error: {
title: "Not Found",
notFound: "페이지가 존재하지 않거나 비공개 설정이 되어 있습니다.",
+ home: "홈페이지로 돌아가기",
},
folderContent: {
folder: "폴더",
- itemsUnderFolder: ({ count }) => `${count}건의 페이지`,
+ itemsUnderFolder: ({ count }) => `${count}건의 항목`,
},
tagContent: {
tag: "태그",
tagIndex: "태그 목록",
- itemsUnderTag: ({ count }) => `${count}건의 페이지`,
+ itemsUnderTag: ({ count }) => `${count}건의 항목`,
showingFirst: ({ count }) => `처음 ${count}개의 태그`,
totalTags: ({ count }) => `총 ${count}개의 태그를 찾았습니다.`,
},
--
Gitblit v1.10.0