@univerjs/sheets-thread-comment-ui 0.20.1 → 0.21.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.
- package/lib/cjs/index.js +1099 -1
- package/lib/cjs/locale/ca-ES.js +9 -1
- package/lib/cjs/locale/en-US.js +24 -1
- package/lib/cjs/locale/es-ES.js +9 -1
- package/lib/cjs/locale/fa-IR.js +9 -1
- package/lib/cjs/locale/fr-FR.js +9 -1
- package/lib/cjs/locale/ja-JP.js +9 -1
- package/lib/cjs/locale/ko-KR.js +9 -1
- package/lib/cjs/locale/ru-RU.js +9 -1
- package/lib/cjs/locale/sk-SK.js +9 -1
- package/lib/cjs/locale/vi-VN.js +9 -1
- package/lib/cjs/locale/zh-CN.js +9 -1
- package/lib/cjs/locale/zh-TW.js +9 -1
- package/lib/es/index.js +1043 -1
- package/lib/es/locale/ca-ES.js +8 -1
- package/lib/es/locale/en-US.js +23 -1
- package/lib/es/locale/es-ES.js +8 -1
- package/lib/es/locale/fa-IR.js +8 -1
- package/lib/es/locale/fr-FR.js +8 -1
- package/lib/es/locale/ja-JP.js +8 -1
- package/lib/es/locale/ko-KR.js +8 -1
- package/lib/es/locale/ru-RU.js +8 -1
- package/lib/es/locale/sk-SK.js +8 -1
- package/lib/es/locale/vi-VN.js +8 -1
- package/lib/es/locale/zh-CN.js +8 -1
- package/lib/es/locale/zh-TW.js +8 -1
- package/lib/index.js +1043 -1
- package/lib/locale/ca-ES.js +8 -1
- package/lib/locale/en-US.js +23 -1
- package/lib/locale/es-ES.js +8 -1
- package/lib/locale/fa-IR.js +8 -1
- package/lib/locale/fr-FR.js +8 -1
- package/lib/locale/ja-JP.js +8 -1
- package/lib/locale/ko-KR.js +8 -1
- package/lib/locale/ru-RU.js +8 -1
- package/lib/locale/sk-SK.js +8 -1
- package/lib/locale/vi-VN.js +8 -1
- package/lib/locale/zh-CN.js +8 -1
- package/lib/locale/zh-TW.js +8 -1
- package/lib/umd/index.js +1 -1
- package/package.json +13 -13
package/lib/es/locale/ca-ES.js
CHANGED
|
@@ -1 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
//#region src/locale/ca-ES.ts
|
|
2
|
+
const locale = { sheetThreadComment: { menu: {
|
|
3
|
+
addComment: "Afegeix un comentari",
|
|
4
|
+
commentManagement: "Gestió de comentaris"
|
|
5
|
+
} } };
|
|
6
|
+
|
|
7
|
+
//#endregion
|
|
8
|
+
export { locale as default };
|
package/lib/es/locale/en-US.js
CHANGED
|
@@ -1 +1,23 @@
|
|
|
1
|
-
|
|
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 = { sheetThreadComment: { menu: {
|
|
18
|
+
addComment: "Add Comment",
|
|
19
|
+
commentManagement: "Comment Management"
|
|
20
|
+
} } };
|
|
21
|
+
|
|
22
|
+
//#endregion
|
|
23
|
+
export { locale as default };
|
package/lib/es/locale/es-ES.js
CHANGED
|
@@ -1 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
//#region src/locale/es-ES.ts
|
|
2
|
+
const locale = { sheetThreadComment: { menu: {
|
|
3
|
+
addComment: "Añadir comentario",
|
|
4
|
+
commentManagement: "Gestión de comentarios"
|
|
5
|
+
} } };
|
|
6
|
+
|
|
7
|
+
//#endregion
|
|
8
|
+
export { locale as default };
|
package/lib/es/locale/fa-IR.js
CHANGED
|
@@ -1 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
//#region src/locale/fa-IR.ts
|
|
2
|
+
const locale = { sheetThreadComment: { menu: {
|
|
3
|
+
addComment: "افزودن نظر",
|
|
4
|
+
commentManagement: "مدیریت نظر"
|
|
5
|
+
} } };
|
|
6
|
+
|
|
7
|
+
//#endregion
|
|
8
|
+
export { locale as default };
|
package/lib/es/locale/fr-FR.js
CHANGED
|
@@ -1 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
//#region src/locale/fr-FR.ts
|
|
2
|
+
const locale = { sheetThreadComment: { menu: {
|
|
3
|
+
addComment: "Ajouter un commentaire",
|
|
4
|
+
commentManagement: "Gestion des commentaires"
|
|
5
|
+
} } };
|
|
6
|
+
|
|
7
|
+
//#endregion
|
|
8
|
+
export { locale as default };
|
package/lib/es/locale/ja-JP.js
CHANGED
|
@@ -1 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
//#region src/locale/ja-JP.ts
|
|
2
|
+
const locale = { sheetThreadComment: { menu: {
|
|
3
|
+
addComment: "コメントを追加",
|
|
4
|
+
commentManagement: "コメント管理"
|
|
5
|
+
} } };
|
|
6
|
+
|
|
7
|
+
//#endregion
|
|
8
|
+
export { locale as default };
|
package/lib/es/locale/ko-KR.js
CHANGED
|
@@ -1 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
//#region src/locale/ko-KR.ts
|
|
2
|
+
const locale = { sheetThreadComment: { menu: {
|
|
3
|
+
addComment: "댓글 추가",
|
|
4
|
+
commentManagement: "댓글 관리"
|
|
5
|
+
} } };
|
|
6
|
+
|
|
7
|
+
//#endregion
|
|
8
|
+
export { locale as default };
|
package/lib/es/locale/ru-RU.js
CHANGED
|
@@ -1 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
//#region src/locale/ru-RU.ts
|
|
2
|
+
const locale = { sheetThreadComment: { menu: {
|
|
3
|
+
addComment: "Добавить комментарий",
|
|
4
|
+
commentManagement: "Управление комментариями"
|
|
5
|
+
} } };
|
|
6
|
+
|
|
7
|
+
//#endregion
|
|
8
|
+
export { locale as default };
|
package/lib/es/locale/sk-SK.js
CHANGED
|
@@ -1 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
//#region src/locale/sk-SK.ts
|
|
2
|
+
const locale = { sheetThreadComment: { menu: {
|
|
3
|
+
addComment: "Pridať komentár",
|
|
4
|
+
commentManagement: "Správa komentárov"
|
|
5
|
+
} } };
|
|
6
|
+
|
|
7
|
+
//#endregion
|
|
8
|
+
export { locale as default };
|
package/lib/es/locale/vi-VN.js
CHANGED
|
@@ -1 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
//#region src/locale/vi-VN.ts
|
|
2
|
+
const locale = { sheetThreadComment: { menu: {
|
|
3
|
+
addComment: "Thêm bình luận",
|
|
4
|
+
commentManagement: "Quản lý bình luận"
|
|
5
|
+
} } };
|
|
6
|
+
|
|
7
|
+
//#endregion
|
|
8
|
+
export { locale as default };
|
package/lib/es/locale/zh-CN.js
CHANGED
|
@@ -1 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
//#region src/locale/zh-CN.ts
|
|
2
|
+
const locale = { sheetThreadComment: { menu: {
|
|
3
|
+
addComment: "添加评论",
|
|
4
|
+
commentManagement: "评论管理"
|
|
5
|
+
} } };
|
|
6
|
+
|
|
7
|
+
//#endregion
|
|
8
|
+
export { locale as default };
|
package/lib/es/locale/zh-TW.js
CHANGED
|
@@ -1 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
//#region src/locale/zh-TW.ts
|
|
2
|
+
const locale = { sheetThreadComment: { menu: {
|
|
3
|
+
addComment: "新增評論",
|
|
4
|
+
commentManagement: "評論管理"
|
|
5
|
+
} } };
|
|
6
|
+
|
|
7
|
+
//#endregion
|
|
8
|
+
export { locale as default };
|