From e9315886b7b1dd8a7b6cc1f0f5861c2b430a0ecd Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Wed, 3 Jul 2024 23:40:26 +0200 Subject: [PATCH] Translated using Weblate (Korean) Currently translated at 1.1% (7 of 591 strings) Added translation using Weblate (Korean) Co-authored-by: Hosted Weblate Co-authored-by: hubag Translate-URL: https://hosted.weblate.org/projects/feishin/translation/ko/ Translation: feishin/Translation --- src/i18n/locales/ko.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/i18n/locales/ko.json diff --git a/src/i18n/locales/ko.json b/src/i18n/locales/ko.json new file mode 100644 index 00000000..4d98616b --- /dev/null +++ b/src/i18n/locales/ko.json @@ -0,0 +1,11 @@ +{ + "action": { + "createPlaylist": "$t(entity.playlist_one) 생성", + "addToFavorites": "$t(entity.favorite_other)에 추가", + "addToPlaylist": "$t(entity.playlist_one)에 추가", + "clearQueue": "대기열 지우기", + "deletePlaylist": "$t(entity.playlist_one) 삭제", + "deselectAll": "모두 선택 해제", + "editPlaylist": "$t(entity.playlist_one) 편집" + } +}