@univerjs/thread-comment-ui 0.4.2 → 0.5.0-beta.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 +11 -3
- package/lib/cjs/locale/en-US.js +1 -0
- package/lib/cjs/locale/fa-IR.js +1 -0
- package/lib/cjs/locale/ru-RU.js +1 -0
- package/lib/cjs/locale/vi-VN.js +1 -0
- package/lib/cjs/locale/zh-CN.js +1 -0
- package/lib/cjs/locale/zh-TW.js +1 -0
- package/lib/es/index.js +698 -921
- package/lib/es/locale/en-US.js +36 -0
- package/lib/es/locale/fa-IR.js +36 -0
- package/lib/es/locale/ru-RU.js +36 -0
- package/lib/es/locale/vi-VN.js +36 -0
- package/lib/es/locale/zh-CN.js +36 -0
- package/lib/es/locale/zh-TW.js +36 -0
- package/lib/types/index.d.ts +0 -1
- package/lib/types/views/thread-comment-editor/util.d.ts +1 -1
- package/lib/umd/index.js +11 -3
- package/lib/umd/locale/en-US.js +1 -0
- package/lib/umd/locale/fa-IR.js +1 -0
- package/lib/umd/locale/ru-RU.js +1 -0
- package/lib/umd/locale/vi-VN.js +1 -0
- package/lib/umd/locale/zh-CN.js +1 -0
- package/lib/umd/locale/zh-TW.js +1 -0
- package/package.json +30 -23
- package/lib/locale/en-US.json +0 -33
- package/lib/locale/fa-IR.json +0 -33
- package/lib/locale/ru-RU.json +0 -33
- package/lib/locale/vi-VN.json +0 -33
- package/lib/locale/zh-CN.json +0 -33
- package/lib/locale/zh-TW.json +0 -33
- package/lib/types/common/utils.d.ts +0 -16
package/lib/locale/ru-RU.json
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"threadCommentUI": {
|
|
3
|
-
"panel": {
|
|
4
|
-
"title": "Comment Management",
|
|
5
|
-
"empty": "No comments yet",
|
|
6
|
-
"filterEmpty": "No match result",
|
|
7
|
-
"reset": "Reset Filter",
|
|
8
|
-
"addComment": "Add Comment"
|
|
9
|
-
},
|
|
10
|
-
"editor": {
|
|
11
|
-
"placeholder": "Reply or add others with @",
|
|
12
|
-
"reply": "Comment",
|
|
13
|
-
"cancel": "Cancel",
|
|
14
|
-
"save": "Save"
|
|
15
|
-
},
|
|
16
|
-
"item": {
|
|
17
|
-
"edit": "Edit",
|
|
18
|
-
"delete": "Delete This Comment"
|
|
19
|
-
},
|
|
20
|
-
"filter": {
|
|
21
|
-
"sheet": {
|
|
22
|
-
"all": "All sheet",
|
|
23
|
-
"current": "Current sheet"
|
|
24
|
-
},
|
|
25
|
-
"status": {
|
|
26
|
-
"all": "All comments",
|
|
27
|
-
"resolved": "Resolved",
|
|
28
|
-
"unsolved": "Not resolved",
|
|
29
|
-
"concernMe": "Concern me"
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
}
|
package/lib/locale/vi-VN.json
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"threadCommentUI": {
|
|
3
|
-
"panel": {
|
|
4
|
-
"title": "Quản lý Bình luận",
|
|
5
|
-
"empty": "Chưa có bình luận",
|
|
6
|
-
"filterEmpty": "Không có kết quả phù hợp",
|
|
7
|
-
"reset": "Đặt lại",
|
|
8
|
-
"addComment": "Thêm bình luận"
|
|
9
|
-
},
|
|
10
|
-
"editor": {
|
|
11
|
-
"placeholder": "Phản hồi",
|
|
12
|
-
"reply": "Phản hồi",
|
|
13
|
-
"cancel": "Hủy",
|
|
14
|
-
"save": "Lưu"
|
|
15
|
-
},
|
|
16
|
-
"item": {
|
|
17
|
-
"edit": "Chỉnh sửa",
|
|
18
|
-
"delete": "Xóa"
|
|
19
|
-
},
|
|
20
|
-
"filter": {
|
|
21
|
-
"sheet": {
|
|
22
|
-
"all": "Tất cả bảng",
|
|
23
|
-
"current": "Bảng hiện tại"
|
|
24
|
-
},
|
|
25
|
-
"status": {
|
|
26
|
-
"all": "Tất cả bình luận",
|
|
27
|
-
"resolved": "Đã giải quyết",
|
|
28
|
-
"unsolved": "Chưa giải quyết",
|
|
29
|
-
"concernMe": "Liên quan đến tôi"
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
}
|
package/lib/locale/zh-CN.json
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"threadCommentUI": {
|
|
3
|
-
"panel": {
|
|
4
|
-
"title": "评论管理",
|
|
5
|
-
"empty": "暂无评论",
|
|
6
|
-
"filterEmpty": "没有匹配的结果",
|
|
7
|
-
"reset": "重置",
|
|
8
|
-
"addComment": "添加评论"
|
|
9
|
-
},
|
|
10
|
-
"editor": {
|
|
11
|
-
"placeholder": "回复",
|
|
12
|
-
"reply": "回复",
|
|
13
|
-
"cancel": "取消",
|
|
14
|
-
"save": "保存"
|
|
15
|
-
},
|
|
16
|
-
"item": {
|
|
17
|
-
"edit": "编辑",
|
|
18
|
-
"delete": "删除"
|
|
19
|
-
},
|
|
20
|
-
"filter": {
|
|
21
|
-
"sheet": {
|
|
22
|
-
"all": "所有表格",
|
|
23
|
-
"current": "当前表格"
|
|
24
|
-
},
|
|
25
|
-
"status": {
|
|
26
|
-
"all": "所有评论",
|
|
27
|
-
"resolved": "已解决",
|
|
28
|
-
"unsolved": "未解决",
|
|
29
|
-
"concernMe": "与我有关"
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
}
|
package/lib/locale/zh-TW.json
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"threadCommentUI": {
|
|
3
|
-
"panel": {
|
|
4
|
-
"title": "評論管理",
|
|
5
|
-
"empty": "暫無評論",
|
|
6
|
-
"filterEmpty": "沒有符合的結果",
|
|
7
|
-
"reset": "重置",
|
|
8
|
-
"addComment": "新增評論"
|
|
9
|
-
},
|
|
10
|
-
"editor": {
|
|
11
|
-
"placeholder": "回覆",
|
|
12
|
-
"reply": "回覆",
|
|
13
|
-
"cancel": "取消",
|
|
14
|
-
"save": "儲存"
|
|
15
|
-
},
|
|
16
|
-
"item": {
|
|
17
|
-
"edit": "編輯",
|
|
18
|
-
"delete": "刪除"
|
|
19
|
-
},
|
|
20
|
-
"filter": {
|
|
21
|
-
"sheet": {
|
|
22
|
-
"all": "所有表格",
|
|
23
|
-
"current": "當前表格"
|
|
24
|
-
},
|
|
25
|
-
"status": {
|
|
26
|
-
"all": "所有評論",
|
|
27
|
-
"resolved": "已解決",
|
|
28
|
-
"unsolved": "未解決",
|
|
29
|
-
"concernMe": "與我有關"
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright 2023-present DreamNum Inc.
|
|
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
|
-
export declare function getDT(): string;
|