diff options
| -rw-r--r-- | apps/lang/korean.lang | 113 |
1 files changed, 113 insertions, 0 deletions
diff --git a/apps/lang/korean.lang b/apps/lang/korean.lang index e37d567..5c73173 100644 --- a/apps/lang/korean.lang +++ b/apps/lang/korean.lang @@ -8557,3 +8557,116 @@ *: "자동 업데이트" </voice> </phrase> +<phrase> + id: LANG_TAGCACHE_EXPORT + desc: in tag cache settings + user: + <source> + *: "Export modifications" + </source> + <dest> + *: "변경사항 내보내기" + </dest> + <voice> + *: "변경사항 내보내기" + </voice> +</phrase> +<phrase> + id: LANG_CATALOG + desc: in onplay menu + user: + <source> + *: "Playlist catalog" + </source> + <dest> + *: "재생목록들의 목록 보기" + </dest> + <voice> + *: "재생목록들의 목록 보기" + </voice> +</phrase> +<phrase> + id: LANG_CATALOG_ADD_TO + desc: in onplay playlist catalog submenu + user: + <source> + *: "Add to playlist" + </source> + <dest> + *: "재생목록에 추가" + </dest> + <voice> + *: "재생목록에 추가" + </voice> +</phrase> +<phrase> + id: LANG_CATALOG_ADD_TO_NEW + desc: in onplay playlist catalog submenu + user: + <source> + *: "Add to new playlist" + </source> + <dest> + *: "새 재생목록에 추가" + </dest> + <voice> + *: "새 재생목록에 추가" + </voice> +</phrase> +<phrase> + id: LANG_CATALOG_VIEW + desc: in onplay playlist catalog submenu + user: + <source> + *: "View catalog" + </source> + <dest> + *: "목록 보기" + </dest> + <voice> + *: "목록 보기" + </voice> +</phrase> +<phrase> + id: LANG_CATALOG_NO_DIRECTORY + desc: error message when playlist catalog directory doesn't exist + user: + <source> + *: "%s doesn't exist" + </source> + <dest> + *: "%s 폴더가 존재하지 않습니다." + </dest> + <voice> + *: "" + </voice> +</phrase> +<phrase> + id: LANG_CATALOG_NO_PLAYLISTS + desc: error message when no playlists for playlist catalog + user: + <source> + *: "No playlists" + </source> + <dest> + *: "재생목록이 없습니다." + </dest> + <voice> + *: "" + </voice> +</phrase> +<phrase> + id: LANG_TAGCACHE_IMPORT + desc: in tag cache settings + user: + <source> + *: "Import modifications" + </source> + <dest> + *: "변경사항 들여오기" + </dest> + <voice> + *: "변경사항 들여오기" + </voice> +</phrase> + |