-
Notifications
You must be signed in to change notification settings - Fork 143
번역 용어집
YeonJuan edited this page Apr 22, 2020
·
1 revision
영어 | 번역 | 기타 |
---|---|---|
type | 타입 | TypeScript 언어에서 지칭하는 타입의 경우 "타입"으로 번역, 그 외에는 유형', '모양', '생김새'등 번역해서 사용 |
property | 프로퍼티 | |
parameter | 매개변수 | 인자라고 부르기도 함 |
assertion | 단언 | |
JavaScript | JavaScript | 원어 자체로 사용 |
TypeScript | TypeScript | 원어 자체로 사용 |
method | 메서드 | 국립국어원 발음표기에 따라 '메소드'가 아닌 '메서드'로 통일 |
base class | 기초클래스 | |
subclass | 하위클래스 | |
superclass | 상위클래스 | |
optional | 선택적 | |
argument | 인수 | |
statement | 문 | |
syntax | 구문 | |
anonymous function | 익명 함수 | |
annotate | 표기하기 | |
type annotation | 타입 표기 | |
modifier | 지정자 | |
dependency | 의존성 | |
alias | 별칭 | |
identifier | 식별자 | |
scope | 스코프 | |
ambient | ambient | |
symbol | 심벌 | "심볼"은 잘못된 표현이니 주의 |
import | import | 모듈 import 설명시 원어 사용 |
export | export | 모듈 export 설명시 원어 사용 |