Tab页签新增右键:新窗口打开
This commit is contained in:
@@ -7,7 +7,8 @@
|
|||||||
refreshTab: 'Refresh',
|
refreshTab: 'Refresh',
|
||||||
closeOther: 'Close Other',
|
closeOther: 'Close Other',
|
||||||
closeLeft: 'Close Left',
|
closeLeft: 'Close Left',
|
||||||
closeRight: 'Close Right'
|
closeRight: 'Close Right',
|
||||||
|
detachTab: 'Detach Tab'
|
||||||
});
|
});
|
||||||
} else if (window.lang == 'ja_JP'){
|
} else if (window.lang == 'ja_JP'){
|
||||||
TabPanel.i18n = $.extend({}, TabPanel.i18n, {
|
TabPanel.i18n = $.extend({}, TabPanel.i18n, {
|
||||||
@@ -15,7 +16,8 @@
|
|||||||
refreshTab: '更新',
|
refreshTab: '更新',
|
||||||
closeOther: '他を閉じる',
|
closeOther: '他を閉じる',
|
||||||
closeLeft: '左側を閉じる',
|
closeLeft: '左側を閉じる',
|
||||||
closeRight: '右側を閉じる'
|
closeRight: '右側を閉じる',
|
||||||
|
detachTab: '新しい窓が'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user