Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Korean #315

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
89 changes: 89 additions & 0 deletions assets/js/locales.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,93 @@ const locales = {
audio: 'audio',
},
},

// Haven't practiced my korean in so long but hey why not
ko: {
'langCode': "ko",
'language': "한국어",
// ========================= PANEL =========================
'status': {
loading: "로딩 중...",
},
'headings': {
profile: "디스코드 봇",
guildName: "채팅",
settings: "설정",
},
'sub-headings': {
about: "소개",
tools: "도구",
info: "정보",
},
'navbar': {
profileNav: "프로필",
chatNav: "채팅",
lastMessagesNav: "최근 메시지",
infoNav: "채팅/서버 정보",
settingsNav: "설정",
lightDark: "라이트/다크 모드",
logoutTitle: "로그아웃",
},
'text': {
channelNameLabel: "채팅",
fileSent: "파일을 보냈습니다",
attachmentTxt: "첨부 파일",
privateMessages: "DM",
profileSection: {
name: "이름",
discrim: "구분자",
id: "ID",
guilds: "길드",
createdAt: "생성 일자"
},
settingsSection: {
createBotInvite: "봇 초대 만들기",
eval: "EVAL",
languages: "언어",
},
},
'buttons': {
clearLastMessages: "최근 메시지 삭제",
editToken: "로그아웃",
refreshChat: "채팅 새로고침",
send: "보내기",
leave: "서버 나가기",
invite: "초대하기",
},
// ========================= DISCORD =========================
'infos': {
owner: "소유자",
members: "멤버",
vChannels: "채널 (음성)",
tChannels: "채널 (텍스트)",
roles: "역할",
channels: "채널",
emojis: "이모지",
},
'errors': {
error: "에러",
dm: "에러 : DM",
emptyMsg: "빈 메시지!",
missingPermissions: "권한 부족!",
},
'token': {
confirmation: "로그아웃 하시겠습니까?",
invalid: "토큰이 유효하지 않습니다. 다시 시도해 주세요.",
},
'messageType': {
serverJoin: "서버에 참여했습니다.",
pin: "메시지를 고정했습니다.",
channelNews: "원격 채널 뉴스를 추가했습니다.",
boost: "서버를 부스트했습니다.",
},
'fileType': {
unknown: "알 수 없음",
img: "이미지",
doc: "문서",
pdf: "PDF",
video: "비디오",
audio: "오디오",
},
}
};
41 changes: 41 additions & 0 deletions locales/ko/panel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"welcome": "안녕하세요,",
"select_option": "실행하고 싶은 옵션을 선택해주세요.",

"start_app": "BetterDiscordPanel",
"start_desktop": "데스크톱 앱 - BetterDiscordPanel",

"support": "지원",
"settings": "설정",
"update": "업데이트 확인",
"language": "언어",
"go_back": "뒤로 가기",
"done": "완료!",
"exit": "종료",

"discordserver": "Discord 서버",
"submit_issue": "문제/버그 리포트/제안 제출",

"betterdiscordpanel_help":"기본 브라우저로 BetterDiscordPanel을 시작합니다.",
"desktop_panel_help": "BetterDiscordPanel의 데스크톱 앱을 시작합니다.",
"settings_help": "BetterDiscordPanel의 설정을 엽니다.",
"exit_help": "스크립트를 종료합니다.",
"support_help": "BetterDiscordPanel을 위한 지원을 받습니다.",
"update_help": "BetterDiscordPanel을 최신 버전으로 업데이트합니다.",
"language_help": "BetterDiscordPanel의 언어를 선택합니다.",
"go_back_help": "선택 패널로 돌아갑니다.",
"discord_help": "Discord에서 지원 서버그 엽니다.",
"issue_help": "GitHub을 통해 문제/버그 리포트/제안을 제출합니다.",
"get_help": "BetterDiscordPanel을 위한 도움말/지원을 받습니다:",

"check_installation": "BetterDiscordPanel이 올바르게 설치되었는지 확인합니다.",
"checking_failure": "시스템 확인 실패.",
"checking_system": "BetterDiscordPanel 시스템 확인 중...",
"check_success": "시스템 확인 성공.",
"updating": "BetterDiscordPanel 업데이트 중...",
"updating_failure": "BetterDiscordPanel을 업데이트할 수 없습니다, BetterDiscordPanel 업데이트 중 오류가 발생했습니다.",
"check_index": "index.html가 존재하는지 확인합니다.",
"check_main": "main.js가 존재하는지 확인합니다.",
"check_repo_download_method": "리포지토리를 복제하고 다시 시도합니다.",
"booting": "BetterDiscordPanel 시작 중..."
}