From 5e353649a4afcabc3c4f483e3d500d1ef8840b00 Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Thu, 25 Jul 2024 11:09:16 +0000 Subject: [PATCH] Translated using Weblate (Korean) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 1.6% (10 of 593 strings) Co-authored-by: 박용현 Translate-URL: https://hosted.weblate.org/projects/feishin/translation/ko/ Translation: feishin/Translation --- src/i18n/locales/ko.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/i18n/locales/ko.json b/src/i18n/locales/ko.json index 4d98616b..018db46e 100644 --- a/src/i18n/locales/ko.json +++ b/src/i18n/locales/ko.json @@ -6,6 +6,9 @@ "clearQueue": "대기열 지우기", "deletePlaylist": "$t(entity.playlist_one) 삭제", "deselectAll": "모두 선택 해제", - "editPlaylist": "$t(entity.playlist_one) 편집" + "editPlaylist": "$t(entity.playlist_one) 편집", + "goToPage": "페이지 이동", + "moveToBottom": "맨 아래로 이동", + "moveToTop": "맨 위로 이동" } }