You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
1.9 KiB
67 lines
1.9 KiB
|
5 years ago
|
export default {
|
||
|
|
toolbar: {
|
||
|
|
undo: 'Undo',
|
||
|
|
redo: 'Redo',
|
||
|
|
paintFormat: 'Paint format',
|
||
|
|
currencyFormat: 'Format as currency',
|
||
|
|
percentageFormat: 'Format as percent',
|
||
|
|
decreaseDecimal: 'Decrease decimal places',
|
||
|
|
increaseDecimal: 'Increase decimal places',
|
||
|
|
moreFormats:'More formats',
|
||
|
|
font: 'Font',
|
||
|
|
fontSize: 'Font size',
|
||
|
|
bold: 'Bold (Ctrl+B)',
|
||
|
|
italic : 'Italic (Ctrl+I)',
|
||
|
|
strikethrough: 'Strikethrough (Alt+Shift+5)',
|
||
|
|
textColor: 'Text color',
|
||
|
|
chooseColor: 'choose color',
|
||
|
|
resetColor: 'Reset',
|
||
|
|
customColor: 'CUSTOM',
|
||
|
|
alternatingColors: 'Alternating colors',
|
||
|
|
confirmColor: 'OK',
|
||
|
|
cancelColor: 'Cancel',
|
||
|
|
collapse: 'Collapse',
|
||
|
|
fillColor: 'Fill color',
|
||
|
|
},
|
||
|
|
alternatingColors:{
|
||
|
|
applyRange: 'Apply to range',
|
||
|
|
selectRange: 'Select a data range',
|
||
|
|
header: 'Header',
|
||
|
|
footer: 'Footer',
|
||
|
|
},
|
||
|
|
button: {
|
||
|
|
confirm: 'OK',
|
||
|
|
cancel: 'Cancel',
|
||
|
|
},
|
||
|
|
tooltip:{
|
||
|
|
paintFormatStart: 'Paint format start',
|
||
|
|
paintFormatEnd: 'ESC key to exit',
|
||
|
|
},
|
||
|
|
format:{
|
||
|
|
auto: 'Automatic',
|
||
|
|
text: 'Plain text',
|
||
|
|
number: 'Number',
|
||
|
|
percent: 'Percent',
|
||
|
|
scientific: 'Scientific',
|
||
|
|
accounting: 'Accounting',
|
||
|
|
tenThousand: 'Ten thousand',
|
||
|
|
currency: 'Currency',
|
||
|
|
tenThousandDecimal: 'Ten thousand (2 decimal places)',
|
||
|
|
date: 'Date',
|
||
|
|
time: 'Time',
|
||
|
|
time24H: 'Time 24H',
|
||
|
|
dateTime: 'Date time',
|
||
|
|
dateTime24H: 'Date time 24 H',
|
||
|
|
customFormats: 'Custom formats',
|
||
|
|
moreCurrency: 'More currency formats',
|
||
|
|
moreDateTime: 'More date and time formats',
|
||
|
|
moreNumber: 'More number formats',
|
||
|
|
},
|
||
|
|
info:{
|
||
|
|
detailUpdate: 'New opened',
|
||
|
|
detailSave: 'Local cache restored',
|
||
|
|
row: 'row',
|
||
|
|
column: 'column'
|
||
|
|
}
|
||
|
|
};
|
||
|
|
|