commands.js.uncompressed.js 1.6 KB

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