-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathlang.json
74 lines (74 loc) · 2.67 KB
/
lang.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"iso": "ko",
"docVersion": "0.10.7",
"links": {
"api": "API",
"blog": "블로그",
"chat": "채팅",
"documentation": "문서",
"download": "다운로드",
"examples": "예제",
"ecosystem": "생태계",
"faq": "FAQ",
"get_started": "시작하기",
"github": "GitHub",
"guide": "가이드",
"homepage": "홈페이지",
"live_demo": "라이브 데모",
"live_edit": "라이브 수정",
"tidelift_short": "GET PROFESSIONAL SUPPORT",
"official_support": "GET OFFICIAL SUPPORT ⛑",
"tidelift": "GET PROFESSIONAL SUPPORT FOR NUXT",
"twitter": "트위터",
"vuejs": "Vue.js",
"vue_jobs": "Vue 구인/구직"
},
"text": {
"an_error_occurred": "에러가 발생했습니다.",
"api_page_not_found": "API 페이지를 찾을 수 없습니다.",
"example_file": "예제 파일",
"please_wait": "잠시만 기다려주세요...",
"please_define_title": "front matter에 title을 정의해주세요.",
"please_define_description": "front matter에 description을 정의해주세요.",
"search": "검색",
"version": "버전"
},
"homepage": {
"title": "범용 Vue.js 어플리케이션",
"meta": {
"title": "Nuxt.js - 범용 Vue.js 어플리케이션",
"description": "Nuxt.js은 서버 사이드 렌더링, 코드 분리, 핫 리로딩, 정적 생성기 등과 함께 Vue.js 어플리케이션을 만들기 위한 최소한의 프레임워크입니다!"
},
"welcome": {
"app_types_prefix": "For ",
"app_types": ["Universal Applications", "Static Generated Applications", "Single Page Applications", "Desktop Applications", "Mobile Applications", "Progressive Web Apps"],
"app_types_suffix": "."
},
"codesandbox_title": "온라인에서 Nuxt.js 체험하기",
"codesandbox_open": "CodeSandBox.io에서 열기",
"codesandbox_examples": "예제 더 보기",
"backer_partners": "Partners",
"backer_become_a_partner": "Become A Partner",
"backer_sponsors": "Sponsors",
"backer_become_a_sponsor": "Become A Sponsor",
"backer_backers": "Backers",
"backer_become_a_backer": "Become A Backer",
"backer_foundations": "Foundations"
},
"sponsors": {
"title": "후원해 주신 분들",
"become": "저희를 지원해 주시고",
"become_partner": "파트너가 되어주세요"
},
"footer": {
"authors": "Made by Chopin Brothers"
},
"guide": {
"release_notes": "릴리즈 노트",
"contribute": "잘못된 부분이 있거나 이 문서에 기여하고 싶으신가요?",
"edit_on_github": "GitHub에서 이 페이지를 수정해주세요!"
},
"examples": {
"source_code": "소스 코드"
}
}