Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Korean locale files #155

Open
wants to merge 2 commits 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
4 changes: 4 additions & 0 deletions public/locales/ko/badges.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"missingDependencies": "의존성 상실",
"draft": "임시"
}
52 changes: 52 additions & 0 deletions public/locales/ko/common.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"activeLanguage": "한국어",

"namePatternDescription": "다음 문자는 사용이 불가능함: \\, /, :, *, ?, \", <, >, |, [, ].",
"none": "(없음)",
"searchPlaceholder": "에셋에서 찾기",

"actions": {
"applyChanges": "변경 적용",
"applyChangesWithErrors": "변경 적용 중 에러 발생",
"cancel": "취소",
"clear": "지움",
"close": "닫기",
"create": "생성",
"delete": "삭제",
"download": "다운로드",
"duplicate": "복제",
"export": "내보내기",
"filter": "필터",
"import": "불러오기",
"new": "새로 만들기",
"open": "열기",
"rename": "이름변경",
"restore": "복구",
"save": "저장",
"search": "검색",
"select": "선택",
"skip": "넘어가기",
"update": "업데이트",
"upload": "업로드",

"cut": "자르기",
"copy": "복사",
"paste": "붙여넣기"
},

"states": {
"disabled": "꺼짐",
"enabled": "켜짐",
"loading": "불러오는중...",
"connecting": "연결중...",
"saving": "저장중..."
},

"hotkeys": {
"control": "Ctrl",
"command": "Cmd",
"shift": "Shift",
"delete": "Del",
"return": "엔터(리턴)"
}
}
25 changes: 25 additions & 0 deletions public/locales/ko/hub.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"title": "허브",
"serverAddress": "${hostname}의 포트 번호: ${port}",
"newProject": {
"noSystemError": {
"header": "새 프로젝트를 생성할 수 없습니다",
"message": "이 서버는 어떤 시스템도 설치되어 있지 않습니다. 서버 설정 탭에서 하나 이상 설치해 주세요."
},
"title": "새 프로젝트",
"prompt": "새 프로젝트의 이름과 형식을 입력하세요.",
"namePlaceholder": "프로젝트 이름",
"descriptionPlaceholder": "내용설명 (부가 요소)",
"emptyProject": {
"title": "빈 프로젝트",
"description": "비어있는 상태에서 시작합니다."
},
"autoOpen": "생성 후 열기"
},
"editDetails": {
"title": "세부 사항 수정",
"prompt": "프로젝트의 세부 사항을 수정합니다."
},
"openProject": "프로젝트 열기",
"language": "언어"
}
8 changes: 8 additions & 0 deletions public/locales/ko/login.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"title": "로그인",
"welcome": "Superpowers 서버에 오신 것을 환영합니다!",
"password": "서버 암호",
"username": "사용자 이름",
"usernamePatternDescription": "입력 가능한 문자: 알파벳, 숫자, 빼기(-), 밑줄(_)",
"logIn": "접속"
}
47 changes: 47 additions & 0 deletions public/locales/ko/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"title": "프로젝트",
"header": {
"goToHub": "허브로 이동",
"buildDisabled": "프로젝트 빌드 (기술상의 이유로 Superpwoers 앱에서만 동작)",
"stop": "프로젝트 중지",
"debug": "프로젝트 디버그 (F6)",
"run": "프로젝트 실행 (F5)",
"notifications": {
"enable": "눌러서 알림을 켜세요",
"disable": "눌러서 알람을 끄세요",
"new": "\"${projectName}\" 프로젝트에 새 채팅 메세지가 있습니다"
}
},
"treeView": {
"openInNewWindow": "새 창에서 열기",
"newAsset": {
"title": "새 에셋",
"prompt": "새 에셋의 형식을 선택하고 이름을 입력하세요.",
"placeholder": "에셋 이름 (부가 요소)",
"openAfterCreation": "생성 후 열기"
},
"newFolder": {
"title": "새 폴더",
"prompt": "새 폴더의 이름을 입력하세요.",
"placeholder": "폴더 이름",
"initialValue": "폴더"
},
"renamePrompt": "에셋의 새 이름을 입력하세요.",
"duplicatePrompt": "새 에셋 또는 폴더의 이름을 입력하세요.",
"trash": {
"title": "버리기",
"prompt": "선택 항목을 버리기 원하십니까?",
"warnBrokenDependency": "${entryName}은(는) ${dependentEntryNames}에서 사용중."
}
},
"build": {
"title": "프로젝트 빌드",
"build": "빌드"
},
"revision": {
"title": "리비전",
"prompt": "새 리비전의 이름을 입력하세요.",
"current": "현재 버전",
"restoring": "복구중..."
}
}