Skip to content

Commit 1fd4ad9

Browse files
committed
added korean translations json file
1 parent e1a52d3 commit 1fd4ad9

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

translations/ko.json

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"React Developer in 2019": "2019년 React 개발자",
3+
"Legends": "중요도",
4+
"Personal must know": "(주관적이지만) 꼭 배우세요",
5+
"Good to know": "배우면 좋습니다",
6+
"Possibilities": "배워야 할수도",
7+
"Learn the Basics": "기본기 다지기",
8+
"Learn the basics of HTML": "HTML 기분 문법 및 사용법",
9+
"Semantic HTML": "시멘틱(Semantic) HTML",
10+
"Dividing page into sections and structuring the DOM properly": "페이지를 나누고 DOM을 올바르게 설계하기",
11+
"Learn the basics of CSS": "CSS 기본 문법 및 사용법",
12+
"Grid and Flexbox": "Grid와 Flexbox를 활용한 레이아웃",
13+
"Responsive Web Design and Media Queries": "반응형 웹 디자인과 미디어 쿼리 사용법",
14+
"Syntax and basic operations": "기본적인 문법과 코드 작성법",
15+
"DOM manipulation": "DOM 조작",
16+
"Hoisting, Event Bubbling, Prototyping": "호이스팅(Hoisting), 이벤트 버블링, 프로토타입",
17+
"ECMA Script 6+, learn new features": "ECMA Script 6+, 새로 추가된 기능 배우기",
18+
"JS Basics": "JS 기본기",
19+
"jQuery (Optional)": "jQuery(선택)",
20+
"General Development Skills": "기본적인 개발 스킬",
21+
"GIT - Version Control (GitHub, Bitbucket, GitLab)": "GIT - 버전관리(Github, Bitbucket, Gitlab)",
22+
"HTTP/HTTPS protocol": "HTTP/HTTPS 프로토콜",
23+
"Learn to search for solutions": "문제해결을 위한 검색",
24+
"Terminal usage": "터미널 사용법",
25+
"Data Structures and Algorithms": "자료구조 / 알고리즘",
26+
"Design patterns": "디자인 패턴",
27+
"Build Tools": "빌드 도구",
28+
"Package Managers": "패키지 관리",
29+
"Task Runners": "태스크 러너",
30+
"npm scripts": "npm scripts",
31+
"Styling": "스타일링",
32+
"CSS Preprocessors": "CSS 전처리기",
33+
"CSS Frameworks": "CSS 프레임워크",
34+
"CSS Architecture": "CSS 설계",
35+
"CSS in JS": "CSS in JS",
36+
"State Management": "상태관리",
37+
"Component State / Context": "컴포넌트 상태관리 / Context",
38+
"Async actions": "비동기 액션",
39+
"Form Helpers": "폼(Form) 헬퍼",
40+
"Helpers": "헬퍼 라이브러리",
41+
"API Clients": "API 클라이언트",
42+
"fetch (native)": "fetch(내장)",
43+
"Utility Libraries": "유틸리티 라이브러리",
44+
"i18n": "국제화(i18n)",
45+
"Server Side Rendering": "서버 사이드 렌더링",
46+
"Backend Framework Integration": "백엔드 프레임워크 통합",
47+
"Desktop": "데스크탑",
48+
"Type Checkers": "정적 타입 체킹",
49+
"Routing": "라우팅",
50+
"Testing": "테스팅",
51+
"Unit Testing": "유닛 테스팅",
52+
"Integration Testing": "통합 테스팅",
53+
"E2E Testing": "E2E 테스팅",
54+
"Static Site Generator": "정적 사이트 생성기",
55+
"Mobile": "모바일",
56+
"Virtual Reality": "가상현실(VR)",
57+
"Keep Learning :)": "계속 배우세요 :)"
58+
}

0 commit comments

Comments
 (0)