From a7069a8f919f097d17d9d36cb0e339404950c567 Mon Sep 17 00:00:00 2001 From: Zarz Eleutherius <42882290+zarzet@users.noreply.github.com> Date: Sat, 25 Jul 2026 15:34:01 +0700 Subject: [PATCH] New translations app_en.arb (Korean) [ci skip] --- lib/l10n/arb/app_ko.arb | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/lib/l10n/arb/app_ko.arb b/lib/l10n/arb/app_ko.arb index aced3e15..ad059ff8 100644 --- a/lib/l10n/arb/app_ko.arb +++ b/lib/l10n/arb/app_ko.arb @@ -1038,19 +1038,19 @@ "@searchSortDefault": { "description": "Sort option - default API order" }, - "searchSortTitleAZ": "제목 (A-Z)", + "searchSortTitleAZ": "제목 (오름차순)", "@searchSortTitleAZ": { "description": "Sort option - title ascending" }, - "searchSortTitleZA": "제목 (Z-A)", + "searchSortTitleZA": "제목 (내림차순)", "@searchSortTitleZA": { "description": "Sort option - title descending" }, - "searchSortArtistAZ": "아티스트 (A-Z)", + "searchSortArtistAZ": "아티스트 (오름차순)", "@searchSortArtistAZ": { "description": "Sort option - artist ascending" }, - "searchSortArtistZA": "아티스트 (Z-A)", + "searchSortArtistZA": "아티스트 (내림차순)", "@searchSortArtistZA": { "description": "Sort option - artist descending" }, @@ -1154,11 +1154,11 @@ "@updateNewVersionReady": { "description": "Update subtitle" }, - "updateRequiredTitle": "Update required", + "updateRequiredTitle": "업데이트 필요", "@updateRequiredTitle": { "description": "Title of the mandatory update dialog shown when the installed version is too old" }, - "updateRequiredNotice": "This version is {count} releases behind and is no longer supported. Update to keep using the app.", + "updateRequiredNotice": "이 버전은 최신 버전보다 {count} 개 이전 버전이며 더 이상 지원되지 않습니다. 앱을 계속 사용하려면 업데이트하세요", "@updateRequiredNotice": { "description": "Subtitle of the mandatory update dialog; explains why the dialog cannot be dismissed", "placeholders": { @@ -2010,7 +2010,7 @@ "@appearanceAmoledDarkSubtitle": { "description": "Subtitle for AMOLED dark" }, - "appearanceHeroAnimations": "Hero animations", + "appearanceHeroAnimations": "히어로 애니메이션", "@appearanceHeroAnimations": { "description": "Toggle for shared-element (Hero) transitions" }, @@ -2640,19 +2640,19 @@ "@libraryFilterSortOldest": { "description": "Sort option - oldest first" }, - "libraryFilterSortAlbumAsc": "앨범 (A-Z)", + "libraryFilterSortAlbumAsc": "앨범 (오름차순)", "@libraryFilterSortAlbumAsc": { "description": "Sort option - album ascending" }, - "libraryFilterSortAlbumDesc": "앨범 (Z-A)", + "libraryFilterSortAlbumDesc": "앨범 (내림차순)", "@libraryFilterSortAlbumDesc": { "description": "Sort option - album descending" }, - "libraryFilterSortGenreAsc": "장르 (A-Z)", + "libraryFilterSortGenreAsc": "장르 (오름차순)", "@libraryFilterSortGenreAsc": { "description": "Sort option - genre ascending" }, - "libraryFilterSortGenreDesc": "장르 (Z-A)", + "libraryFilterSortGenreDesc": "장르 (내림차순)", "@libraryFilterSortGenreDesc": { "description": "Sort option - genre descending" },