X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/src/locale/ext-lang-ja.js diff --git a/src/locale/ext-lang-ja.js b/src/locale/ext-lang-ja.js deleted file mode 100644 index 4129d904..00000000 --- a/src/locale/ext-lang-ja.js +++ /dev/null @@ -1,318 +0,0 @@ -/*! - * 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 = '
読�込�中...
'; - -if(Ext.DataView){ - Ext.DataView.prototype.emptyText = ""; -} - -if(Ext.grid.GridPanel){ - Ext.grid.GridPanel.prototype.ddText = "{0} 行é?¸æŠž"; -} - -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 = [ - "日曜日", - "月曜日", - "ç?«æ›œæ—¥", - "水曜日", - "木曜日", - "金曜日", - "土曜日" -]; - -Date.getShortDayName = function(day) { - return Date.dayNames[day].substring(0, 1); // just remove "曜日" suffix -}; - -Date.formatCodes.a = "(this.getHours() < 12 ? 'å?ˆå‰?' : 'å?ˆå¾Œ')"; -Date.formatCodes.A = "(this.getHours() < 12 ? 'å?ˆå‰?' : 'å?ˆå¾Œ')"; // no case difference - -if(Ext.MessageBox){ - Ext.MessageBox.buttonText = { - ok : "OK", - cancel : "キャンセル", - yes : "ã?¯ã?„", - no : "ã?„ã?„ã?ˆ" - }; -} - -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 : "é?¸æŠžã?—ã?Ÿæ—¥ä»˜ã?¯æœ€å°?値以下ã?§ã?™ã€‚", - maxText : "é?¸æŠžã?—ã?Ÿæ—¥ä»˜ã?¯æœ€å¤§å€¤ä»¥ä¸Šã?§ã?™ã€‚", - disabledDaysText : "", - disabledDatesText : "", - monthNames : Date.monthNames, - dayNames : Date.dayNames, - nextText : '次月ã?¸ (コントロール+å?³)', - prevText : 'å‰?月ã?¸ (コントロール+å·¦)', - monthYearText : '月é?¸æŠž (コントロール+上/下ã?§å¹´ç§»å‹•)', - todayTip : "{0} (スペースキー)", - format : "Y/m/d", - okText : "OK", - cancelText : "キャンセル", - startDay : 0 - }); -} - -if(Ext.PagingToolbar){ - Ext.apply(Ext.PagingToolbar.prototype, { - beforePageText : "ページ", - afterPageText : "/ {0}", - firstText : "最åˆ?ã?®ãƒšãƒ¼ã‚¸", - prevText : "å‰?ã?®ãƒšãƒ¼ã‚¸", - nextText : "次ã?®ãƒšãƒ¼ã‚¸", - lastText : "最後ã?®ãƒšãƒ¼ã‚¸", - refreshText : "更新", - displayMsg : "{2} 件中 {0} - {1} を表示", - emptyMsg : '表示ã?™ã‚‹ãƒ‡ãƒ¼ã‚¿ã?Œã?‚ã‚Šã?¾ã?›ã‚“。' - }); -} - -if(Ext.form.Field){ - Ext.form.Field.prototype.invalidText = "フィールドã?®å€¤ã?Œä¸?æ­£ã?§ã?™ã€‚"; -} - -if(Ext.form.TextField){ - Ext.apply(Ext.form.TextField.prototype, { - minLengthText : "ã?“ã?®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã?®æœ€å°?値ã?¯ {0} ã?§ã?™ã€‚", - maxLengthText : "ã?“ã?®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã?®æœ€å¤§å€¤ã?¯ {0} ã?§ã?™ã€‚", - blankText : "必須項目ã?§ã?™ã€‚", - regexText : "", - emptyText : null - }); -} - -if(Ext.form.NumberField){ - Ext.apply(Ext.form.NumberField.prototype, { - decimalSeparator : ".", - decimalPrecision : 2, - minText : "ã?“ã?®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã?®æœ€å°?値ã?¯ {0} ã?§ã?™ã€‚", - maxText : "ã?“ã?®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã?®æœ€å¤§å€¤ã?¯ {0} ã?§ã?™ã€‚", - nanText : "{0} ã?¯æ•°å€¤ã?§ã?¯ã?‚ã‚Šã?¾ã?›ã‚“。" - }); -} - -if(Ext.form.DateField){ - Ext.apply(Ext.form.DateField.prototype, { - disabledDaysText : "無効", - disabledDatesText : "無効", - minText : "ã?“ã?®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã?®æ—¥ä»˜ã?¯ã€? {0} 以é™?ã?®æ—¥ä»˜ã?«è¨­å®šã?—ã?¦ã??ã? ã?•ã?„。", - maxText : "ã?“ã?®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã?®æ—¥ä»˜ã?¯ã€? {0} 以å‰?ã?®æ—¥ä»˜ã?«è¨­å®šã?—ã?¦ã??ã? ã?•ã?„。", - invalidText : "{0} ã?¯é–“é?•ã?£ã?Ÿæ—¥ä»˜å…¥åŠ›ã?§ã?™ã€‚ - 入力形å¼?ã?¯ã€Œ{1}ã€?ã?§ã?™ã€‚", - 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 : 'メールアドレスを"user@example.com"ã?®å½¢å¼?ã?§å…¥åŠ›ã?—ã?¦ã??ã? ã?•ã?„。', - urlText : 'URLを"http:/'+'/www.example.com"ã?®å½¢å¼?ã?§å…¥åŠ›ã?—ã?¦ã??ã? ã?•ã?„。', - alphaText : 'å?Šè§’英字ã?¨"_"ã?®ã?¿ã?§ã?™ã€‚', - alphanumText : 'å?Šè§’英数ã?¨"_"ã?®ã?¿ã?§ã?™ã€‚' - }); -} - -if(Ext.form.HtmlEditor){ - Ext.apply(Ext.form.HtmlEditor.prototype, { - createLinkText : 'リンクã?®URLを入力ã?—ã?¦ã??ã? ã?•ã?„:', - buttonTips : { - bold : { - title: '太字 (コントロール+B)', - text: 'é?¸æŠžãƒ†ã‚­ã‚¹ãƒˆã‚’太字ã?«ã?—ã?¾ã?™ã€‚', - cls: 'x-html-editor-tip' - }, - italic : { - title: '斜体 (コントロール+I)', - text: 'é?¸æŠžãƒ†ã‚­ã‚¹ãƒˆã‚’斜体ã?«ã?—ã?¾ã?™ã€‚', - cls: 'x-html-editor-tip' - }, - underline : { - title: '下線 (コントロール+U)', - text: 'é?¸æŠžãƒ†ã‚­ã‚¹ãƒˆã?«ä¸‹ç·šã‚’引ã??ã?¾ã?™ã€‚', - cls: 'x-html-editor-tip' - }, - increasefontsize : { - title: '文字を大ã??ã??', - text: 'フォントサイズを大ã??ã??ã?—ã?¾ã?™ã€‚', - cls: 'x-html-editor-tip' - }, - decreasefontsize : { - title: '文字をå°?ã?•ã??', - text: 'フォントサイズをå°?ã?•ã??ã?—ã?¾ã?™ã€‚', - cls: 'x-html-editor-tip' - }, - backcolor : { - title: '文字ã?®ãƒ?イライト', - text: 'é?¸æŠžãƒ†ã‚­ã‚¹ãƒˆã?®èƒŒæ™¯è‰²ã‚’変更ã?—ã?¾ã?™ã€‚', - cls: 'x-html-editor-tip' - }, - forecolor : { - title: '文字ã?®è‰²', - text: 'é?¸æŠžãƒ†ã‚­ã‚¹ãƒˆã?®è‰²ã‚’変更ã?—ã?¾ã?™ã€‚', - cls: 'x-html-editor-tip' - }, - justifyleft : { - title: 'å·¦æ?ƒã?ˆ', - text: 'テキストを左æ?ƒã?ˆã?«ã?—ã?¾ã?™ã€‚', - cls: 'x-html-editor-tip' - }, - justifycenter : { - title: '中央æ?ƒã?ˆ', - text: 'テキストを中央æ?ƒã?ˆã?«ã?—ã?¾ã?™ã€‚', - cls: 'x-html-editor-tip' - }, - justifyright : { - title: 'å?³æ?ƒã?ˆ', - text: 'テキストをå?³æ?ƒã?ˆã?«ã?—ã?¾ã?™ã€‚', - cls: 'x-html-editor-tip' - }, - insertunorderedlist : { - title: '番å?·ã?ªã?—箇æ?¡æ›¸ã??', - text: '番å?·ã?ªã?—箇æ?¡æ›¸ã??を開始ã?—ã?¾ã?™ã€‚', - cls: 'x-html-editor-tip' - }, - insertorderedlist : { - title: '番å?·ä»˜ã??箇æ?¡æ›¸ã??', - text: '番å?·ä»˜ã??箇æ?¡æ›¸ã??を開始ã?—ã?¾ã?™ã€‚', - cls: 'x-html-editor-tip' - }, - createlink : { - title: 'ãƒ?イパーリンク', - text: 'é?¸æŠžãƒ†ã‚­ã‚¹ãƒˆã‚’ãƒ?イパーリンクã?«ã?—ã?¾ã?™ã€‚', - cls: 'x-html-editor-tip' - }, - sourceedit : { - title: 'ソース編集', - text: 'ソース編集モードã?«åˆ‡ã‚Šæ›¿ã?ˆã?¾ã?™ã€‚', - cls: 'x-html-editor-tip' - } - } - }); -} - -if(Ext.grid.GridView){ - Ext.apply(Ext.grid.GridView.prototype, { - sortAscText : "昇順", - sortDescText : "é™?順", - columnsText : "カラム" - }); -} - -if(Ext.grid.GroupingView){ - Ext.apply(Ext.grid.GroupingView.prototype, { - emptyGroupText : '(ã?ªã?—)', - groupByText : 'ã?“ã?®ã‚«ãƒ©ãƒ ã?§ã‚°ãƒ«ãƒ¼ãƒ”ング', - 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 : "ドラッグã?™ã‚‹ã?¨ãƒªã‚µã‚¤ã‚ºã?§ã??ã?¾ã?™ã€‚", - collapsibleSplitTip : "ドラッグã?§ãƒªã‚µã‚¤ã‚ºã€‚ ダブルクリックã?§éš ã?™ã€‚" - }); -} - -if(Ext.form.TimeField){ - Ext.apply(Ext.form.TimeField.prototype, { - minText : "ã?“ã?®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã?®æ™‚刻ã?¯ã€? {0} 以é™?ã?®æ™‚刻ã?«è¨­å®šã?—ã?¦ã??ã? ã?•ã?„。", - maxText : "ã?“ã?®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã?®æ™‚刻ã?¯ã€? {0} 以å‰?ã?®æ™‚刻ã?«è¨­å®šã?—ã?¦ã??ã? ã?•ã?„。", - invalidText : "{0} ã?¯é–“é?•ã?£ã?Ÿæ™‚刻入力ã?§ã?™ã€‚", - 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 : "ã?“ã?®ã‚°ãƒ«ãƒ¼ãƒ—ã?‹ã‚‰æœ€ä½Žï¼‘ã?¤ã?®ã‚¢ã‚¤ãƒ†ãƒ ã‚’é?¸æŠžã?—ã?ªã?‘ã‚Œã?°ã?ªã‚Šã?¾ã?›ã‚“。" - }); -} - -if(Ext.form.RadioGroup){ - Ext.apply(Ext.form.RadioGroup.prototype, { - blankText : "ã?“ã?®ã‚°ãƒ«ãƒ¼ãƒ—ã?‹ã‚‰ï¼‘ã?¤ã?®ã‚¢ã‚¤ãƒ†ãƒ ã‚’é?¸æŠžã?—ã?ªã?‘ã‚Œã?°ã?ªã‚Šã?¾ã?›ã‚“。" - }); -}