@univerjs/sheets-thread-comment-ui 0.24.0 → 0.25.0-insiders.20260604-29ebbff
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 +14 -14
- package/lib/cjs/locale/ar-SA.js +12 -0
- package/lib/cjs/locale/ca-ES.js +7 -4
- package/lib/cjs/locale/de-DE.js +12 -0
- package/lib/cjs/locale/en-US.js +7 -4
- package/lib/cjs/locale/es-ES.js +7 -4
- package/lib/cjs/locale/fa-IR.js +7 -4
- package/lib/cjs/locale/fr-FR.js +7 -4
- package/lib/cjs/locale/id-ID.js +12 -0
- package/lib/cjs/locale/it-IT.js +12 -0
- package/lib/cjs/locale/ja-JP.js +7 -4
- package/lib/cjs/locale/ko-KR.js +7 -4
- package/lib/cjs/locale/pl-PL.js +12 -0
- package/lib/cjs/locale/pt-BR.js +12 -0
- package/lib/cjs/locale/ru-RU.js +7 -4
- package/lib/cjs/locale/sk-SK.js +7 -4
- package/lib/cjs/locale/vi-VN.js +7 -4
- package/lib/cjs/locale/zh-CN.js +7 -4
- package/lib/cjs/locale/zh-HK.js +12 -0
- package/lib/cjs/locale/zh-TW.js +7 -4
- package/lib/es/index.js +14 -14
- package/lib/es/locale/ar-SA.js +11 -0
- package/lib/es/locale/ca-ES.js +7 -4
- package/lib/es/locale/de-DE.js +11 -0
- package/lib/es/locale/en-US.js +7 -4
- package/lib/es/locale/es-ES.js +7 -4
- package/lib/es/locale/fa-IR.js +7 -4
- package/lib/es/locale/fr-FR.js +7 -4
- package/lib/es/locale/id-ID.js +11 -0
- package/lib/es/locale/it-IT.js +11 -0
- package/lib/es/locale/ja-JP.js +7 -4
- package/lib/es/locale/ko-KR.js +7 -4
- package/lib/es/locale/pl-PL.js +11 -0
- package/lib/es/locale/pt-BR.js +11 -0
- package/lib/es/locale/ru-RU.js +7 -4
- package/lib/es/locale/sk-SK.js +7 -4
- package/lib/es/locale/vi-VN.js +7 -4
- package/lib/es/locale/zh-CN.js +7 -4
- package/lib/es/locale/zh-HK.js +11 -0
- package/lib/es/locale/zh-TW.js +7 -4
- package/lib/index.js +14 -14
- package/lib/locale/ar-SA.js +11 -0
- package/lib/locale/ca-ES.js +7 -4
- package/lib/locale/de-DE.js +11 -0
- package/lib/locale/en-US.js +7 -4
- package/lib/locale/es-ES.js +7 -4
- package/lib/locale/fa-IR.js +7 -4
- package/lib/locale/fr-FR.js +7 -4
- package/lib/locale/id-ID.js +11 -0
- package/lib/locale/it-IT.js +11 -0
- package/lib/locale/ja-JP.js +7 -4
- package/lib/locale/ko-KR.js +7 -4
- package/lib/locale/pl-PL.js +11 -0
- package/lib/locale/pt-BR.js +11 -0
- package/lib/locale/ru-RU.js +7 -4
- package/lib/locale/sk-SK.js +7 -4
- package/lib/locale/vi-VN.js +7 -4
- package/lib/locale/zh-CN.js +7 -4
- package/lib/locale/zh-HK.js +11 -0
- package/lib/locale/zh-TW.js +7 -4
- package/lib/types/locale/ar-SA.d.ts +18 -0
- package/lib/types/locale/de-DE.d.ts +18 -0
- package/lib/types/locale/en-US.d.ts +4 -1
- package/lib/types/locale/id-ID.d.ts +18 -0
- package/lib/types/locale/it-IT.d.ts +18 -0
- package/lib/types/locale/pl-PL.d.ts +18 -0
- package/lib/types/locale/pt-BR.d.ts +18 -0
- package/lib/types/locale/zh-HK.d.ts +18 -0
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -0
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -0
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -0
- package/lib/umd/locale/it-IT.js +1 -0
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -0
- package/lib/umd/locale/pt-BR.js +1 -0
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -0
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +13 -13
- package/LICENSE +0 -176
package/lib/es/locale/fr-FR.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
//#region src/locale/fr-FR.ts
|
|
2
|
-
const locale = {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
const locale = { "sheets-thread-comment-ui": {
|
|
3
|
+
panel: { title: "Gestion des commentaires" },
|
|
4
|
+
menu: {
|
|
5
|
+
addComment: "Ajouter un commentaire",
|
|
6
|
+
commentManagement: "Gestion des commentaires"
|
|
7
|
+
}
|
|
8
|
+
} };
|
|
6
9
|
|
|
7
10
|
//#endregion
|
|
8
11
|
export { locale as default };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
//#region src/locale/id-ID.ts
|
|
2
|
+
const locale = { "sheets-thread-comment-ui": {
|
|
3
|
+
panel: { title: "Manajemen Komentar" },
|
|
4
|
+
menu: {
|
|
5
|
+
addComment: "Tambah Komentar",
|
|
6
|
+
commentManagement: "Manajemen Komentar"
|
|
7
|
+
}
|
|
8
|
+
} };
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
export { locale as default };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
//#region src/locale/it-IT.ts
|
|
2
|
+
const locale = { "sheets-thread-comment-ui": {
|
|
3
|
+
panel: { title: "Gestione commenti" },
|
|
4
|
+
menu: {
|
|
5
|
+
addComment: "Aggiungi commento",
|
|
6
|
+
commentManagement: "Gestione commenti"
|
|
7
|
+
}
|
|
8
|
+
} };
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
export { locale as default };
|
package/lib/es/locale/ja-JP.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
//#region src/locale/ja-JP.ts
|
|
2
|
-
const locale = {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
const locale = { "sheets-thread-comment-ui": {
|
|
3
|
+
panel: { title: "コメント管理" },
|
|
4
|
+
menu: {
|
|
5
|
+
addComment: "コメントを追加",
|
|
6
|
+
commentManagement: "コメント管理"
|
|
7
|
+
}
|
|
8
|
+
} };
|
|
6
9
|
|
|
7
10
|
//#endregion
|
|
8
11
|
export { locale as default };
|
package/lib/es/locale/ko-KR.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
//#region src/locale/ko-KR.ts
|
|
2
|
-
const locale = {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
const locale = { "sheets-thread-comment-ui": {
|
|
3
|
+
panel: { title: "댓글 관리" },
|
|
4
|
+
menu: {
|
|
5
|
+
addComment: "댓글 추가",
|
|
6
|
+
commentManagement: "댓글 관리"
|
|
7
|
+
}
|
|
8
|
+
} };
|
|
6
9
|
|
|
7
10
|
//#endregion
|
|
8
11
|
export { locale as default };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
//#region src/locale/pl-PL.ts
|
|
2
|
+
const locale = { "sheets-thread-comment-ui": {
|
|
3
|
+
panel: { title: "Zarządzanie komentarzami" },
|
|
4
|
+
menu: {
|
|
5
|
+
addComment: "Dodaj komentarz",
|
|
6
|
+
commentManagement: "Zarządzanie komentarzami"
|
|
7
|
+
}
|
|
8
|
+
} };
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
export { locale as default };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
//#region src/locale/pt-BR.ts
|
|
2
|
+
const locale = { "sheets-thread-comment-ui": {
|
|
3
|
+
panel: { title: "Gerenciamento de Comentários" },
|
|
4
|
+
menu: {
|
|
5
|
+
addComment: "Adicionar Comentário",
|
|
6
|
+
commentManagement: "Gerenciamento de Comentários"
|
|
7
|
+
}
|
|
8
|
+
} };
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
export { locale as default };
|
package/lib/es/locale/ru-RU.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
//#region src/locale/ru-RU.ts
|
|
2
|
-
const locale = {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
const locale = { "sheets-thread-comment-ui": {
|
|
3
|
+
panel: { title: "Управление комментариями" },
|
|
4
|
+
menu: {
|
|
5
|
+
addComment: "Добавить комментарий",
|
|
6
|
+
commentManagement: "Управление комментариями"
|
|
7
|
+
}
|
|
8
|
+
} };
|
|
6
9
|
|
|
7
10
|
//#endregion
|
|
8
11
|
export { locale as default };
|
package/lib/es/locale/sk-SK.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
//#region src/locale/sk-SK.ts
|
|
2
|
-
const locale = {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
const locale = { "sheets-thread-comment-ui": {
|
|
3
|
+
panel: { title: "Správa komentárov" },
|
|
4
|
+
menu: {
|
|
5
|
+
addComment: "Pridať komentár",
|
|
6
|
+
commentManagement: "Správa komentárov"
|
|
7
|
+
}
|
|
8
|
+
} };
|
|
6
9
|
|
|
7
10
|
//#endregion
|
|
8
11
|
export { locale as default };
|
package/lib/es/locale/vi-VN.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
//#region src/locale/vi-VN.ts
|
|
2
|
-
const locale = {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
const locale = { "sheets-thread-comment-ui": {
|
|
3
|
+
panel: { title: "Quản lý bình luận" },
|
|
4
|
+
menu: {
|
|
5
|
+
addComment: "Thêm bình luận",
|
|
6
|
+
commentManagement: "Quản lý bình luận"
|
|
7
|
+
}
|
|
8
|
+
} };
|
|
6
9
|
|
|
7
10
|
//#endregion
|
|
8
11
|
export { locale as default };
|
package/lib/es/locale/zh-CN.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
//#region src/locale/zh-CN.ts
|
|
2
|
-
const locale = {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
const locale = { "sheets-thread-comment-ui": {
|
|
3
|
+
panel: { title: "评论管理" },
|
|
4
|
+
menu: {
|
|
5
|
+
addComment: "添加评论",
|
|
6
|
+
commentManagement: "评论管理"
|
|
7
|
+
}
|
|
8
|
+
} };
|
|
6
9
|
|
|
7
10
|
//#endregion
|
|
8
11
|
export { locale as default };
|
package/lib/es/locale/zh-TW.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
//#region src/locale/zh-TW.ts
|
|
2
|
-
const locale = {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
const locale = { "sheets-thread-comment-ui": {
|
|
3
|
+
panel: { title: "評論管理" },
|
|
4
|
+
menu: {
|
|
5
|
+
addComment: "新增評論",
|
|
6
|
+
commentManagement: "評論管理"
|
|
7
|
+
}
|
|
8
|
+
} };
|
|
6
9
|
|
|
7
10
|
//#endregion
|
|
8
11
|
export { locale as default };
|
package/lib/index.js
CHANGED
|
@@ -33,7 +33,7 @@ const SHEETS_THREAD_COMMENT_PANEL = "univer.sheet.thread-comment-panel";
|
|
|
33
33
|
const PLUGIN_NAME = "SHEET_THREAD_COMMENT_UI_PLUGIN";
|
|
34
34
|
|
|
35
35
|
//#endregion
|
|
36
|
-
//#region \0@oxc-project+runtime@0.
|
|
36
|
+
//#region \0@oxc-project+runtime@0.133.0/helpers/esm/typeof.js
|
|
37
37
|
function _typeof(o) {
|
|
38
38
|
"@babel/helpers - typeof";
|
|
39
39
|
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o) {
|
|
@@ -44,7 +44,7 @@ function _typeof(o) {
|
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
//#endregion
|
|
47
|
-
//#region \0@oxc-project+runtime@0.
|
|
47
|
+
//#region \0@oxc-project+runtime@0.133.0/helpers/esm/toPrimitive.js
|
|
48
48
|
function toPrimitive(t, r) {
|
|
49
49
|
if ("object" != _typeof(t) || !t) return t;
|
|
50
50
|
var e = t[Symbol.toPrimitive];
|
|
@@ -57,14 +57,14 @@ function toPrimitive(t, r) {
|
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
//#endregion
|
|
60
|
-
//#region \0@oxc-project+runtime@0.
|
|
60
|
+
//#region \0@oxc-project+runtime@0.133.0/helpers/esm/toPropertyKey.js
|
|
61
61
|
function toPropertyKey(t) {
|
|
62
62
|
var i = toPrimitive(t, "string");
|
|
63
63
|
return "symbol" == _typeof(i) ? i : i + "";
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
//#endregion
|
|
67
|
-
//#region \0@oxc-project+runtime@0.
|
|
67
|
+
//#region \0@oxc-project+runtime@0.133.0/helpers/esm/defineProperty.js
|
|
68
68
|
function _defineProperty(e, r, t) {
|
|
69
69
|
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
70
70
|
value: t,
|
|
@@ -75,7 +75,7 @@ function _defineProperty(e, r, t) {
|
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
//#endregion
|
|
78
|
-
//#region \0@oxc-project+runtime@0.
|
|
78
|
+
//#region \0@oxc-project+runtime@0.133.0/helpers/esm/decorateParam.js
|
|
79
79
|
function __decorateParam(paramIndex, decorator) {
|
|
80
80
|
return function(target, key) {
|
|
81
81
|
decorator(target, key, paramIndex);
|
|
@@ -83,7 +83,7 @@ function __decorateParam(paramIndex, decorator) {
|
|
|
83
83
|
}
|
|
84
84
|
|
|
85
85
|
//#endregion
|
|
86
|
-
//#region \0@oxc-project+runtime@0.
|
|
86
|
+
//#region \0@oxc-project+runtime@0.133.0/helpers/esm/decorate.js
|
|
87
87
|
function __decorate(decorators, target, key, desc) {
|
|
88
88
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
89
89
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -223,7 +223,7 @@ const ToggleSheetCommentPanelOperation = {
|
|
|
223
223
|
panelService.setPanelVisible(false);
|
|
224
224
|
} else {
|
|
225
225
|
sidebarService.open({
|
|
226
|
-
header: { title: "
|
|
226
|
+
header: { title: "sheets-thread-comment-ui.panel.title" },
|
|
227
227
|
children: { label: SHEETS_THREAD_COMMENT_PANEL },
|
|
228
228
|
width: 360
|
|
229
229
|
});
|
|
@@ -236,7 +236,7 @@ const ToggleSheetCommentPanelOperation = {
|
|
|
236
236
|
//#endregion
|
|
237
237
|
//#region package.json
|
|
238
238
|
var name = "@univerjs/sheets-thread-comment-ui";
|
|
239
|
-
var version = "0.
|
|
239
|
+
var version = "0.25.0-insiders.20260604-29ebbff";
|
|
240
240
|
|
|
241
241
|
//#endregion
|
|
242
242
|
//#region src/config/config.ts
|
|
@@ -504,7 +504,7 @@ let SheetsThreadCommentPermissionController = class SheetsThreadCommentPermissio
|
|
|
504
504
|
if (!this._sheetPermissionCheckController.permissionCheckWithoutRange({
|
|
505
505
|
workbookTypes: [WorkbookCommentPermission],
|
|
506
506
|
worksheetTypes: [WorksheetViewPermission]
|
|
507
|
-
})) this._sheetPermissionCheckController.blockExecuteWithoutPermission(this._localeService.t("permission.
|
|
507
|
+
})) this._sheetPermissionCheckController.blockExecuteWithoutPermission(this._localeService.t("sheets-thread-comment-ui.permission.commentErr"));
|
|
508
508
|
} else if (id === AddCommentCommand$1.id) {
|
|
509
509
|
const { unitId, subUnitId, comment } = command.params;
|
|
510
510
|
const { row, column } = singleReferenceToGrid(comment.ref);
|
|
@@ -517,7 +517,7 @@ let SheetsThreadCommentPermissionController = class SheetsThreadCommentPermissio
|
|
|
517
517
|
startColumn: column,
|
|
518
518
|
endRow: row,
|
|
519
519
|
endColumn: column
|
|
520
|
-
}], unitId, subUnitId)) this._sheetPermissionCheckController.blockExecuteWithoutPermission(this._localeService.t("permission.
|
|
520
|
+
}], unitId, subUnitId)) this._sheetPermissionCheckController.blockExecuteWithoutPermission(this._localeService.t("sheets-thread-comment-ui.permission.commentErr"));
|
|
521
521
|
} else if (id === UpdateCommentCommand$1.id) {
|
|
522
522
|
const { unitId, subUnitId, payload } = command.params;
|
|
523
523
|
const { commentId } = payload;
|
|
@@ -533,7 +533,7 @@ let SheetsThreadCommentPermissionController = class SheetsThreadCommentPermissio
|
|
|
533
533
|
startColumn: column,
|
|
534
534
|
endRow: row,
|
|
535
535
|
endColumn: column
|
|
536
|
-
}], unitId, subUnitId)) this._sheetPermissionCheckController.blockExecuteWithoutPermission(this._localeService.t("permission.
|
|
536
|
+
}], unitId, subUnitId)) this._sheetPermissionCheckController.blockExecuteWithoutPermission(this._localeService.t("sheets-thread-comment-ui.permission.commentErr"));
|
|
537
537
|
}
|
|
538
538
|
} else if (id === ResolveCommentCommand$1.id || id === DeleteCommentCommand$1.id || id === DeleteCommentTreeCommand$1.id) {
|
|
539
539
|
const { unitId, subUnitId, commentId } = command.params;
|
|
@@ -549,7 +549,7 @@ let SheetsThreadCommentPermissionController = class SheetsThreadCommentPermissio
|
|
|
549
549
|
startColumn: column,
|
|
550
550
|
endRow: row,
|
|
551
551
|
endColumn: column
|
|
552
|
-
}], unitId, subUnitId)) this._sheetPermissionCheckController.blockExecuteWithoutPermission(this._localeService.t("permission.
|
|
552
|
+
}], unitId, subUnitId)) this._sheetPermissionCheckController.blockExecuteWithoutPermission(this._localeService.t("sheets-thread-comment-ui.permission.commentErr"));
|
|
553
553
|
}
|
|
554
554
|
}
|
|
555
555
|
}));
|
|
@@ -745,7 +745,7 @@ const threadCommentMenuFactory = (accessor) => {
|
|
|
745
745
|
id: ShowAddSheetCommentModalOperation.id,
|
|
746
746
|
type: MenuItemType.BUTTON,
|
|
747
747
|
icon: "CommentIcon",
|
|
748
|
-
title: "
|
|
748
|
+
title: "sheets-thread-comment-ui.menu.addComment",
|
|
749
749
|
hidden$: getMenuHiddenObservable(accessor, UniverInstanceType.UNIVER_SHEET),
|
|
750
750
|
disabled$: getCurrentRangeDisable$(accessor, {
|
|
751
751
|
workbookTypes: [WorkbookCommentPermission],
|
|
@@ -759,7 +759,7 @@ const threadPanelMenuFactory = (accessor) => {
|
|
|
759
759
|
id: ToggleSheetCommentPanelOperation.id,
|
|
760
760
|
type: MenuItemType.BUTTON,
|
|
761
761
|
icon: "CommentIcon",
|
|
762
|
-
tooltip: "
|
|
762
|
+
tooltip: "sheets-thread-comment-ui.menu.commentManagement",
|
|
763
763
|
disabled$: getCurrentRangeDisable$(accessor, {
|
|
764
764
|
workbookTypes: [WorkbookCommentPermission],
|
|
765
765
|
worksheetTypes: [WorksheetViewPermission],
|
package/lib/locale/ca-ES.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
//#region src/locale/ca-ES.ts
|
|
2
|
-
const locale = {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
const locale = { "sheets-thread-comment-ui": {
|
|
3
|
+
panel: { title: "Gestió de comentaris" },
|
|
4
|
+
menu: {
|
|
5
|
+
addComment: "Afegeix un comentari",
|
|
6
|
+
commentManagement: "Gestió de comentaris"
|
|
7
|
+
}
|
|
8
|
+
} };
|
|
6
9
|
|
|
7
10
|
//#endregion
|
|
8
11
|
export { locale as default };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
//#region src/locale/de-DE.ts
|
|
2
|
+
const locale = { "sheets-thread-comment-ui": {
|
|
3
|
+
panel: { title: "Kommentarverwaltung" },
|
|
4
|
+
menu: {
|
|
5
|
+
addComment: "Kommentar hinzufügen",
|
|
6
|
+
commentManagement: "Kommentarverwaltung"
|
|
7
|
+
}
|
|
8
|
+
} };
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
export { locale as default };
|
package/lib/locale/en-US.js
CHANGED
|
@@ -14,10 +14,13 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
const locale = {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
17
|
+
const locale = { "sheets-thread-comment-ui": {
|
|
18
|
+
panel: { title: "Comment Management" },
|
|
19
|
+
menu: {
|
|
20
|
+
addComment: "Add Comment",
|
|
21
|
+
commentManagement: "Comment Management"
|
|
22
|
+
}
|
|
23
|
+
} };
|
|
21
24
|
|
|
22
25
|
//#endregion
|
|
23
26
|
export { locale as default };
|
package/lib/locale/es-ES.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
//#region src/locale/es-ES.ts
|
|
2
|
-
const locale = {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
const locale = { "sheets-thread-comment-ui": {
|
|
3
|
+
panel: { title: "Gestión de comentarios" },
|
|
4
|
+
menu: {
|
|
5
|
+
addComment: "Añadir comentario",
|
|
6
|
+
commentManagement: "Gestión de comentarios"
|
|
7
|
+
}
|
|
8
|
+
} };
|
|
6
9
|
|
|
7
10
|
//#endregion
|
|
8
11
|
export { locale as default };
|
package/lib/locale/fa-IR.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
//#region src/locale/fa-IR.ts
|
|
2
|
-
const locale = {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
const locale = { "sheets-thread-comment-ui": {
|
|
3
|
+
panel: { title: "مدیریت نظر" },
|
|
4
|
+
menu: {
|
|
5
|
+
addComment: "افزودن نظر",
|
|
6
|
+
commentManagement: "مدیریت نظر"
|
|
7
|
+
}
|
|
8
|
+
} };
|
|
6
9
|
|
|
7
10
|
//#endregion
|
|
8
11
|
export { locale as default };
|
package/lib/locale/fr-FR.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
//#region src/locale/fr-FR.ts
|
|
2
|
-
const locale = {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
const locale = { "sheets-thread-comment-ui": {
|
|
3
|
+
panel: { title: "Gestion des commentaires" },
|
|
4
|
+
menu: {
|
|
5
|
+
addComment: "Ajouter un commentaire",
|
|
6
|
+
commentManagement: "Gestion des commentaires"
|
|
7
|
+
}
|
|
8
|
+
} };
|
|
6
9
|
|
|
7
10
|
//#endregion
|
|
8
11
|
export { locale as default };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
//#region src/locale/id-ID.ts
|
|
2
|
+
const locale = { "sheets-thread-comment-ui": {
|
|
3
|
+
panel: { title: "Manajemen Komentar" },
|
|
4
|
+
menu: {
|
|
5
|
+
addComment: "Tambah Komentar",
|
|
6
|
+
commentManagement: "Manajemen Komentar"
|
|
7
|
+
}
|
|
8
|
+
} };
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
export { locale as default };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
//#region src/locale/it-IT.ts
|
|
2
|
+
const locale = { "sheets-thread-comment-ui": {
|
|
3
|
+
panel: { title: "Gestione commenti" },
|
|
4
|
+
menu: {
|
|
5
|
+
addComment: "Aggiungi commento",
|
|
6
|
+
commentManagement: "Gestione commenti"
|
|
7
|
+
}
|
|
8
|
+
} };
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
export { locale as default };
|
package/lib/locale/ja-JP.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
//#region src/locale/ja-JP.ts
|
|
2
|
-
const locale = {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
const locale = { "sheets-thread-comment-ui": {
|
|
3
|
+
panel: { title: "コメント管理" },
|
|
4
|
+
menu: {
|
|
5
|
+
addComment: "コメントを追加",
|
|
6
|
+
commentManagement: "コメント管理"
|
|
7
|
+
}
|
|
8
|
+
} };
|
|
6
9
|
|
|
7
10
|
//#endregion
|
|
8
11
|
export { locale as default };
|
package/lib/locale/ko-KR.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
//#region src/locale/ko-KR.ts
|
|
2
|
-
const locale = {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
const locale = { "sheets-thread-comment-ui": {
|
|
3
|
+
panel: { title: "댓글 관리" },
|
|
4
|
+
menu: {
|
|
5
|
+
addComment: "댓글 추가",
|
|
6
|
+
commentManagement: "댓글 관리"
|
|
7
|
+
}
|
|
8
|
+
} };
|
|
6
9
|
|
|
7
10
|
//#endregion
|
|
8
11
|
export { locale as default };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
//#region src/locale/pl-PL.ts
|
|
2
|
+
const locale = { "sheets-thread-comment-ui": {
|
|
3
|
+
panel: { title: "Zarządzanie komentarzami" },
|
|
4
|
+
menu: {
|
|
5
|
+
addComment: "Dodaj komentarz",
|
|
6
|
+
commentManagement: "Zarządzanie komentarzami"
|
|
7
|
+
}
|
|
8
|
+
} };
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
export { locale as default };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
//#region src/locale/pt-BR.ts
|
|
2
|
+
const locale = { "sheets-thread-comment-ui": {
|
|
3
|
+
panel: { title: "Gerenciamento de Comentários" },
|
|
4
|
+
menu: {
|
|
5
|
+
addComment: "Adicionar Comentário",
|
|
6
|
+
commentManagement: "Gerenciamento de Comentários"
|
|
7
|
+
}
|
|
8
|
+
} };
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
export { locale as default };
|
package/lib/locale/ru-RU.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
//#region src/locale/ru-RU.ts
|
|
2
|
-
const locale = {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
const locale = { "sheets-thread-comment-ui": {
|
|
3
|
+
panel: { title: "Управление комментариями" },
|
|
4
|
+
menu: {
|
|
5
|
+
addComment: "Добавить комментарий",
|
|
6
|
+
commentManagement: "Управление комментариями"
|
|
7
|
+
}
|
|
8
|
+
} };
|
|
6
9
|
|
|
7
10
|
//#endregion
|
|
8
11
|
export { locale as default };
|
package/lib/locale/sk-SK.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
//#region src/locale/sk-SK.ts
|
|
2
|
-
const locale = {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
const locale = { "sheets-thread-comment-ui": {
|
|
3
|
+
panel: { title: "Správa komentárov" },
|
|
4
|
+
menu: {
|
|
5
|
+
addComment: "Pridať komentár",
|
|
6
|
+
commentManagement: "Správa komentárov"
|
|
7
|
+
}
|
|
8
|
+
} };
|
|
6
9
|
|
|
7
10
|
//#endregion
|
|
8
11
|
export { locale as default };
|
package/lib/locale/vi-VN.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
//#region src/locale/vi-VN.ts
|
|
2
|
-
const locale = {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
const locale = { "sheets-thread-comment-ui": {
|
|
3
|
+
panel: { title: "Quản lý bình luận" },
|
|
4
|
+
menu: {
|
|
5
|
+
addComment: "Thêm bình luận",
|
|
6
|
+
commentManagement: "Quản lý bình luận"
|
|
7
|
+
}
|
|
8
|
+
} };
|
|
6
9
|
|
|
7
10
|
//#endregion
|
|
8
11
|
export { locale as default };
|
package/lib/locale/zh-CN.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
//#region src/locale/zh-CN.ts
|
|
2
|
-
const locale = {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
const locale = { "sheets-thread-comment-ui": {
|
|
3
|
+
panel: { title: "评论管理" },
|
|
4
|
+
menu: {
|
|
5
|
+
addComment: "添加评论",
|
|
6
|
+
commentManagement: "评论管理"
|
|
7
|
+
}
|
|
8
|
+
} };
|
|
6
9
|
|
|
7
10
|
//#endregion
|
|
8
11
|
export { locale as default };
|
package/lib/locale/zh-TW.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
//#region src/locale/zh-TW.ts
|
|
2
|
-
const locale = {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
const locale = { "sheets-thread-comment-ui": {
|
|
3
|
+
panel: { title: "評論管理" },
|
|
4
|
+
menu: {
|
|
5
|
+
addComment: "新增評論",
|
|
6
|
+
commentManagement: "評論管理"
|
|
7
|
+
}
|
|
8
|
+
} };
|
|
6
9
|
|
|
7
10
|
//#endregion
|
|
8
11
|
export { locale as default };
|
|
@@ -0,0 +1,18 @@
|
|
|
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;
|