-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Update Korean translation (#1290)
* Update about.js * Update app.js * Update edit.js * Update help.js * Update menu.js * Update preferences.js * Update app.js * Update preferences.js * Update task.js * Update window.js * Update task.js * Update preferences.js * Update app.js * Update preferences.js * Update preferences.js * Update task.js
- Loading branch information
Showing
8 changed files
with
101 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
export default { | ||
'undo': '실행 취소', | ||
'redo': '재실행', | ||
'redo': '다시 실행', | ||
'cut': '잘라내기', | ||
'copy': '복사', | ||
'paste': '붙여넣기', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
export default { | ||
'official-website': 'Motrix 웹사이트', | ||
'manual': '메뉴얼', | ||
'release-notes': '배포 정보...', | ||
'official-website': 'Motrix 웹 사이트', | ||
'manual': '매뉴얼', | ||
'release-notes': '릴리스 정보...', | ||
'report-problem': '문제 보고', | ||
'toggle-dev-tools': '개발자 도구' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,5 @@ export default { | |
'task': '작업', | ||
'edit': '편집', | ||
'window': '창', | ||
'help': '?' | ||
'help': '도움말' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters