ext-lang-ja.js
/*
* Japanese translation
* By tyama
* 04-08-2007, 05:49 AM
*/
Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">èªã¿è¾¼ã¿ä¸...</div>';
if(Ext.View){
Ext.View.prototype.emptyText = "";
}
if(Ext.grid.Grid){
Ext.grid.Grid.prototype.ddText = "{0} è¡é¸æ";
}
if(Ext.TabPanelItem){
Ext.TabPanelItem.prototype.closeText = "ãã®ã¿ããéãã";
}
if(Ext.form.Field){
Ext.form.Field.prototype.invalidText = "ãã£ã¼ã«ãã®å¤ã䏿£ã§ãã";
}
Date.monthNames = ['1æ', '2æ', '3æ', '4æ', '5æ', '6æ', '7æ', '8æ', '9æ', '10æ','11æ','12æ'];
Date.dayNames = [
"æ¥",
"æ",
"ç«",
"æ°´",
"æ¨",
"é",
"å"];
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"
});
}
if(Ext.PagingToolbar){
Ext.apply(Ext.PagingToolbar.prototype, {
beforePageText : "ãã¼ã¸",
afterPageText : "/ {0}",
firstText : "æåã®ãã¼ã¸",
prevText : "åã®ãã¼ã¸",
nextText : "次ã®ãã¼ã¸",
lastText : "æå¾ã®ãã¼ã¸",
refreshText : "æ´æ°",
displayMsg : "{2} ä»¶ä¸ {0} - {1} ã表示",
emptyMsg : '表示ãããã¼ã¿ãããã¾ããã'
});
}
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, {
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"
});
}
if(Ext.form.ComboBox){
Ext.apply(Ext.form.ComboBox.prototype, {
loadingText : "èªã¿è¾¼ã¿ä¸...",
valueNotFoundText : undefined
});
}
if(Ext.form.VTypes){
Ext.apply(Ext.form.VTypes, {
emailText : 'ã¡ã¼ã«ã¢ãã¬ã¹ã"user@domain.com"ã®å½¢å¼ã§å¥åãã¦ãã ããã',
urlText : 'URLã"http:/'+'/www.domain.com"ã®å½¢å¼ã§å¥åãã¦ãã ããã',
alphaText : 'åè§è±åã¨"_"ã®ã¿ã§ãã',
alphanumText : 'åè§è±æ°ã¨"_"ã®ã¿ã§ãã'
});
}
if(Ext.grid.GridView){
Ext.apply(Ext.grid.GridView.prototype, {
sortAscText : "æé ",
sortDescText : "éé ",
lockText : "ã«ã©ã ããã¯",
unlockText : "ã«ã©ã ããã¯è§£é¤",
columnsText : "Columns"
});
}
if(Ext.grid.PropertyColumnModel){
Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
nameText : "åç§°",
valueText : "å¤",
dateFormat : "Y/m/d"
});
}
if(Ext.SplitLayoutRegion){
Ext.apply(Ext.SplitLayoutRegion.prototype, {
splitTip : "ãã©ãã°ããã¨ãªãµã¤ãºã§ãã¾ãã",
collapsibleSplitTip : "ãã©ãã°ã§ãªãµã¤ãºã ããã«ã¯ãªãã¯ã§é ãã"
});
}
Ext - Copyright © 2006-2007 Ext JS, LLC
All rights reserved.