From 5749fbbd750f8f4116a0eebff1a5f758a5328549 Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 22 Jul 2024 22:30:28 +0000
Subject: [PATCH] chore(deps): bump @floating-ui/dom from 1.6.5 to 1.6.8 (#1290)
---
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