@univerjs/sheets-sort 0.24.0 → 0.25.0

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 (68) hide show
  1. package/lib/cjs/index.js +7 -7
  2. package/lib/es/index.js +7 -7
  3. package/lib/index.js +7 -7
  4. package/lib/types/facade/f-range.d.ts +2 -1
  5. package/lib/types/facade/f-worksheet.d.ts +2 -1
  6. package/lib/umd/facade.js +1 -1
  7. package/lib/umd/index.js +1 -1
  8. package/package.json +6 -11
  9. package/lib/cjs/locale/ca-ES.js +0 -18
  10. package/lib/cjs/locale/en-US.js +0 -33
  11. package/lib/cjs/locale/es-ES.js +0 -18
  12. package/lib/cjs/locale/fa-IR.js +0 -18
  13. package/lib/cjs/locale/fr-FR.js +0 -18
  14. package/lib/cjs/locale/ja-JP.js +0 -18
  15. package/lib/cjs/locale/ko-KR.js +0 -18
  16. package/lib/cjs/locale/ru-RU.js +0 -18
  17. package/lib/cjs/locale/sk-SK.js +0 -18
  18. package/lib/cjs/locale/vi-VN.js +0 -18
  19. package/lib/cjs/locale/zh-CN.js +0 -18
  20. package/lib/cjs/locale/zh-TW.js +0 -18
  21. package/lib/es/locale/ca-ES.js +0 -17
  22. package/lib/es/locale/en-US.js +0 -32
  23. package/lib/es/locale/es-ES.js +0 -17
  24. package/lib/es/locale/fa-IR.js +0 -17
  25. package/lib/es/locale/fr-FR.js +0 -17
  26. package/lib/es/locale/ja-JP.js +0 -17
  27. package/lib/es/locale/ko-KR.js +0 -17
  28. package/lib/es/locale/ru-RU.js +0 -17
  29. package/lib/es/locale/sk-SK.js +0 -17
  30. package/lib/es/locale/vi-VN.js +0 -17
  31. package/lib/es/locale/zh-CN.js +0 -17
  32. package/lib/es/locale/zh-TW.js +0 -17
  33. package/lib/locale/ca-ES.js +0 -17
  34. package/lib/locale/en-US.js +0 -32
  35. package/lib/locale/es-ES.js +0 -17
  36. package/lib/locale/fa-IR.js +0 -17
  37. package/lib/locale/fr-FR.js +0 -17
  38. package/lib/locale/ja-JP.js +0 -17
  39. package/lib/locale/ko-KR.js +0 -17
  40. package/lib/locale/ru-RU.js +0 -17
  41. package/lib/locale/sk-SK.js +0 -17
  42. package/lib/locale/vi-VN.js +0 -17
  43. package/lib/locale/zh-CN.js +0 -17
  44. package/lib/locale/zh-TW.js +0 -17
  45. package/lib/types/locale/ca-ES.d.ts +0 -18
  46. package/lib/types/locale/en-US.d.ts +0 -31
  47. package/lib/types/locale/es-ES.d.ts +0 -18
  48. package/lib/types/locale/fa-IR.d.ts +0 -18
  49. package/lib/types/locale/fr-FR.d.ts +0 -18
  50. package/lib/types/locale/ja-JP.d.ts +0 -18
  51. package/lib/types/locale/ko-KR.d.ts +0 -18
  52. package/lib/types/locale/ru-RU.d.ts +0 -18
  53. package/lib/types/locale/sk-SK.d.ts +0 -18
  54. package/lib/types/locale/vi-VN.d.ts +0 -18
  55. package/lib/types/locale/zh-CN.d.ts +0 -18
  56. package/lib/types/locale/zh-TW.d.ts +0 -18
  57. package/lib/umd/locale/ca-ES.js +0 -1
  58. package/lib/umd/locale/en-US.js +0 -1
  59. package/lib/umd/locale/es-ES.js +0 -1
  60. package/lib/umd/locale/fa-IR.js +0 -1
  61. package/lib/umd/locale/fr-FR.js +0 -1
  62. package/lib/umd/locale/ja-JP.js +0 -1
  63. package/lib/umd/locale/ko-KR.js +0 -1
  64. package/lib/umd/locale/ru-RU.js +0 -1
  65. package/lib/umd/locale/sk-SK.js +0 -1
  66. package/lib/umd/locale/vi-VN.js +0 -1
  67. package/lib/umd/locale/zh-CN.js +0 -1
  68. package/lib/umd/locale/zh-TW.js +0 -1
@@ -1,17 +0,0 @@
1
- //#region src/locale/ja-JP.ts
2
- const locale = { sheetsSort: {
3
- title: "並べ替え",
4
- toolbar: {
5
- "sort-asc": "昇順",
6
- "sort-desc": "降順",
7
- "sort-custom": "カスタム順序"
8
- },
9
- "context-menu": {
10
- "sort-asc": "昇順",
11
- "sort-desc": "降順",
12
- "sort-custom": "カスタム順序"
13
- }
14
- } };
15
-
16
- //#endregion
17
- export { locale as default };
@@ -1,17 +0,0 @@
1
- //#region src/locale/ko-KR.ts
2
- const locale = { sheetsSort: {
3
- title: "정렬",
4
- toolbar: {
5
- "sort-asc": "오름차순",
6
- "sort-desc": "내림차순",
7
- "sort-custom": "사용자 정의 순서"
8
- },
9
- "context-menu": {
10
- "sort-asc": "오름차순",
11
- "sort-desc": "내림차순",
12
- "sort-custom": "사용자 정의 순서"
13
- }
14
- } };
15
-
16
- //#endregion
17
- export { locale as default };
@@ -1,17 +0,0 @@
1
- //#region src/locale/ru-RU.ts
2
- const locale = { sheetsSort: {
3
- title: "Sort",
4
- toolbar: {
5
- "sort-asc": "по возрастанию",
6
- "sort-desc": "по убыванию",
7
- "sort-custom": "пользовательский выбор"
8
- },
9
- "context-menu": {
10
- "sort-asc": "по возрастанию",
11
- "sort-desc": "по убыванию",
12
- "sort-custom": "пользовательский выбор"
13
- }
14
- } };
15
-
16
- //#endregion
17
- export { locale as default };
@@ -1,17 +0,0 @@
1
- //#region src/locale/sk-SK.ts
2
- const locale = { sheetsSort: {
3
- title: "Triedenie",
4
- toolbar: {
5
- "sort-asc": "vzostupné poradie",
6
- "sort-desc": "zostupné poradie",
7
- "sort-custom": "vlastné poradie"
8
- },
9
- "context-menu": {
10
- "sort-asc": "vzostupné poradie",
11
- "sort-desc": "zostupné poradie",
12
- "sort-custom": "vlastné poradie"
13
- }
14
- } };
15
-
16
- //#endregion
17
- export { locale as default };
@@ -1,17 +0,0 @@
1
- //#region src/locale/vi-VN.ts
2
- const locale = { sheetsSort: {
3
- title: "Sort",
4
- toolbar: {
5
- "sort-asc": "ascending order",
6
- "sort-desc": "descending order",
7
- "sort-custom": "custom order"
8
- },
9
- "context-menu": {
10
- "sort-asc": "ascending order",
11
- "sort-desc": "descending order",
12
- "sort-custom": "custom order"
13
- }
14
- } };
15
-
16
- //#endregion
17
- export { locale as default };
@@ -1,17 +0,0 @@
1
- //#region src/locale/zh-CN.ts
2
- const locale = { sheetsSort: {
3
- title: "排序",
4
- toolbar: {
5
- "sort-asc": "升序",
6
- "sort-desc": "降序",
7
- "sort-custom": "自定义排序"
8
- },
9
- "context-menu": {
10
- "sort-asc": "升序",
11
- "sort-desc": "降序",
12
- "sort-custom": "自定义排序"
13
- }
14
- } };
15
-
16
- //#endregion
17
- export { locale as default };
@@ -1,17 +0,0 @@
1
- //#region src/locale/zh-TW.ts
2
- const locale = { sheetsSort: {
3
- title: "Sắp xếp",
4
- toolbar: {
5
- "sort-asc": "Tăng dần",
6
- "sort-desc": "Giảm dần",
7
- "sort-custom": "Sắp xếp tùy chỉnh"
8
- },
9
- "context-menu": {
10
- "sort-asc": "Tăng dần",
11
- "sort-desc": "Giảm dần",
12
- "sort-custom": "Sắp xếp tùy chỉnh"
13
- }
14
- } };
15
-
16
- //#endregion
17
- export { locale as default };
@@ -1,17 +0,0 @@
1
- //#region src/locale/ca-ES.ts
2
- const locale = { sheetsSort: {
3
- title: "Ordena",
4
- toolbar: {
5
- "sort-asc": "ordre ascendent",
6
- "sort-desc": "ordre descendent",
7
- "sort-custom": "ordre personalitzat"
8
- },
9
- "context-menu": {
10
- "sort-asc": "ordre ascendent",
11
- "sort-desc": "ordre descendent",
12
- "sort-custom": "ordre personalitzat"
13
- }
14
- } };
15
-
16
- //#endregion
17
- export { locale as default };
@@ -1,32 +0,0 @@
1
- //#region src/locale/en-US.ts
2
- /**
3
- * Copyright 2023-present DreamNum Co., Ltd.
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- const locale = { sheetsSort: {
18
- title: "Sort",
19
- toolbar: {
20
- "sort-asc": "ascending order",
21
- "sort-desc": "descending order",
22
- "sort-custom": "custom order"
23
- },
24
- "context-menu": {
25
- "sort-asc": "ascending order",
26
- "sort-desc": "descending order",
27
- "sort-custom": "custom order"
28
- }
29
- } };
30
-
31
- //#endregion
32
- export { locale as default };
@@ -1,17 +0,0 @@
1
- //#region src/locale/es-ES.ts
2
- const locale = { sheetsSort: {
3
- title: "Ordenar",
4
- toolbar: {
5
- "sort-asc": "orden ascendente",
6
- "sort-desc": "orden descendente",
7
- "sort-custom": "orden personalizado"
8
- },
9
- "context-menu": {
10
- "sort-asc": "orden ascendente",
11
- "sort-desc": "orden descendente",
12
- "sort-custom": "orden personalizado"
13
- }
14
- } };
15
-
16
- //#endregion
17
- export { locale as default };
@@ -1,17 +0,0 @@
1
- //#region src/locale/fa-IR.ts
2
- const locale = { sheetsSort: {
3
- title: "مرتب‌سازی",
4
- toolbar: {
5
- "sort-asc": "ترتیب صعودی",
6
- "sort-desc": "ترتیب نزولی",
7
- "sort-custom": "ترتیب سفارشی"
8
- },
9
- "context-menu": {
10
- "sort-asc": "ترتیب صعودی",
11
- "sort-desc": "ترتیب نزولی",
12
- "sort-custom": "ترتیب سفارشی"
13
- }
14
- } };
15
-
16
- //#endregion
17
- export { locale as default };
@@ -1,17 +0,0 @@
1
- //#region src/locale/fr-FR.ts
2
- const locale = { sheetsSort: {
3
- title: "Trier",
4
- toolbar: {
5
- "sort-asc": "ordre croissant",
6
- "sort-desc": "ordre décroissant",
7
- "sort-custom": "ordre personnalisé"
8
- },
9
- "context-menu": {
10
- "sort-asc": "ordre croissant",
11
- "sort-desc": "ordre décroissant",
12
- "sort-custom": "ordre personnalisé"
13
- }
14
- } };
15
-
16
- //#endregion
17
- export { locale as default };
@@ -1,17 +0,0 @@
1
- //#region src/locale/ja-JP.ts
2
- const locale = { sheetsSort: {
3
- title: "並べ替え",
4
- toolbar: {
5
- "sort-asc": "昇順",
6
- "sort-desc": "降順",
7
- "sort-custom": "カスタム順序"
8
- },
9
- "context-menu": {
10
- "sort-asc": "昇順",
11
- "sort-desc": "降順",
12
- "sort-custom": "カスタム順序"
13
- }
14
- } };
15
-
16
- //#endregion
17
- export { locale as default };
@@ -1,17 +0,0 @@
1
- //#region src/locale/ko-KR.ts
2
- const locale = { sheetsSort: {
3
- title: "정렬",
4
- toolbar: {
5
- "sort-asc": "오름차순",
6
- "sort-desc": "내림차순",
7
- "sort-custom": "사용자 정의 순서"
8
- },
9
- "context-menu": {
10
- "sort-asc": "오름차순",
11
- "sort-desc": "내림차순",
12
- "sort-custom": "사용자 정의 순서"
13
- }
14
- } };
15
-
16
- //#endregion
17
- export { locale as default };
@@ -1,17 +0,0 @@
1
- //#region src/locale/ru-RU.ts
2
- const locale = { sheetsSort: {
3
- title: "Sort",
4
- toolbar: {
5
- "sort-asc": "по возрастанию",
6
- "sort-desc": "по убыванию",
7
- "sort-custom": "пользовательский выбор"
8
- },
9
- "context-menu": {
10
- "sort-asc": "по возрастанию",
11
- "sort-desc": "по убыванию",
12
- "sort-custom": "пользовательский выбор"
13
- }
14
- } };
15
-
16
- //#endregion
17
- export { locale as default };
@@ -1,17 +0,0 @@
1
- //#region src/locale/sk-SK.ts
2
- const locale = { sheetsSort: {
3
- title: "Triedenie",
4
- toolbar: {
5
- "sort-asc": "vzostupné poradie",
6
- "sort-desc": "zostupné poradie",
7
- "sort-custom": "vlastné poradie"
8
- },
9
- "context-menu": {
10
- "sort-asc": "vzostupné poradie",
11
- "sort-desc": "zostupné poradie",
12
- "sort-custom": "vlastné poradie"
13
- }
14
- } };
15
-
16
- //#endregion
17
- export { locale as default };
@@ -1,17 +0,0 @@
1
- //#region src/locale/vi-VN.ts
2
- const locale = { sheetsSort: {
3
- title: "Sort",
4
- toolbar: {
5
- "sort-asc": "ascending order",
6
- "sort-desc": "descending order",
7
- "sort-custom": "custom order"
8
- },
9
- "context-menu": {
10
- "sort-asc": "ascending order",
11
- "sort-desc": "descending order",
12
- "sort-custom": "custom order"
13
- }
14
- } };
15
-
16
- //#endregion
17
- export { locale as default };
@@ -1,17 +0,0 @@
1
- //#region src/locale/zh-CN.ts
2
- const locale = { sheetsSort: {
3
- title: "排序",
4
- toolbar: {
5
- "sort-asc": "升序",
6
- "sort-desc": "降序",
7
- "sort-custom": "自定义排序"
8
- },
9
- "context-menu": {
10
- "sort-asc": "升序",
11
- "sort-desc": "降序",
12
- "sort-custom": "自定义排序"
13
- }
14
- } };
15
-
16
- //#endregion
17
- export { locale as default };
@@ -1,17 +0,0 @@
1
- //#region src/locale/zh-TW.ts
2
- const locale = { sheetsSort: {
3
- title: "Sắp xếp",
4
- toolbar: {
5
- "sort-asc": "Tăng dần",
6
- "sort-desc": "Giảm dần",
7
- "sort-custom": "Sắp xếp tùy chỉnh"
8
- },
9
- "context-menu": {
10
- "sort-asc": "Tăng dần",
11
- "sort-desc": "Giảm dần",
12
- "sort-custom": "Sắp xếp tùy chỉnh"
13
- }
14
- } };
15
-
16
- //#endregion
17
- export { locale as default };
@@ -1,18 +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 enUS from './en-US';
17
- declare const locale: typeof enUS;
18
- export default locale;
@@ -1,31 +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
- declare const locale: {
17
- sheetsSort: {
18
- title: string;
19
- toolbar: {
20
- 'sort-asc': string;
21
- 'sort-desc': string;
22
- 'sort-custom': string;
23
- };
24
- 'context-menu': {
25
- 'sort-asc': string;
26
- 'sort-desc': string;
27
- 'sort-custom': string;
28
- };
29
- };
30
- };
31
- export default locale;
@@ -1,18 +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 enUS from './en-US';
17
- declare const locale: typeof enUS;
18
- export default locale;
@@ -1,18 +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 enUS from './en-US';
17
- declare const locale: typeof enUS;
18
- export default locale;
@@ -1,18 +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 enUS from './en-US';
17
- declare const locale: typeof enUS;
18
- export default locale;
@@ -1,18 +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 enUS from './en-US';
17
- declare const locale: typeof enUS;
18
- export default locale;
@@ -1,18 +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 enUS from './en-US';
17
- declare const locale: typeof enUS;
18
- export default locale;
@@ -1,18 +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 enUS from './en-US';
17
- declare const locale: typeof enUS;
18
- export default locale;
@@ -1,18 +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 enUS from './en-US';
17
- declare const locale: typeof enUS;
18
- export default locale;
@@ -1,18 +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 enUS from './en-US';
17
- declare const locale: typeof enUS;
18
- export default locale;
@@ -1,18 +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 enUS from './en-US';
17
- declare const locale: typeof enUS;
18
- export default locale;
@@ -1,18 +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 enUS from './en-US';
17
- declare const locale: typeof enUS;
18
- export default locale;
@@ -1 +0,0 @@
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.UniverSheetsSortCaES=t())})(this,function(){return{sheetsSort:{title:`Ordena`,toolbar:{"sort-asc":`ordre ascendent`,"sort-desc":`ordre descendent`,"sort-custom":`ordre personalitzat`},"context-menu":{"sort-asc":`ordre ascendent`,"sort-desc":`ordre descendent`,"sort-custom":`ordre personalitzat`}}}});
@@ -1 +0,0 @@
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.UniverSheetsSortEnUS=t())})(this,function(){return{sheetsSort:{title:`Sort`,toolbar:{"sort-asc":`ascending order`,"sort-desc":`descending order`,"sort-custom":`custom order`},"context-menu":{"sort-asc":`ascending order`,"sort-desc":`descending order`,"sort-custom":`custom order`}}}});
@@ -1 +0,0 @@
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.UniverSheetsSortEsES=t())})(this,function(){return{sheetsSort:{title:`Ordenar`,toolbar:{"sort-asc":`orden ascendente`,"sort-desc":`orden descendente`,"sort-custom":`orden personalizado`},"context-menu":{"sort-asc":`orden ascendente`,"sort-desc":`orden descendente`,"sort-custom":`orden personalizado`}}}});
@@ -1 +0,0 @@
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.UniverSheetsSortFaIR=t())})(this,function(){return{sheetsSort:{title:`مرتب‌سازی`,toolbar:{"sort-asc":`ترتیب صعودی`,"sort-desc":`ترتیب نزولی`,"sort-custom":`ترتیب سفارشی`},"context-menu":{"sort-asc":`ترتیب صعودی`,"sort-desc":`ترتیب نزولی`,"sort-custom":`ترتیب سفارشی`}}}});
@@ -1 +0,0 @@
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.UniverSheetsSortFrFR=t())})(this,function(){return{sheetsSort:{title:`Trier`,toolbar:{"sort-asc":`ordre croissant`,"sort-desc":`ordre décroissant`,"sort-custom":`ordre personnalisé`},"context-menu":{"sort-asc":`ordre croissant`,"sort-desc":`ordre décroissant`,"sort-custom":`ordre personnalisé`}}}});
@@ -1 +0,0 @@
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.UniverSheetsSortJaJP=t())})(this,function(){return{sheetsSort:{title:`並べ替え`,toolbar:{"sort-asc":`昇順`,"sort-desc":`降順`,"sort-custom":`カスタム順序`},"context-menu":{"sort-asc":`昇順`,"sort-desc":`降順`,"sort-custom":`カスタム順序`}}}});
@@ -1 +0,0 @@
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.UniverSheetsSortKoKR=t())})(this,function(){return{sheetsSort:{title:`정렬`,toolbar:{"sort-asc":`오름차순`,"sort-desc":`내림차순`,"sort-custom":`사용자 정의 순서`},"context-menu":{"sort-asc":`오름차순`,"sort-desc":`내림차순`,"sort-custom":`사용자 정의 순서`}}}});
@@ -1 +0,0 @@
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.UniverSheetsSortRuRU=t())})(this,function(){return{sheetsSort:{title:`Sort`,toolbar:{"sort-asc":`по возрастанию`,"sort-desc":`по убыванию`,"sort-custom":`пользовательский выбор`},"context-menu":{"sort-asc":`по возрастанию`,"sort-desc":`по убыванию`,"sort-custom":`пользовательский выбор`}}}});
@@ -1 +0,0 @@
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.UniverSheetsSortSkSK=t())})(this,function(){return{sheetsSort:{title:`Triedenie`,toolbar:{"sort-asc":`vzostupné poradie`,"sort-desc":`zostupné poradie`,"sort-custom":`vlastné poradie`},"context-menu":{"sort-asc":`vzostupné poradie`,"sort-desc":`zostupné poradie`,"sort-custom":`vlastné poradie`}}}});
@@ -1 +0,0 @@
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.UniverSheetsSortViVN=t())})(this,function(){return{sheetsSort:{title:`Sort`,toolbar:{"sort-asc":`ascending order`,"sort-desc":`descending order`,"sort-custom":`custom order`},"context-menu":{"sort-asc":`ascending order`,"sort-desc":`descending order`,"sort-custom":`custom order`}}}});