@univerjs/thread-comment-ui 0.9.2-nightly.202507141607 → 0.9.2-nightly.202507151607
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/locale/ca-ES.js +1 -0
- package/lib/cjs/locale/es-ES.js +1 -0
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/es/locale/ca-ES.js +37 -0
- package/lib/es/locale/es-ES.js +37 -0
- package/lib/es/locale/ru-RU.js +2 -2
- package/lib/locale/ca-ES.js +37 -0
- package/lib/locale/es-ES.js +37 -0
- package/lib/locale/ru-RU.js +2 -2
- package/lib/types/locale/ca-ES.d.ts +3 -0
- package/lib/types/locale/en-US.d.ts +50 -3
- package/lib/types/locale/es-ES.d.ts +3 -0
- package/lib/types/locale/fr-FR.d.ts +3 -3
- package/lib/types/locale/ru-RU.d.ts +3 -50
- package/lib/types/locale/vi-VN.d.ts +3 -3
- package/lib/types/locale/zh-CN.d.ts +3 -50
- package/lib/types/locale/zh-TW.d.ts +3 -3
- package/lib/umd/locale/ca-ES.js +1 -0
- package/lib/umd/locale/es-ES.js +1 -0
- package/package.json +6 -6
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e={threadCommentUI:{panel:{title:"Gestió de comentaris",empty:"Encara no hi ha comentaris",filterEmpty:"Cap resultat coincident",reset:"Restableix el filtre",addComment:"Afegeix un comentari",solved:"Resolut"},editor:{placeholder:"Respon o afegeix altres amb @",reply:"Comenta",cancel:"Cancel·la",save:"Desa"},item:{edit:"Edita",delete:"Elimina aquest comentari"},filter:{sheet:{all:"Tots els fulls",current:"Full actual"},status:{all:"Tots els comentaris",resolved:"Resolts",unsolved:"No resolts",concernMe:"Em concerneix"}}}};module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e={threadCommentUI:{panel:{title:"Gestión de comentarios",empty:"Aún no hay comentarios",filterEmpty:"Sin resultados coincidentes",reset:"Restablecer filtro",addComment:"Añadir comentario",solved:"Resuelto"},editor:{placeholder:"Responde o añade a otros con @",reply:"Comentar",cancel:"Cancelar",save:"Guardar"},item:{edit:"Editar",delete:"Eliminar este comentario"},filter:{sheet:{all:"Todas las hojas",current:"Hoja actual"},status:{all:"Todos los comentarios",resolved:"Resueltos",unsolved:"No resueltos",concernMe:"Me concierne"}}}};module.exports=e;
|
package/lib/cjs/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e={threadCommentUI:{panel:{title:"Comment Management",empty:"No comments yet",filterEmpty:"No match result",reset:"Reset Filter",addComment:"Add Comment",solved:"Solved"},editor:{placeholder:"Reply or add others with @",reply:"Comment",cancel:"Cancel",save:"Save"},item:{edit:"Edit",delete:"Delete This Comment"},filter:{sheet:{all:"All sheet",current:"Current sheet"},status:{all:"All comments",resolved:"Resolved",unsolved:"Not resolved",concernMe:"Concern me"}}}};module.exports=
|
|
1
|
+
"use strict";const e={threadCommentUI:{panel:{title:"Comment Management",empty:"No comments yet",filterEmpty:"No match result",reset:"Reset Filter",addComment:"Add Comment",solved:"Solved"},editor:{placeholder:"Reply or add others with @",reply:"Comment",cancel:"Cancel",save:"Save"},item:{edit:"Edit",delete:"Delete This Comment"},filter:{sheet:{all:"All sheet",current:"Current sheet"},status:{all:"All comments",resolved:"Resolved",unsolved:"Not resolved",concernMe:"Concern me"}}}},t=e;module.exports=t;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
threadCommentUI: {
|
|
3
|
+
panel: {
|
|
4
|
+
title: "Gestió de comentaris",
|
|
5
|
+
empty: "Encara no hi ha comentaris",
|
|
6
|
+
filterEmpty: "Cap resultat coincident",
|
|
7
|
+
reset: "Restableix el filtre",
|
|
8
|
+
addComment: "Afegeix un comentari",
|
|
9
|
+
solved: "Resolut"
|
|
10
|
+
},
|
|
11
|
+
editor: {
|
|
12
|
+
placeholder: "Respon o afegeix altres amb @",
|
|
13
|
+
reply: "Comenta",
|
|
14
|
+
cancel: "Cancel·la",
|
|
15
|
+
save: "Desa"
|
|
16
|
+
},
|
|
17
|
+
item: {
|
|
18
|
+
edit: "Edita",
|
|
19
|
+
delete: "Elimina aquest comentari"
|
|
20
|
+
},
|
|
21
|
+
filter: {
|
|
22
|
+
sheet: {
|
|
23
|
+
all: "Tots els fulls",
|
|
24
|
+
current: "Full actual"
|
|
25
|
+
},
|
|
26
|
+
status: {
|
|
27
|
+
all: "Tots els comentaris",
|
|
28
|
+
resolved: "Resolts",
|
|
29
|
+
unsolved: "No resolts",
|
|
30
|
+
concernMe: "Em concerneix"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
export {
|
|
36
|
+
e as default
|
|
37
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
threadCommentUI: {
|
|
3
|
+
panel: {
|
|
4
|
+
title: "Gestión de comentarios",
|
|
5
|
+
empty: "Aún no hay comentarios",
|
|
6
|
+
filterEmpty: "Sin resultados coincidentes",
|
|
7
|
+
reset: "Restablecer filtro",
|
|
8
|
+
addComment: "Añadir comentario",
|
|
9
|
+
solved: "Resuelto"
|
|
10
|
+
},
|
|
11
|
+
editor: {
|
|
12
|
+
placeholder: "Responde o añade a otros con @",
|
|
13
|
+
reply: "Comentar",
|
|
14
|
+
cancel: "Cancelar",
|
|
15
|
+
save: "Guardar"
|
|
16
|
+
},
|
|
17
|
+
item: {
|
|
18
|
+
edit: "Editar",
|
|
19
|
+
delete: "Eliminar este comentario"
|
|
20
|
+
},
|
|
21
|
+
filter: {
|
|
22
|
+
sheet: {
|
|
23
|
+
all: "Todas las hojas",
|
|
24
|
+
current: "Hoja actual"
|
|
25
|
+
},
|
|
26
|
+
status: {
|
|
27
|
+
all: "Todos los comentarios",
|
|
28
|
+
resolved: "Resueltos",
|
|
29
|
+
unsolved: "No resueltos",
|
|
30
|
+
concernMe: "Me concierne"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
export {
|
|
36
|
+
e as default
|
|
37
|
+
};
|
package/lib/es/locale/ru-RU.js
CHANGED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
threadCommentUI: {
|
|
3
|
+
panel: {
|
|
4
|
+
title: "Gestió de comentaris",
|
|
5
|
+
empty: "Encara no hi ha comentaris",
|
|
6
|
+
filterEmpty: "Cap resultat coincident",
|
|
7
|
+
reset: "Restableix el filtre",
|
|
8
|
+
addComment: "Afegeix un comentari",
|
|
9
|
+
solved: "Resolut"
|
|
10
|
+
},
|
|
11
|
+
editor: {
|
|
12
|
+
placeholder: "Respon o afegeix altres amb @",
|
|
13
|
+
reply: "Comenta",
|
|
14
|
+
cancel: "Cancel·la",
|
|
15
|
+
save: "Desa"
|
|
16
|
+
},
|
|
17
|
+
item: {
|
|
18
|
+
edit: "Edita",
|
|
19
|
+
delete: "Elimina aquest comentari"
|
|
20
|
+
},
|
|
21
|
+
filter: {
|
|
22
|
+
sheet: {
|
|
23
|
+
all: "Tots els fulls",
|
|
24
|
+
current: "Full actual"
|
|
25
|
+
},
|
|
26
|
+
status: {
|
|
27
|
+
all: "Tots els comentaris",
|
|
28
|
+
resolved: "Resolts",
|
|
29
|
+
unsolved: "No resolts",
|
|
30
|
+
concernMe: "Em concerneix"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
export {
|
|
36
|
+
e as default
|
|
37
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
threadCommentUI: {
|
|
3
|
+
panel: {
|
|
4
|
+
title: "Gestión de comentarios",
|
|
5
|
+
empty: "Aún no hay comentarios",
|
|
6
|
+
filterEmpty: "Sin resultados coincidentes",
|
|
7
|
+
reset: "Restablecer filtro",
|
|
8
|
+
addComment: "Añadir comentario",
|
|
9
|
+
solved: "Resuelto"
|
|
10
|
+
},
|
|
11
|
+
editor: {
|
|
12
|
+
placeholder: "Responde o añade a otros con @",
|
|
13
|
+
reply: "Comentar",
|
|
14
|
+
cancel: "Cancelar",
|
|
15
|
+
save: "Guardar"
|
|
16
|
+
},
|
|
17
|
+
item: {
|
|
18
|
+
edit: "Editar",
|
|
19
|
+
delete: "Eliminar este comentario"
|
|
20
|
+
},
|
|
21
|
+
filter: {
|
|
22
|
+
sheet: {
|
|
23
|
+
all: "Todas las hojas",
|
|
24
|
+
current: "Hoja actual"
|
|
25
|
+
},
|
|
26
|
+
status: {
|
|
27
|
+
all: "Todos los comentarios",
|
|
28
|
+
resolved: "Resueltos",
|
|
29
|
+
unsolved: "No resueltos",
|
|
30
|
+
concernMe: "Me concierne"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
export {
|
|
36
|
+
e as default
|
|
37
|
+
};
|
package/lib/locale/ru-RU.js
CHANGED
|
@@ -1,3 +1,50 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
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
|
+
threadCommentUI: {
|
|
18
|
+
panel: {
|
|
19
|
+
title: string;
|
|
20
|
+
empty: string;
|
|
21
|
+
filterEmpty: string;
|
|
22
|
+
reset: string;
|
|
23
|
+
addComment: string;
|
|
24
|
+
solved: string;
|
|
25
|
+
};
|
|
26
|
+
editor: {
|
|
27
|
+
placeholder: string;
|
|
28
|
+
reply: string;
|
|
29
|
+
cancel: string;
|
|
30
|
+
save: string;
|
|
31
|
+
};
|
|
32
|
+
item: {
|
|
33
|
+
edit: string;
|
|
34
|
+
delete: string;
|
|
35
|
+
};
|
|
36
|
+
filter: {
|
|
37
|
+
sheet: {
|
|
38
|
+
all: string;
|
|
39
|
+
current: string;
|
|
40
|
+
};
|
|
41
|
+
status: {
|
|
42
|
+
all: string;
|
|
43
|
+
resolved: string;
|
|
44
|
+
unsolved: string;
|
|
45
|
+
concernMe: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
export default locale;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { default as
|
|
2
|
-
declare const
|
|
3
|
-
export default
|
|
1
|
+
import { default as enUS } from './en-US';
|
|
2
|
+
declare const locale: typeof enUS;
|
|
3
|
+
export default locale;
|
|
@@ -1,50 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
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 _default: {
|
|
17
|
-
threadCommentUI: {
|
|
18
|
-
panel: {
|
|
19
|
-
title: string;
|
|
20
|
-
empty: string;
|
|
21
|
-
filterEmpty: string;
|
|
22
|
-
reset: string;
|
|
23
|
-
addComment: string;
|
|
24
|
-
solved: string;
|
|
25
|
-
};
|
|
26
|
-
editor: {
|
|
27
|
-
placeholder: string;
|
|
28
|
-
reply: string;
|
|
29
|
-
cancel: string;
|
|
30
|
-
save: string;
|
|
31
|
-
};
|
|
32
|
-
item: {
|
|
33
|
-
edit: string;
|
|
34
|
-
delete: string;
|
|
35
|
-
};
|
|
36
|
-
filter: {
|
|
37
|
-
sheet: {
|
|
38
|
-
all: string;
|
|
39
|
-
current: string;
|
|
40
|
-
};
|
|
41
|
-
status: {
|
|
42
|
-
all: string;
|
|
43
|
-
resolved: string;
|
|
44
|
-
unsolved: string;
|
|
45
|
-
concernMe: string;
|
|
46
|
-
};
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
|
-
};
|
|
50
|
-
export default _default;
|
|
1
|
+
import { default as enUS } from './en-US';
|
|
2
|
+
declare const locale: typeof enUS;
|
|
3
|
+
export default locale;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { default as
|
|
2
|
-
declare const
|
|
3
|
-
export default
|
|
1
|
+
import { default as enUS } from './en-US';
|
|
2
|
+
declare const locale: typeof enUS;
|
|
3
|
+
export default locale;
|
|
@@ -1,50 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
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 _default: {
|
|
17
|
-
threadCommentUI: {
|
|
18
|
-
panel: {
|
|
19
|
-
title: string;
|
|
20
|
-
empty: string;
|
|
21
|
-
filterEmpty: string;
|
|
22
|
-
reset: string;
|
|
23
|
-
addComment: string;
|
|
24
|
-
solved: string;
|
|
25
|
-
};
|
|
26
|
-
editor: {
|
|
27
|
-
placeholder: string;
|
|
28
|
-
reply: string;
|
|
29
|
-
cancel: string;
|
|
30
|
-
save: string;
|
|
31
|
-
};
|
|
32
|
-
item: {
|
|
33
|
-
edit: string;
|
|
34
|
-
delete: string;
|
|
35
|
-
};
|
|
36
|
-
filter: {
|
|
37
|
-
sheet: {
|
|
38
|
-
all: string;
|
|
39
|
-
current: string;
|
|
40
|
-
};
|
|
41
|
-
status: {
|
|
42
|
-
all: string;
|
|
43
|
-
resolved: string;
|
|
44
|
-
unsolved: string;
|
|
45
|
-
concernMe: string;
|
|
46
|
-
};
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
|
-
};
|
|
50
|
-
export default _default;
|
|
1
|
+
import { default as enUS } from './en-US';
|
|
2
|
+
declare const locale: typeof enUS;
|
|
3
|
+
export default locale;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { default as
|
|
2
|
-
declare const
|
|
3
|
-
export default
|
|
1
|
+
import { default as enUS } from './en-US';
|
|
2
|
+
declare const locale: typeof enUS;
|
|
3
|
+
export default locale;
|
|
@@ -0,0 +1 @@
|
|
|
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.UniverThreadCommentUiCaES=t())})(this,function(){"use strict";return{threadCommentUI:{panel:{title:"Gestió de comentaris",empty:"Encara no hi ha comentaris",filterEmpty:"Cap resultat coincident",reset:"Restableix el filtre",addComment:"Afegeix un comentari",solved:"Resolut"},editor:{placeholder:"Respon o afegeix altres amb @",reply:"Comenta",cancel:"Cancel·la",save:"Desa"},item:{edit:"Edita",delete:"Elimina aquest comentari"},filter:{sheet:{all:"Tots els fulls",current:"Full actual"},status:{all:"Tots els comentaris",resolved:"Resolts",unsolved:"No resolts",concernMe:"Em concerneix"}}}}});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(e,o){typeof exports=="object"&&typeof module<"u"?module.exports=o():typeof define=="function"&&define.amd?define(o):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverThreadCommentUiEsES=o())})(this,function(){"use strict";return{threadCommentUI:{panel:{title:"Gestión de comentarios",empty:"Aún no hay comentarios",filterEmpty:"Sin resultados coincidentes",reset:"Restablecer filtro",addComment:"Añadir comentario",solved:"Resuelto"},editor:{placeholder:"Responde o añade a otros con @",reply:"Comentar",cancel:"Cancelar",save:"Guardar"},item:{edit:"Editar",delete:"Eliminar este comentario"},filter:{sheet:{all:"Todas las hojas",current:"Hoja actual"},status:{all:"Todos los comentarios",resolved:"Resueltos",unsolved:"No resueltos",concernMe:"Me concierne"}}}}});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/thread-comment-ui",
|
|
3
|
-
"version": "0.9.2-nightly.
|
|
3
|
+
"version": "0.9.2-nightly.202507151607",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Univer common thread comment UI plugin",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -53,11 +53,11 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@univerjs/icons": "^0.4.6",
|
|
56
|
-
"@univerjs/
|
|
57
|
-
"@univerjs/
|
|
58
|
-
"@univerjs/
|
|
59
|
-
"@univerjs/
|
|
60
|
-
"@univerjs/ui": "0.9.2-nightly.
|
|
56
|
+
"@univerjs/core": "0.9.2-nightly.202507151607",
|
|
57
|
+
"@univerjs/thread-comment": "0.9.2-nightly.202507151607",
|
|
58
|
+
"@univerjs/design": "0.9.2-nightly.202507151607",
|
|
59
|
+
"@univerjs/docs-ui": "0.9.2-nightly.202507151607",
|
|
60
|
+
"@univerjs/ui": "0.9.2-nightly.202507151607"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"postcss": "^8.5.6",
|