Browse Source

Merge pull request #77 from joebordes/i18nsyntax001

I18nsyntax001
master
mengshukeji 5 years ago
committed by GitHub
parent
commit
d682725149
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 49
      src/locale/en.js

49
src/locale/en.js

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

Loading…
Cancel
Save