Skip to content

Commit 43ab4aa

Browse files
committed
feat(i18n): add Korean (ko) locale support
1 parent e6fa364 commit 43ab4aa

2 files changed

Lines changed: 1224 additions & 0 deletions

File tree

src-tauri/locales/ko.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"tray": {
3+
"quit": "종료",
4+
"showOrHide": "창 표시/숨기기",
5+
"addToQueue": "클립보드에서 추가",
6+
"addAndDownload": "클립보드에서 추가 및 다운로드",
7+
"downloadQueue": "대기열 다운로드",
8+
"shortcuts": {
9+
"ctrlShiftV": "Ctrl + Shift + V",
10+
"ctrlShiftD": "Ctrl + Shift + D",
11+
"ctrlShiftEnter": "Ctrl + Shift + Enter",
12+
"altShiftV": "Alt + Shift + V",
13+
"altShiftD": "Alt + Shift + D",
14+
"altShiftEnter": "Alt + Shift + Enter"
15+
}
16+
},
17+
"notifications": {
18+
"queueAdded": {
19+
"title": "대기열에 추가됨",
20+
"body": "{title}"
21+
},
22+
"queueDownloading": {
23+
"title": "대기열 다운로드 중",
24+
"body": "{n}개 항목 다운로드 중 | {n}개 항목 다운로드 중"
25+
},
26+
"queueFinished": {
27+
"title": "대기열 완료",
28+
"body": "{n}개 항목 다운로드 완료 | {n}개 항목 다운로드 완료"
29+
},
30+
"videoFinished": {
31+
"title": "다운로드 완료",
32+
"body": "{title}"
33+
},
34+
"playlistFinished": {
35+
"title": "재생목록 완료",
36+
"body": "{title}"
37+
},
38+
"videoReady": {
39+
"title": "다운로드 준비 완료",
40+
"body": "{title}"
41+
},
42+
"playlistReady": {
43+
"title": "재생목록 다운로드 준비 완료",
44+
"body": "{title} | {title} ({n}개 항목) | {title} ({n}개 항목)"
45+
},
46+
"downloadFailed": {
47+
"title": "다운로드 실패",
48+
"body": "{title}\n{message}"
49+
}
50+
}
51+
}

0 commit comments

Comments
 (0)