en-US.js 392 B

1234567891011121314151617
  1. const e = {
  2. sheets: {
  3. tabs: {
  4. sheetCopy: "(Copy{0})",
  5. sheet: "Sheet"
  6. },
  7. info: {
  8. overlappingSelections: "Cannot use that command on overlapping selections",
  9. acrossMergedCell: "Across a merged cell",
  10. partOfCell: "Only part of a merged cell is selected",
  11. hideSheet: "No visible sheet after you hide this"
  12. }
  13. }
  14. };
  15. export {
  16. e as default
  17. };