ext-lang-ko.js
上传用户:shuoshiled
上传日期:2018-01-28
资源大小:10124k
文件大小:8k
源码类别:

中间件编程

开发平台:

JavaScript

  1. /*!
  2.  * Ext JS Library 3.0.0
  3.  * Copyright(c) 2006-2009 Ext JS, LLC
  4.  * licensing@extjs.com
  5.  * http://www.extjs.com/license
  6.  */
  7. /**
  8.  * Korean Translations By nicetip
  9.  * 05 September 2007
  10.  * Modify by techbug / 25 February 2008
  11.  */
  12. Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">로딩중...</div>';
  13. if(Ext.View){
  14.    Ext.View.prototype.emptyText = "";
  15. }
  16. if(Ext.grid.GridPanel){
  17.    Ext.grid.GridPanel.prototype.ddText = "{0} 개가 선택되었습니다.";
  18. }
  19. if(Ext.TabPanelItem){
  20.    Ext.TabPanelItem.prototype.closeText = "닫기";
  21. }
  22. if(Ext.form.Field){
  23.    Ext.form.Field.prototype.invalidText = "올바른 값이 아닙니다.";
  24. }
  25. if(Ext.LoadMask){
  26.     Ext.LoadMask.prototype.msg = "로딩중...";
  27. }
  28. Date.monthNames = [
  29.    "1월",
  30.    "2월",
  31.    "3월",
  32.    "4월",
  33.    "5월",
  34.    "6월",
  35.    "7월",
  36.    "8월",
  37.    "9월",
  38.    "10월",
  39.    "11월",
  40.    "12월"
  41. ];
  42. Date.dayNames = [
  43.    "일",
  44.    "월",
  45.    "화",
  46.    "수",
  47.    "목",
  48.    "금",
  49.    "토"
  50. ];
  51. if(Ext.MessageBox){
  52.    Ext.MessageBox.buttonText = {
  53.       ok     : "확인",
  54.       cancel : "취소",
  55.       yes    : "예",
  56.       no     : "아니오"
  57.    };
  58. }
  59. if(Ext.util.Format){
  60.    Ext.util.Format.date = function(v, format){
  61.       if(!v) return "";
  62.       if(!(v instanceof Date)) v = new Date(Date.parse(v));
  63.       return v.dateFormat(format || "m/d/Y");
  64.    };
  65. }
  66. if(Ext.DatePicker){
  67.    Ext.apply(Ext.DatePicker.prototype, {
  68.       todayText         : "오늘",
  69.       minText           : "최소 날짜범위를 넘었습니다.",
  70.       maxText           : "최대 날짜범위를 넘었습니다.",
  71.       disabledDaysText  : "",
  72.       disabledDatesText : "",
  73.       monthNames        : Date.monthNames,
  74.       dayNames          : Date.dayNames,
  75.       nextText          : '다음달(컨트롤키+오른쪽 화살표)',
  76.       prevText          : '이전달 (컨트롤키+왼족 화살표)',
  77.       monthYearText     : '월을 선택해주세요. (컨트롤키+위/아래 화살표)',
  78.       todayTip          : "{0} (스페이스바)",
  79.       format            : "m/d/y",
  80.       okText            : "확인",
  81.       cancelText        : "취소",
  82.       startDay          : 0
  83.    });
  84. }
  85. if(Ext.PagingToolbar){
  86.    Ext.apply(Ext.PagingToolbar.prototype, {
  87.       beforePageText : "페이지",
  88.       afterPageText  : "/ {0}",
  89.       firstText      : "첫 페이지",
  90.       prevText       : "이전 페이지",
  91.       nextText       : "다음 페이지",
  92.       lastText       : "마지막 페이지",
  93.       refreshText    : "새로고침",
  94.       displayMsg     : "전체 {2} 중 {0} - {1}",
  95.       emptyMsg       : '표시할 데이터가 없습니다.'
  96.    });
  97. }
  98. if(Ext.form.TextField){
  99.    Ext.apply(Ext.form.TextField.prototype, {
  100.       minLengthText : "최소길이는 {0}입니다.",
  101.       maxLengthText : "최대길이는 {0}입니다.",
  102.       blankText     : "값을 입력해주세요.",
  103.       regexText     : "",
  104.       emptyText     : null
  105.    });
  106. }
  107. if(Ext.form.NumberField){
  108.    Ext.apply(Ext.form.NumberField.prototype, {
  109.       minText : "최소값은 {0}입니다.",
  110.       maxText : "최대값은 {0}입니다.",
  111.       nanText : "{0}는 올바른 숫자가 아닙니다."
  112.    });
  113. }
  114. if(Ext.form.DateField){
  115.    Ext.apply(Ext.form.DateField.prototype, {
  116.       disabledDaysText  : "비활성",
  117.       disabledDatesText : "비활성",
  118.       minText           : "{0}일 이후여야 합니다.",
  119.       maxText           : "{0}일 이전이어야 합니다.",
  120.       invalidText       : "{0}는 올바른 날짜형식이 아닙니다. - 다음과 같은 형식이어야 합니다. {1}",
  121.       format            : "m/d/y"
  122.    });
  123. }
  124. if(Ext.form.ComboBox){
  125.    Ext.apply(Ext.form.ComboBox.prototype, {
  126.       loadingText       : "로딩중...",
  127.       valueNotFoundText : undefined
  128.    });
  129. }
  130. if(Ext.form.VTypes){
  131.    Ext.apply(Ext.form.VTypes, {
  132.       emailText    : '이메일 주소 형식에 맞게 입력해야합니다. (예: "user@example.com")',
  133.       urlText      : 'URL 형식에 맞게 입력해야합니다. (예: "http:/'+'/www.example.com")',
  134.       alphaText    : '영문, 밑줄(_)만 입력할 수 있습니다.',
  135.       alphanumText : '영문, 숫자, 밑줄(_)만 입력할 수 있습니다.'
  136.    });
  137. }
  138. if(Ext.form.HtmlEditor){
  139.    Ext.apply(Ext.form.HtmlEditor.prototype, {
  140.    createLinkText : 'URL을 입력해주세요:',
  141.    buttonTips : {
  142.             bold : {
  143.                title: '굵게 (Ctrl+B)',
  144.                text: '선택한 텍스트를 굵게 표시합니다.',
  145.                cls: 'x-html-editor-tip'
  146.             },
  147.             italic : {
  148.                title: '기울임꼴 (Ctrl+I)',
  149.                text: '선택한 텍스트를 기울임꼴로 표시합니다.',
  150.                cls: 'x-html-editor-tip'
  151.             },
  152.             underline : {
  153.                title: '밑줄 (Ctrl+U)',
  154.                text: '선택한 텍스트에 밑줄을 표시합니다.',
  155.                cls: 'x-html-editor-tip'
  156.            },
  157.            increasefontsize : {
  158.                title: '글꼴크기 늘림',
  159.                text: '글꼴 크기를 크게 합니다.',
  160.                cls: 'x-html-editor-tip'
  161.            },
  162.            decreasefontsize : {
  163.                title: '글꼴크기 줄임',
  164.                text: '글꼴 크기를 작게 합니다.',
  165.                cls: 'x-html-editor-tip'
  166.            },
  167.            backcolor : {
  168.                title: '텍스트 강조 색',
  169.                text: '선택한 텍스트의 배경색을 변경합니다.',
  170.                cls: 'x-html-editor-tip'
  171.            },
  172.            forecolor : {
  173.                title: '글꼴색',
  174.                text: '선택한 텍스트의 색을 변경합니다.',
  175.                cls: 'x-html-editor-tip'
  176.            },
  177.            justifyleft : {
  178.                title: '텍스트 왼쪽 맞춤',
  179.                text: '왼쪽에 텍스트를 맞춥니다.',
  180.                cls: 'x-html-editor-tip'
  181.            },
  182.            justifycenter : {
  183.                title: '가운데 맞춤',
  184.                text: '가운데에 텍스트를 맞춥니다.',
  185.                cls: 'x-html-editor-tip'
  186.            },
  187.            justifyright : {
  188.                title: '텍스트 오른쪽 맞춤',
  189.                text: '오른쪽에 텍스트를 맞춥니다.',
  190.                cls: 'x-html-editor-tip'
  191.            },
  192.            insertunorderedlist : {
  193.                title: '글머리 기호',
  194.                text: '글머리 기호 목록을 시작합니다.',
  195.                cls: 'x-html-editor-tip'
  196.            },
  197.            insertorderedlist : {
  198.                title: '번호 매기기',
  199.                text: '번호 매기기 목록을 시작합니다.',
  200.                cls: 'x-html-editor-tip'
  201.            },
  202.            createlink : {
  203.                title: '하이퍼링크',
  204.                text: '선택한 텍스트에 하이퍼링크를 만듭니다.',
  205.                cls: 'x-html-editor-tip'
  206.            },
  207.            sourceedit : {
  208.                title: '소스편집',
  209.                text: '소스편집 모드로 변환합니다.',
  210.                cls: 'x-html-editor-tip'
  211.            }
  212.         }
  213.    });
  214. }
  215. if(Ext.grid.GridView){
  216.    Ext.apply(Ext.grid.GridView.prototype, {
  217.       sortAscText  : "오름차순 정렬",
  218.       sortDescText : "내림차순 정렬",
  219.       lockText     : "칼럼 잠금",
  220.       unlockText   : "칼럼 잠금해제",
  221.       columnsText  : "칼럼 목록"
  222.    });
  223. }
  224. if(Ext.grid.GroupingView){
  225.   Ext.apply(Ext.grid.GroupingView.prototype, {
  226.     emptyGroupText : '(None)',
  227.     groupByText    : '현재 필드로 그룹핑합니다.',
  228.     showGroupsText : '그룹으로 보여주기'
  229.   });
  230. }
  231. if(Ext.grid.PropertyColumnModel){
  232.    Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
  233.       nameText   : "항목",
  234.       valueText  : "값",
  235.       dateFormat : "m/j/Y"
  236.    });
  237. }
  238. if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
  239.    Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
  240.       splitTip            : "크기변경을 위해 드래그하세요.",
  241.       collapsibleSplitTip : "크기변경을 위해 드래그, 숨기기 위해 더블클릭 하세요."
  242.    });
  243. }