@univerjs/sheets
Version:
UniverSheet normal base-sheets
18 lines (17 loc) • 392 B
JavaScript
const e = {
sheets: {
tabs: {
sheetCopy: "(Copy{0})",
sheet: "Sheet"
},
info: {
overlappingSelections: "Cannot use that command on overlapping selections",
acrossMergedCell: "Across a merged cell",
partOfCell: "Only part of a merged cell is selected",
hideSheet: "No visible sheet after you hide this"
}
}
};
export {
e as default
};