@univerjs/preset-sheets-filter 0.12.2 → 0.12.3-experimental.20251205-e439e48
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.
- package/lib/umd/locales/zh-TW.js +1 -1
- package/package.json +5 -5
package/lib/umd/locales/zh-TW.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// @univerjs/sheets-filter-ui/locale/zh-TW
|
|
2
|
-
(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.UniverSheetsFilterUiZhTW=t())})(this,(function(){"use strict";return{"sheets-filter":{toolbar:{"smart-toggle-filter-tooltip":"篩選","clear-filter-criteria":"清除篩選條件","re-calc-filter-conditions":"重新計算"},command:{"not-valid-filter-range":"
|
|
2
|
+
(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.UniverSheetsFilterUiZhTW=t())})(this,(function(){"use strict";return{"sheets-filter":{toolbar:{"smart-toggle-filter-tooltip":"篩選","clear-filter-criteria":"清除篩選條件","re-calc-filter-conditions":"重新計算"},command:{"not-valid-filter-range":"選取的區域只有一列,無法進行篩選"},shortcut:{"smart-toggle-filter":"切換篩選"},panel:{"clear-filter":"清除篩選",cancel:"取消",confirm:"確認","by-values":"按值","by-colors":"按顏色","filter-by-cell-fill-color":"按儲存格填充顏色篩選","filter-by-cell-text-color":"按儲存格文字顏色篩選","filter-by-color-none":"該欄僅包含一種顏色","by-conditions":"按條件","filter-only":"僅篩選","search-placeholder":"使用空格分隔關鍵字","select-all":"全選","input-values-placeholder":"請輸入",or:"或",and:"和",empty:"(空白)","?":"可用 ? 代表單一字元","*":"可用 * 代表任意多個字元"},conditions:{none:"無",empty:"為空","not-empty":"不為空","text-contains":"文字包含","does-not-contain":"文字不包含","starts-with":"文字開頭","ends-with":"文字結尾",equals:"文字相符","greater-than":"大於","greater-than-or-equal":"大於等於","less-than":"小於","less-than-or-equal":"小於等於",equal:"等於","not-equal":"不等於",between:"介於","not-between":"不介於",custom:"自訂"},msg:{"filter-header-forbidden":"無法移動篩選列頭"},date:{1:"1月",2:"2月",3:"3月",4:"4月",5:"5月",6:"6月",7:"7月",8:"8月",9:"9月",10:"10月",11:"11月",12:"12月"},sync:{title:"篩選對所有人可見",statusTips:{on:"開啟後,所有協作者都將看到此次篩選結果",off:"關閉後,僅你可見此次篩選結果"},switchTips:{on:"已開啟“篩選對所有人可見”,所有協作者都將看到此次篩選結果",off:"已關閉“篩選對所有人可見”,僅你可見此次篩選結果"}}}}}));
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
// locale/zh-TW
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/preset-sheets-filter",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.3-experimental.20251205-e439e48",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"author": "DreamNum Co., Ltd. <developer@univer.ai>",
|
|
@@ -63,16 +63,16 @@
|
|
|
63
63
|
"rxjs": ">=7.0.0"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@univerjs/sheets-filter": "0.12.
|
|
67
|
-
"@univerjs/sheets-filter-ui": "0.12.
|
|
66
|
+
"@univerjs/sheets-filter": "0.12.3-experimental.20251205-e439e48",
|
|
67
|
+
"@univerjs/sheets-filter-ui": "0.12.3-experimental.20251205-e439e48"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@univerjs/core": "0.12.
|
|
70
|
+
"@univerjs/core": "0.12.3-experimental.20251205-e439e48",
|
|
71
71
|
"react": "18.3.1",
|
|
72
72
|
"react-dom": "18.3.1",
|
|
73
73
|
"rxjs": "7.8.2",
|
|
74
74
|
"typescript": "^5.9.3",
|
|
75
|
-
"@univerjs-infra/shared": "0.12.
|
|
75
|
+
"@univerjs-infra/shared": "0.12.3"
|
|
76
76
|
},
|
|
77
77
|
"scripts": {
|
|
78
78
|
"prebuild:preset": "tsx prepare.ts",
|