Tab页签新增右键:新窗口打开

This commit is contained in:
thinkgem
2020-03-03 23:48:19 +08:00
parent f95135e070
commit fc7849e6b0

View File

@@ -7,7 +7,8 @@
refreshTab: 'Refresh',
closeOther: 'Close Other',
closeLeft: 'Close Left',
closeRight: 'Close Right'
closeRight: 'Close Right',
detachTab: 'Detach Tab'
});
} else if (window.lang == 'ja_JP'){
TabPanel.i18n = $.extend({}, TabPanel.i18n, {
@@ -15,7 +16,8 @@
refreshTab: '更新',
closeOther: '他を閉じる',
closeLeft: '左側を閉じる',
closeRight: '右側を閉じる'
closeRight: '右側を閉じる',
detachTab: '新しい窓が'
});
}