@univerjs/sheets-zen-editor 0.11.0 → 0.12.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/locale/ja-JP.js +1 -0
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/es/locale/ja-JP.js +14 -0
- package/lib/es/locale/ko-KR.js +3 -3
- package/lib/locale/ja-JP.js +14 -0
- package/lib/locale/ko-KR.js +3 -3
- package/lib/types/locale/ja-JP.d.ts +3 -0
- package/lib/umd/locale/ja-JP.js +1 -0
- package/lib/umd/locale/ko-KR.js +1 -1
- package/package.json +11 -11
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e={rightClick:{zenEditor:"禅モード"},shortcut:{sheet:{"zen-edit-cancel":"禅モードをキャンセル","zen-edit-confirm":"禅モードに移行"}}};module.exports=e;
|
package/lib/cjs/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e={rightClick:{zenEditor:"
|
|
1
|
+
"use strict";const e={rightClick:{zenEditor:"젠 에디터"},shortcut:{sheet:{"zen-edit-cancel":"젠 편집 취소","zen-edit-confirm":"젠 편집 확인"}}};module.exports=e;
|
package/lib/es/locale/ko-KR.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
const e = {
|
|
2
2
|
rightClick: {
|
|
3
|
-
zenEditor: "
|
|
3
|
+
zenEditor: "젠 에디터"
|
|
4
4
|
},
|
|
5
5
|
shortcut: {
|
|
6
6
|
sheet: {
|
|
7
|
-
"zen-edit-cancel": "
|
|
8
|
-
"zen-edit-confirm": "
|
|
7
|
+
"zen-edit-cancel": "젠 편집 취소",
|
|
8
|
+
"zen-edit-confirm": "젠 편집 확인"
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
11
|
};
|
package/lib/locale/ko-KR.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
const e = {
|
|
2
2
|
rightClick: {
|
|
3
|
-
zenEditor: "
|
|
3
|
+
zenEditor: "젠 에디터"
|
|
4
4
|
},
|
|
5
5
|
shortcut: {
|
|
6
6
|
sheet: {
|
|
7
|
-
"zen-edit-cancel": "
|
|
8
|
-
"zen-edit-confirm": "
|
|
7
|
+
"zen-edit-cancel": "젠 편집 취소",
|
|
8
|
+
"zen-edit-confirm": "젠 편집 확인"
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
11
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n():typeof define=="function"&&define.amd?define(n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverSheetsZenEditorJaJP=n())})(this,(function(){"use strict";return{rightClick:{zenEditor:"禅モード"},shortcut:{sheet:{"zen-edit-cancel":"禅モードをキャンセル","zen-edit-confirm":"禅モードに移行"}}}}));
|
package/lib/umd/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n():typeof define=="function"&&define.amd?define(n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverSheetsZenEditorKoKR=n())})(this,(function(){"use strict";return{rightClick:{zenEditor:"
|
|
1
|
+
(function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n():typeof define=="function"&&define.amd?define(n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverSheetsZenEditorKoKR=n())})(this,(function(){"use strict";return{rightClick:{zenEditor:"젠 에디터"},shortcut:{sheet:{"zen-edit-cancel":"젠 편집 취소","zen-edit-confirm":"젠 편집 확인"}}}}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/sheets-zen-editor",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.12.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Zen Editor plugin for Univer Sheets.",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -65,14 +65,14 @@
|
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
67
|
"@univerjs/icons": "^1.0.2",
|
|
68
|
-
"@univerjs/
|
|
69
|
-
"@univerjs/
|
|
70
|
-
"@univerjs/
|
|
71
|
-
"@univerjs/
|
|
72
|
-
"@univerjs/sheets": "0.
|
|
73
|
-
"@univerjs/
|
|
74
|
-
"@univerjs/
|
|
75
|
-
"@univerjs/ui": "0.
|
|
68
|
+
"@univerjs/docs": "0.12.0",
|
|
69
|
+
"@univerjs/design": "0.12.0",
|
|
70
|
+
"@univerjs/core": "0.12.0",
|
|
71
|
+
"@univerjs/engine-render": "0.12.0",
|
|
72
|
+
"@univerjs/sheets": "0.12.0",
|
|
73
|
+
"@univerjs/docs-ui": "0.12.0",
|
|
74
|
+
"@univerjs/sheets-ui": "0.12.0",
|
|
75
|
+
"@univerjs/ui": "0.12.0"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"postcss": "^8.5.6",
|
|
@@ -80,9 +80,9 @@
|
|
|
80
80
|
"rxjs": "^7.8.2",
|
|
81
81
|
"tailwindcss": "3.4.18",
|
|
82
82
|
"typescript": "^5.9.3",
|
|
83
|
-
"vite": "^7.
|
|
83
|
+
"vite": "^7.2.2",
|
|
84
84
|
"vitest": "^3.2.4",
|
|
85
|
-
"@univerjs-infra/shared": "0.
|
|
85
|
+
"@univerjs-infra/shared": "0.12.0"
|
|
86
86
|
},
|
|
87
87
|
"scripts": {
|
|
88
88
|
"test": "vitest run",
|