@univerjs/sheets-ui 0.24.0 → 0.25.0-insiders.20260608-e4336f7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (156) hide show
  1. package/lib/cjs/facade.js +209 -259
  2. package/lib/cjs/index.js +437 -381
  3. package/lib/cjs/locale/ar-SA.js +424 -0
  4. package/lib/cjs/locale/ca-ES.js +51 -91
  5. package/lib/cjs/locale/de-DE.js +424 -0
  6. package/lib/cjs/locale/en-US.js +51 -91
  7. package/lib/cjs/locale/es-ES.js +51 -91
  8. package/lib/cjs/locale/fa-IR.js +51 -91
  9. package/lib/cjs/locale/fr-FR.js +52 -92
  10. package/lib/cjs/locale/id-ID.js +424 -0
  11. package/lib/cjs/locale/it-IT.js +424 -0
  12. package/lib/cjs/locale/ja-JP.js +51 -91
  13. package/lib/cjs/locale/ko-KR.js +51 -91
  14. package/lib/cjs/locale/pl-PL.js +424 -0
  15. package/lib/cjs/locale/pt-BR.js +424 -0
  16. package/lib/cjs/locale/ru-RU.js +52 -92
  17. package/lib/cjs/locale/sk-SK.js +51 -91
  18. package/lib/cjs/locale/vi-VN.js +53 -93
  19. package/lib/cjs/locale/zh-CN.js +53 -93
  20. package/lib/cjs/locale/zh-HK.js +424 -0
  21. package/lib/cjs/locale/zh-TW.js +53 -93
  22. package/lib/es/facade.js +210 -260
  23. package/lib/es/index.js +442 -386
  24. package/lib/es/locale/ar-SA.js +423 -0
  25. package/lib/es/locale/ca-ES.js +51 -91
  26. package/lib/es/locale/de-DE.js +423 -0
  27. package/lib/es/locale/en-US.js +51 -91
  28. package/lib/es/locale/es-ES.js +51 -91
  29. package/lib/es/locale/fa-IR.js +51 -91
  30. package/lib/es/locale/fr-FR.js +52 -92
  31. package/lib/es/locale/id-ID.js +423 -0
  32. package/lib/es/locale/it-IT.js +423 -0
  33. package/lib/es/locale/ja-JP.js +51 -91
  34. package/lib/es/locale/ko-KR.js +51 -91
  35. package/lib/es/locale/pl-PL.js +423 -0
  36. package/lib/es/locale/pt-BR.js +423 -0
  37. package/lib/es/locale/ru-RU.js +52 -92
  38. package/lib/es/locale/sk-SK.js +51 -91
  39. package/lib/es/locale/vi-VN.js +53 -93
  40. package/lib/es/locale/zh-CN.js +53 -93
  41. package/lib/es/locale/zh-HK.js +423 -0
  42. package/lib/es/locale/zh-TW.js +53 -93
  43. package/lib/facade.js +210 -260
  44. package/lib/index.css +0 -5
  45. package/lib/index.js +442 -386
  46. package/lib/locale/ar-SA.js +423 -0
  47. package/lib/locale/ca-ES.js +51 -91
  48. package/lib/locale/de-DE.js +423 -0
  49. package/lib/locale/en-US.js +51 -91
  50. package/lib/locale/es-ES.js +51 -91
  51. package/lib/locale/fa-IR.js +51 -91
  52. package/lib/locale/fr-FR.js +52 -92
  53. package/lib/locale/id-ID.js +423 -0
  54. package/lib/locale/it-IT.js +423 -0
  55. package/lib/locale/ja-JP.js +51 -91
  56. package/lib/locale/ko-KR.js +51 -91
  57. package/lib/locale/pl-PL.js +423 -0
  58. package/lib/locale/pt-BR.js +423 -0
  59. package/lib/locale/ru-RU.js +52 -92
  60. package/lib/locale/sk-SK.js +51 -91
  61. package/lib/locale/vi-VN.js +53 -93
  62. package/lib/locale/zh-CN.js +53 -93
  63. package/lib/locale/zh-HK.js +423 -0
  64. package/lib/locale/zh-TW.js +53 -93
  65. package/lib/types/components/border-panel/BorderPanel.d.ts +1 -1
  66. package/lib/types/components/border-panel/border-line/BorderLine.d.ts +1 -1
  67. package/lib/types/components/border-panel/border-line/icons/BorderDashDot.d.ts +1 -1
  68. package/lib/types/components/border-panel/border-line/icons/BorderDashDotDot.d.ts +1 -1
  69. package/lib/types/components/border-panel/border-line/icons/BorderDashed.d.ts +1 -1
  70. package/lib/types/components/border-panel/border-line/icons/BorderDotted.d.ts +1 -1
  71. package/lib/types/components/border-panel/border-line/icons/BorderDouble.d.ts +1 -1
  72. package/lib/types/components/border-panel/border-line/icons/BorderHair.d.ts +1 -1
  73. package/lib/types/components/border-panel/border-line/icons/BorderMedium.d.ts +1 -1
  74. package/lib/types/components/border-panel/border-line/icons/BorderMediumDashDot.d.ts +1 -1
  75. package/lib/types/components/border-panel/border-line/icons/BorderMediumDashDotDot.d.ts +1 -1
  76. package/lib/types/components/border-panel/border-line/icons/BorderMediumDashed.d.ts +1 -1
  77. package/lib/types/components/border-panel/border-line/icons/BorderThick.d.ts +1 -1
  78. package/lib/types/components/border-panel/border-line/icons/BorderThin.d.ts +1 -1
  79. package/lib/types/components/menu-item-frozen/MenuItemFrozen.d.ts +1 -1
  80. package/lib/types/components/menu-item-input/MenuItemInput.d.ts +1 -1
  81. package/lib/types/facade/f-event.d.ts +4 -4
  82. package/lib/types/facade/f-range.d.ts +16 -8
  83. package/lib/types/facade/f-univer.d.ts +9 -20
  84. package/lib/types/facade/f-workbook.d.ts +5 -55
  85. package/lib/types/facade/f-worksheet.d.ts +33 -22
  86. package/lib/types/facade/index.d.ts +0 -4
  87. package/lib/types/locale/ar-SA.d.ts +18 -0
  88. package/lib/types/locale/de-DE.d.ts +18 -0
  89. package/lib/types/locale/en-US.d.ts +406 -442
  90. package/lib/types/locale/id-ID.d.ts +18 -0
  91. package/lib/types/locale/it-IT.d.ts +18 -0
  92. package/lib/types/locale/pl-PL.d.ts +18 -0
  93. package/lib/types/locale/pt-BR.d.ts +18 -0
  94. package/lib/types/locale/zh-HK.d.ts +18 -0
  95. package/lib/types/views/auto-fill-popup-menu/AutoFillPopupMenu.d.ts +1 -1
  96. package/lib/types/views/cell-alert/CellAlertPopup.d.ts +1 -1
  97. package/lib/types/views/cell-popup/index.d.ts +1 -1
  98. package/lib/types/views/clipboard/ClipboardPopupMenu.d.ts +1 -1
  99. package/lib/types/views/defined-name/DefinedName.d.ts +1 -1
  100. package/lib/types/views/defined-name/DefinedNameContainer.d.ts +1 -1
  101. package/lib/types/views/defined-name/DefinedNameInput.d.ts +1 -1
  102. package/lib/types/views/defined-name/DefinedNameOverlay.d.ts +1 -1
  103. package/lib/types/views/dropdown/cascader-dropdown/index.d.ts +1 -1
  104. package/lib/types/views/dropdown/color-dropdown/index.d.ts +1 -1
  105. package/lib/types/views/dropdown/date-dropdown/index.d.ts +1 -1
  106. package/lib/types/views/dropdown/list-dropdown/index.d.ts +1 -1
  107. package/lib/types/views/dropdown/list-dropdown/utils.d.ts +16 -0
  108. package/lib/types/views/formula-bar/FormulaBar.d.ts +1 -1
  109. package/lib/types/views/mobile/sheet-bar/MobileSheetBar.d.ts +1 -1
  110. package/lib/types/views/permission/error-msg-dialog/index.d.ts +1 -1
  111. package/lib/types/views/permission/panel/index.d.ts +1 -1
  112. package/lib/types/views/permission/panel-detail/PermissionDetailFooterPart.d.ts +1 -1
  113. package/lib/types/views/permission/panel-detail/PermissionDetailMainPart.d.ts +1 -1
  114. package/lib/types/views/permission/panel-detail/PermissionDetailPanel.d.ts +1 -1
  115. package/lib/types/views/permission/panel-detail/PermissionDetailUserPart.d.ts +1 -1
  116. package/lib/types/views/permission/panel-list/index.d.ts +1 -1
  117. package/lib/types/views/permission/permission-dialog/index.d.ts +1 -1
  118. package/lib/types/views/permission/spin/index.d.ts +1 -1
  119. package/lib/types/views/permission/user-dialog/index.d.ts +1 -1
  120. package/lib/types/views/sheet-bar/SheetBar.d.ts +1 -1
  121. package/lib/types/views/sheet-bar/sheet-bar-button/SheetBarButton.d.ts +1 -1
  122. package/lib/types/views/sheet-bar/sheet-bar-menu/SheetBarMenu.d.ts +1 -1
  123. package/lib/types/views/sheet-bar/sheet-bar-tabs/SheetBarItem.d.ts +1 -1
  124. package/lib/types/views/sheet-bar/sheet-bar-tabs/SheetBarTabs.d.ts +1 -1
  125. package/lib/types/views/sheet-bar/sheet-bar-tabs/SheetBarTabsContextMenu.d.ts +1 -1
  126. package/lib/types/views/sheet-bar/sheet-bar-tabs/utils/animate.d.ts +3 -3
  127. package/lib/types/views/sheet-bar/sheet-bar-tabs/utils/slide-tab-bar.d.ts +2 -2
  128. package/lib/types/views/sheet-container/SheetContainer.d.ts +3 -3
  129. package/lib/types/views/sheet-slider/CountBar.d.ts +1 -1
  130. package/lib/types/views/sheet-slider/ZoomSlider.d.ts +1 -1
  131. package/lib/types/views/status-bar/StatusBar.d.ts +1 -1
  132. package/lib/umd/facade.js +1 -1
  133. package/lib/umd/index.js +10 -7
  134. package/lib/umd/locale/ar-SA.js +1 -0
  135. package/lib/umd/locale/ca-ES.js +1 -1
  136. package/lib/umd/locale/de-DE.js +1 -0
  137. package/lib/umd/locale/en-US.js +1 -1
  138. package/lib/umd/locale/es-ES.js +1 -1
  139. package/lib/umd/locale/fa-IR.js +1 -1
  140. package/lib/umd/locale/fr-FR.js +1 -1
  141. package/lib/umd/locale/id-ID.js +1 -0
  142. package/lib/umd/locale/it-IT.js +1 -0
  143. package/lib/umd/locale/ja-JP.js +1 -1
  144. package/lib/umd/locale/ko-KR.js +1 -1
  145. package/lib/umd/locale/pl-PL.js +1 -0
  146. package/lib/umd/locale/pt-BR.js +1 -0
  147. package/lib/umd/locale/ru-RU.js +1 -1
  148. package/lib/umd/locale/sk-SK.js +1 -1
  149. package/lib/umd/locale/vi-VN.js +1 -1
  150. package/lib/umd/locale/zh-CN.js +1 -1
  151. package/lib/umd/locale/zh-HK.js +1 -0
  152. package/lib/umd/locale/zh-TW.js +1 -1
  153. package/package.json +16 -16
  154. package/LICENSE +0 -176
  155. package/lib/types/facade/f-sheet-hooks.d.ts +0 -125
  156. package/lib/types/facade/f-workbook-permission.d.ts +0 -39
@@ -1 +1 @@
1
- (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverSheetsUiZhCN=t())})(this,function(){return{spreadsheetLabel:`插件`,spreadsheetRightLabel:`更多 Sheets`,toolbar:{undo:`撤销`,redo:`重做`,formatPainter:`格式刷`,font:`字体`,fontSize:`字号`,fontSizeIncrease:`增大字号`,fontSizeDecrease:`减小字号`,bold:`粗体`,italic:`斜体`,strikethrough:`删除线`,subscript:`下标`,superscript:`上标`,underline:`下划线`,textColor:{main:`文本颜色`,right:`颜色选择`},resetColor:`重置颜色`,fillColor:{main:`单元格颜色`,right:`颜色选择`},border:{main:`边框`,right:`边框类型`},mergeCell:{main:`合并单元格`,right:`选择合并类型`},horizontalAlignMode:{main:`水平对齐`,right:`对齐方式`},verticalAlignMode:{main:`垂直对齐`,right:`对齐方式`},textWrapMode:{main:`文本换行`,right:`换行方式`},textRotateMode:{main:`文本旋转`,right:`旋转方式`},more:`更多`,toggleGridlines:`切换网格线`,textToNumber:`文本转数字`},align:{left:`左对齐`,center:`中间对齐`,right:`右对齐`,top:`顶部对齐`,middle:`居中对齐`,bottom:`底部对齐`},button:{confirm:`确定`,cancel:`取消`,close:`关闭`,update:`Update`,delete:`Delete`,insert:`新建`,prevPage:`上一页`,nextPage:`下一页`,total:`总共:`},punctuation:{tab:`Tab 键`,semicolon:`分号`,comma:`逗号`,space:`空格`},colorPicker:{collapse:`收起`,customColor:`自定义`,change:`切换`,confirmColor:`确定`,cancelColor:`取消`},borderLine:{borderTop:`上框线`,borderBottom:`下框线`,borderLeft:`左框线`,borderRight:`右框线`,borderNone:`无`,borderAll:`所有`,borderOutside:`外侧`,borderInside:`内侧`,borderHorizontal:`内侧横线`,borderVertical:`内侧竖线`,borderColor:`边框颜色`,borderSize:`边框粗细`,borderType:`边框线类型`},merge:{all:`全部合并`,vertical:`垂直合并`,horizontal:`水平合并`,cancel:`取消合并`,overlappingError:`不能合并重叠区域`,partiallyError:`无法对部分合并单元格执行此操作`,confirm:{title:`合并单元格仅保存左上角单元格的值,是否继续?`,cancel:`取消合并`,confirm:`继续合并`,warning:`警告`,dismantleMergeCellWarning:`此操作会导致一些合并单元格被拆散,是否继续?`}},filter:{confirm:{error:`出现了一个问题`,notAllowedToInsertRange:`要移动这些单元格,请清除该区域的筛选器`}},textWrap:{overflow:`溢出`,wrap:`自动换行`,clip:`截断`},textRotate:{none:`无旋转`,angleUp:`向上倾斜`,angleDown:`向下倾斜`,vertical:`竖排文字`,rotationUp:`向上90°`,rotationDown:`向下90°`},sheetConfig:{delete:`删除`,copy:`复制`,rename:`重命名`,changeColor:`更改颜色`,hide:`隐藏`,unhide:`取消隐藏`,moveLeft:`向左移`,moveRight:`向右移`,resetColor:`重置颜色`,cancelText:`取消`,chooseText:`确定颜色`,tipNameRepeat:`标签页的名称不能重复!请重新修改`,noMoreSheet:`工作薄内至少含有一张可视工作表。若需删除选定的工作表,请先插入一张新工作表或显示一张隐藏的工作表。`,confirmDelete:`是否删除`,redoDelete:`可以通过Ctrl+Z撤销删除`,noHide:`不能隐藏, 至少保留一个sheet标签`,chartEditNoOpt:`图表编辑模式下不允许该操作!`,sheetNameErrorTitle:`错误`,sheetNameSpecCharError:`名称不能超过 31 个字符,首尾不能是' 且名称不能包含: [ ] : \\ ? * /`,sheetNameCannotIsEmptyError:`名称不能为空。`,sheetNameAlreadyExistsError:`工作表已存在,请输入其它名称。`,deleteSheet:`删除工作表`,deleteSheetContent:`确认删除此工作表?`,deleteLargeSheetContent:`确认删除此工作表,删除后将不可找回,确定要删除吗?`,addProtectSheet:`保护工作表`,removeProtectSheet:`取消保护工作表`,changeSheetPermission:`更改工作表权限`,viewAllProtectArea:`查看所有保护范围`},rightClick:{copy:`复制`,cut:`剪切`,paste:`粘贴`,copySpecial:`选择性复制`,pasteSpecial:`选择性粘贴`,pasteValue:`仅粘贴值`,pasteFormat:`仅粘贴格式`,pasteColWidth:`仅粘贴列宽`,pasteBesidesBorder:`仅粘贴边框以外内容`,insert:`插入`,delete:`删除`,insertRow:`插入行`,insertRowBefore:`在上方插入行`,insertRowsAbove:`在上方插入`,insertRowsAfter:`在下方插入`,insertRowsAfterSuffix:`行`,insertRowsAboveSuffix:`行`,insertColumn:`插入列`,insertColumnBefore:`在左侧插入列`,insertColsLeft:`在左侧插入`,insertColsRight:`在右侧插入`,insertColsLeftSuffix:`列`,insertColsRightSuffix:`列`,deleteCell:`删除单元格`,insertCell:`插入单元格`,deleteSelected:`删除选中`,hide:`隐藏`,hideSelected:`隐藏选中`,showHide:`显示隐藏`,toTopAdd:`向上增加`,toBottomAdd:`向下增加`,toLeftAdd:`向左增加`,toRightAdd:`向右增加`,deleteSelectedRow:`删除选中行`,deleteSelectedColumn:`删除选中列`,hideSelectedRow:`隐藏选中行`,showHideRow:`显示隐藏行`,rowHeight:`行高`,hideSelectedColumn:`隐藏选中列`,showHideColumn:`显示隐藏列`,columnWidth:`列宽`,moveLeft:`左移`,moveUp:`上移`,moveRight:`右移`,moveDown:`下移`,add:`增加`,row:`行`,column:`列`,confirm:`确认`,clearSelection:`清除`,clearContent:`清除内容`,clearFormat:`清除格式`,clearAll:`清除全部`,root:`次方根`,log:`log`,delete0:`删除两端0值`,removeDuplicate:`删除重复值`,byRow:`按行`,byCol:`按列`,generateNewMatrix:`生成新矩阵`,fitContent:`适合数据`,freeze:`冻结`,freezeCell:`冻结至活动单元格({0}行{1}列)`,freezeCol:`冻结至第 {0} 列`,freezeRow:`冻结至第 {0} 行`,freezeFirstCol:`冻结首列`,freezeFirstRow:`冻结首行`,cancelFreeze:`取消冻结`,deleteAllRowsAlert:`您无法删除工作表上的所有行`,deleteAllColumnsAlert:`您无法删除工作表上的所有列`,hideAllRowsAlert:`您无法隐藏工作表上的所有行`,hideAllColumnsAlert:`您无法隐藏工作表上的所有列`,protectRange:`保护行列`,editProtectRange:`设置保护范围`,removeProtectRange:`移除保护范围`,turnOnProtectRange:`新增保护范围`,viewAllProtectArea:`查看所有保护范围`,textToNumber:`文本转数字`},info:{tooltip:`提示`,error:`错误`,notChangeMerge:`不能对合并单元格做部分更改`,detailUpdate:`新打开`,detailSave:`已恢复本地缓存`,row:`行`,column:`列`,loading:`渲染中···`,copy:`副本`,return:`返回`,rename:`重命名`,tips:`重命名`,noName:`无标题的电子表格`,wait:`待更新`,add:`添加`,addLast:`在底部添加`,backTop:`回到顶部`,pageInfo:"共${total}条,${totalPage}页,当前已显示${currentPage}页",nextPage:`下一页`,tipInputNumber:`请输入数字`,tipInputNumberLimit:`增加范围限制在1-100`,tipRowHeightLimit:`行高必须在0 ~ 545之间`,tipColumnWidthLimit:`列宽必须在0 ~ 2038之间`,pageInfoFull:"共${total}条,${totalPage}页,已显示全部数据",problem:`出现了一个问题`,forceStringInfo:`以文本形式存储的数字`},clipboard:{paste:{exceedMaxCells:`粘贴区域超出最大单元格数`,overlappingMergedCells:`粘贴区域与合并单元格重叠`},shortCutNotify:{title:`请使用快捷键粘贴`,useShortCutInstead:`检测到 Excel 内容,请使用快捷键粘贴`}},statusbar:{sum:`求和`,average:`平均值`,min:`最小值`,max:`最大值`,count:`数值计数`,countA:`计数`,clickToCopy:`点击复制数值`,copied:`已复制`},autoFill:{copy:`复制单元格`,series:`填充序列`,formatOnly:`仅填充格式`,noFormat:`不带格式填充`},rangeSelector:{placeholder:`选择范围或输入值`,tooltip:`选择范围`},shortcut:{sheet:{"zoom-in":`放大`,"zoom-out":`缩小`,"reset-zoom":`恢复缩放`,"select-below-cell":`选择下方单元格`,"select-up-cell":`选择上方单元格`,"select-left-cell":`选择左侧单元格`,"select-right-cell":`选择右侧单元格`,"select-next-cell":`选择后一个单元格`,"select-previous-cell":`选择前一个单元格`,"select-up-value-cell":`选择上方有值的单元格`,"select-below-value-cell":`选择下方有值的单元格`,"select-left-value-cell":`选择左侧有值的单元格`,"select-right-value-cell":`选择右侧有值的单元格`,"expand-selection-down":`向下扩展选区`,"expand-selection-up":`向上扩展选区`,"expand-selection-left":`向左扩展选区`,"expand-selection-right":`向右扩展选区`,"expand-selection-to-left-gap":`向左扩展选区到下一个边界`,"expand-selection-to-below-gap":`向下扩展选区到下一个边界`,"expand-selection-to-right-gap":`向右扩展选区到下一个边界`,"expand-selection-to-up-gap":`向上扩展选区到下一个边界`,"select-all":`全选`,"toggle-editing":`开始 / 结束编辑`,"delete-and-start-editing":`清空并开始编辑`,"abort-editing":`放弃编辑`,"break-line":`换行`,"set-bold":`切换粗体`,"set-italic":`切换斜体`,"set-underline":`切换下划线`,"set-strike-through":`切换删除线`,"start-editing":`开始编辑(选区切换到编辑器)`}},"sheet-view":`浏览表格`,"sheet-edit":`编辑表格`,definedName:{managerTitle:`名称管理器`,managerDescription:`通过选择单元格或公式,并在文本框中输入您想要的名称来创建一个定义名称。`,addButton:`新建名称`,featureTitle:`定义名称`,ratioRange:`范围`,ratioFormula:`公式`,confirm:`确认`,cancel:`取消`,scopeWorkbook:`工作簿`,inputNamePlaceholder:`请输入名称(必填)`,inputCommentPlaceholder:`请输入备注`,inputRangePlaceholder:`请输入范围(必填)`,inputFormulaPlaceholder:`请输入公式(必填)`,nameEmpty:`名称不能为空`,nameDuplicate:`名称重复`,formulaOrRefStringEmpty:`公式或引用字符串不能为空`,formulaOrRefStringInvalid:`公式或引用字符串无效`,defaultName:`DefinedName`,updateButton:`修改`,deleteButton:`删除`,deleteConfirmText:`确定删除定义名称?`,nameConflict:`与函数名称冲突`,nameInvalid:`名称不包含空格或不允许的字符`,nameSheetConflict:`名称与工作表名称冲突`},uploadLoading:{loading:`正在上传,当前剩余`,error:`加载失败`},permission:{toolbarMenu:`保护`,panel:{title:`保护行列`,name:`名称`,protectedRange:`保护区域`,permissionDirection:`权限描述`,permissionDirectionPlaceholder:`请输入权限描述`,editPermission:`编辑权限`,onlyICanEdit:`仅我可以编辑`,designedUserCanEdit:`指定用户可以编辑`,viewPermission:`查看权限`,othersCanView:`其他人可以查看`,noOneElseCanView:`其他人不可以查看`,designedPerson:`指定人员`,addPerson:`添加人员`,canEdit:`可编辑`,canView:`可查看`,delete:`删除`,currentSheet:`当前工作表`,allSheet:`所有工作表`,edit:`编辑`,Print:`打印`,Comment:`评论`,Copy:`复制`,SetCellStyle:`设置单元格样式`,SetCellValue:`设置单元格值`,SetHyperLink:`设置超链接`,Sort:`排序`,Filter:`筛选`,PivotTable:`数据透视表`,FloatImage:`浮动图片`,RowHeightColWidth:`行高列宽`,RowHeightColWidthReadonly:`只读行高列宽`,FilterReadonly:`只读筛选`,nameError:`名称不能为空`,created:`创建`,iCanEdit:`我可以编辑`,iCanNotEdit:`我不可以编辑`,iCanView:`我可以查看`,iCanNotView:`我不可以查看`,emptyRangeError:`范围不能为空`,rangeOverlapError:`范围不能重叠`,rangeOverlapOverPermissionError:`范围不能重叠已有权限范围`,InsertHyperlink:`插入超链接`,SetRowStyle:`设置行样式`,SetColumnStyle:`设置列样式`,InsertColumn:`插入列`,InsertRow:`插入行`,DeleteRow:`删除行`,DeleteColumn:`删除列`,EditExtraObject:`编辑其他对象`},dialog:{allowUserToEdit:`允许用户编辑`,allowedPermissionType:`允许权限类型`,setCellValue:`设置单元格值`,setCellStyle:`设置单元格样式`,copy:`复制`,alert:`提示`,search:`搜索`,ownerInherit:`文档所有者,已开启权限继承`,ownerWithoutInherit:`文档所有者,未开启权限继承`,alertContent:`该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。`,userEmpty:`没有指定的人员,分享链接以邀请特定的人。`,listEmpty:`你还没有设置任何范围或工作表为受保护状态。`,commonErr:`该范围已被保护,目前无该操作权限。如需编辑,请联系创建者。`,editErr:`该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。`,pasteErr:`该范围已被保护,目前无粘贴权限。如需粘贴,请联系创建者。`,setStyleErr:`该范围已被保护,目前无设置样式权限。如需设置样式,请联系创建者。`,copyErr:`该范围已被保护,目前无复制权限。如需复制,请联系创建者。`,workbookCopyErr:`该工作簿已被保护,目前无复制权限。如需复制,请联系创建者。`,setRowColStyleErr:`该范围已被保护,目前无设置行列样式权限。如需设置行列样式,请联系创建者。`,moveRowColErr:`该范围已被保护,目前无移动行列权限。如需移动行列,请联系创建者。`,moveRangeErr:`该范围已被保护,目前无移动选区权限。如需移动选区,请联系创建者。`,insertRowColErr:`该范围已被保护,目前无插入行列权限。如需插入行列,请联系创建者。`,removeRowColErr:`该范围已被保护,目前无删除行列权限。如需删除行列,请联系创建者。`,autoFillErr:`该范围已被保护,目前无自动填充权限。如需自动填充,请联系创建者。`,filterErr:`该范围已被保护,目前无筛选权限。如需筛选,请联系创建者。`,operatorSheetErr:`该工作表已被保护,目前无操作工作表权限。如需操作工作表,请联系创建者。`,insertOrDeleteMoveRangeErr:`插入、删除区域与保护范围相交,暂不支持此操作。`,printErr:`该工作表已被保护,目前无打印权限。如需打印,请联系创建者。`,formulaErr:`该范围或者引用范围已被保护,目前无编辑权限。如需编辑,请联系创建者。`,hyperLinkErr:`该范围已被保护,目前无设置超链接权限。如需设置超链接,请联系创建者。`,commentErr:`该范围已被保护,目前无评论权限。如需评论,请联系创建者。`},button:{confirm:`确认`,cancel:`取消`,addNewPermission:`添加新权限`}}}});
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverSheetsUiZhCN=t())})(this,function(){return{"sheets-ui":{toolbar:{undo:`撤销`,redo:`重做`,formatPainter:`格式刷`,font:`字体`,fontSize:`字号`,fontSizeIncrease:`增大字号`,fontSizeDecrease:`减小字号`,bold:`粗体`,italic:`斜体`,strikethrough:`删除线`,subscript:`下标`,superscript:`上标`,underline:`下划线`,textColor:{main:`文本颜色`,right:`颜色选择`},resetColor:`重置颜色`,fillColor:{main:`单元格颜色`,right:`颜色选择`},border:{main:`边框`,right:`边框类型`},mergeCell:{main:`合并单元格`,right:`选择合并类型`},horizontalAlignMode:{main:`水平对齐`,right:`对齐方式`},verticalAlignMode:{main:`垂直对齐`,right:`对齐方式`},textWrapMode:{main:`文本换行`,right:`换行方式`},textRotateMode:{main:`文本旋转`,right:`旋转方式`},more:`更多`,toggleGridlines:`切换网格线`,textToNumber:`文本转数字`},align:{left:`左对齐`,center:`中间对齐`,right:`右对齐`,top:`顶部对齐`,middle:`居中对齐`,bottom:`底部对齐`},button:{confirm:`确定`,cancel:`取消`,close:`关闭`,insert:`新建`,prevPage:`上一页`,nextPage:`下一页`,total:`总共:`},borderLine:{borderTop:`上框线`,borderBottom:`下框线`,borderLeft:`左框线`,borderRight:`右框线`,borderNone:`无`,borderAll:`所有`,borderOutside:`外侧`,borderInside:`内侧`,borderHorizontal:`内侧横线`,borderVertical:`内侧竖线`,borderColor:`边框颜色`,borderSize:`边框粗细`,borderType:`边框线类型`},merge:{all:`全部合并`,vertical:`垂直合并`,horizontal:`水平合并`,cancel:`取消合并`,overlappingError:`不能合并重叠区域`,partiallyError:`无法对部分合并单元格执行此操作`},filter:{},textWrap:{overflow:`溢出`,wrap:`自动换行`,clip:`截断`},textRotate:{none:`无旋转`,angleUp:`向上倾斜`,angleDown:`向下倾斜`,vertical:`竖排文字`,rotationUp:`向上90°`,rotationDown:`向下90°`},sheetConfig:{delete:`删除`,copy:`复制`,rename:`重命名`,changeColor:`更改颜色`,hide:`隐藏`,unhide:`取消隐藏`,moveLeft:`向左移`,moveRight:`向右移`,resetColor:`重置颜色`,cancelText:`取消`,chooseText:`确定颜色`,tipNameRepeat:`标签页的名称不能重复!请重新修改`,noMoreSheet:`工作薄内至少含有一张可视工作表。若需删除选定的工作表,请先插入一张新工作表或显示一张隐藏的工作表。`,confirmDelete:`是否删除`,redoDelete:`可以通过Ctrl+Z撤销删除`,noHide:`不能隐藏, 至少保留一个sheet标签`,chartEditNoOpt:`图表编辑模式下不允许该操作!`,sheetNameErrorTitle:`错误`,sheetNameSpecCharError:`名称不能超过 31 个字符,首尾不能是' 且名称不能包含: [ ] : \\ ? * /`,sheetNameCannotIsEmptyError:`名称不能为空。`,sheetNameAlreadyExistsError:`工作表已存在,请输入其它名称。`,deleteSheet:`删除工作表`,deleteSheetContent:`确认删除此工作表?`,deleteLargeSheetContent:`确认删除此工作表,删除后将不可找回,确定要删除吗?`,addProtectSheet:`保护工作表`,removeProtectSheet:`取消保护工作表`,changeSheetPermission:`更改工作表权限`,viewAllProtectArea:`查看所有保护范围`},rightClick:{copy:`复制`,cut:`剪切`,paste:`粘贴`,copySpecial:`选择性复制`,pasteSpecial:`选择性粘贴`,pasteValue:`仅粘贴值`,pasteFormat:`仅粘贴格式`,pasteColWidth:`仅粘贴列宽`,pasteBesidesBorder:`仅粘贴边框以外内容`,insert:`插入`,insertRow:`插入行`,insertRowBefore:`在上方插入行`,insertRowsAfter:`在下方插入`,insertRowsAbove:`在上方插入`,insertRowsAfterSuffix:`行`,insertRowsAboveSuffix:`行`,insertColumn:`插入列`,insertColumnBefore:`在左侧插入列`,insertColsLeft:`在左侧插入`,insertColsRight:`在右侧插入`,insertColsLeftSuffix:`列`,insertColsRightSuffix:`列`,delete:`删除`,deleteCell:`删除单元格`,insertCell:`插入单元格`,deleteSelected:`删除选中`,hide:`隐藏`,hideSelected:`隐藏选中`,showHide:`显示隐藏`,toTopAdd:`向上增加`,toBottomAdd:`向下增加`,toLeftAdd:`向左增加`,toRightAdd:`向右增加`,deleteSelectedRow:`删除选中行`,deleteSelectedColumn:`删除选中列`,hideSelectedRow:`隐藏选中行`,showHideRow:`显示隐藏行`,rowHeight:`行高`,hideSelectedColumn:`隐藏选中列`,showHideColumn:`显示隐藏列`,columnWidth:`列宽`,moveLeft:`左移`,moveUp:`上移`,moveRight:`右移`,moveDown:`下移`,add:`增加`,row:`行`,column:`列`,confirm:`确认`,clearSelection:`清除`,clearContent:`清除内容`,clearFormat:`清除格式`,clearAll:`清除全部`,root:`次方根`,log:`log`,delete0:`删除两端0值`,removeDuplicate:`删除重复值`,byRow:`按行`,byCol:`按列`,generateNewMatrix:`生成新矩阵`,fitContent:`适合数据`,freeze:`冻结`,freezeCell:`冻结至活动单元格({0}行{1}列)`,freezeCol:`冻结至第 {0} 列`,freezeRow:`冻结至第 {0} 行`,freezeFirstCol:`冻结首列`,freezeFirstRow:`冻结首行`,cancelFreeze:`取消冻结`,deleteAllRowsAlert:`您无法删除工作表上的所有行`,deleteAllColumnsAlert:`您无法删除工作表上的所有列`,hideAllRowsAlert:`您无法隐藏工作表上的所有行`,hideAllColumnsAlert:`您无法隐藏工作表上的所有列`,protectRange:`保护行列`,editProtectRange:`设置保护范围`,removeProtectRange:`移除保护范围`,turnOnProtectRange:`新增保护范围`,viewAllProtectArea:`查看所有保护范围`,textToNumber:`文本转数字`},info:{notChangeMerge:`不能对合并单元格做部分更改`,detailUpdate:`新打开`,detailSave:`已恢复本地缓存`,row:`行`,column:`列`,loading:`渲染中···`,copy:`副本`,return:`返回`,rename:`重命名`,tips:`重命名`,noName:`无标题的电子表格`,wait:`待更新`,add:`添加`,addLast:`在底部添加`,backTop:`回到顶部`,nextPage:`下一页`,tipInputNumber:`请输入数字`,tipInputNumberLimit:`增加范围限制在1-100`,tipRowHeightLimit:`行高必须在0 ~ 545之间`,tipColumnWidthLimit:`列宽必须在0 ~ 2038之间`,problem:`出现了一个问题`},clipboard:{paste:{exceedMaxCells:`粘贴区域超出最大单元格数`,overlappingMergedCells:`粘贴区域与合并单元格重叠`},shortCutNotify:{title:`请使用快捷键粘贴`,useShortCutInstead:`检测到 Excel 内容,请使用快捷键粘贴`}},statusbar:{sum:`求和`,average:`平均值`,min:`最小值`,max:`最大值`,count:`数值计数`,countA:`计数`,clickToCopy:`点击复制数值`,copied:`已复制`},shortcut:{"sheet-view":`工作表视图`,"sheet-edit":`工作表编辑`,sheet:{"zoom-in":`放大`,"zoom-out":`缩小`,"reset-zoom":`恢复缩放`,"select-below-cell":`选择下方单元格`,"select-up-cell":`选择上方单元格`,"select-left-cell":`选择左侧单元格`,"select-right-cell":`选择右侧单元格`,"select-next-cell":`选择后一个单元格`,"select-previous-cell":`选择前一个单元格`,"select-up-value-cell":`选择上方有值的单元格`,"select-below-value-cell":`选择下方有值的单元格`,"select-left-value-cell":`选择左侧有值的单元格`,"select-right-value-cell":`选择右侧有值的单元格`,"expand-selection-down":`向下扩展选区`,"expand-selection-up":`向上扩展选区`,"expand-selection-left":`向左扩展选区`,"expand-selection-right":`向右扩展选区`,"expand-selection-to-left-gap":`向左扩展选区到下一个边界`,"expand-selection-to-below-gap":`向下扩展选区到下一个边界`,"expand-selection-to-right-gap":`向右扩展选区到下一个边界`,"expand-selection-to-up-gap":`向上扩展选区到下一个边界`,"select-all":`全选`,"toggle-editing":`开始 / 结束编辑`,"delete-and-start-editing":`清空并开始编辑`,"abort-editing":`放弃编辑`,"break-line":`换行`,"set-bold":`切换粗体`,"start-editing":`开始编辑(选区切换到编辑器)`,"repeat-last-action":`重复上次操作`,"set-italic":`切换斜体`,"set-underline":`切换下划线`,"set-strike-through":`切换删除线`}},definedName:{managerTitle:`名称管理器`,managerDescription:`通过选择单元格或公式,并在文本框中输入您想要的名称来创建一个定义名称。`,addButton:`新建名称`,featureTitle:`定义名称`,ratioRange:`范围`,ratioFormula:`公式`,confirm:`确认`,cancel:`取消`,scopeWorkbook:`工作簿`,inputNamePlaceholder:`请输入名称(必填)`,inputCommentPlaceholder:`请输入备注`,inputRangePlaceholder:`请输入范围(必填)`,inputFormulaPlaceholder:`请输入公式(必填)`,formulaOrRefStringInvalid:`公式或引用字符串无效`,defaultName:`DefinedName`,updateButton:`修改`,deleteButton:`删除`,deleteConfirmText:`确定删除定义名称?`},uploadLoading:{loading:`正在上传,当前剩余`},"data-validation":{alert:{ok:`确定`},list:{edit:`编辑`,dropdown:`选择一项`},listMultiple:{dropdown:`选择多项`}},permission:{toolbarMenu:`保护`,panel:{title:`保护行列`,name:`名称`,protectedRange:`保护区域`,permissionDirection:`权限描述`,permissionDirectionPlaceholder:`请输入权限描述`,editPermission:`编辑权限`,onlyICanEdit:`仅我可以编辑`,designedUserCanEdit:`指定用户可以编辑`,viewPermission:`查看权限`,othersCanView:`其他人可以查看`,noOneElseCanView:`其他人不可以查看`,designedPerson:`指定人员`,addPerson:`添加人员`,canEdit:`可编辑`,canView:`可查看`,delete:`删除`,currentSheet:`当前工作表`,allSheet:`所有工作表`,edit:`编辑`,Print:`打印`,Comment:`评论`,Copy:`复制`,SetCellStyle:`设置单元格样式`,SetCellValue:`设置单元格值`,SetHyperLink:`设置超链接`,Sort:`排序`,Filter:`筛选`,PivotTable:`数据透视表`,FloatImage:`浮动图片`,RowHeightColWidth:`行高列宽`,RowHeightColWidthReadonly:`只读行高列宽`,FilterReadonly:`只读筛选`,nameError:`名称不能为空`,created:`创建`,iCanEdit:`我可以编辑`,iCanNotEdit:`我不可以编辑`,iCanView:`我可以查看`,iCanNotView:`我不可以查看`,emptyRangeError:`范围不能为空`,rangeOverlapError:`范围不能重叠`,rangeOverlapOverPermissionError:`范围不能重叠已有权限范围`,InsertHyperlink:`插入超链接`,SetRowStyle:`设置行样式`,SetColumnStyle:`设置列样式`,InsertColumn:`插入列`,InsertRow:`插入行`,DeleteRow:`删除行`,DeleteColumn:`删除列`,EditExtraObject:`编辑其他对象`},dialog:{allowUserToEdit:`允许用户编辑`,allowedPermissionType:`允许权限类型`,setCellValue:`设置单元格值`,setCellStyle:`设置单元格样式`,copy:`复制`,alert:`提示`,search:`搜索`,ownerInherit:`文档所有者,已开启权限继承`,ownerWithoutInherit:`文档所有者,未开启权限继承`,alertContent:`该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。`,userEmpty:`没有指定的人员,分享链接以邀请特定的人。`,listEmpty:`你还没有设置任何范围或工作表为受保护状态。`,commonErr:`该范围已被保护,目前无该操作权限。如需编辑,请联系创建者。`,editErr:`该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。`,pasteErr:`该范围已被保护,目前无粘贴权限。如需粘贴,请联系创建者。`,setStyleErr:`该范围已被保护,目前无设置样式权限。如需设置样式,请联系创建者。`,copyErr:`该范围已被保护,目前无复制权限。如需复制,请联系创建者。`,workbookCopyErr:`该工作簿已被保护,目前无复制权限。如需复制,请联系创建者。`,setRowColStyleErr:`该范围已被保护,目前无设置行列样式权限。如需设置行列样式,请联系创建者。`,moveRowColErr:`该范围已被保护,目前无移动行列权限。如需移动行列,请联系创建者。`,moveRangeErr:`该范围已被保护,目前无移动选区权限。如需移动选区,请联系创建者。`,insertRowColErr:`该范围已被保护,目前无插入行列权限。如需插入行列,请联系创建者。`,removeRowColErr:`该范围已被保护,目前无删除行列权限。如需删除行列,请联系创建者。`,autoFillErr:`该范围已被保护,目前无自动填充权限。如需自动填充,请联系创建者。`,filterErr:`该范围已被保护,目前无筛选权限。如需筛选,请联系创建者。`,operatorSheetErr:`该工作表已被保护,目前无操作工作表权限。如需操作工作表,请联系创建者。`,insertOrDeleteMoveRangeErr:`插入、删除区域与保护范围相交,暂不支持此操作。`,printErr:`该工作表已被保护,目前无打印权限。如需打印,请联系创建者。`,formulaErr:`该范围或者引用范围已被保护,目前无编辑权限。如需编辑,请联系创建者。`,hyperLinkErr:`该范围已被保护,目前无设置超链接权限。如需设置超链接,请联系创建者。`,commentErr:`该范围已被保护,目前无评论权限。如需评论,请联系创建者。`},button:{confirm:`确认`,cancel:`取消`,addNewPermission:`添加新权限`}}}}});
@@ -0,0 +1 @@
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverSheetsUiZhHK=t())})(this,function(){return{"sheets-ui":{toolbar:{undo:`復原`,redo:`重做`,formatPainter:`複製格式`,font:`字型`,fontSize:`字型大小`,fontSizeIncrease:`放大字型`,fontSizeDecrease:`縮小字型`,bold:`粗體`,italic:`斜體`,strikethrough:`刪除線`,subscript:`下標`,superscript:`上標`,underline:`底線`,textColor:{main:`字型顏色`,right:`顏色選擇`},resetColor:`重置顏色`,fillColor:{main:`填滿色彩`,right:`顏色選擇`},border:{main:`邊框`,right:`邊框類型`},mergeCell:{main:`合併儲存格`,right:`選擇合併類型`},horizontalAlignMode:{main:`水平對齊`,right:`對齊方式`},verticalAlignMode:{main:`垂直對齊`,right:`對齊方式`},textWrapMode:{main:`自動換行`,right:`換行方式`},textRotateMode:{main:`文字旋轉`,right:`旋轉方式`},more:`更多`,toggleGridlines:`切換網格線`,textToNumber:`文字轉數字`},align:{left:`靠左對齊`,center:`置中`,right:`靠右對齊`,top:`靠上對齊`,middle:`垂直置中`,bottom:`靠下對齊`},button:{confirm:`確定`,cancel:`取消`,close:`關閉`,insert:`插入`,prevPage:`上一頁`,nextPage:`下一頁`,total:`總共:`},borderLine:{borderTop:`上框線`,borderBottom:`下框線`,borderLeft:`左框線`,borderRight:`右框線`,borderNone:`無`,borderAll:`所有`,borderOutside:`外側`,borderInside:`內側`,borderHorizontal:`內側水平框線`,borderVertical:`內側垂直框線`,borderColor:`邊框顏色`,borderSize:`邊框粗細`,borderType:`邊框線類型`},merge:{all:`全部合併`,vertical:`垂直合併`,horizontal:`水平合併`,cancel:`取消合併`,overlappingError:`不能合併重疊區域`,partiallyError:`無法對部分合併儲存格執行此操作`},filter:{},textWrap:{overflow:`溢出`,wrap:`自動換行`,clip:`截斷`},textRotate:{none:`無旋轉`,angleUp:`向上傾斜`,angleDown:`向下傾斜`,vertical:`直排文字`,rotationUp:`向上90°`,rotationDown:`向下90°`},sheetConfig:{delete:`刪除`,copy:`複製`,rename:`重新命名`,changeColor:`更改顏色`,hide:`隱藏`,unhide:`取消隱藏`,moveLeft:`向左移動`,moveRight:`向右移動`,resetColor:`重置顏色`,cancelText:`取消`,chooseText:`確定顏色`,tipNameRepeat:`工作表名稱已存在,請輸入其他名稱。`,noMoreSheet:`活頁簿中至少需含有一張可見的工作表。若需刪除選定的工作表,請先插入一張新工作表或顯示隱藏的工作表。`,confirmDelete:`確認刪除`,redoDelete:`可以透過 Ctrl+Z 復原刪除`,noHide:`不能隱藏,至少保留一個工作表`,chartEditNoOpt:`圖表編輯模式下不允許該操作! `,sheetNameErrorTitle:`錯誤`,sheetNameSpecCharError:`名稱不能超過 31 個字元,首尾不能是' 且名稱不能包含: [ ] : \\ ? * /`,sheetNameCannotIsEmptyError:`名稱不能為空。 `,sheetNameAlreadyExistsError:`工作表已存在,請輸入其它名稱。 `,deleteSheet:`刪除工作表`,deleteSheetContent:`您確定要刪除此工作表嗎?刪除後將無法復原。`,deleteLargeSheetContent:`確認刪除此工作表,刪除後將不可找回,確定要刪除嗎?`,addProtectSheet:`保護工作表`,removeProtectSheet:`取消保護工作表`,changeSheetPermission:`更改工作表權限`,viewAllProtectArea:`查看所有保護範圍`},rightClick:{copy:`複製`,cut:`剪下`,paste:`貼上`,copySpecial:`選擇性複製`,pasteSpecial:`選擇性貼上`,pasteValue:`僅貼上值`,pasteFormat:`僅貼上格式`,pasteColWidth:`僅貼上欄寬`,pasteBesidesBorder:`僅貼上邊框以外內容`,insert:`插入`,insertRow:`插入列`,insertRowBefore:`上方插入列`,insertRowsAfter:`在下方插入`,insertRowsAbove:`在上方插入`,insertRowsAfterSuffix:`列`,insertRowsAboveSuffix:`列`,insertColumn:`插入欄`,insertColumnBefore:`在左側插入欄`,insertColsLeft:`在左側插入`,insertColsRight:`在右側插入`,insertColsLeftSuffix:`欄`,insertColsRightSuffix:`欄`,delete:`刪除`,deleteCell:`刪除儲存格`,insertCell:`插入儲存格`,deleteSelected:`刪除選取`,hide:`隱藏`,hideSelected:`隱藏`,showHide:`取消隱藏`,toTopAdd:`向上增加`,toBottomAdd:`向下增加`,toLeftAdd:`向左增加`,toRightAdd:`向右增加`,deleteSelectedRow:`刪除選取列`,deleteSelectedColumn:`刪除選取欄`,hideSelectedRow:`隱藏選取列`,showHideRow:`取消隱藏列`,rowHeight:`列高`,hideSelectedColumn:`隱藏選取欄`,showHideColumn:`取消隱藏欄`,columnWidth:`欄寬`,moveLeft:`左移`,moveUp:`上移`,moveRight:`右移`,moveDown:`下移`,add:`增加`,row:`列`,column:`欄`,confirm:`確認`,clearSelection:`清除`,clearContent:`清除內容`,clearFormat:`清除格式`,clearAll:`清除全部`,root:`次方根`,log:`log`,delete0:`刪除兩端0值`,removeDuplicate:`移除重複項`,byRow:`按列`,byCol:`按欄`,generateNewMatrix:`產生新矩陣`,fitContent:`適合數據`,freeze:`凍結窗格`,freezeCell:`凍結至目前儲存格(第 {0} 列 {1} 欄)`,freezeCol:`凍結至第 {0} 欄`,freezeRow:`凍結至第 {0} 列`,freezeFirstCol:`凍結第一欄`,freezeFirstRow:`凍結第一列`,cancelFreeze:`取消凍結`,deleteAllRowsAlert:`您無法刪除工作表上的所有列`,deleteAllColumnsAlert:`您無法刪除工作表上的所有欄`,hideAllRowsAlert:`您無法隱藏工作表上的所有列`,hideAllColumnsAlert:`您無法隱藏工作表上的所有欄`,protectRange:`保護範圍`,editProtectRange:`設定保護範圍`,removeProtectRange:`移除保護範圍`,turnOnProtectRange:`新增保護範圍`,viewAllProtectArea:`查看所有保護範圍`,textToNumber:`文字轉數字`},info:{notChangeMerge:`不能對合併儲存格做部分更改`,detailUpdate:`新開啟`,detailSave:`已恢復本機快取`,row:`列`,column:`欄`,loading:`渲染中···`,copy:`副本`,return:`返回`,rename:`重新命名`,tips:`重命名`,noName:`未命名的試算表`,wait:`待更新`,add:`新增`,addLast:`在底部加上`,backTop:`回到頂部`,nextPage:`下一頁`,tipInputNumber:`請輸入數字`,tipInputNumberLimit:`增加範圍限制在1-100`,tipRowHeightLimit:`列高必須在 0 ~ 545 之間`,tipColumnWidthLimit:`欄寬必須在 0 ~ 2038 之間`,problem:`出現了一個問題`},clipboard:{paste:{exceedMaxCells:`貼上區域超出最大儲存格數`,overlappingMergedCells:`貼上區域與合併儲存格重疊`},shortCutNotify:{title:`請使用快捷鍵貼上`,useShortCutInstead:`偵測到 Excel 內容,請使用快速鍵貼上`}},statusbar:{sum:`求和`,average:`平均值`,min:`最小值`,max:`最大值`,count:`數值計數`,countA:`計數`,clickToCopy:`點選複製數值`,copied:`已複製`},shortcut:{"sheet-view":`工作表檢視`,"sheet-edit":`工作表編輯`,sheet:{"zoom-in":`放大`,"zoom-out":`縮小`,"reset-zoom":`恢復縮放`,"select-below-cell":`選擇下方儲存格`,"select-up-cell":`選擇上方儲存格`,"select-left-cell":`選擇左側儲存格`,"select-right-cell":`選擇右側儲存格`,"select-next-cell":`選取後一個儲存格`,"select-previous-cell":`選擇前一個儲存格`,"select-up-value-cell":`選擇上方有值的儲存格`,"select-below-value-cell":`選取下方有值的儲存格`,"select-left-value-cell":`選擇左側有值的儲存格`,"select-right-value-cell":`選擇右側有值的儲存格`,"expand-selection-down":`向下擴展選區`,"expand-selection-up":`向上擴展選區`,"expand-selection-left":`向左擴展選取範圍`,"expand-selection-right":`向右擴展選區`,"expand-selection-to-left-gap":`向左擴展選區到下一個邊界`,"expand-selection-to-below-gap":`向下擴展選區到下一個邊界`,"expand-selection-to-right-gap":`向右擴展選區到下一個邊界`,"expand-selection-to-up-gap":`向上擴展選區到下一個邊界`,"select-all":`全選`,"toggle-editing":`開始 / 結束編輯`,"delete-and-start-editing":`清空並開始編輯`,"abort-editing":`放棄編輯`,"break-line":`強制換行`,"set-bold":`切換粗體`,"start-editing":`開始編輯(選取範圍切換到編輯器)`,"repeat-last-action":`重複上次操作`,"set-italic":`切換斜體`,"set-underline":`切換底線`,"set-strike-through":`切換刪除線`}},definedName:{managerTitle:`名稱管理員`,managerDescription:`透過選擇儲存格或公式,並在文字方塊中輸入您想要的名稱來建立已定義名稱。`,addButton:`新建名稱`,featureTitle:`已定義名稱`,ratioRange:`範圍`,ratioFormula:`公式`,confirm:`確認`,cancel:`取消`,scopeWorkbook:`活頁簿`,inputNamePlaceholder:`請輸入名稱(必填)`,inputCommentPlaceholder:`請輸入備註`,inputRangePlaceholder:`請輸入範圍(必填)`,inputFormulaPlaceholder:`請輸入公式(必填)`,formulaOrRefStringInvalid:`公式或引用字串無效`,defaultName:`DefinedName`,updateButton:`修改`,deleteButton:`刪除`,deleteConfirmText:`確定刪除定義名稱? `},uploadLoading:{loading:`正在上傳,目前剩餘`},"data-validation":{alert:{ok:`確定`},list:{edit:`編輯`,dropdown:`選擇一項`},listMultiple:{dropdown:`選擇多項`}},permission:{toolbarMenu:`保護`,panel:{title:`保護範圍`,name:`名稱`,protectedRange:`保護區域`,permissionDirection:`權限描述`,permissionDirectionPlaceholder:`請輸入權限描述`,editPermission:`編輯權限`,onlyICanEdit:`僅我可以編輯`,designedUserCanEdit:`指定使用者可以編輯`,viewPermission:`檢視權限`,othersCanView:`其他人可以查看`,noOneElseCanView:`其他人不可以查看`,designedPerson:`指定人員`,addPerson:`新增人員`,canEdit:`可編輯`,canView:`可查看`,delete:`刪除`,currentSheet:`目前工作表`,allSheet:`所有工作表`,edit:`編輯`,Print:`列印`,Comment:`註解`,Copy:`複製`,SetCellStyle:`設定儲存格樣式`,SetCellValue:`設定儲存格值`,SetHyperLink:`設定超連結`,Sort:`排序`,Filter:`篩選`,PivotTable:`樞紐分析表`,FloatImage:`浮動圖片`,RowHeightColWidth:`列高欄寬`,RowHeightColWidthReadonly:`只讀列高欄寬`,FilterReadonly:`唯讀篩選`,nameError:`名稱不能為空`,created:`創建`,iCanEdit:`我可以編輯`,iCanNotEdit:`我不會編輯`,iCanView:`我可以查看`,iCanNotView:`我不可以查看`,emptyRangeError:`範圍不能為空`,rangeOverlapError:`範圍不能重疊`,rangeOverlapOverPermissionError:`範圍不能重疊已有權限範圍`,InsertHyperlink:`插入超連結`,SetRowStyle:`設定列樣式`,SetColumnStyle:`設定欄樣式`,InsertColumn:`插入欄`,InsertRow:`插入列`,DeleteRow:`刪除列`,DeleteColumn:`刪除欄`,EditExtraObject:`編輯其他物件`},dialog:{allowUserToEdit:`允許使用者編輯`,allowedPermissionType:`允許權限類型`,setCellValue:`設定儲存格值`,setCellStyle:`設定儲存格樣式`,copy:`複製`,alert:`提示`,search:`搜索`,ownerInherit:`文檔所有者,已開啟權限繼承`,ownerWithoutInherit:`文檔所有者,未開啟權限繼承`,alertContent:`該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。 `,userEmpty:`沒有指定的人員,分享連結以邀請特定的人。 `,listEmpty:`你還沒有設定任何範圍或工作表為受保護狀態。 `,commonErr:`該範圍已被保護,目前無該操作權限。如需編輯,請聯絡創建者。 `,editErr:`該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。 `,pasteErr:`該範圍已被保護,目前無貼上權限。如需貼上,請聯絡創作者。 `,setStyleErr:`該範圍已被保護,目前無設定樣式權限。如需設定樣式,請聯絡建立者。 `,copyErr:`該範圍已被保護,目前無複製權限。如需複製,請聯絡創建者。 `,workbookCopyErr:`該活頁簿已被保護,目前無複製權限。如需複製,請聯絡創建者。 `,setRowColStyleErr:`該範圍已被保護,目前無設定欄列樣式權限。如需設定欄列樣式,請聯絡建立者。 `,moveRowColErr:`該範圍已被保護,目前無移動欄列權限。如需行動欄列,請聯絡創作者。 `,moveRangeErr:`該範圍已被保護,目前無移動選取範圍權限。如需移動選區,請聯絡創作者。 `,insertRowColErr:`該範圍已被保護,目前無插入欄列權限。如需插入欄列,請聯絡創作者。 `,removeRowColErr:`該範圍已被保護,目前無刪除欄列權限。如需刪除欄列,請聯絡創作者。 `,autoFillErr:`範圍已被保護,目前無自動填入權限。如需自動填充,請聯絡建立者。 `,filterErr:`該範圍已被保護,目前無篩選權限。如需篩選,請聯絡創作者。 `,operatorSheetErr:`該工作表已被保護,目前無操作工作表權限。如需操作工作表,請聯絡創建者。 `,insertOrDeleteMoveRangeErr:`插入、刪除區域與保護範圍相交,暫不支援此操作。 `,printErr:`該工作表已被保護,目前無列印權限。如需列印,請聯絡創作者。 `,formulaErr:`該範圍或引用範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。 `,hyperLinkErr:`範圍已被保護,目前無設定超連結權限。如需設定超鏈接,請聯絡建立者。 `,commentErr:`該範圍已被保護,目前無評論權限。如需評論,請聯絡創建者。 `},button:{confirm:`確認`,cancel:`取消`,addNewPermission:`新增權限`}}}}});
@@ -1 +1 @@
1
- (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverSheetsUiZhTW=t())})(this,function(){return{spreadsheetLabel:`擴充功能`,spreadsheetRightLabel:`更多試算表`,toolbar:{undo:`復原`,redo:`重做`,formatPainter:`複製格式`,font:`字型`,fontSize:`字型大小`,fontSizeIncrease:`放大字型`,fontSizeDecrease:`縮小字型`,bold:`粗體`,italic:`斜體`,strikethrough:`刪除線`,subscript:`下標`,superscript:`上標`,underline:`底線`,textColor:{main:`字型顏色`,right:`顏色選擇`},resetColor:`重置顏色`,fillColor:{main:`填滿色彩`,right:`顏色選擇`},border:{main:`邊框`,right:`邊框類型`},mergeCell:{main:`合併儲存格`,right:`選擇合併類型`},horizontalAlignMode:{main:`水平對齊`,right:`對齊方式`},verticalAlignMode:{main:`垂直對齊`,right:`對齊方式`},textWrapMode:{main:`自動換行`,right:`換行方式`},textRotateMode:{main:`文字旋轉`,right:`旋轉方式`},more:`更多`,toggleGridlines:`切換網格線`,textToNumber:`文字轉數字`},align:{left:`靠左對齊`,center:`置中`,right:`靠右對齊`,top:`靠上對齊`,middle:`垂直置中`,bottom:`靠下對齊`},button:{confirm:`確定`,cancel:`取消`,close:`關閉`,update:`Update`,delete:`Delete`,insert:`插入`,prevPage:`上一頁`,nextPage:`下一頁`,total:`總共:`},punctuation:{tab:`Tab 鍵`,semicolon:`分號`,comma:`逗號`,space:`空格`},colorPicker:{collapse:`收起`,customColor:`自訂`,change:`切換`,confirmColor:`確定`,cancelColor:`取消`},borderLine:{borderTop:`上框線`,borderBottom:`下框線`,borderLeft:`左框線`,borderRight:`右框線`,borderNone:`無`,borderAll:`所有`,borderOutside:`外側`,borderInside:`內側`,borderHorizontal:`內側水平框線`,borderVertical:`內側垂直框線`,borderColor:`邊框顏色`,borderSize:`邊框粗細`,borderType:`邊框線類型`},merge:{all:`全部合併`,vertical:`垂直合併`,horizontal:`水平合併`,cancel:`取消合併`,overlappingError:`不能合併重疊區域`,partiallyError:`無法對部分合併儲存格執行此操作`,confirm:{title:`合併儲存格僅儲存左上角儲存格的值,是否繼續? `,cancel:`取消合併`,confirm:`繼續合併`,warning:`警告`,dismantleMergeCellWarning:`此操作會導致一些合併儲存格被拆散,是否繼續?`}},filter:{confirm:{error:`出現了一個問題`,notAllowedToInsertRange:`要移動這些儲存格,請清除該區域的篩選器`}},textWrap:{overflow:`溢出`,wrap:`自動換行`,clip:`截斷`},textRotate:{none:`無旋轉`,angleUp:`向上傾斜`,angleDown:`向下傾斜`,vertical:`直排文字`,rotationUp:`向上90°`,rotationDown:`向下90°`},sheetConfig:{delete:`刪除`,copy:`複製`,rename:`重新命名`,changeColor:`更改顏色`,hide:`隱藏`,unhide:`取消隱藏`,moveLeft:`向左移動`,moveRight:`向右移動`,resetColor:`重置顏色`,cancelText:`取消`,chooseText:`確定顏色`,tipNameRepeat:`工作表名稱已存在,請輸入其他名稱。`,noMoreSheet:`活頁簿中至少需含有一張可見的工作表。若需刪除選定的工作表,請先插入一張新工作表或顯示隱藏的工作表。`,confirmDelete:`確認刪除`,redoDelete:`可以透過 Ctrl+Z 復原刪除`,noHide:`不能隱藏,至少保留一個工作表`,chartEditNoOpt:`圖表編輯模式下不允許該操作! `,sheetNameErrorTitle:`錯誤`,sheetNameSpecCharError:`名稱不能超過 31 個字元,首尾不能是' 且名稱不能包含: [ ] : \\ ? * /`,sheetNameCannotIsEmptyError:`名稱不能為空。 `,sheetNameAlreadyExistsError:`工作表已存在,請輸入其它名稱。 `,deleteSheet:`刪除工作表`,deleteSheetContent:`您確定要刪除此工作表嗎?刪除後將無法復原。`,deleteLargeSheetContent:`確認刪除此工作表,刪除後將不可找回,確定要刪除嗎?`,addProtectSheet:`保護工作表`,removeProtectSheet:`取消保護工作表`,changeSheetPermission:`更改工作表權限`,viewAllProtectArea:`查看所有保護範圍`},rightClick:{copy:`複製`,cut:`剪下`,paste:`貼上`,copySpecial:`選擇性複製`,pasteSpecial:`選擇性貼上`,pasteValue:`僅貼上值`,pasteFormat:`僅貼上格式`,pasteColWidth:`僅貼上欄寬`,pasteBesidesBorder:`僅貼上邊框以外內容`,insert:`插入`,delete:`刪除`,insertRow:`插入列`,insertRowBefore:`上方插入列`,insertRowsAbove:`在上方插入`,insertRowsAfter:`在下方插入`,insertRowsAfterSuffix:`列`,insertRowsAboveSuffix:`列`,insertColumn:`插入欄`,insertColumnBefore:`在左側插入欄`,insertColsLeft:`在左側插入`,insertColsRight:`在右側插入`,insertColsLeftSuffix:`欄`,insertColsRightSuffix:`欄`,deleteCell:`刪除儲存格`,insertCell:`插入儲存格`,deleteSelected:`刪除選取`,hide:`隱藏`,hideSelected:`隱藏`,showHide:`取消隱藏`,toTopAdd:`向上增加`,toBottomAdd:`向下增加`,toLeftAdd:`向左增加`,toRightAdd:`向右增加`,deleteSelectedRow:`刪除選取列`,deleteSelectedColumn:`刪除選取欄`,hideSelectedRow:`隱藏選取列`,showHideRow:`取消隱藏列`,rowHeight:`列高`,hideSelectedColumn:`隱藏選取欄`,showHideColumn:`取消隱藏欄`,columnWidth:`欄寬`,moveLeft:`左移`,moveUp:`上移`,moveRight:`右移`,moveDown:`下移`,add:`增加`,row:`列`,column:`欄`,confirm:`確認`,clearSelection:`清除`,clearContent:`清除內容`,clearFormat:`清除格式`,clearAll:`清除全部`,root:`次方根`,log:`log`,delete0:`刪除兩端0值`,removeDuplicate:`移除重複項`,byRow:`按列`,byCol:`按欄`,generateNewMatrix:`產生新矩陣`,fitContent:`適合數據`,freeze:`凍結窗格`,freezeCell:`凍結至目前儲存格(第 {0} 列 {1} 欄)`,freezeCol:`凍結至第 {0} 欄`,freezeRow:`凍結至第 {0} 列`,freezeFirstCol:`凍結第一欄`,freezeFirstRow:`凍結第一列`,cancelFreeze:`取消凍結`,deleteAllRowsAlert:`您無法刪除工作表上的所有列`,deleteAllColumnsAlert:`您無法刪除工作表上的所有欄`,hideAllRowsAlert:`您無法隱藏工作表上的所有列`,hideAllColumnsAlert:`您無法隱藏工作表上的所有欄`,protectRange:`保護範圍`,editProtectRange:`設定保護範圍`,removeProtectRange:`移除保護範圍`,turnOnProtectRange:`新增保護範圍`,viewAllProtectArea:`查看所有保護範圍`,textToNumber:`文字轉數字`},info:{tooltip:`提示`,error:`錯誤`,notChangeMerge:`不能對合併儲存格做部分更改`,detailUpdate:`新開啟`,detailSave:`已恢復本機快取`,row:`列`,column:`欄`,loading:`渲染中···`,copy:`副本`,return:`返回`,rename:`重新命名`,tips:`重命名`,noName:`未命名的試算表`,wait:`待更新`,add:`新增`,addLast:`在底部加上`,backTop:`回到頂部`,pageInfo:"共 ${total} 筆,${totalPage} 頁,目前已顯示 ${currentPage} 頁",nextPage:`下一頁`,tipInputNumber:`請輸入數字`,tipInputNumberLimit:`增加範圍限制在1-100`,tipRowHeightLimit:`列高必須在 0 ~ 545 之間`,tipColumnWidthLimit:`欄寬必須在 0 ~ 2038 之間`,pageInfoFull:"共 ${total} 筆,${totalPage} 頁,已顯示全部資料",problem:`出現了一個問題`,forceStringInfo:`以文字形式儲存的數字`},clipboard:{paste:{exceedMaxCells:`貼上區域超出最大儲存格數`,overlappingMergedCells:`貼上區域與合併儲存格重疊`},shortCutNotify:{title:`請使用快捷鍵貼上`,useShortCutInstead:`偵測到 Excel 內容,請使用快速鍵貼上`}},statusbar:{sum:`求和`,average:`平均值`,min:`最小值`,max:`最大值`,count:`數值計數`,countA:`計數`,clickToCopy:`點選複製數值`,copied:`已複製`},autoFill:{copy:`複製儲存格`,series:`填滿數列`,formatOnly:`僅以格式填滿`,noFormat:`填滿但不填入格式`},rangeSelector:{placeholder:`選擇範圍或輸入值`,tooltip:`選擇範圍`},shortcut:{sheet:{"zoom-in":`放大`,"zoom-out":`縮小`,"reset-zoom":`恢復縮放`,"select-below-cell":`選擇下方儲存格`,"select-up-cell":`選擇上方儲存格`,"select-left-cell":`選擇左側儲存格`,"select-right-cell":`選擇右側儲存格`,"select-next-cell":`選取後一個儲存格`,"select-previous-cell":`選擇前一個儲存格`,"select-up-value-cell":`選擇上方有值的儲存格`,"select-below-value-cell":`選取下方有值的儲存格`,"select-left-value-cell":`選擇左側有值的儲存格`,"select-right-value-cell":`選擇右側有值的儲存格`,"expand-selection-down":`向下擴展選區`,"expand-selection-up":`向上擴展選區`,"expand-selection-left":`向左擴展選取範圍`,"expand-selection-right":`向右擴展選區`,"expand-selection-to-left-gap":`向左擴展選區到下一個邊界`,"expand-selection-to-below-gap":`向下擴展選區到下一個邊界`,"expand-selection-to-right-gap":`向右擴展選區到下一個邊界`,"expand-selection-to-up-gap":`向上擴展選區到下一個邊界`,"select-all":`全選`,"toggle-editing":`開始 / 結束編輯`,"delete-and-start-editing":`清空並開始編輯`,"abort-editing":`放棄編輯`,"break-line":`強制換行`,"set-bold":`切換粗體`,"set-italic":`切換斜體`,"set-underline":`切換底線`,"set-strike-through":`切換刪除線`,"start-editing":`開始編輯(選取範圍切換到編輯器)`}},"sheet-view":`瀏覽表格`,"sheet-edit":`編輯表格`,definedName:{managerTitle:`名稱管理員`,managerDescription:`透過選擇儲存格或公式,並在文字方塊中輸入您想要的名稱來建立已定義名稱。`,addButton:`新建名稱`,featureTitle:`已定義名稱`,ratioRange:`範圍`,ratioFormula:`公式`,confirm:`確認`,cancel:`取消`,scopeWorkbook:`活頁簿`,inputNamePlaceholder:`請輸入名稱(必填)`,inputCommentPlaceholder:`請輸入備註`,inputRangePlaceholder:`請輸入範圍(必填)`,inputFormulaPlaceholder:`請輸入公式(必填)`,nameEmpty:`名稱不能為空`,nameDuplicate:`名稱重複`,formulaOrRefStringEmpty:`公式或引用字串不能為空`,formulaOrRefStringInvalid:`公式或引用字串無效`,defaultName:`DefinedName`,updateButton:`修改`,deleteButton:`刪除`,deleteConfirmText:`確定刪除定義名稱? `,nameConflict:`與函數名稱衝突`,nameInvalid:`名稱不包含空格或不允許的字元`,nameSheetConflict:`名稱與工作表名稱衝突`},uploadLoading:{loading:`正在上傳,目前剩餘`,error:`載入失敗`},permission:{toolbarMenu:`保護`,panel:{title:`保護範圍`,name:`名稱`,protectedRange:`保護區域`,permissionDirection:`權限描述`,permissionDirectionPlaceholder:`請輸入權限描述`,editPermission:`編輯權限`,onlyICanEdit:`僅我可以編輯`,designedUserCanEdit:`指定使用者可以編輯`,viewPermission:`檢視權限`,othersCanView:`其他人可以查看`,noOneElseCanView:`其他人不可以查看`,designedPerson:`指定人員`,addPerson:`新增人員`,canEdit:`可編輯`,canView:`可查看`,delete:`刪除`,currentSheet:`目前工作表`,allSheet:`所有工作表`,edit:`編輯`,Print:`列印`,Comment:`註解`,Copy:`複製`,SetCellStyle:`設定儲存格樣式`,SetCellValue:`設定儲存格值`,SetHyperLink:`設定超連結`,Sort:`排序`,Filter:`篩選`,PivotTable:`樞紐分析表`,FloatImage:`浮動圖片`,RowHeightColWidth:`列高欄寬`,RowHeightColWidthReadonly:`只讀列高欄寬`,FilterReadonly:`唯讀篩選`,nameError:`名稱不能為空`,created:`創建`,iCanEdit:`我可以編輯`,iCanNotEdit:`我不會編輯`,iCanView:`我可以查看`,iCanNotView:`我不可以查看`,emptyRangeError:`範圍不能為空`,rangeOverlapError:`範圍不能重疊`,rangeOverlapOverPermissionError:`範圍不能重疊已有權限範圍`,InsertHyperlink:`插入超連結`,SetRowStyle:`設定列樣式`,SetColumnStyle:`設定欄樣式`,InsertColumn:`插入欄`,InsertRow:`插入列`,DeleteRow:`刪除列`,DeleteColumn:`刪除欄`,EditExtraObject:`編輯其他物件`},dialog:{allowUserToEdit:`允許使用者編輯`,allowedPermissionType:`允許權限類型`,setCellValue:`設定儲存格值`,setCellStyle:`設定儲存格樣式`,copy:`複製`,alert:`提示`,search:`搜索`,ownerInherit:`文檔所有者,已開啟權限繼承`,ownerWithoutInherit:`文檔所有者,未開啟權限繼承`,alertContent:`該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。 `,userEmpty:`沒有指定的人員,分享連結以邀請特定的人。 `,listEmpty:`你還沒有設定任何範圍或工作表為受保護狀態。 `,commonErr:`該範圍已被保護,目前無該操作權限。如需編輯,請聯絡創建者。 `,editErr:`該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。 `,pasteErr:`該範圍已被保護,目前無貼上權限。如需貼上,請聯絡創作者。 `,setStyleErr:`該範圍已被保護,目前無設定樣式權限。如需設定樣式,請聯絡建立者。 `,copyErr:`該範圍已被保護,目前無複製權限。如需複製,請聯絡創建者。 `,workbookCopyErr:`該活頁簿已被保護,目前無複製權限。如需複製,請聯絡創建者。 `,setRowColStyleErr:`該範圍已被保護,目前無設定欄列樣式權限。如需設定欄列樣式,請聯絡建立者。 `,moveRowColErr:`該範圍已被保護,目前無移動欄列權限。如需行動欄列,請聯絡創作者。 `,moveRangeErr:`該範圍已被保護,目前無移動選取範圍權限。如需移動選區,請聯絡創作者。 `,insertRowColErr:`該範圍已被保護,目前無插入欄列權限。如需插入欄列,請聯絡創作者。 `,removeRowColErr:`該範圍已被保護,目前無刪除欄列權限。如需刪除欄列,請聯絡創作者。 `,autoFillErr:`範圍已被保護,目前無自動填入權限。如需自動填充,請聯絡建立者。 `,filterErr:`該範圍已被保護,目前無篩選權限。如需篩選,請聯絡創作者。 `,operatorSheetErr:`該工作表已被保護,目前無操作工作表權限。如需操作工作表,請聯絡創建者。 `,insertOrDeleteMoveRangeErr:`插入、刪除區域與保護範圍相交,暫不支援此操作。 `,printErr:`該工作表已被保護,目前無列印權限。如需列印,請聯絡創作者。 `,formulaErr:`該範圍或引用範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。 `,hyperLinkErr:`範圍已被保護,目前無設定超連結權限。如需設定超鏈接,請聯絡建立者。 `,commentErr:`該範圍已被保護,目前無評論權限。如需評論,請聯絡創建者。 `},button:{confirm:`確認`,cancel:`取消`,addNewPermission:`新增權限`}}}});
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverSheetsUiZhTW=t())})(this,function(){return{"sheets-ui":{toolbar:{undo:`復原`,redo:`重做`,formatPainter:`複製格式`,font:`字型`,fontSize:`字型大小`,fontSizeIncrease:`放大字型`,fontSizeDecrease:`縮小字型`,bold:`粗體`,italic:`斜體`,strikethrough:`刪除線`,subscript:`下標`,superscript:`上標`,underline:`底線`,textColor:{main:`字型顏色`,right:`顏色選擇`},resetColor:`重置顏色`,fillColor:{main:`填滿色彩`,right:`顏色選擇`},border:{main:`邊框`,right:`邊框類型`},mergeCell:{main:`合併儲存格`,right:`選擇合併類型`},horizontalAlignMode:{main:`水平對齊`,right:`對齊方式`},verticalAlignMode:{main:`垂直對齊`,right:`對齊方式`},textWrapMode:{main:`自動換行`,right:`換行方式`},textRotateMode:{main:`文字旋轉`,right:`旋轉方式`},more:`更多`,toggleGridlines:`切換網格線`,textToNumber:`文字轉數字`},align:{left:`靠左對齊`,center:`置中`,right:`靠右對齊`,top:`靠上對齊`,middle:`垂直置中`,bottom:`靠下對齊`},button:{confirm:`確定`,cancel:`取消`,close:`關閉`,insert:`插入`,prevPage:`上一頁`,nextPage:`下一頁`,total:`總共:`},borderLine:{borderTop:`上框線`,borderBottom:`下框線`,borderLeft:`左框線`,borderRight:`右框線`,borderNone:`無`,borderAll:`所有`,borderOutside:`外側`,borderInside:`內側`,borderHorizontal:`內側水平框線`,borderVertical:`內側垂直框線`,borderColor:`邊框顏色`,borderSize:`邊框粗細`,borderType:`邊框線類型`},merge:{all:`全部合併`,vertical:`垂直合併`,horizontal:`水平合併`,cancel:`取消合併`,overlappingError:`不能合併重疊區域`,partiallyError:`無法對部分合併儲存格執行此操作`},filter:{},textWrap:{overflow:`溢出`,wrap:`自動換行`,clip:`截斷`},textRotate:{none:`無旋轉`,angleUp:`向上傾斜`,angleDown:`向下傾斜`,vertical:`直排文字`,rotationUp:`向上90°`,rotationDown:`向下90°`},sheetConfig:{delete:`刪除`,copy:`複製`,rename:`重新命名`,changeColor:`更改顏色`,hide:`隱藏`,unhide:`取消隱藏`,moveLeft:`向左移動`,moveRight:`向右移動`,resetColor:`重置顏色`,cancelText:`取消`,chooseText:`確定顏色`,tipNameRepeat:`工作表名稱已存在,請輸入其他名稱。`,noMoreSheet:`活頁簿中至少需含有一張可見的工作表。若需刪除選定的工作表,請先插入一張新工作表或顯示隱藏的工作表。`,confirmDelete:`確認刪除`,redoDelete:`可以透過 Ctrl+Z 復原刪除`,noHide:`不能隱藏,至少保留一個工作表`,chartEditNoOpt:`圖表編輯模式下不允許該操作! `,sheetNameErrorTitle:`錯誤`,sheetNameSpecCharError:`名稱不能超過 31 個字元,首尾不能是' 且名稱不能包含: [ ] : \\ ? * /`,sheetNameCannotIsEmptyError:`名稱不能為空。 `,sheetNameAlreadyExistsError:`工作表已存在,請輸入其它名稱。 `,deleteSheet:`刪除工作表`,deleteSheetContent:`您確定要刪除此工作表嗎?刪除後將無法復原。`,deleteLargeSheetContent:`確認刪除此工作表,刪除後將不可找回,確定要刪除嗎?`,addProtectSheet:`保護工作表`,removeProtectSheet:`取消保護工作表`,changeSheetPermission:`更改工作表權限`,viewAllProtectArea:`查看所有保護範圍`},rightClick:{copy:`複製`,cut:`剪下`,paste:`貼上`,copySpecial:`選擇性複製`,pasteSpecial:`選擇性貼上`,pasteValue:`僅貼上值`,pasteFormat:`僅貼上格式`,pasteColWidth:`僅貼上欄寬`,pasteBesidesBorder:`僅貼上邊框以外內容`,insert:`插入`,insertRow:`插入列`,insertRowBefore:`上方插入列`,insertRowsAfter:`在下方插入`,insertRowsAbove:`在上方插入`,insertRowsAfterSuffix:`列`,insertRowsAboveSuffix:`列`,insertColumn:`插入欄`,insertColumnBefore:`在左側插入欄`,insertColsLeft:`在左側插入`,insertColsRight:`在右側插入`,insertColsLeftSuffix:`欄`,insertColsRightSuffix:`欄`,delete:`刪除`,deleteCell:`刪除儲存格`,insertCell:`插入儲存格`,deleteSelected:`刪除選取`,hide:`隱藏`,hideSelected:`隱藏`,showHide:`取消隱藏`,toTopAdd:`向上增加`,toBottomAdd:`向下增加`,toLeftAdd:`向左增加`,toRightAdd:`向右增加`,deleteSelectedRow:`刪除選取列`,deleteSelectedColumn:`刪除選取欄`,hideSelectedRow:`隱藏選取列`,showHideRow:`取消隱藏列`,rowHeight:`列高`,hideSelectedColumn:`隱藏選取欄`,showHideColumn:`取消隱藏欄`,columnWidth:`欄寬`,moveLeft:`左移`,moveUp:`上移`,moveRight:`右移`,moveDown:`下移`,add:`增加`,row:`列`,column:`欄`,confirm:`確認`,clearSelection:`清除`,clearContent:`清除內容`,clearFormat:`清除格式`,clearAll:`清除全部`,root:`次方根`,log:`log`,delete0:`刪除兩端0值`,removeDuplicate:`移除重複項`,byRow:`按列`,byCol:`按欄`,generateNewMatrix:`產生新矩陣`,fitContent:`適合數據`,freeze:`凍結窗格`,freezeCell:`凍結至目前儲存格(第 {0} 列 {1} 欄)`,freezeCol:`凍結至第 {0} 欄`,freezeRow:`凍結至第 {0} 列`,freezeFirstCol:`凍結第一欄`,freezeFirstRow:`凍結第一列`,cancelFreeze:`取消凍結`,deleteAllRowsAlert:`您無法刪除工作表上的所有列`,deleteAllColumnsAlert:`您無法刪除工作表上的所有欄`,hideAllRowsAlert:`您無法隱藏工作表上的所有列`,hideAllColumnsAlert:`您無法隱藏工作表上的所有欄`,protectRange:`保護範圍`,editProtectRange:`設定保護範圍`,removeProtectRange:`移除保護範圍`,turnOnProtectRange:`新增保護範圍`,viewAllProtectArea:`查看所有保護範圍`,textToNumber:`文字轉數字`},info:{notChangeMerge:`不能對合併儲存格做部分更改`,detailUpdate:`新開啟`,detailSave:`已恢復本機快取`,row:`列`,column:`欄`,loading:`渲染中···`,copy:`副本`,return:`返回`,rename:`重新命名`,tips:`重命名`,noName:`未命名的試算表`,wait:`待更新`,add:`新增`,addLast:`在底部加上`,backTop:`回到頂部`,nextPage:`下一頁`,tipInputNumber:`請輸入數字`,tipInputNumberLimit:`增加範圍限制在1-100`,tipRowHeightLimit:`列高必須在 0 ~ 545 之間`,tipColumnWidthLimit:`欄寬必須在 0 ~ 2038 之間`,problem:`出現了一個問題`},clipboard:{paste:{exceedMaxCells:`貼上區域超出最大儲存格數`,overlappingMergedCells:`貼上區域與合併儲存格重疊`},shortCutNotify:{title:`請使用快捷鍵貼上`,useShortCutInstead:`偵測到 Excel 內容,請使用快速鍵貼上`}},statusbar:{sum:`求和`,average:`平均值`,min:`最小值`,max:`最大值`,count:`數值計數`,countA:`計數`,clickToCopy:`點選複製數值`,copied:`已複製`},shortcut:{"sheet-view":`工作表檢視`,"sheet-edit":`工作表編輯`,sheet:{"zoom-in":`放大`,"zoom-out":`縮小`,"reset-zoom":`恢復縮放`,"select-below-cell":`選擇下方儲存格`,"select-up-cell":`選擇上方儲存格`,"select-left-cell":`選擇左側儲存格`,"select-right-cell":`選擇右側儲存格`,"select-next-cell":`選取後一個儲存格`,"select-previous-cell":`選擇前一個儲存格`,"select-up-value-cell":`選擇上方有值的儲存格`,"select-below-value-cell":`選取下方有值的儲存格`,"select-left-value-cell":`選擇左側有值的儲存格`,"select-right-value-cell":`選擇右側有值的儲存格`,"expand-selection-down":`向下擴展選區`,"expand-selection-up":`向上擴展選區`,"expand-selection-left":`向左擴展選取範圍`,"expand-selection-right":`向右擴展選區`,"expand-selection-to-left-gap":`向左擴展選區到下一個邊界`,"expand-selection-to-below-gap":`向下擴展選區到下一個邊界`,"expand-selection-to-right-gap":`向右擴展選區到下一個邊界`,"expand-selection-to-up-gap":`向上擴展選區到下一個邊界`,"select-all":`全選`,"toggle-editing":`開始 / 結束編輯`,"delete-and-start-editing":`清空並開始編輯`,"abort-editing":`放棄編輯`,"break-line":`強制換行`,"set-bold":`切換粗體`,"start-editing":`開始編輯(選取範圍切換到編輯器)`,"repeat-last-action":`重複上次操作`,"set-italic":`切換斜體`,"set-underline":`切換底線`,"set-strike-through":`切換刪除線`}},definedName:{managerTitle:`名稱管理員`,managerDescription:`透過選擇儲存格或公式,並在文字方塊中輸入您想要的名稱來建立已定義名稱。`,addButton:`新建名稱`,featureTitle:`已定義名稱`,ratioRange:`範圍`,ratioFormula:`公式`,confirm:`確認`,cancel:`取消`,scopeWorkbook:`活頁簿`,inputNamePlaceholder:`請輸入名稱(必填)`,inputCommentPlaceholder:`請輸入備註`,inputRangePlaceholder:`請輸入範圍(必填)`,inputFormulaPlaceholder:`請輸入公式(必填)`,formulaOrRefStringInvalid:`公式或引用字串無效`,defaultName:`DefinedName`,updateButton:`修改`,deleteButton:`刪除`,deleteConfirmText:`確定刪除定義名稱? `},uploadLoading:{loading:`正在上傳,目前剩餘`},"data-validation":{alert:{ok:`確定`},list:{edit:`編輯`,dropdown:`選擇一項`},listMultiple:{dropdown:`選擇多項`}},permission:{toolbarMenu:`保護`,panel:{title:`保護範圍`,name:`名稱`,protectedRange:`保護區域`,permissionDirection:`權限描述`,permissionDirectionPlaceholder:`請輸入權限描述`,editPermission:`編輯權限`,onlyICanEdit:`僅我可以編輯`,designedUserCanEdit:`指定使用者可以編輯`,viewPermission:`檢視權限`,othersCanView:`其他人可以查看`,noOneElseCanView:`其他人不可以查看`,designedPerson:`指定人員`,addPerson:`新增人員`,canEdit:`可編輯`,canView:`可查看`,delete:`刪除`,currentSheet:`目前工作表`,allSheet:`所有工作表`,edit:`編輯`,Print:`列印`,Comment:`註解`,Copy:`複製`,SetCellStyle:`設定儲存格樣式`,SetCellValue:`設定儲存格值`,SetHyperLink:`設定超連結`,Sort:`排序`,Filter:`篩選`,PivotTable:`樞紐分析表`,FloatImage:`浮動圖片`,RowHeightColWidth:`列高欄寬`,RowHeightColWidthReadonly:`只讀列高欄寬`,FilterReadonly:`唯讀篩選`,nameError:`名稱不能為空`,created:`創建`,iCanEdit:`我可以編輯`,iCanNotEdit:`我不會編輯`,iCanView:`我可以查看`,iCanNotView:`我不可以查看`,emptyRangeError:`範圍不能為空`,rangeOverlapError:`範圍不能重疊`,rangeOverlapOverPermissionError:`範圍不能重疊已有權限範圍`,InsertHyperlink:`插入超連結`,SetRowStyle:`設定列樣式`,SetColumnStyle:`設定欄樣式`,InsertColumn:`插入欄`,InsertRow:`插入列`,DeleteRow:`刪除列`,DeleteColumn:`刪除欄`,EditExtraObject:`編輯其他物件`},dialog:{allowUserToEdit:`允許使用者編輯`,allowedPermissionType:`允許權限類型`,setCellValue:`設定儲存格值`,setCellStyle:`設定儲存格樣式`,copy:`複製`,alert:`提示`,search:`搜索`,ownerInherit:`文檔所有者,已開啟權限繼承`,ownerWithoutInherit:`文檔所有者,未開啟權限繼承`,alertContent:`該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。 `,userEmpty:`沒有指定的人員,分享連結以邀請特定的人。 `,listEmpty:`你還沒有設定任何範圍或工作表為受保護狀態。 `,commonErr:`該範圍已被保護,目前無該操作權限。如需編輯,請聯絡創建者。 `,editErr:`該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。 `,pasteErr:`該範圍已被保護,目前無貼上權限。如需貼上,請聯絡創作者。 `,setStyleErr:`該範圍已被保護,目前無設定樣式權限。如需設定樣式,請聯絡建立者。 `,copyErr:`該範圍已被保護,目前無複製權限。如需複製,請聯絡創建者。 `,workbookCopyErr:`該活頁簿已被保護,目前無複製權限。如需複製,請聯絡創建者。 `,setRowColStyleErr:`該範圍已被保護,目前無設定欄列樣式權限。如需設定欄列樣式,請聯絡建立者。 `,moveRowColErr:`該範圍已被保護,目前無移動欄列權限。如需行動欄列,請聯絡創作者。 `,moveRangeErr:`該範圍已被保護,目前無移動選取範圍權限。如需移動選區,請聯絡創作者。 `,insertRowColErr:`該範圍已被保護,目前無插入欄列權限。如需插入欄列,請聯絡創作者。 `,removeRowColErr:`該範圍已被保護,目前無刪除欄列權限。如需刪除欄列,請聯絡創作者。 `,autoFillErr:`範圍已被保護,目前無自動填入權限。如需自動填充,請聯絡建立者。 `,filterErr:`該範圍已被保護,目前無篩選權限。如需篩選,請聯絡創作者。 `,operatorSheetErr:`該工作表已被保護,目前無操作工作表權限。如需操作工作表,請聯絡創建者。 `,insertOrDeleteMoveRangeErr:`插入、刪除區域與保護範圍相交,暫不支援此操作。 `,printErr:`該工作表已被保護,目前無列印權限。如需列印,請聯絡創作者。 `,formulaErr:`該範圍或引用範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。 `,hyperLinkErr:`範圍已被保護,目前無設定超連結權限。如需設定超鏈接,請聯絡建立者。 `,commentErr:`該範圍已被保護,目前無評論權限。如需評論,請聯絡創建者。 `},button:{confirm:`確認`,cancel:`取消`,addNewPermission:`新增權限`}}}}});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/sheets-ui",
3
- "version": "0.24.0",
3
+ "version": "0.25.0-insiders.20260608-e4336f7",
4
4
  "private": false,
5
5
  "description": "Spreadsheet UI layer for Univer Sheets.",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -68,27 +68,27 @@
68
68
  "rxjs": ">=7.0.0"
69
69
  },
70
70
  "dependencies": {
71
- "@univerjs/icons": "1.4.0",
72
- "@univerjs/core": "0.24.0",
73
- "@univerjs/design": "0.24.0",
74
- "@univerjs/docs-ui": "0.24.0",
75
- "@univerjs/docs": "0.24.0",
76
- "@univerjs/engine-formula": "0.24.0",
77
- "@univerjs/engine-render": "0.24.0",
78
- "@univerjs/protocol": "0.24.0",
79
- "@univerjs/sheets": "0.24.0",
80
- "@univerjs/telemetry": "0.24.0",
81
- "@univerjs/ui": "0.24.0"
71
+ "@univerjs/icons": "1.5.0",
72
+ "@univerjs/design": "0.25.0-insiders.20260608-e4336f7",
73
+ "@univerjs/core": "0.25.0-insiders.20260608-e4336f7",
74
+ "@univerjs/docs-ui": "0.25.0-insiders.20260608-e4336f7",
75
+ "@univerjs/engine-formula": "0.25.0-insiders.20260608-e4336f7",
76
+ "@univerjs/engine-render": "0.25.0-insiders.20260608-e4336f7",
77
+ "@univerjs/sheets": "0.25.0-insiders.20260608-e4336f7",
78
+ "@univerjs/ui": "0.25.0-insiders.20260608-e4336f7",
79
+ "@univerjs/telemetry": "0.25.0-insiders.20260608-e4336f7",
80
+ "@univerjs/docs": "0.25.0-insiders.20260608-e4336f7",
81
+ "@univerjs/protocol": "0.25.0-insiders.20260608-e4336f7"
82
82
  },
83
83
  "devDependencies": {
84
- "postcss": "^8.5.14",
84
+ "postcss": "^8.5.15",
85
85
  "react": "18.3.1",
86
86
  "rxjs": "^7.8.2",
87
87
  "tailwindcss": "3.4.18",
88
88
  "typescript": "^6.0.3",
89
- "vitest": "^4.1.5",
90
- "@univerjs-infra/shared": "0.24.0",
91
- "@univerjs/themes": "0.24.0"
89
+ "vitest": "^4.1.8",
90
+ "@univerjs-infra/shared": "0.25.0",
91
+ "@univerjs/themes": "0.25.0-insiders.20260608-e4336f7"
92
92
  },
93
93
  "scripts": {
94
94
  "test": "vitest run",
package/LICENSE DELETED
@@ -1,176 +0,0 @@
1
- Apache License
2
- Version 2.0, January 2004
3
- http://www.apache.org/licenses/
4
-
5
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
-
7
- 1. Definitions.
8
-
9
- "License" shall mean the terms and conditions for use, reproduction,
10
- and distribution as defined by Sections 1 through 9 of this document.
11
-
12
- "Licensor" shall mean the copyright owner or entity authorized by
13
- the copyright owner that is granting the License.
14
-
15
- "Legal Entity" shall mean the union of the acting entity and all
16
- other entities that control, are controlled by, or are under common
17
- control with that entity. For the purposes of this definition,
18
- "control" means (i) the power, direct or indirect, to cause the
19
- direction or management of such entity, whether by contract or
20
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
- outstanding shares, or (iii) beneficial ownership of such entity.
22
-
23
- "You" (or "Your") shall mean an individual or Legal Entity
24
- exercising permissions granted by this License.
25
-
26
- "Source" form shall mean the preferred form for making modifications,
27
- including but not limited to software source code, documentation
28
- source, and configuration files.
29
-
30
- "Object" form shall mean any form resulting from mechanical
31
- transformation or translation of a Source form, including but
32
- not limited to compiled object code, generated documentation,
33
- and conversions to other media types.
34
-
35
- "Work" shall mean the work of authorship, whether in Source or
36
- Object form, made available under the License, as indicated by a
37
- copyright notice that is included in or attached to the work
38
- (an example is provided in the Appendix below).
39
-
40
- "Derivative Works" shall mean any work, whether in Source or Object
41
- form, that is based on (or derived from) the Work and for which the
42
- editorial revisions, annotations, elaborations, or other modifications
43
- represent, as a whole, an original work of authorship. For the purposes
44
- of this License, Derivative Works shall not include works that remain
45
- separable from, or merely link (or bind by name) to the interfaces of,
46
- the Work and Derivative Works thereof.
47
-
48
- "Contribution" shall mean any work of authorship, including
49
- the original version of the Work and any modifications or additions
50
- to that Work or Derivative Works thereof, that is intentionally
51
- submitted to Licensor for inclusion in the Work by the copyright owner
52
- or by an individual or Legal Entity authorized to submit on behalf of
53
- the copyright owner. For the purposes of this definition, "submitted"
54
- means any form of electronic, verbal, or written communication sent
55
- to the Licensor or its representatives, including but not limited to
56
- communication on electronic mailing lists, source code control systems,
57
- and issue tracking systems that are managed by, or on behalf of, the
58
- Licensor for the purpose of discussing and improving the Work, but
59
- excluding communication that is conspicuously marked or otherwise
60
- designated in writing by the copyright owner as "Not a Contribution."
61
-
62
- "Contributor" shall mean Licensor and any individual or Legal Entity
63
- on behalf of whom a Contribution has been received by Licensor and
64
- subsequently incorporated within the Work.
65
-
66
- 2. Grant of Copyright License. Subject to the terms and conditions of
67
- this License, each Contributor hereby grants to You a perpetual,
68
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
- copyright license to reproduce, prepare Derivative Works of,
70
- publicly display, publicly perform, sublicense, and distribute the
71
- Work and such Derivative Works in Source or Object form.
72
-
73
- 3. Grant of Patent License. Subject to the terms and conditions of
74
- this License, each Contributor hereby grants to You a perpetual,
75
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
- (except as stated in this section) patent license to make, have made,
77
- use, offer to sell, sell, import, and otherwise transfer the Work,
78
- where such license applies only to those patent claims licensable
79
- by such Contributor that are necessarily infringed by their
80
- Contribution(s) alone or by combination of their Contribution(s)
81
- with the Work to which such Contribution(s) was submitted. If You
82
- institute patent litigation against any entity (including a
83
- cross-claim or counterclaim in a lawsuit) alleging that the Work
84
- or a Contribution incorporated within the Work constitutes direct
85
- or contributory patent infringement, then any patent licenses
86
- granted to You under this License for that Work shall terminate
87
- as of the date such litigation is filed.
88
-
89
- 4. Redistribution. You may reproduce and distribute copies of the
90
- Work or Derivative Works thereof in any medium, with or without
91
- modifications, and in Source or Object form, provided that You
92
- meet the following conditions:
93
-
94
- (a) You must give any other recipients of the Work or
95
- Derivative Works a copy of this License; and
96
-
97
- (b) You must cause any modified files to carry prominent notices
98
- stating that You changed the files; and
99
-
100
- (c) You must retain, in the Source form of any Derivative Works
101
- that You distribute, all copyright, patent, trademark, and
102
- attribution notices from the Source form of the Work,
103
- excluding those notices that do not pertain to any part of
104
- the Derivative Works; and
105
-
106
- (d) If the Work includes a "NOTICE" text file as part of its
107
- distribution, then any Derivative Works that You distribute must
108
- include a readable copy of the attribution notices contained
109
- within such NOTICE file, excluding those notices that do not
110
- pertain to any part of the Derivative Works, in at least one
111
- of the following places: within a NOTICE text file distributed
112
- as part of the Derivative Works; within the Source form or
113
- documentation, if provided along with the Derivative Works; or,
114
- within a display generated by the Derivative Works, if and
115
- wherever such third-party notices normally appear. The contents
116
- of the NOTICE file are for informational purposes only and
117
- do not modify the License. You may add Your own attribution
118
- notices within Derivative Works that You distribute, alongside
119
- or as an addendum to the NOTICE text from the Work, provided
120
- that such additional attribution notices cannot be construed
121
- as modifying the License.
122
-
123
- You may add Your own copyright statement to Your modifications and
124
- may provide additional or different license terms and conditions
125
- for use, reproduction, or distribution of Your modifications, or
126
- for any such Derivative Works as a whole, provided Your use,
127
- reproduction, and distribution of the Work otherwise complies with
128
- the conditions stated in this License.
129
-
130
- 5. Submission of Contributions. Unless You explicitly state otherwise,
131
- any Contribution intentionally submitted for inclusion in the Work
132
- by You to the Licensor shall be under the terms and conditions of
133
- this License, without any additional terms or conditions.
134
- Notwithstanding the above, nothing herein shall supersede or modify
135
- the terms of any separate license agreement you may have executed
136
- with Licensor regarding such Contributions.
137
-
138
- 6. Trademarks. This License does not grant permission to use the trade
139
- names, trademarks, service marks, or product names of the Licensor,
140
- except as required for reasonable and customary use in describing the
141
- origin of the Work and reproducing the content of the NOTICE file.
142
-
143
- 7. Disclaimer of Warranty. Unless required by applicable law or
144
- agreed to in writing, Licensor provides the Work (and each
145
- Contributor provides its Contributions) on an "AS IS" BASIS,
146
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
- implied, including, without limitation, any warranties or conditions
148
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
- PARTICULAR PURPOSE. You are solely responsible for determining the
150
- appropriateness of using or redistributing the Work and assume any
151
- risks associated with Your exercise of permissions under this License.
152
-
153
- 8. Limitation of Liability. In no event and under no legal theory,
154
- whether in tort (including negligence), contract, or otherwise,
155
- unless required by applicable law (such as deliberate and grossly
156
- negligent acts) or agreed to in writing, shall any Contributor be
157
- liable to You for damages, including any direct, indirect, special,
158
- incidental, or consequential damages of any character arising as a
159
- result of this License or out of the use or inability to use the
160
- Work (including but not limited to damages for loss of goodwill,
161
- work stoppage, computer failure or malfunction, or any and all
162
- other commercial damages or losses), even if such Contributor
163
- has been advised of the possibility of such damages.
164
-
165
- 9. Accepting Warranty or Additional Liability. While redistributing
166
- the Work or Derivative Works thereof, You may choose to offer,
167
- and charge a fee for, acceptance of support, warranty, indemnity,
168
- or other liability obligations and/or rights consistent with this
169
- License. However, in accepting such obligations, You may act only
170
- on Your own behalf and on Your sole responsibility, not on behalf
171
- of any other Contributor, and only if You agree to indemnify,
172
- defend, and hold each Contributor harmless for any liability
173
- incurred by, or claims asserted against, such Contributor by reason
174
- of your accepting any such warranty or additional liability.
175
-
176
- END OF TERMS AND CONDITIONS
@@ -1,125 +0,0 @@
1
- /**
2
- * Copyright 2023-present DreamNum Co., Ltd.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import type { ICellCustomRender, IDisposable, Nullable } from '@univerjs/core';
17
- import type { IDragCellPosition, IEditorBridgeServiceVisibleParam, IHoverCellPosition } from '@univerjs/sheets-ui';
18
- import { InterceptorEffectEnum } from '@univerjs/core';
19
- import { FSheetHooks } from '@univerjs/sheets/facade';
20
- /**
21
- * @ignore
22
- */
23
- export interface IFSheetHooksUIMixin {
24
- /**
25
- * The onCellPointerMove event is fired when a pointer changes coordinates.
26
- * @deprecated use `univerAPI.addEvent(univerAPI.Event.CellPointerMove, (params) => {})` instead
27
- * @param {function(Nullable<IHoverCellPosition>): void} callback - function that will be called when the event is fired
28
- * @returns {IDisposable} A disposable object that can be used to unsubscribe from the event
29
- * @example
30
- * ```ts
31
- * univerAPI.getSheetHooks().onCellPointerMove((cellPos) => { console.log(cellPos)});
32
- * ```
33
- */
34
- onCellPointerMove(callback: (cellPos: Nullable<IHoverCellPosition>) => void): IDisposable;
35
- /**
36
- * The onCellPointerOver event is fired when a pointer is moved into a cell's hit test boundaries.
37
- * @deprecated use `univerAPI.addEvent(univerAPI.Event.CellHover, (params) => {})` instead
38
- * @param {function(Nullable<IHoverCellPosition>): void} callback - function that will be called when the event is fired
39
- * @returns {IDisposable} A disposable object that can be used to unsubscribe from the event
40
- * @example
41
- * ```ts
42
- * univerAPI.getSheetHooks().onCellPointerOver((cellPos) => { console.log(cellPos)});
43
- * ```
44
- */
45
- onCellPointerOver(callback: (cellPos: Nullable<IHoverCellPosition>) => void): IDisposable;
46
- /**
47
- * The onCellDragOver event is fired when an element or text selection is being dragged into a cell's hit test boundaries.
48
- * @deprecated use `univerAPI.addEvent(univerAPI.Event.DragOver, (params) => {})` instead
49
- * @param {function (Nullable<IDragCellPosition>): void} callback Callback function that will be called when the event is fired
50
- * @returns {IDisposable} A disposable object that can be used to unsubscribe from the event
51
- * @example
52
- * ```ts
53
- * univerAPI.getSheetHooks().onCellDragOver((cellPos) => { console.log(cellPos)});
54
- * ```
55
- */
56
- onCellDragOver(callback: (cellPos: Nullable<IDragCellPosition>) => void): IDisposable;
57
- /**
58
- * The onCellDrop event is fired when an element or text selection is being dropped on the cell.
59
- * @deprecated use `univerAPI.addEvent(univerAPI.Event.Drop, (params) => {})` instead
60
- * @param {function(Nullable<IDragCellPosition>): void} callback Callback function that will be called when the event is fired
61
- * @returns {IDisposable} A disposable object that can be used to unsubscribe from the event
62
- * @example
63
- * ```ts
64
- * univerAPI.getSheetHooks().onCellDrop((cellPos) => { console.log(cellPos)});
65
- * ```
66
- */
67
- onCellDrop(callback: (cellPos: Nullable<IDragCellPosition>) => void): IDisposable;
68
- /**
69
- * The onCellRender event is fired when a cell is rendered.
70
- * @param {Nullable<ICellCustomRender[]>} customRender Custom render function
71
- * @param {InterceptorEffectEnum} [effect] The effect of the interceptor
72
- * @param {number} priority The priority of the interceptor
73
- * @returns {IDisposable} A disposable object that can be used to unsubscribe from the event
74
- * @example
75
- * ```ts
76
- univerAPI.getSheetHooks().onCellRender([{
77
- drawWith: (ctx, info) => {
78
- const { row, col } = info;
79
- // Update to any cell location you want
80
- if (row === 1 && col === 2) {
81
- const { primaryWithCoord } = info;
82
- const { startX, startY } = primaryWithCoord;
83
- ctx.fillText('Univer', startX, startY + 10);
84
- }
85
- },
86
- }])
87
- * ```
88
- */
89
- onCellRender(customRender: Nullable<ICellCustomRender[]>, effect?: InterceptorEffectEnum, priority?: number): IDisposable;
90
- /**
91
- * The onBeforeCellEdit event is fired before a cell is edited.
92
- * @deprecated use `univerAPI.addEvent(univerAPI.Event.BeforeSheetEditStart, (params) => {})` instead
93
- * @param callback Callback function that will be called when the event is fired
94
- * @returns A disposable object that can be used to unsubscribe from the event
95
- * @example
96
- * ```ts
97
- * univerAPI.getSheetHooks().onBeforeCellEdit((params) => {console.log(params)})
98
- * ```
99
- */
100
- onBeforeCellEdit(callback: (params: IEditorBridgeServiceVisibleParam) => void): IDisposable;
101
- /**
102
- * The onAfterCellEdit event is fired after a cell is edited.
103
- * @deprecated use `univerAPI.addEvent(univerAPI.Event.SheetEditEnded, (params) => {})` instead
104
- * @param callback Callback function that will be called when the event is fired
105
- * @returns A disposable object that can be used to unsubscribe from the event
106
- * @example
107
- * ```ts
108
- * univerAPI.getSheetHooks().onAfterCellEdit((params) => {console.log(params)})
109
- * ```
110
- */
111
- onAfterCellEdit(callback: (params: IEditorBridgeServiceVisibleParam) => void): IDisposable;
112
- }
113
- export declare class FSheetHooksUIMixin extends FSheetHooks implements IFSheetHooksUIMixin {
114
- onCellPointerMove(callback: (cellPos: Nullable<IHoverCellPosition>) => void): IDisposable;
115
- onCellPointerOver(callback: (cellPos: Nullable<IHoverCellPosition>) => void): IDisposable;
116
- onCellDragOver(callback: (cellPos: Nullable<IDragCellPosition>) => void): IDisposable;
117
- onCellDrop(callback: (cellPos: Nullable<IDragCellPosition>) => void): IDisposable;
118
- onCellRender(customRender: Nullable<ICellCustomRender[]>, effect?: InterceptorEffectEnum, priority?: number): IDisposable;
119
- onBeforeCellEdit(callback: (params: IEditorBridgeServiceVisibleParam) => void): IDisposable;
120
- onAfterCellEdit(callback: (params: IEditorBridgeServiceVisibleParam) => void): IDisposable;
121
- }
122
- declare module '@univerjs/sheets/facade' {
123
- interface FSheetHooks extends IFSheetHooksUIMixin {
124
- }
125
- }
@@ -1,39 +0,0 @@
1
- /**
2
- * Copyright 2023-present DreamNum Co., Ltd.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import { FWorkbookPermission } from '@univerjs/sheets/facade';
17
- /**
18
- * @ignore
19
- */
20
- export interface IFWorkbookPermissionSheetsUIMixin {
21
- /**
22
- * Set visibility of unauthorized pop-up window
23
- * @param {boolean} visible - visibility of unauthorized pop-up window
24
- * @example
25
- * ```ts
26
- * const fWorkbook = univerAPI.getActiveWorkbook();
27
- * const permission = fWorkbook.getWorkbookPermission();
28
- * permission.setPermissionDialogVisible(false);
29
- * ```
30
- */
31
- setPermissionDialogVisible(visible: boolean): void;
32
- }
33
- export declare class FWorkbookPermissionSheetsUIMixin extends FWorkbookPermission implements IFWorkbookPermissionSheetsUIMixin {
34
- setPermissionDialogVisible(visible: boolean): void;
35
- }
36
- declare module '@univerjs/sheets/facade' {
37
- interface FWorkbookPermission extends IFWorkbookPermissionSheetsUIMixin {
38
- }
39
- }