@univerjs/sheets-table-ui 0.6.10-experimental.20250418-8830bd4

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 (69) hide show
  1. package/README.md +21 -0
  2. package/lib/cjs/index.js +103 -0
  3. package/lib/cjs/locale/en-US.js +1 -0
  4. package/lib/cjs/locale/fa-IR.js +1 -0
  5. package/lib/cjs/locale/fr-FR.js +1 -0
  6. package/lib/cjs/locale/ru-RU.js +1 -0
  7. package/lib/cjs/locale/vi-VN.js +1 -0
  8. package/lib/cjs/locale/zh-CN.js +1 -0
  9. package/lib/cjs/locale/zh-TW.js +1 -0
  10. package/lib/es/index.js +2374 -0
  11. package/lib/es/locale/en-US.js +115 -0
  12. package/lib/es/locale/fa-IR.js +115 -0
  13. package/lib/es/locale/fr-FR.js +115 -0
  14. package/lib/es/locale/ru-RU.js +115 -0
  15. package/lib/es/locale/vi-VN.js +115 -0
  16. package/lib/es/locale/zh-CN.js +115 -0
  17. package/lib/es/locale/zh-TW.js +115 -0
  18. package/lib/index.js +2374 -0
  19. package/lib/locale/en-US.js +115 -0
  20. package/lib/locale/fa-IR.js +115 -0
  21. package/lib/locale/fr-FR.js +115 -0
  22. package/lib/locale/ru-RU.js +115 -0
  23. package/lib/locale/vi-VN.js +115 -0
  24. package/lib/locale/zh-CN.js +115 -0
  25. package/lib/locale/zh-TW.js +115 -0
  26. package/lib/types/commands/operations/open-table-filter-dialog.opration.d.ts +9 -0
  27. package/lib/types/commands/operations/open-table-selector.operation.d.ts +13 -0
  28. package/lib/types/const.d.ts +28 -0
  29. package/lib/types/controllers/config.schema.d.ts +22 -0
  30. package/lib/types/controllers/menu.schema.d.ts +2 -0
  31. package/lib/types/controllers/sheet-table-anchor.controller.d.ts +28 -0
  32. package/lib/types/controllers/sheet-table-component.controller.d.ts +28 -0
  33. package/lib/types/controllers/sheet-table-filter-button-render.controller.d.ts +26 -0
  34. package/lib/types/controllers/sheet-table-menu.controller.d.ts +9 -0
  35. package/lib/types/controllers/sheet-table-render.controller.d.ts +18 -0
  36. package/lib/types/controllers/sheet-table-selection.controller.d.ts +10 -0
  37. package/lib/types/controllers/sheet-table-theme-ui.controller.d.ts +8 -0
  38. package/lib/types/index.d.ts +16 -0
  39. package/lib/types/locale/en-US.d.ts +128 -0
  40. package/lib/types/locale/fa-IR.d.ts +128 -0
  41. package/lib/types/locale/fr-FR.d.ts +128 -0
  42. package/lib/types/locale/ru-RU.d.ts +128 -0
  43. package/lib/types/locale/vi-VN.d.ts +128 -0
  44. package/lib/types/locale/zh-CN.d.ts +128 -0
  45. package/lib/types/locale/zh-TW.d.ts +128 -0
  46. package/lib/types/plugin.d.ts +18 -0
  47. package/lib/types/services/sheets-table-ui-service.d.ts +25 -0
  48. package/lib/types/types.d.ts +31 -0
  49. package/lib/types/views/components/SheetTableAnchor.d.ts +16 -0
  50. package/lib/types/views/components/SheetTableConditionPanel.d.ts +13 -0
  51. package/lib/types/views/components/SheetTableFilterPanel.d.ts +16 -0
  52. package/lib/types/views/components/SheetTableItemsFilterPanel.d.ts +13 -0
  53. package/lib/types/views/components/SheetTableSelector.d.ts +5 -0
  54. package/lib/types/views/components/SheetTableThemePanel.d.ts +8 -0
  55. package/lib/types/views/components/type.d.ts +24 -0
  56. package/lib/types/views/components/util.d.ts +140 -0
  57. package/lib/types/views/menu.d.ts +32 -0
  58. package/lib/types/views/widgets/drawings.d.ts +6 -0
  59. package/lib/types/views/widgets/icons.d.ts +20 -0
  60. package/lib/types/views/widgets/table-filter-button.shape.d.ts +35 -0
  61. package/lib/umd/index.js +103 -0
  62. package/lib/umd/locale/en-US.js +1 -0
  63. package/lib/umd/locale/fa-IR.js +1 -0
  64. package/lib/umd/locale/fr-FR.js +1 -0
  65. package/lib/umd/locale/ru-RU.js +1 -0
  66. package/lib/umd/locale/vi-VN.js +1 -0
  67. package/lib/umd/locale/zh-CN.js +1 -0
  68. package/lib/umd/locale/zh-TW.js +1 -0
  69. package/package.json +91 -0
@@ -0,0 +1,115 @@
1
+ const e = {
2
+ "sheets-table": {
3
+ title: "表格",
4
+ selectRange: "選擇表格範圍",
5
+ rename: "重命名表格",
6
+ updateRange: "更新表格範圍",
7
+ tableRangeWithMergeError: "表格範圍不能與合併儲存格重疊",
8
+ tableRangeWithOtherTableError: "表格範圍不能與其他表格重疊",
9
+ tableRangeSingleRowError: "表格範圍不能是單獨的一行",
10
+ updateError: "不能將表格範圍設置到和原先不重合且不在同一行的範圍",
11
+ tableStyle: "表格樣式",
12
+ defaultStyle: "預設樣式",
13
+ customStyle: "自定義樣式",
14
+ customTooMore: "自定義主題數量超出最大限制,請刪除一些無用的主題後再次添加",
15
+ setTheme: "設置表格主題",
16
+ removeTable: "刪除表格",
17
+ cancel: "取消",
18
+ confirm: "確認",
19
+ header: "頁首",
20
+ footer: "頁尾",
21
+ firstLine: "第一行",
22
+ secondLine: "第二行",
23
+ columnPrefix: "列",
24
+ tablePrefix: "表格",
25
+ insert: {
26
+ main: "表格插入",
27
+ row: "插入表格行",
28
+ col: "插入表格列"
29
+ },
30
+ remove: {
31
+ main: "表格刪除",
32
+ row: "刪除表格行",
33
+ col: "刪除表格列"
34
+ },
35
+ condition: {
36
+ string: "文字",
37
+ number: "數字",
38
+ date: "日期",
39
+ empty: "(空白)"
40
+ },
41
+ string: {
42
+ compare: {
43
+ equal: "等於",
44
+ notEqual: "不等於",
45
+ contains: "包含",
46
+ notContains: "不包含",
47
+ startsWith: "開始於",
48
+ endsWith: "結束於"
49
+ }
50
+ },
51
+ number: {
52
+ compare: {
53
+ equal: "等於",
54
+ notEqual: "不等於",
55
+ greaterThan: "大於",
56
+ greaterThanOrEqual: "大於等於",
57
+ lessThan: "小於",
58
+ lessThanOrEqual: "小於等於",
59
+ between: "介於",
60
+ notBetween: "不介於",
61
+ above: "大於",
62
+ below: "小於",
63
+ topN: "前{0}個"
64
+ }
65
+ },
66
+ date: {
67
+ compare: {
68
+ equal: "等於",
69
+ notEqual: "不等於",
70
+ after: "晚於",
71
+ afterOrEqual: "晚於等於",
72
+ before: "早於",
73
+ beforeOrEqual: "早於等於",
74
+ between: "介於",
75
+ notBetween: "不介於",
76
+ today: "今天",
77
+ yesterday: "昨天",
78
+ tomorrow: "明天",
79
+ thisWeek: "本週",
80
+ lastWeek: "上週",
81
+ nextWeek: "下週",
82
+ thisMonth: "本月",
83
+ lastMonth: "上月",
84
+ nextMonth: "下月",
85
+ thisQuarter: "本季度",
86
+ lastQuarter: "上季度",
87
+ nextQuarter: "下季度",
88
+ thisYear: "今年",
89
+ nextYear: "明年",
90
+ lastYear: "去年",
91
+ quarter: "按季度",
92
+ month: "按月份",
93
+ q1: "第一季度",
94
+ q2: "第二季度",
95
+ q3: "第三季度",
96
+ q4: "第四季度",
97
+ m1: "一月",
98
+ m2: "二月",
99
+ m3: "三月",
100
+ m4: "四月",
101
+ m5: "五月",
102
+ m6: "六月",
103
+ m7: "七月",
104
+ m8: "八月",
105
+ m9: "九月",
106
+ m10: "十月",
107
+ m11: "十一月",
108
+ m12: "十二月"
109
+ }
110
+ }
111
+ }
112
+ };
113
+ export {
114
+ e as default
115
+ };