mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-25 12:45:17 +00:00
Korean translation update (#539)
* Update korean.js * Update korean.js * Update korean.js * Update korean.js
This commit is contained in:
parent
59d23aa434
commit
63cc2dd4bc
1 changed files with 21 additions and 0 deletions
|
@ -12,6 +12,25 @@ module.exports = {
|
||||||
okay: "확인",
|
okay: "확인",
|
||||||
},
|
},
|
||||||
|
|
||||||
|
pages: {
|
||||||
|
index: "",
|
||||||
|
home: "홈",
|
||||||
|
library: "라이브러리",
|
||||||
|
search: "검색",
|
||||||
|
settings: "설정",
|
||||||
|
subscriptions: "구독",
|
||||||
|
watch: "시청",
|
||||||
|
about: "정보",
|
||||||
|
developer: "개발자 모드",
|
||||||
|
general: "일반",
|
||||||
|
player: "플레이어",
|
||||||
|
plugins: "플러그인",
|
||||||
|
startup: "시작 옵션",
|
||||||
|
theme: "테마",
|
||||||
|
tweaks: "UI 트윅",
|
||||||
|
updates: "업데이트",
|
||||||
|
},
|
||||||
|
|
||||||
index: {
|
index: {
|
||||||
connecting: "연결 중",
|
connecting: "연결 중",
|
||||||
plugins: "플러그인 불러오는 중",
|
plugins: "플러그인 불러오는 중",
|
||||||
|
@ -34,6 +53,8 @@ module.exports = {
|
||||||
mods: {
|
mods: {
|
||||||
general: {
|
general: {
|
||||||
language: "언어",
|
language: "언어",
|
||||||
|
backup: "백업",
|
||||||
|
restore: "복원",
|
||||||
},
|
},
|
||||||
theme: {
|
theme: {
|
||||||
normal: "기본",
|
normal: "기본",
|
||||||
|
|
Loading…
Reference in a new issue