/*!
* 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 : "��グループ�ら最低1��アイテムを�択���れ��り��ん。"
});
}
if(Ext.form.RadioGroup){
Ext.apply(Ext.form.RadioGroup.prototype, {
blankText : "��グループ�ら1��アイテムを�択���れ��り��ん。"
});
}