diff options
| author | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
|---|---|---|
| committer | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
| commit | b62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch) | |
| tree | 86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo/dojox/editor/plugins/nls/ko | |
Diffstat (limited to 'js/dojo/dojox/editor/plugins/nls/ko')
19 files changed, 528 insertions, 0 deletions
diff --git a/js/dojo/dojox/editor/plugins/nls/ko/AutoSave.js b/js/dojo/dojox/editor/plugins/nls/ko/AutoSave.js new file mode 100644 index 0000000..4331c1a --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/ko/AutoSave.js @@ -0,0 +1,19 @@ +//>>built +define( +"dojox/editor/plugins/nls/ko/AutoSave", //begin v1.x content +({ + "saveLabel": "저장", + "saveSettingLabelOn": "자동 저장 간격 설정...", + "saveSettingLabelOff": "자동 저장 끄기", + "saveSettingdialogTitle": "자동 저장", + "saveSettingdialogDescription": "자동 저장 간격 지정", + "saveSettingdialogParamName": "자동 저장 간격", + "saveSettingdialogParamLabel": "최소", + "saveSettingdialogButtonOk": "간격 설정", + "saveSettingdialogButtonCancel": "취소", + "saveMessageSuccess": "${0}에 저장됨", + "saveMessageFail": "${0}에 저장 실패" +}) + +//end v1.x content +); diff --git a/js/dojo/dojox/editor/plugins/nls/ko/Blockquote.js b/js/dojo/dojox/editor/plugins/nls/ko/Blockquote.js new file mode 100644 index 0000000..884d8cf --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/ko/Blockquote.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/editor/plugins/nls/ko/Blockquote", //begin v1.x content +({ + "blockquote": "Blockquote" +}) + +//end v1.x content +); diff --git a/js/dojo/dojox/editor/plugins/nls/ko/Breadcrumb.js b/js/dojo/dojox/editor/plugins/nls/ko/Breadcrumb.js new file mode 100644 index 0000000..85a2503 --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/ko/Breadcrumb.js @@ -0,0 +1,15 @@ +//>>built +define( +"dojox/editor/plugins/nls/ko/Breadcrumb", //begin v1.x content +({ + "nodeActions": "${nodeName} 조치", + "selectContents": "컨텐츠 선택", + "selectElement": "요소 선택", + "deleteElement": "요소 삭제", + "deleteContents": "컨텐츠 삭제", + "moveStart": "커서를 이동하여 시작", + "moveEnd": "커서를 이동하여 종료" +}) + +//end v1.x content +); diff --git a/js/dojo/dojox/editor/plugins/nls/ko/CollapsibleToolbar.js b/js/dojo/dojox/editor/plugins/nls/ko/CollapsibleToolbar.js new file mode 100644 index 0000000..0c412af --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/ko/CollapsibleToolbar.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/editor/plugins/nls/ko/CollapsibleToolbar", //begin v1.x content +({ + "collapse": "편집기 도구 모음 접기", + "expand": "편집기 도구 모음 펼치기" +}) + +//end v1.x content +); diff --git a/js/dojo/dojox/editor/plugins/nls/ko/FindReplace.js b/js/dojo/dojox/editor/plugins/nls/ko/FindReplace.js new file mode 100644 index 0000000..da9ab6b --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/ko/FindReplace.js @@ -0,0 +1,26 @@ +//>>built +define( +"dojox/editor/plugins/nls/ko/FindReplace", //begin v1.x content +({ + "findLabel": "찾기:", + "findTooltip": "찾을 텍스트 입력", + "replaceLabel": "바꿀 대상:", + "replaceTooltip": "대체할 텍스트 입력", + "findReplace": "찾기 및 바꾸기", + "matchCase": "대소문자 구분", + "matchCaseTooltip": "대소문자 구분", + "backwards": "뒤로", + "backwardsTooltip": "텍스트 역방향 검색", + "replaceAllButton": "모두 바꾸기", + "replaceAllButtonTooltip": "텍스트 모두 바꾸기", + "findButton": "찾기", + "findButtonTooltip": "텍스트 찾기", + "replaceButton": "바꾸기", + "replaceButtonTooltip": "텍스트 바꾸기", + "replaceDialogText": "${0}개를 대체했습니다.", + "eofDialogText": "마지막 발생 ${0}", + "eofDialogTextFind": "찾음", + "eofDialogTextReplace": "대체됨" +}) +//end v1.x content +); diff --git a/js/dojo/dojox/editor/plugins/nls/ko/InsertAnchor.js b/js/dojo/dojox/editor/plugins/nls/ko/InsertAnchor.js new file mode 100644 index 0000000..13778b0 --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/ko/InsertAnchor.js @@ -0,0 +1,14 @@ +//>>built +define( +"dojox/editor/plugins/nls/ko/InsertAnchor", //begin v1.x content +({ + insertAnchor: "기준 위치 삽입", + title: "기준 위치 특성", + anchor: "이름:", + text: "설명:", + set: "설정", + cancel: "취소" +}) + +//end v1.x content +); diff --git a/js/dojo/dojox/editor/plugins/nls/ko/InsertEntity.js b/js/dojo/dojox/editor/plugins/nls/ko/InsertEntity.js new file mode 100644 index 0000000..6e91461 --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/ko/InsertEntity.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/editor/plugins/nls/ko/InsertEntity", //begin v1.x content +({ + insertEntity: "기호 삽입" +}) + +//end v1.x content +); diff --git a/js/dojo/dojox/editor/plugins/nls/ko/LocalImage.js b/js/dojo/dojox/editor/plugins/nls/ko/LocalImage.js new file mode 100644 index 0000000..4f50716 --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/ko/LocalImage.js @@ -0,0 +1,16 @@ +//>>built +define( +"dojox/editor/plugins/nls/ko/LocalImage", //begin v1.x content +({ + insertImageTitle: "이미지 삽입", + url: "이미지", + browse: "찾아보기...", + text: "설명", + set: "삽입", + invalidMessage: "올바르지 않은 이미지 파일 유형", + prePopuTextUrl: "이미지 URL 입력", + prePopuTextBrowse: "또는 로컬 파일 찾아보기" +}) + +//end v1.x content +); diff --git a/js/dojo/dojox/editor/plugins/nls/ko/PageBreak.js b/js/dojo/dojox/editor/plugins/nls/ko/PageBreak.js new file mode 100644 index 0000000..9a8bb4f --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/ko/PageBreak.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/editor/plugins/nls/ko/PageBreak", //begin v1.x content +({ + "pageBreak": "페이지 나누기" +}) + +//end v1.x content +); diff --git a/js/dojo/dojox/editor/plugins/nls/ko/PasteFromWord.js b/js/dojo/dojox/editor/plugins/nls/ko/PasteFromWord.js new file mode 100644 index 0000000..f957b0c --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/ko/PasteFromWord.js @@ -0,0 +1,12 @@ +//>>built +define( +"dojox/editor/plugins/nls/ko/PasteFromWord", //begin v1.x content +({ + "pasteFromWord": "단어에서 붙여넣기", + "paste": "붙여넣기", + "cancel": "취소", + "instructions": "단어에서 아래 텍스트 상자로 컨텐츠를 붙여 넣으십시오. 삽입할 컨텐츠가 준비되면 붙여넣기 단추를 누르십시오. 텍스트 삽입을 중단하려면 취소 단추를 누르십시오. " +}) + +//end v1.x content +); diff --git a/js/dojo/dojox/editor/plugins/nls/ko/Preview.js b/js/dojo/dojox/editor/plugins/nls/ko/Preview.js new file mode 100644 index 0000000..7671efc --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/ko/Preview.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/editor/plugins/nls/ko/Preview", //begin v1.x content +({ + "preview": "미리보기" +}) + +//end v1.x content +); diff --git a/js/dojo/dojox/editor/plugins/nls/ko/SafePaste.js b/js/dojo/dojox/editor/plugins/nls/ko/SafePaste.js new file mode 100644 index 0000000..7e37595 --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/ko/SafePaste.js @@ -0,0 +1,6 @@ +//>>built +define( +"dojox/editor/plugins/nls/ko/SafePaste", ({ + "instructions": "직접 붙여넣기는 사용할 수 없습니다. 표준 브라우저 키보드 또는 메뉴 붙여넣기 컨트롤을 사용하여 이 대화 상자의 컨텐츠를 붙여 넣으십시오. 삽입할 컨텐츠가 준비되면 붙여넣기 단추를 누르십시오. 컨텐츠 삽입을 중단하려면 취소 단추를 누르십시오." +}) +); diff --git a/js/dojo/dojox/editor/plugins/nls/ko/Save.js b/js/dojo/dojox/editor/plugins/nls/ko/Save.js new file mode 100644 index 0000000..af457a4 --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/ko/Save.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/editor/plugins/nls/ko/Save", //begin v1.x content +({ + "save": "저장" +}) + +//end v1.x content +); diff --git a/js/dojo/dojox/editor/plugins/nls/ko/ShowBlockNodes.js b/js/dojo/dojox/editor/plugins/nls/ko/ShowBlockNodes.js new file mode 100644 index 0000000..21c9d2a --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/ko/ShowBlockNodes.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/editor/plugins/nls/ko/ShowBlockNodes", //begin v1.x content +({ + "showBlockNodes": "HTML 블록 요소 표시" +}) + +//end v1.x content +); diff --git a/js/dojo/dojox/editor/plugins/nls/ko/Smiley.js b/js/dojo/dojox/editor/plugins/nls/ko/Smiley.js new file mode 100644 index 0000000..a6d21dc --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/ko/Smiley.js @@ -0,0 +1,27 @@ +//>>built +define( +"dojox/editor/plugins/nls/ko/Smiley", //begin v1.x content +({ + smiley: "이모티콘 삽입", + emoticonSmile: "미소", + emoticonLaughing: "하하", + emoticonWink: "윙크", + emoticonGrin: "씨익", + emoticonCool: "멋진", + emoticonAngry: "화남", + emoticonHalf: "고민 중", + emoticonEyebrow: "글쎄", + emoticonFrown: "불만", + emoticonShy: "부끄러움", + emoticonGoofy: "바보", + emoticonOops: "어머나", + emoticonTongue: "메롱", + emoticonIdea: "아이디어", + emoticonYes: "예", + emoticonNo: "아니오", + emoticonAngel: "천사", + emoticonCrying: "울음", + emoticonHappy: "기쁜" +}) +//end v1.x content +); diff --git a/js/dojo/dojox/editor/plugins/nls/ko/SpellCheck.js b/js/dojo/dojox/editor/plugins/nls/ko/SpellCheck.js new file mode 100644 index 0000000..d751436 --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/ko/SpellCheck.js @@ -0,0 +1,22 @@ +//>>built +define( +"dojox/editor/plugins/nls/ko/SpellCheck", //begin v1.x content +({ + widgetLabel: "맞춤법 검사 일괄처리", + unfound: "찾을 수 없음", + skip: "건너뛰기", + skipAll: "모두 건너뛰기", + toDic: "사전에 추가", + suggestions: "제안", + replace: "바꾸기", + replaceWith: "다음으로 바꾸기", + replaceAll: "모두 바꾸기", + cancel: "취소", + msg: "맞춤법 오류 없음", + iSkip: "이 항목 건너뛰기", + iSkipAll: "다음과 같이 모두 건너뛰기", + iMsg: "맞춤법 제안 없음" +}) + +//end v1.x content +); diff --git a/js/dojo/dojox/editor/plugins/nls/ko/TableDialog.js b/js/dojo/dojox/editor/plugins/nls/ko/TableDialog.js new file mode 100644 index 0000000..1da2d1f --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/ko/TableDialog.js @@ -0,0 +1,35 @@ +//>>built +define( +"dojox/editor/plugins/nls/ko/TableDialog", //begin v1.x content +({ + insertTableTitle: "테이블 삽입", + modifyTableTitle: "테이블 수정", + rows: "행:", + columns: "열:", + align: "맞추기:", + cellPadding: "셀 채우기:", + cellSpacing: "셀 간격:", + tableWidth: "테이블 너비:", + backgroundColor: "배경색:", + borderColor: "테두리 색:", + borderThickness: "테두리 굵기", + percent: "백분율", + pixels: "픽셀", + "default": "기본값", + left: "왼쪽", + center: "가운데", + right: "오른쪽", + buttonSet: "설정", // translated elsewhere? + buttonInsert: "삽입", + buttonCancel: "취소", + + selectTableLabel: "테이블 선택", + insertTableRowBeforeLabel: "사전 행 추가", + insertTableRowAfterLabel: "사후 행 추가", + insertTableColumnBeforeLabel: "사전 열 추가", + insertTableColumnAfterLabel: "사후 열 추가", + deleteTableRowLabel: "행 삭제", + deleteTableColumnLabel: "열 삭제" +}) +//end v1.x content +); diff --git a/js/dojo/dojox/editor/plugins/nls/ko/TextColor.js b/js/dojo/dojox/editor/plugins/nls/ko/TextColor.js new file mode 100644 index 0000000..5ec1f77 --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/ko/TextColor.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/editor/plugins/nls/ko/TextColor", //begin v1.x content +({ + "setButtonText": "설정", + "cancelButtonText": "취소" +}) + +//end v1.x content +); diff --git a/js/dojo/dojox/editor/plugins/nls/ko/latinEntities.js b/js/dojo/dojox/editor/plugins/nls/ko/latinEntities.js new file mode 100644 index 0000000..299b1d2 --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/ko/latinEntities.js @@ -0,0 +1,262 @@ +//>>built +define( +"dojox/editor/plugins/nls/ko/latinEntities", //begin v1.x content +({ + /* These are already handled in the default RTE + amp:"ampersand",lt:"less-than sign", + gt:"greater-than sign", + nbsp:"no-break space\nnon-breaking space", + quot:"quote", + */ + iexcl:"거꾸로 느낌표", + cent:"센트 기호", + pound:"파운드 기호", + curren:"통화 기호", + yen:"엔화 기호\n엔화 기호", + brvbar:"수직 바\n수직 바", + sect:"섹션 기호", + uml:"두점 표시\n두점 표시", + copy:"저작권", + ordf:"줄 위의 소문자 a", + laquo:"이중 꺾어 열음\n이중 꺾어 열음", + not:"not 기호", + shy:"부드러운 하이픈\n부드러운 하이픈", + reg:"등록 상표 기호\n등록 상표 기호", + macr:"장음 기호\n장음 기호\n장음 기호\n장음 기호", + deg:"도 기호", + plusmn:"플러스 마이너스\n플러스 마이너스", + sup2:"위첨자 2\n위첨자 2\n위첨자 2", + sup3:"위첨자 3\n위첨자 3\n위첨자 3", + acute:"양음 액센트\n양음 액센트", + micro:"마이크로 기호", + para:"문단 기호\n문단 기호", + middot:"중앙 점\n중앙 점\n중앙 점", + cedil:"갈고리형 부호\n갈고리형 부호", + sup1:"위첨자 1\n위첨자 1", + ordm:"줄 위의 작은 원", + raquo:"이중 꺾어 닫음\n이중 꺾어 닫음", + frac14:"사분의 일\n사분의 일", + frac12:"이분의 일\n이분의 일", + frac34:"사분의 삼\n사분의 삼", + iquest:"거꾸로 물음표\n거꾸로 물음표", + Agrave:"라틴대문자 A 위 역액센트\n라틴대문자 A 위 역액센트", + Aacute:"라틴대문자 A 위 액센트", + Acirc:"라틴대문자 A 위 꺾음 표시", + Atilde:"라틴대문자 A 위 물결 표시", + Auml:"라틴대문자 A 위 두점 표시", + Aring:"라틴대문자 A 위 원 표시\n라틴대문자 A 위 원 표시", + AElig:"라틴대문자 AE\n라틴대문자 AE", + Ccedil:"라틴대문자 C 갈고리형 부호", + Egrave:"라틴대문자 E 위 역액센트", + Eacute:"라틴대문자 E 위 액센트", + Ecirc:"라틴대문자 E 위 꺾음 표시", + Euml:"라틴대문자 E 위 두점 표시", + Igrave:"라틴대문자 I 위 역액센트", + Iacute:"라틴대문자 I 위 액센트", + Icirc:"라틴대문자 I 위 꺾음 표시", + Iuml:"라틴대문자 I 위 두점 표시", + ETH:"라틴대문자 ETH", + Ntilde:"라틴대문자 N 위 물결 표시", + Ograve:"라틴대문자 O 위 역액센트", + Oacute:"라틴대문자 O 위 액센트", + Ocirc:"라틴대문자 O 위 꺾음 표시", + Otilde:"라틴대문자 O 위 물결 표시", + Ouml:"라틴대문자 O 위 두점 표시", + times:"곱셈 기호", + Oslash:"라틴대문자 O 슬래시 첨부", + Ugrave:"라틴대문자 U 위 역액센트", + Uacute:"라틴대문자 U 위 액센트", + Ucirc:"라틴대문자 U 위 꺾음 표시", + Uuml:"라틴대문자 U 위 두점 표시", + Yacute:"라틴대문자 Y 위 액센트", + THORN:"라틴대문자 THORN", + szlig:"라틴소문자 sharp\n라틴소문자 sharp", + agrave:"라틴소문자 a 위 역액센트\n라틴소문자 a 위 역액센트", + aacute:"라틴소문자 a 위 액센트", + acirc:"라틴소문자 a 위 꺾음 표시", + atilde:"라틴소문자 a 위 물결 표시", + auml:"라틴소문자 a 위 두점 표시", + aring:"라틴소문자 a 위 원 표시\n라틴소문자 a 위 원 표시", + aelig:"라틴소문자 ae\n라틴소문자 ae", + ccedil:"라틴소문자 c 갈고리형 부호", + egrave:"라틴소문자 e 위 역액센트", + eacute:"라틴소문자 e 위 액센트", + ecirc:"라틴소문자 e 위 꺾음 표시", + euml:"라틴소문자 e 위 두점 표시", + igrave:"라틴소문자 i 위 역액센트", + iacute:"라틴소문자 i 액센트", + icirc:"라틴소문자 i 위 꺾음 표시", + iuml:"라틴소문자 i 위 두점 표시", + eth:"라틴소문자 eth", + ntilde:"라틴소문자 n 위 물결 표시", + ograve:"라틴소문자 o 위 역액센트", + oacute:"라틴소문자 o 위 액센트", + ocirc:"라틴소문자 o 위 꺾음 표시", + otilde:"라틴소문자 o 위 물결 표시", + ouml:"라틴소문자 o 위 두점 표시", + divide:"나눗셈 기호", + oslash:"라틴소문자 o 슬래시 첨부\n라틴소문자 o 슬래시 첨부", + ugrave:"라틴소문자 u 위 역액센트", + uacute:"라틴소문자 u 위 액센트", + ucirc:"라틴소문자 u 위 꺾음 표시", + uuml:"라틴소문자 u 위 두점 표시", + yacute:"라틴소문자 y 위 액센트", + thorn:"라틴소문자 thorn", + yuml:"라틴소문자 y 위 두점 표시", + +// Greek Characters and Symbols + fnof:"라틴소문자 f에 고리 첨부\n라틴소문자 f에 고리 첨부\n라틴소문자 f에 고리 첨부", + Alpha:"그리스대문자 alpha", + Beta:"그리스대문자 beta", + Gamma:"그리스대문자 gamma", + Delta:"그리스대문자 delta", + Epsilon:"그리스대문자 epsilon", + Zeta:"그리스대문자 zeta", + Eta:"그리스대문자 eta", + Theta:"그리스대문자 theta", + Iota:"그리스대문자 iota", + Kappa:"그리스대문자 kappa", + Lambda:"그리스대문자 lambda", + Mu:"그리스대문자 mu", + Nu:"그리스대문자 nu", + Xi:"그리스대문자 xi", + Omicron:"그리스대문자 omicron", + Pi:"그리스대문자 pi", + Rho:"그리스대문자 rho", + Sigma:"그리스대문자 sigma", + Tau:"그리스대문자 tau", + Upsilon:"그리스대문자 upsilon", + Phi:"그리스대문자 phi", + Chi:"그리스대문자 chi", + Psi:"그리스대문자 psi", + Omega:"그리스대문자 omega", + alpha:"그리스소문자 alpha", + beta:"그리스소문자 beta", + gamma:"그리스소문자 gamma", + delta:"그리스소문자 delta", + epsilon:"그리스소문자 epsilon", + zeta:"그리스소문자 zeta", + eta:"그리스소문자 eta", + theta:"그리스소문자 theta", + iota:"그리스소문자 iota", + kappa:"그리스소문자 kappa", + lambda:"그리스소문자 lambda", + mu:"그리스소문자 mu", + nu:"그리스소문자 nu", + xi:"그리스소문자 xi", + omicron:"그리스소문자 omicron", + pi:"그리스소문자 pi", + rho:"그리스소문자 rho", + sigmaf:"그리스소문자 final sigma", + sigma:"그리스소문자 sigma", + tau:"그리스소문자 tau", + upsilon:"그리스소문자 upsilon", + phi:"그리스소문자 phi", + chi:"그리스소문자 chi", + psi:"그리스소문자 psi", + omega:"그리스소문자 omega", + thetasym:"그리스소문자 theta symbol", + upsih:"그리스 upsilon에 고리 기호", + piv:"그리스 pi symbol", + bull:"검은 원\n검은 원", + hellip:"수평 세 점\n수평 세 점", + prime:"프라임\n분\n피트", + Prime:"이중 프라임\n초\n인치", + oline:"윗 줄\n윗 줄", + frasl:"분수 사선", + weierp:"script 대문자 P\nscript 대문자 P\nscript 대문자 P", + image:"검정 글자 대문자 I\n검정 글자 대문자 I", + real:"검정 글자 대문자 R\n검정 글자 대문자 R", + trade:"TM(trade mark) 기호", + alefsym:"alef 기호\nalef 기호", + larr:"왼쪽 화살표", + uarr:"위쪽 화살표", + rarr:"오른쪽 화살표", + darr:"아래쪽 화살표", + harr:"좌우 화살표", + crarr:"캐리지 리턴\n캐리지 리턴]", + lArr:"왼쪽 이중 화살표", + uArr:"위쪽 이중 화살표", + rArr:"오른쪽 이중 화살표", + dArr:"아래쪽 이중 화살표", + hArr:"좌우 이중 화살표", + forall:"거꾸로 A", + part:"부분적으로 다름", + exist:"존재", + empty:"없음\n널\n직경", + nabla:"역 삼각형\n역 삼각형", + isin:"..의 요소", + notin:"..의 요소가 아님", + ni:"멤버로 포함", + prod:"n-ary product\n결과 기호", + sum:"n-ary 합", + minus:"마이너스 기호", + lowast:"별표 연산자", + radic:"제곱근 기호\n근호", + prop:"비례", + infin:"무한대", + ang:"각도", + and:"논리적 and\nwedge", + or:"논리적 or\nvee", + cap:"inter 항목\n모자", + cup:"유니온\n컵","int":"인티그랄", + there4:"따라서", + sim:"물결 표시\n물결 표시\n유사함", + cong:"대략 같다", + asymp:"거의 같다\n거의 같다", + ne:"같지 않다", + equiv:"합동, 같다", + le:"적거나 같다", + ge:"크거나 같다", + sub:"부분 집합", + sup:"상위 집합", + nsub:"부분 집합이 아님", + sube:"부분 집합이거나 같다", + supe:"상위 집합이거나 같다", + oplus:"circled plus\ndirect sum", + otimes:"circled times\nvector product", + perp:"수직\n수직\n수직", + sdot:"도트 연산자", + lceil:"왼쪽 씰링\nAPL 업스타일", + rceil:"오른쪽 씰링", + lfloor:"왼쪽 플로어\nAPL 다운스타일", + rfloor:"오른쪽 플로어", + lang:"왼쪽 열린 각도", + rang:"오른쪽 열린 각도", + loz:"마름모", + spades:"블랙 스페이드", + clubs:"블랙 크로버\n블랙 크로버", + hearts:"블랙 하트\n블랙 하트", + diams:"블랙 다이아몬드", + OElig:"라틴대문자 ligature OE", + oelig:"라틴소문자 ligature oe", + Scaron:"라틴대문자 S 위 v 표 ", + scaron:"라틴소문자 s 위 v 표", + Yuml:"라틴대문자 Y 위 두점 표시", + circ:"위 꺾기", + tilde:"소문자 위 물결 표시", + ensp:"en 공간", + emsp:"em 공간", + thinsp:"씬 공간", + zwnj:"제로 너비 비조이너", + zwj:"제로 너비 조이너", + lrm:"왼쪽에서 오른쪽으로 표시", + rlm:"오른쪽에서 왼쪽으로 표시", + ndash:"en 대시 ", + mdash:"em 대시", + lsquo:"왼쪽 단일 따옴표", + rsquo:"오른쪽 단일 따옴표", + sbquo:"단일 바닥 따옴표", + ldquo:"왼쪽 이중 따옴표", + rdquo:"오른쪽 이중 따옴표", + bdquo:"이중 바닥 따옴표", + dagger:"dagger", + Dagger:"이중 dagger", + permil:"퍼밀 기호", + lsaquo:"단일 왼쪽으로 각 따옴", + rsaquo:"단일 오른쪽으로 각 따옴", + euro:"euro 기호" +}) + +//end v1.x content +); |
