From 2cc2ac6efda5a3258547b7595897b8a877d3ee47 Mon Sep 17 00:00:00 2001 From: Zarz Eleutherius <42882290+zarzet@users.noreply.github.com> Date: Fri, 10 Jul 2026 16:26:59 +0700 Subject: [PATCH] New translations app_en.arb (Korean) [ci skip] --- lib/l10n/arb/app_ko.arb | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lib/l10n/arb/app_ko.arb b/lib/l10n/arb/app_ko.arb index 3f237bd8..4bf84b4f 100644 --- a/lib/l10n/arb/app_ko.arb +++ b/lib/l10n/arb/app_ko.arb @@ -1120,19 +1120,19 @@ "@searchSortDefault": { "description": "Sort option - default API order" }, - "searchSortTitleAZ": "제목 (오름차순)", + "searchSortTitleAZ": "제목 (A-Z)", "@searchSortTitleAZ": { "description": "Sort option - title ascending" }, - "searchSortTitleZA": "제목 (내림차순)", + "searchSortTitleZA": "제목 (Z-A)", "@searchSortTitleZA": { "description": "Sort option - title descending" }, - "searchSortArtistAZ": "아티스트 (오름차순)", + "searchSortArtistAZ": "아티스트 (A-Z)", "@searchSortArtistAZ": { "description": "Sort option - artist ascending" }, - "searchSortArtistZA": "아티스트 (내림차순)", + "searchSortArtistZA": "아티스트 (Z-A)", "@searchSortArtistZA": { "description": "Sort option - artist descending" }, @@ -2748,19 +2748,19 @@ "@libraryFilterSortOldest": { "description": "Sort option - oldest first" }, - "libraryFilterSortAlbumAsc": "앨범 (오름차순)", + "libraryFilterSortAlbumAsc": "앨범 (A-Z)", "@libraryFilterSortAlbumAsc": { "description": "Sort option - album ascending" }, - "libraryFilterSortAlbumDesc": "앨범 (내림차순)", + "libraryFilterSortAlbumDesc": "앨범 (Z-A)", "@libraryFilterSortAlbumDesc": { "description": "Sort option - album descending" }, - "libraryFilterSortGenreAsc": "장르 (오름차순)", + "libraryFilterSortGenreAsc": "장르 (A-Z)", "@libraryFilterSortGenreAsc": { "description": "Sort option - genre ascending" }, - "libraryFilterSortGenreDesc": "장르 (내림차순)", + "libraryFilterSortGenreDesc": "장르 (Z-A)", "@libraryFilterSortGenreDesc": { "description": "Sort option - genre descending" }, @@ -4634,11 +4634,11 @@ "@extensionsNoHomeFeedExtensions": { "description": "Extensions page - shown when no installed extension has home feed" }, - "sortAlphaAsc": "오름차순", + "sortAlphaAsc": "A-Z", "@sortAlphaAsc": { "description": "Sort option - alphabetical ascending" }, - "sortAlphaDesc": "내림차순", + "sortAlphaDesc": "Z-A", "@sortAlphaDesc": { "description": "Sort option - alphabetical descending" },