-/*!
- * Ext JS Library 3.0.3
- * Copyright(c) 2006-2009 Ext JS, LLC
- * licensing@extjs.com
- * http://www.extjs.com/license
- */
-/*
- * Japanese translation
- * By tyama
- * 04-08-2007, 05:49 AM
- *
- * update based on English Translations by Condor (8 Aug 2008)
- * By sakuro (30 Aug 2008)
- */
-
-Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">èªã?¿è¾¼ã?¿ä¸...</div>';
-
-if(Ext.DataView){
- Ext.DataView.prototype.emptyText = "";
-}
-
-if(Ext.grid.GridPanel){
- Ext.grid.GridPanel.prototype.ddText = "{0} è¡\8cé?¸æ\8a\9e";
-}
-
-if(Ext.LoadMask){
- Ext.LoadMask.prototype.msg = "èªã?¿è¾¼ã?¿ä¸...";
-}
-
-Date.monthNames = [
- '1月',
- '2月',
- '3月',
- '4月',
- '5月',
- '6月',
- '7月',
- '8月',
- '9月',
- '10月',
- '11月',
- '12月'
-];
-
-Date.getShortMonthName = function(month) {
- return "" + (month + 1);
-};
-
-Date.monthNumbers = {
- "1" : 0,
- "2" : 1,
- "3" : 2,
- "4" : 3,
- "5" : 4,
- "6" : 5,
- "7" : 6,
- "8" : 7,
- "9" : 8,
- "10" : 9,
- "11" : 10,
- "12" : 11
-};
-
-Date.getMonthNumber = function(name) {
- return Date.monthNumbers[name.substring(0, name.length - 1)];
- // or simply parseInt(name.substring(0, name.length - 1)) - 1
-};
-
-Date.dayNames = [
- "日曜日",
- "月曜日",
- "ç?«æ\9b\9cæ\97¥",
- "水曜日",
- "木曜日",
- "金曜日",
- "土曜日"
-];
-
-Date.getShortDayName = function(day) {
- return Date.dayNames[day].substring(0, 1); // just remove "曜日" suffix
-};
-
-Date.formatCodes.a = "(this.getHours() < 12 ? 'å?\88å\89?' : 'å?\88å¾\8c')";
-Date.formatCodes.A = "(this.getHours() < 12 ? 'å?\88å\89?' : 'å?\88å¾\8c')"; // no case difference
-
-if(Ext.MessageBox){
- Ext.MessageBox.buttonText = {
- ok : "OK",
- cancel : "キャンセル",
- yes : "ã?¯ã?\84",
- no : "ã?\84ã?\84ã?\88"
- };
-}
-
-if(Ext.util.Format){
- Ext.util.Format.date = function(v, format){
- if(!v) return "";
- if(!(v instanceof Date)) v = new Date(Date.parse(v));
- return v.dateFormat(format || "Y/m/d");
- };
-}
-
-if(Ext.DatePicker){
- Ext.apply(Ext.DatePicker.prototype, {
- todayText : "今日",
- minText : "é?¸æ\8a\9eã?\97ã?\9fæ\97¥ä»\98ã?¯æ\9c\80å°?å\80¤ä»¥ä¸\8bã?§ã?\99ã\80\82",
- maxText : "é?¸æ\8a\9eã?\97ã?\9fæ\97¥ä»\98ã?¯æ\9c\80大å\80¤ä»¥ä¸\8aã?§ã?\99ã\80\82",
- disabledDaysText : "",
- disabledDatesText : "",
- monthNames : Date.monthNames,
- dayNames : Date.dayNames,
- nextText : '次æ\9c\88ã?¸ (ã\82³ã\83³ã\83\88ã\83ã\83¼ã\83«+å?³)',
- prevText : 'å\89?æ\9c\88ã?¸ (ã\82³ã\83³ã\83\88ã\83ã\83¼ã\83«+å·¦)',
- monthYearText : 'æ\9c\88é?¸æ\8a\9e (ã\82³ã\83³ã\83\88ã\83ã\83¼ã\83«+ä¸\8a/ä¸\8bã?§å¹´ç§»å\8b\95)',
- todayTip : "{0} (スペースキー)",
- format : "Y/m/d",
- okText : "OK",
- cancelText : "キャンセル",
- startDay : 0
- });
-}
-
-if(Ext.PagingToolbar){
- Ext.apply(Ext.PagingToolbar.prototype, {
- beforePageText : "ページ",
- afterPageText : "/ {0}",
- firstText : "æ\9c\80å\88?ã?®ã\83\9aã\83¼ã\82¸",
- prevText : "å\89?ã?®ã\83\9aã\83¼ã\82¸",
- nextText : "次ã?®ã\83\9aã\83¼ã\82¸",
- lastText : "æ\9c\80å¾\8cã?®ã\83\9aã\83¼ã\82¸",
- refreshText : "更新",
- displayMsg : "{2} 件中 {0} - {1} を表示",
- emptyMsg : '表示ã?\99ã\82\8bã\83\87ã\83¼ã\82¿ã?\8cã?\82ã\82\8aã?¾ã?\9bã\82\93ã\80\82'
- });
-}
-
-if(Ext.form.Field){
- Ext.form.Field.prototype.invalidText = "ã\83\95ã\82£ã\83¼ã\83«ã\83\89ã?®å\80¤ã?\8cä¸?æ£ã?§ã?\99ã\80\82";
-}
-
-if(Ext.form.TextField){
- Ext.apply(Ext.form.TextField.prototype, {
- minLengthText : "ã?\93ã?®ã\83\95ã\82£ã\83¼ã\83«ã\83\89ã?®æ\9c\80å°?å\80¤ã?¯ {0} ã?§ã?\99ã\80\82",
- maxLengthText : "ã?\93ã?®ã\83\95ã\82£ã\83¼ã\83«ã\83\89ã?®æ\9c\80大å\80¤ã?¯ {0} ã?§ã?\99ã\80\82",
- blankText : "å¿\85é \88é \85ç\9b®ã?§ã?\99ã\80\82",
- regexText : "",
- emptyText : null
- });
-}
-
-if(Ext.form.NumberField){
- Ext.apply(Ext.form.NumberField.prototype, {
- decimalSeparator : ".",
- decimalPrecision : 2,
- minText : "ã?\93ã?®ã\83\95ã\82£ã\83¼ã\83«ã\83\89ã?®æ\9c\80å°?å\80¤ã?¯ {0} ã?§ã?\99ã\80\82",
- maxText : "ã?\93ã?®ã\83\95ã\82£ã\83¼ã\83«ã\83\89ã?®æ\9c\80大å\80¤ã?¯ {0} ã?§ã?\99ã\80\82",
- nanText : "{0} ã?¯æ\95°å\80¤ã?§ã?¯ã?\82ã\82\8aã?¾ã?\9bã\82\93ã\80\82"
- });
-}
-
-if(Ext.form.DateField){
- Ext.apply(Ext.form.DateField.prototype, {
- disabledDaysText : "無効",
- disabledDatesText : "無効",
- minText : "ã?\93ã?®ã\83\95ã\82£ã\83¼ã\83«ã\83\89ã?®æ\97¥ä»\98ã?¯ã\80? {0} 以é\99?ã?®æ\97¥ä»\98ã?«è¨å®\9aã?\97ã?¦ã??ã? ã?\95ã?\84ã\80\82",
- maxText : "ã?\93ã?®ã\83\95ã\82£ã\83¼ã\83«ã\83\89ã?®æ\97¥ä»\98ã?¯ã\80? {0} 以å\89?ã?®æ\97¥ä»\98ã?«è¨å®\9aã?\97ã?¦ã??ã? ã?\95ã?\84ã\80\82",
- invalidText : "{0} ã?¯é\96\93é?\95ã?£ã?\9fæ\97¥ä»\98å\85¥å\8a\9bã?§ã?\99ã\80\82 - å\85¥å\8a\9bå½¢å¼?ã?¯ã\80\8c{1}ã\80?ã?§ã?\99ã\80\82",
- format : "Y/m/d",
- altFormats : "y/m/d|m/d/y|m/d/Y|m-d-y|m-d-Y|m/d|m-d|md|mdy|mdY|d|Y-m-d"
- });
-}
-
-if(Ext.form.ComboBox){
- Ext.apply(Ext.form.ComboBox.prototype, {
- loadingText : "èªã?¿è¾¼ã?¿ä¸...",
- valueNotFoundText : undefined
- });
-}
-
-if(Ext.form.VTypes){
- Ext.apply(Ext.form.VTypes, {
- emailText : 'ã\83¡ã\83¼ã\83«ã\82¢ã\83\89ã\83¬ã\82¹ã\82\92"user@example.com"ã?®å½¢å¼?ã?§å\85¥å\8a\9bã?\97ã?¦ã??ã? ã?\95ã?\84ã\80\82',
- urlText : 'URLã\82\92"http:/'+'/www.example.com"ã?®å½¢å¼?ã?§å\85¥å\8a\9bã?\97ã?¦ã??ã? ã?\95ã?\84ã\80\82',
- alphaText : 'å?\8aè§\92è\8b±å\97ã?¨"_"ã?®ã?¿ã?§ã?\99ã\80\82',
- alphanumText : 'å?\8aè§\92è\8b±æ\95°ã?¨"_"ã?®ã?¿ã?§ã?\99ã\80\82'
- });
-}
-
-if(Ext.form.HtmlEditor){
- Ext.apply(Ext.form.HtmlEditor.prototype, {
- createLinkText : 'ã\83ªã\83³ã\82¯ã?®URLã\82\92å\85¥å\8a\9bã?\97ã?¦ã??ã? ã?\95ã?\84:',
- buttonTips : {
- bold : {
- title: '太字 (コントロール+B)',
- text: 'é?¸æ\8a\9eã\83\86ã\82ã\82¹ã\83\88ã\82\92太å\97ã?«ã?\97ã?¾ã?\99ã\80\82',
- cls: 'x-html-editor-tip'
- },
- italic : {
- title: '斜体 (コントロール+I)',
- text: 'é?¸æ\8a\9eã\83\86ã\82ã\82¹ã\83\88ã\82\92æ\96\9cä½\93ã?«ã?\97ã?¾ã?\99ã\80\82',
- cls: 'x-html-editor-tip'
- },
- underline : {
- title: '下線 (コントロール+U)',
- text: 'é?¸æ\8a\9eã\83\86ã\82ã\82¹ã\83\88ã?«ä¸\8bç·\9aã\82\92å¼\95ã??ã?¾ã?\99ã\80\82',
- cls: 'x-html-editor-tip'
- },
- increasefontsize : {
- title: 'æ\96\87å\97ã\82\92大ã??ã??',
- text: 'ã\83\95ã\82©ã\83³ã\83\88ã\82µã\82¤ã\82ºã\82\92大ã??ã??ã?\97ã?¾ã?\99ã\80\82',
- cls: 'x-html-editor-tip'
- },
- decreasefontsize : {
- title: 'æ\96\87å\97ã\82\92å°?ã?\95ã??',
- text: 'ã\83\95ã\82©ã\83³ã\83\88ã\82µã\82¤ã\82ºã\82\92å°?ã?\95ã??ã?\97ã?¾ã?\99ã\80\82',
- cls: 'x-html-editor-tip'
- },
- backcolor : {
- title: 'æ\96\87å\97ã?®ã\83?ã\82¤ã\83©ã\82¤ã\83\88',
- text: 'é?¸æ\8a\9eã\83\86ã\82ã\82¹ã\83\88ã?®è\83\8cæ\99¯è\89²ã\82\92å¤\89æ\9b´ã?\97ã?¾ã?\99ã\80\82',
- cls: 'x-html-editor-tip'
- },
- forecolor : {
- title: 'æ\96\87å\97ã?®è\89²',
- text: 'é?¸æ\8a\9eã\83\86ã\82ã\82¹ã\83\88ã?®è\89²ã\82\92å¤\89æ\9b´ã?\97ã?¾ã?\99ã\80\82',
- cls: 'x-html-editor-tip'
- },
- justifyleft : {
- title: 'å·¦æ?\83ã?\88',
- text: 'ã\83\86ã\82ã\82¹ã\83\88ã\82\92å·¦æ?\83ã?\88ã?«ã?\97ã?¾ã?\99ã\80\82',
- cls: 'x-html-editor-tip'
- },
- justifycenter : {
- title: 'ä¸å¤®æ?\83ã?\88',
- text: 'ã\83\86ã\82ã\82¹ã\83\88ã\82\92ä¸å¤®æ?\83ã?\88ã?«ã?\97ã?¾ã?\99ã\80\82',
- cls: 'x-html-editor-tip'
- },
- justifyright : {
- title: 'å?³æ?\83ã?\88',
- text: 'ã\83\86ã\82ã\82¹ã\83\88ã\82\92å?³æ?\83ã?\88ã?«ã?\97ã?¾ã?\99ã\80\82',
- cls: 'x-html-editor-tip'
- },
- insertunorderedlist : {
- title: 'ç\95ªå?·ã?ªã?\97ç®\87æ?¡æ\9b¸ã??',
- text: 'ç\95ªå?·ã?ªã?\97ç®\87æ?¡æ\9b¸ã??ã\82\92é\96\8bå§\8bã?\97ã?¾ã?\99ã\80\82',
- cls: 'x-html-editor-tip'
- },
- insertorderedlist : {
- title: 'ç\95ªå?·ä»\98ã??ç®\87æ?¡æ\9b¸ã??',
- text: 'ç\95ªå?·ä»\98ã??ç®\87æ?¡æ\9b¸ã??ã\82\92é\96\8bå§\8bã?\97ã?¾ã?\99ã\80\82',
- cls: 'x-html-editor-tip'
- },
- createlink : {
- title: 'ã\83?ã\82¤ã\83\91ã\83¼ã\83ªã\83³ã\82¯',
- text: 'é?¸æ\8a\9eã\83\86ã\82ã\82¹ã\83\88ã\82\92ã\83?ã\82¤ã\83\91ã\83¼ã\83ªã\83³ã\82¯ã?«ã?\97ã?¾ã?\99ã\80\82',
- cls: 'x-html-editor-tip'
- },
- sourceedit : {
- title: 'ソース編集',
- text: 'ã\82½ã\83¼ã\82¹ç·¨é\9b\86ã\83¢ã\83¼ã\83\89ã?«å\88\87ã\82\8aæ\9b¿ã?\88ã?¾ã?\99ã\80\82',
- cls: 'x-html-editor-tip'
- }
- }
- });
-}
-
-if(Ext.grid.GridView){
- Ext.apply(Ext.grid.GridView.prototype, {
- sortAscText : "昇順",
- sortDescText : "é\99?é \86",
- columnsText : "カラム"
- });
-}
-
-if(Ext.grid.GroupingView){
- Ext.apply(Ext.grid.GroupingView.prototype, {
- emptyGroupText : '(ã?ªã?\97)',
- groupByText : 'ã?\93ã?®ã\82«ã\83©ã\83 ã?§ã\82°ã\83«ã\83¼ã\83\94ã\83³ã\82°',
- showGroupsText : 'グルーピング'
- });
-}
-
-if(Ext.grid.PropertyColumnModel){
- Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
- nameText : "å??称",
- valueText : "値",
- dateFormat : "Y/m/d"
- });
-}
-
-if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
- Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
- splitTip : "ã\83\89ã\83©ã\83\83ã\82°ã?\99ã\82\8bã?¨ã\83ªã\82µã\82¤ã\82ºã?§ã??ã?¾ã?\99ã\80\82",
- collapsibleSplitTip : "ã\83\89ã\83©ã\83\83ã\82°ã?§ã\83ªã\82µã\82¤ã\82ºã\80\82 ã\83\80ã\83\96ã\83«ã\82¯ã\83ªã\83\83ã\82¯ã?§é\9a ã?\99ã\80\82"
- });
-}
-
-if(Ext.form.TimeField){
- Ext.apply(Ext.form.TimeField.prototype, {
- minText : "ã?\93ã?®ã\83\95ã\82£ã\83¼ã\83«ã\83\89ã?®æ\99\82å\88»ã?¯ã\80? {0} 以é\99?ã?®æ\99\82å\88»ã?«è¨å®\9aã?\97ã?¦ã??ã? ã?\95ã?\84ã\80\82",
- maxText : "ã?\93ã?®ã\83\95ã\82£ã\83¼ã\83«ã\83\89ã?®æ\99\82å\88»ã?¯ã\80? {0} 以å\89?ã?®æ\99\82å\88»ã?«è¨å®\9aã?\97ã?¦ã??ã? ã?\95ã?\84ã\80\82",
- invalidText : "{0} ã?¯é\96\93é?\95ã?£ã?\9fæ\99\82å\88»å\85¥å\8a\9bã?§ã?\99ã\80\82",
- format : "g:i A",
- altFormats : "g:ia|g:iA|g:i a|g:i A|h:i|g:i|H:i|ga|ha|gA|h a|g a|g A|gi|hi|gia|hia|g|H"
- });
-}
-
-if(Ext.form.CheckboxGroup){
- Ext.apply(Ext.form.CheckboxGroup.prototype, {
- blankText : "ã?\93ã?®ã\82°ã\83«ã\83¼ã\83\97ã?\8bã\82\89æ\9c\80ä½\8eï¼\91ã?¤ã?®ã\82¢ã\82¤ã\83\86ã\83 ã\82\92é?¸æ\8a\9eã?\97ã?ªã?\91ã\82\8cã?°ã?ªã\82\8aã?¾ã?\9bã\82\93ã\80\82"
- });
-}
-
-if(Ext.form.RadioGroup){
- Ext.apply(Ext.form.RadioGroup.prototype, {
- blankText : "ã?\93ã?®ã\82°ã\83«ã\83¼ã\83\97ã?\8bã\82\89ï¼\91ã?¤ã?®ã\82¢ã\82¤ã\83\86ã\83 ã\82\92é?¸æ\8a\9eã?\97ã?ªã?\91ã\82\8cã?°ã?ªã\82\8aã?¾ã?\9bã\82\93ã\80\82"
- });
-}