From fa3e01ba9d0ace56d6647d76dd2fd3075e3c2636 Mon Sep 17 00:00:00 2001 From: Hoseok Seo Date: Sun, 29 Sep 2024 12:27:03 +0000 Subject: [PATCH 1/2] Translated using Weblate (Korean) Currently translated at 100.0% (97 of 97 strings) Translation: arcade-songs/arcade-songs Translate-URL: https://hosted.weblate.org/projects/arcade-songs/arcade-songs/ko/ --- locales/ko.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/ko.yaml b/locales/ko.yaml index c0d24e6..c068ca9 100644 --- a/locales/ko.yaml +++ b/locales/ko.yaml @@ -71,6 +71,8 @@ description: # superFilterHint: // I hope you know what you're doing ... # Pages + superFilterPlaceholder: "// 결과를 필터링하기 위한 술어 함수를 반환함\nreturn (sheet) => true;\n" + superFilterHint: // 무엇을 하고 있는지 알고 있기를 바랍니다... page: index: description: 좋아하는 음악 게임의 곡을 이제 한 곳에서 검색하세요! From f4d26c7535887911142857ee1e8390ab697a7127 Mon Sep 17 00:00:00 2001 From: Raku Zeta Date: Wed, 2 Oct 2024 22:28:55 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=8C=90=20update=20translation=20in=20?= =?UTF-8?q?ko.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/ko.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/locales/ko.yaml b/locales/ko.yaml index c068ca9..bf4773d 100644 --- a/locales/ko.yaml +++ b/locales/ko.yaml @@ -65,14 +65,12 @@ description: clearMyList: 내 목록 비우기 pickOneFromFilter: 현재 필터에서 곡 한개 뽑기! noMoreSheetsToPick: 더 이상 고를 수 있는 곡이 없습니다. - # superFilterPlaceholder: | - # // return a predicate function to filter the result - # return (sheet) => true; - # superFilterHint: // I hope you know what you're doing ... + superFilterPlaceholder: | + // 결과를 필터링하기 위한 술어 함수를 반환함 + return (sheet) => true; + superFilterHint: // 무엇을 하고 있는지 알고 있기를 바랍니다… # Pages - superFilterPlaceholder: "// 결과를 필터링하기 위한 술어 함수를 반환함\nreturn (sheet) => true;\n" - superFilterHint: // 무엇을 하고 있는지 알고 있기를 바랍니다... page: index: description: 좋아하는 음악 게임의 곡을 이제 한 곳에서 검색하세요!