From 0a40f12a6af38ff81fb2f24540ccf1e168e3e5c6 Mon Sep 17 00:00:00 2001 From: choi woo-nyong Date: Sun, 3 May 2026 19:53:51 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20ko-KR=20=EC=82=AC=EC=9D=B4=EB=93=9C?= =?UTF-8?q?=EB=B0=94=20Views=20=EA=B7=B8=EB=A3=B9=20=EB=B2=88=EC=97=AD?= =?UTF-8?q?=EC=9D=84=20"=EC=A1=B0=ED=9A=8C=EC=88=98"=EC=97=90=EC=84=9C=20"?= =?UTF-8?q?=EB=B3=B4=EA=B8=B0"=EB=A1=9C=20=EB=B0=94=EB=A1=9C=EC=9E=A1?= =?UTF-8?q?=EC=95=84=20(#514)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit sidebar.group.views 키가 "조회수"로 오역되어 있어 기능과 무관한 표현이었다 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- src/lib/locales/ko-KR.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/locales/ko-KR.json b/src/lib/locales/ko-KR.json index d024e051..3fd73438 100644 --- a/src/lib/locales/ko-KR.json +++ b/src/lib/locales/ko-KR.json @@ -247,7 +247,7 @@ "sidebar.nav.allNotes": "모든 노트", "sidebar.nav.archive": "보관", "sidebar.group.favorites": "즐겨찾기", - "sidebar.group.views": "조회수", + "sidebar.group.views": "보기", "sidebar.group.types": "유형", "sidebar.group.folders": "폴더", "sidebar.action.createView": "보기 생성",