文顶顶
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
2 deletions
-
src/controllers/sheetBar.js
-
src/locale/zh.js
|
@ -271,7 +271,8 @@ export function initialSheetBar(){ |
|
|
|
|
|
|
|
|
if(0 === $(this).text().length){ |
|
|
if(0 === $(this).text().length){ |
|
|
|
|
|
|
|
|
alert(locale_sheetconfig.sheetNamecannotIsEmptyError); |
|
|
tooltip.info("", locale_sheetconfig.sheetNamecannotIsEmptyError); |
|
|
|
|
|
|
|
|
setTimeout(()=>{ |
|
|
setTimeout(()=>{ |
|
|
$(this).text(oldSheetFileName); |
|
|
$(this).text(oldSheetFileName); |
|
|
luckysheetsheetnameeditor($(this)); |
|
|
luckysheetsheetnameeditor($(this)); |
|
|
|
@ -9773,7 +9773,7 @@ export default { |
|
|
noHide:"不能隐藏, 至少保留一个sheet标签", |
|
|
noHide:"不能隐藏, 至少保留一个sheet标签", |
|
|
chartEditNoOpt:"图表编辑模式下不允许该操作!", |
|
|
chartEditNoOpt:"图表编辑模式下不允许该操作!", |
|
|
sheetNameSpecCharError:"名称不能超过31个字符,首尾不能是' 且名称不能包含:\r\n[ ] : \\ ? * /", |
|
|
sheetNameSpecCharError:"名称不能超过31个字符,首尾不能是' 且名称不能包含:\r\n[ ] : \\ ? * /", |
|
|
sheetNamecannotIsEmptyError:"名称不能为空" |
|
|
sheetNamecannotIsEmptyError:"名称不能为空!" |
|
|
}, |
|
|
}, |
|
|
conditionformat: { |
|
|
conditionformat: { |
|
|
conditionformat_greaterThan: '条件格式——大于', |
|
|
conditionformat_greaterThan: '条件格式——大于', |
|
|