hedgedoc/locales/ko.json
Tilman Vatteroth 7fb7c55877
Replace i18next-http-backend with i18next-resources-to-backend (#1466)
* Replace i18next-http-backend with i18next-resources-to-backend

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2021-08-31 20:40:33 +00:00

184 lines
6.4 KiB
JSON

{
"app": {
"slogan": "마크다운을 쓰고 공유하는 최고의 플랫폼입니다.",
"title": "협동 마크다운 노트"
},
"landing": {
"intro": {
"exploreFeatures": "모든 기능 둘러보기",
"features": {
"collaboration": "URL을 통한 실시간 협업",
"katex": "차트와 KaTeX 지원",
"slides": "슬라이드 모드 지원"
}
},
"history": {
"noHistory": "기록 없음",
"localHistory": "아래는 이 브라우저에서 찾은 기록입니다.",
"toolbar": {
"selectTags": "태그 선택하기",
"searchKeywords": "키워드 검색하기",
"sortByTitle": "제목 기준 정렬",
"sortByLastVisited": "시간 기준 정렬",
"export": "기록 내보내기",
"import": "기록 불러오기",
"clear": "기록 초기화",
"refresh": "기록 새로고침"
},
"modal": {
"clearHistory": {}
},
"tableHeader": {}
},
"navigation": {
"intro": "소개",
"history": "기록",
"newGuestNote": "새 손님 노트",
"newNote": "새 노트"
},
"footer": {
"releases": "릴리즈",
"followUs": "<0></0>, <1></1>, <2></2>, <3></3> 과 <4></4>에서 저희를 팔로우해보세요",
"privacy": "Privacy",
"termsOfUse": "Terms of Use"
},
"versionInfo": {
"sourceCode": "Source Code"
}
},
"profile": {
"deleteUser": "Delete user",
"exportUserData": "Export user data",
"modal": {
"deleteUser": {
"title": "Delete user",
"message": "Do you really want to delete your user account?",
"subMessage": "This will delete your account, all notes that are owned by you and remove all references to your account from other notes."
}
}
},
"editor": {
"help": {
"contacts": {
"title": "연락처",
"meetUsOn": "{{service}}에서 만나보세요",
"reportIssue": "이슈 보고하기"
},
"documents": {
"title": "문서",
"yamlMetadata": "YAML 속성",
"slideExample": "슬라이드 예제"
},
"cheatsheet": {
"title": "치트시트",
"example": "예시",
"syntax": "문법",
"underlinedText": "밑줄",
"highlightedText": "강조",
"externalService": "외부 서비스 연동"
}
},
"error": {
"locked": {
"title": " .",
"description": " ."
},
"limitReached": {
"title": " ",
"description": ". .",
"advice": " ."
},
"incompatible": {
"title": " .",
"advice": ""
},
"newVersion": {
"title": " !",
"linkText": " ",
"advice": " "
},
"userStateChanged": {
"title": " .",
"description": " ."
}
},
"viewMode": {
"view": "",
"both": ""
},
"darkMode": {},
"editorToolbar": {
"bold": "",
"strikethrough": "",
"header": "",
"code": "",
"blockquote": "",
"unorderedList": " ",
"orderedList": " ",
"checkList": "",
"link": "",
"image": "",
"uploadImage": " "
},
"documentBar": {
"menu": "",
"new": "",
"shareLink": "",
"extra": "",
"revision": "",
"slideMode": " ",
"download": "",
"help": ""
},
"export": {
"rawHtml": " HTML"
},
"import": {
"clipboard": ""
},
"modal": {
"snippetImport": {
"title": "Import from Snippet",
"selectProject": "가능한 프로젝트 중 선택",
"selectSnippet": "Select From Available Snippets"
},
"gistImport": {
"title": "Gist에서 불러오기",
"insertGistUrl": "Gist URL을 입력하세요"
},
"snippetExport": {
"title": "Export to Snippet",
"visibilityLevel": "Select Visibility Level"
},
"revision": {
"title": "기록",
"revertButton": "되돌리기"
},
"clipboardImport": {
"title": "클립보드에서 불러오기",
"insertMarkdown": "마크다운이나 웹페이지 붙여넣기"
},
"deleteNote": {
"question": "정말로 이 노트를 삭제하시겠습니까?",
"warning": "모든 사용자의 연결이 끊어집니다."
}
}
},
"common": {
"import": "들여오기",
"export": "내보내기",
"refresh": "새로고침",
"cancel": "취소",
"ok": "확인",
"or": "또는"
},
"login": {
"chooseMethod": "방법 선택",
"signInVia": "{{service}}으로 로그인",
"signIn": "로그인",
"signOut": "로그아웃",
"auth": {
"error": {}
}
}
}