| 1234567891011121314151617 |
- 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
- };
|