|
@ -38,7 +38,7 @@ export default { |
|
|
findAndReplace: 'Find and replace', |
|
|
findAndReplace: 'Find and replace', |
|
|
sum: 'SUM', |
|
|
sum: 'SUM', |
|
|
autoSum: 'Auto SUM', |
|
|
autoSum: 'Auto SUM', |
|
|
moreFunction: 'More function', |
|
|
moreFunction: 'More functions', |
|
|
conditionalFormat: 'Conditional format', |
|
|
conditionalFormat: 'Conditional format', |
|
|
postil: 'Comment', |
|
|
postil: 'Comment', |
|
|
pivotTable: 'Pivot Table', |
|
|
pivotTable: 'Pivot Table', |
|
@ -47,7 +47,7 @@ export default { |
|
|
splitColumn: 'Split text', |
|
|
splitColumn: 'Split text', |
|
|
insertImage: 'Insert image', |
|
|
insertImage: 'Insert image', |
|
|
dataVerification: 'Data verification', |
|
|
dataVerification: 'Data verification', |
|
|
protection:"Protection the sheet", |
|
|
protection:"Protect the sheet", |
|
|
|
|
|
|
|
|
clearText:"Clear color", |
|
|
clearText:"Clear color", |
|
|
noColorSelectedText:"No color is selected", |
|
|
noColorSelectedText:"No color is selected", |
|
@ -56,7 +56,7 @@ export default { |
|
|
toolLess:"Less", |
|
|
toolLess:"Less", |
|
|
toolClose:"Close", |
|
|
toolClose:"Close", |
|
|
toolMoreTip:"More features", |
|
|
toolMoreTip:"More features", |
|
|
moreOptions:"More Options", |
|
|
moreOptions:"More options", |
|
|
|
|
|
|
|
|
cellFormat:"Cell format config", |
|
|
cellFormat:"Cell format config", |
|
|
print:"Print", |
|
|
print:"Print", |
|
@ -94,7 +94,7 @@ export default { |
|
|
end: 'ESC', |
|
|
end: 'ESC', |
|
|
|
|
|
|
|
|
tipSelectRange:"Please select the range to be copied", |
|
|
tipSelectRange:"Please select the range to be copied", |
|
|
tipNotMulti:"Cannot perform this operation on multiple selection range", |
|
|
tipNotMulti:"Cannot perform this operation on multiple selection ranges", |
|
|
}, |
|
|
}, |
|
|
format:{ |
|
|
format:{ |
|
|
moreCurrency: 'More currency formats', |
|
|
moreCurrency: 'More currency formats', |
|
@ -379,7 +379,7 @@ export default { |
|
|
merge:{ |
|
|
merge:{ |
|
|
mergeAll:"Merge all", |
|
|
mergeAll:"Merge all", |
|
|
mergeV:"Vertically", |
|
|
mergeV:"Vertically", |
|
|
mergeH:"Horizentally", |
|
|
mergeH:"Horizontally", |
|
|
mergeCancel:"Unmerge", |
|
|
mergeCancel:"Unmerge", |
|
|
overlappingError:"Cannot merge overlapping areas", |
|
|
overlappingError:"Cannot merge overlapping areas", |
|
|
partiallyError:"Cannot perform this operation on partially merged cells", |
|
|
partiallyError:"Cannot perform this operation on partially merged cells", |
|
@ -401,15 +401,15 @@ export default { |
|
|
rotation:{ |
|
|
rotation:{ |
|
|
"none":"None", |
|
|
"none":"None", |
|
|
"angleup":"Tilt Up", |
|
|
"angleup":"Tilt Up", |
|
|
"angledown":"Tilt down", |
|
|
"angledown":"Tilt Down", |
|
|
"vertical":"Stack Vertically", |
|
|
"vertical":"Stack Vertically", |
|
|
"rotationUp":"Rotate Up", |
|
|
"rotationUp":"Rotate Up", |
|
|
"rotationDown":"Rotate down" |
|
|
"rotationDown":"Rotate Down" |
|
|
}, |
|
|
}, |
|
|
freezen:{ |
|
|
freezen:{ |
|
|
default:"Freeze", |
|
|
default:"Freeze", |
|
|
freezenRow:"First Row", |
|
|
freezenRow:"First Row", |
|
|
freezenColumn:"First column", |
|
|
freezenColumn:"First Column", |
|
|
freezenRC:"Both", |
|
|
freezenRC:"Both", |
|
|
freezenRowRange:"Freezen row range", |
|
|
freezenRowRange:"Freezen row range", |
|
|
freezenColumnRange:"Freezen column range", |
|
|
freezenColumnRange:"Freezen column range", |
|
@ -423,7 +423,7 @@ export default { |
|
|
"desc":"Descending ", |
|
|
"desc":"Descending ", |
|
|
"custom":"Custom sort", |
|
|
"custom":"Custom sort", |
|
|
|
|
|
|
|
|
"hasTitle":"Data has header row", |
|
|
"hasTitle":"Data has a header row", |
|
|
"sortBy":"Sort by", |
|
|
"sortBy":"Sort by", |
|
|
"addOthers":"Add another sort column", |
|
|
"addOthers":"Add another sort column", |
|
|
"close":"close", |
|
|
"close":"close", |
|
@ -443,8 +443,7 @@ export default { |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
filter:{ |
|
|
filter:{ |
|
|
"filter":"create filter", |
|
|
filter:"create filter", |
|
|
"clearFilter":"Cancel filter", |
|
|
|
|
|
|
|
|
|
|
|
sortByAsc:"Sort A-Z", |
|
|
sortByAsc:"Sort A-Z", |
|
|
sortByDesc:"Sort Z-A", |
|
|
sortByDesc:"Sort Z-A", |
|
@ -507,7 +506,7 @@ export default { |
|
|
deleteSelected: 'Delete selected ', |
|
|
deleteSelected: 'Delete selected ', |
|
|
hide: 'Hide', |
|
|
hide: 'Hide', |
|
|
hideSelected: 'Hide selected ', |
|
|
hideSelected: 'Hide selected ', |
|
|
showHide: 'Show hide ', |
|
|
showHide: 'Show hidden ', |
|
|
to: 'Towards', |
|
|
to: 'Towards', |
|
|
left: 'Left', |
|
|
left: 'Left', |
|
|
right: 'Right', |
|
|
right: 'Right', |
|
@ -577,9 +576,9 @@ export default { |
|
|
|
|
|
|
|
|
downLoadClose:"Close", |
|
|
downLoadClose:"Close", |
|
|
downLoadCopy:"Copy to clipboard", |
|
|
downLoadCopy:"Copy to clipboard", |
|
|
downLoadBtn:"DownLoad", |
|
|
downLoadBtn:"Download", |
|
|
browserNotTip:"not supported by IE browser!", |
|
|
browserNotTip:"not supported by IE browser!", |
|
|
rightclickTip:"Please right click \"copy\" on the picture", |
|
|
rightclickTip:"Please right-click \"copy\" on the picture", |
|
|
successTip:"Successfully (if pasting fails, please right-click on the image to \"copy image\")", |
|
|
successTip:"Successfully (if pasting fails, please right-click on the image to \"copy image\")", |
|
|
}, |
|
|
}, |
|
|
splitText:{ |
|
|
splitText:{ |
|
@ -664,7 +663,7 @@ export default { |
|
|
locationConstant:"Constant", |
|
|
locationConstant:"Constant", |
|
|
locationFormula:"Formula", |
|
|
locationFormula:"Formula", |
|
|
locationDate:"Date", |
|
|
locationDate:"Date", |
|
|
locationDigital:"number", |
|
|
locationDigital:"Number", |
|
|
locationString:"String", |
|
|
locationString:"String", |
|
|
locationBool:"Logical", |
|
|
locationBool:"Logical", |
|
|
locationError:"Error", |
|
|
locationError:"Error", |
|
@ -673,7 +672,7 @@ export default { |
|
|
locationRowSpan:"Row span", |
|
|
locationRowSpan:"Row span", |
|
|
locationColumnSpan:"Column span", |
|
|
locationColumnSpan:"Column span", |
|
|
|
|
|
|
|
|
locationTiplessTwoRow:"Please select at least two Row", |
|
|
locationTiplessTwoRow:"Please select at least two rows", |
|
|
locationTiplessTwoColumn:"Please select at least two columns", |
|
|
locationTiplessTwoColumn:"Please select at least two columns", |
|
|
locationTipNotFindCell:"Cell not found" |
|
|
locationTipNotFindCell:"Cell not found" |
|
|
|
|
|
|
|
@ -768,8 +767,8 @@ export default { |
|
|
clearColorSelect: 'Clear color select', |
|
|
clearColorSelect: 'Clear color select', |
|
|
sheet: 'Sheet', |
|
|
sheet: 'Sheet', |
|
|
currentSheet: 'Current Sheet', |
|
|
currentSheet: 'Current Sheet', |
|
|
dataBar: 'dataBar', |
|
|
dataBar: 'data bar', |
|
|
dataBarColor: 'dataBar color', |
|
|
dataBarColor: 'data bar color', |
|
|
gradientDataBar_1: 'Blue-white gradient data bar', |
|
|
gradientDataBar_1: 'Blue-white gradient data bar', |
|
|
gradientDataBar_2: 'Green-white gradient data bar', |
|
|
gradientDataBar_2: 'Green-white gradient data bar', |
|
|
gradientDataBar_3: 'Red-white gradient data bar', |
|
|
gradientDataBar_3: 'Red-white gradient data bar', |
|
@ -782,7 +781,7 @@ export default { |
|
|
solidColorDataBar_4: 'Orange data bar', |
|
|
solidColorDataBar_4: 'Orange data bar', |
|
|
solidColorDataBar_5: 'Light blue data bar', |
|
|
solidColorDataBar_5: 'Light blue data bar', |
|
|
solidColorDataBar_6: 'Purple data bar', |
|
|
solidColorDataBar_6: 'Purple data bar', |
|
|
colorGradation: 'colorGradation', |
|
|
colorGradation: 'color gradation', |
|
|
colorGradation_1: 'Green-yellow-red color gradation', |
|
|
colorGradation_1: 'Green-yellow-red color gradation', |
|
|
colorGradation_2: 'Red-yellow-green color gradation', |
|
|
colorGradation_2: 'Red-yellow-green color gradation', |
|
|
colorGradation_3: 'Green-white-red color gradation', |
|
|
colorGradation_3: 'Green-white-red color gradation', |
|
@ -878,7 +877,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
dataVerification: { |
|
|
dataVerification: { |
|
|
cellRange: 'Cell range', |
|
|
cellRange: 'Cell range', |
|
|
selectCellRange: 'Click to select cell range', |
|
|
selectCellRange: 'Click to select a cell range', |
|
|
selectCellRange2: 'Please select a range of cells', |
|
|
selectCellRange2: 'Please select a range of cells', |
|
|
verificationCondition: 'Verification condition', |
|
|
verificationCondition: 'Verification condition', |
|
|
dropdown: 'drop-down list', |
|
|
dropdown: 'drop-down list', |
|
@ -915,7 +914,7 @@ export default { |
|
|
phoneNumber: 'Phone number', |
|
|
phoneNumber: 'Phone number', |
|
|
remote: 'Automatic remote acquisition option', |
|
|
remote: 'Automatic remote acquisition option', |
|
|
prohibitInput: 'Prohibit input when input data is invalid', |
|
|
prohibitInput: 'Prohibit input when input data is invalid', |
|
|
hintShow: 'Show prompt when cell is selected', |
|
|
hintShow: 'Show prompt when the cell is selected', |
|
|
deleteVerification: 'Delete verification', |
|
|
deleteVerification: 'Delete verification', |
|
|
tooltipInfo1: 'The drop-down list option cannot be empty', |
|
|
tooltipInfo1: 'The drop-down list option cannot be empty', |
|
|
tooltipInfo2: 'Checkbox content cannot be empty', |
|
|
tooltipInfo2: 'Checkbox content cannot be empty', |
|
@ -997,7 +996,7 @@ export default { |
|
|
"helpAbstract":"Abstract", |
|
|
"helpAbstract":"Abstract", |
|
|
|
|
|
|
|
|
"execfunctionError":'Error in the formula', |
|
|
"execfunctionError":'Error in the formula', |
|
|
"execfunctionSelfError":'Formula cannot refer to its own cell', |
|
|
"execfunctionSelfError":'The formula cannot refer to its own cell', |
|
|
"execfunctionSelfErrorResult":'The formula cannot refer to its own cell, which will lead to inaccurate calculation results', |
|
|
"execfunctionSelfErrorResult":'The formula cannot refer to its own cell, which will lead to inaccurate calculation results', |
|
|
|
|
|
|
|
|
"allowRepeatText":"Repeat", |
|
|
"allowRepeatText":"Repeat", |
|
@ -1119,11 +1118,11 @@ export default { |
|
|
|
|
|
|
|
|
allowRangeAddTitle:"Title", |
|
|
allowRangeAddTitle:"Title", |
|
|
allowRangeAddSqrf:"Reference", |
|
|
allowRangeAddSqrf:"Reference", |
|
|
selectCellRange: 'Click to select cell range', |
|
|
selectCellRange: 'Click to select a cell range', |
|
|
selectCellRangeHolder:"Cell range", |
|
|
selectCellRangeHolder:"Cell range", |
|
|
allowRangeAddTitlePassword:"Password", |
|
|
allowRangeAddTitlePassword:"Password", |
|
|
allowRangeAddTitleHint:"Prompt", |
|
|
allowRangeAddTitleHint:"Prompt", |
|
|
allowRangeAddTitleHintTitle:"Prompt when password is set(optional)", |
|
|
allowRangeAddTitleHintTitle:"Prompt when a password is set (optional)", |
|
|
allowRangeAddtitleDefault:"Input range name", |
|
|
allowRangeAddtitleDefault:"Input range name", |
|
|
|
|
|
|
|
|
rangeItemDblclick:"Double click to edit", |
|
|
rangeItemDblclick:"Double click to edit", |
|
@ -1149,7 +1148,7 @@ export default { |
|
|
protection:"Protection", |
|
|
protection:"Protection", |
|
|
locked:"Locked", |
|
|
locked:"Locked", |
|
|
hidden:"Hidden", |
|
|
hidden:"Hidden", |
|
|
protectionTips:"To lock cells or hide formulas, protect the wordsheet. On the toolbar, Click Protect Sheet Button", |
|
|
protectionTips:"To lock cells or hide formulas, protect the worksheet. On the toolbar, Click Protect Sheet Button", |
|
|
tipsPart:"Partial checked", |
|
|
tipsPart:"Partial checked", |
|
|
tipsAll:"All checked", |
|
|
tipsAll:"All checked", |
|
|
|
|
|
|
|
|