e-virt-table
Version:
A powerful data table based on canvas. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc.
25 lines • 1.04 kB
JavaScript
export default {
numberErrorTip: 'Only numbers are allowed',
emptyText: 'No Data',
loadingText: 'Loading...',
copy: 'Copy',
cut: 'Cut',
paste: 'Paste',
clearSelected: 'Clear Selected',
fixedLeft: 'Fixed Left',
fixedRight: 'Fixed Right',
fixedNone: 'Unfixed',
hide: 'Hide',
visible: 'Visible',
resetHeader: 'Reset Default',
invalidNumber: 'Please enter a numeric value',
mergeCellNoFill: 'Merged cells cannot be filled',
mergeCellNoCopy: 'Merged cells cannot be copied',
mergeCellNoPaste: 'Merged cells cannot be pasted',
numberTruncated: 'The input number has been truncated to {precision} decimal places',
batchSetItemValueError: 'Batch set item value error',
numberMin: 'The input value is less than {min}, automatically adjusted to {min}',
numberMax: 'The input value is greater than {max}, automatically adjusted to {max}',
stringMaxlength: 'The input value exceeds {maxlength} characters, automatically truncated',
};
//# sourceMappingURL=en-US.js.map