commands.js 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. define(
  2. "dijit/_editor/nls/ko/commands", //begin v1.x content
  3. ({
  4. 'bold': '굵게',
  5. 'copy': '복사',
  6. 'cut': '잘라내기',
  7. 'delete': '삭제',
  8. 'indent': '들여쓰기',
  9. 'insertHorizontalRule': '수평 자',
  10. 'insertOrderedList': '번호 목록',
  11. 'insertUnorderedList': '글머리표 목록',
  12. 'italic': '기울임꼴',
  13. 'justifyCenter': '가운데 맞춤',
  14. 'justifyFull': '양쪽 맞춤',
  15. 'justifyLeft': '왼쪽 맞춤',
  16. 'justifyRight': '오른쪽 맞춤',
  17. 'outdent': '내어쓰기',
  18. 'paste': '붙여넣기',
  19. 'redo': '다시 실행',
  20. 'removeFormat': '형식 제거',
  21. 'selectAll': '모두 선택',
  22. 'strikethrough': '취소선',
  23. 'subscript': '아래첨자',
  24. 'superscript': '위첨자',
  25. 'underline': '밑줄',
  26. 'undo': '실행 취소',
  27. 'unlink': '링크 제거',
  28. 'createLink': '링크 작성',
  29. 'toggleDir': '방향 토글',
  30. 'insertImage': '이미지 삽입',
  31. 'insertTable': '테이블 삽입/편집',
  32. 'toggleTableBorder': '테이블 외곽선 토글',
  33. 'deleteTable': '테이블 삭제',
  34. 'tableProp': '테이블 특성',
  35. 'htmlToggle': 'HTML 소스',
  36. 'foreColor': '전경색',
  37. 'hiliteColor': '배경색',
  38. 'plainFormatBlock': '단락 양식',
  39. 'formatBlock': '단락 양식',
  40. 'fontSize': '글꼴 크기',
  41. 'fontName': '글꼴 이름',
  42. 'tabIndent': '탭 들여쓰기',
  43. "fullScreen": "전체 화면 토글",
  44. "viewSource": "HTML 소스 보기",
  45. "print": "인쇄",
  46. "newPage": "새 페이지",
  47. /* Error messages */
  48. 'systemShortcut': '"${0}" 조치는 브라우저에서 키보드 단축키를 통해서만 사용 가능합니다. ${1}을(를) 사용하십시오.'
  49. })
  50. //end v1.x content
  51. );