@univerjs/preset-docs-drawing 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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/docs-drawing-ui/locale/ja-JP"),s=require("@univerjs/drawing-ui/locale/ja-JP"),i=e.mergeLocales(r,s);module.exports=i;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
// @univerjs/drawing-ui/locale/ja-JP
|
|
2
|
+
(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.UniverDrawingUiJaJP=t())})(this,(function(){"use strict";return{"image-popup":{replace:"置換",delete:"削除",edit:"編集",crop:"トリミング",reset:"サイズをリセット"},"image-cropper":{error:"画像以外のオブジェクトはトリミングできません。"},"image-panel":{arrange:{title:"配置",forward:"前面へ移動",backward:"背面へ移動",front:"最前面へ移動",back:"最背面へ移動"},transform:{title:"変形",rotate:"回転 (°)",x:"X座標 (px)",y:"Y座標 (px)",width:"幅 (px)",height:"高さ (px)",lock:"縦横比を固定 (%)"},crop:{title:"トリミング",start:"トリミングを開始",mode:"自由モード"},group:{title:"グループ",group:"グループ化",reGroup:"再グループ化",unGroup:"グループ解除"},align:{title:"整列",default:"整列タイプを選択",left:"左揃え",center:"中央揃え",right:"右揃え",top:"上揃え",middle:"中央揃え",bottom:"下揃え",horizon:"水平間隔を均等に配分",vertical:"垂直間隔を均等に配分"},null:"選択されたオブジェクトがありません"},"drawing-view":"描画",shortcut:{"drawing-move-down":"図形を下へ移動","drawing-move-up":"図形を上へ移動","drawing-move-left":"図形を左へ移動","drawing-move-right":"図形を右へ移動","drawing-delete":"図形を削除"}}}));
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
// @univerjs/docs-drawing-ui/locale/ja-JP
|
|
6
|
+
(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.UniverDocsDrawingUiJaJP=t())})(this,(function(){"use strict";return{docImage:{title:"画像",upload:{float:"画像を挿入"},panel:{title:"画像の編集"}},"image-popup":{replace:"置換",delete:"削除",edit:"編集",crop:"トリミング",reset:"サイズをリセット"},"image-text-wrap":{title:"文字列の折り返し",wrappingStyle:"折り返しのスタイル",square:"四角形",topAndBottom:"上下",inline:"行内",behindText:"文字列の背面",inFrontText:"文字列の前面",wrapText:"文字列の折り返し",bothSide:"両側",leftOnly:"左のみ",rightOnly:"右のみ",distanceFromText:"文字列からの距離",top:"上(px)",left:"左(px)",bottom:"下(px)",right:"右(px)"},"image-position":{title:"位置",horizontal:"水平方向",vertical:"垂直方向",absolutePosition:"絶対位置(px)",relativePosition:"相対位置",toTheRightOf:"右側に",relativeTo:"基準に対して",bellow:"下に",options:"オプション",moveObjectWithText:"文字列と一緒にオブジェクトを移動",column:"列",margin:"余白",page:"ページ",line:"行",paragraph:"段落"},"update-status":{exceedMaxSize:"画像のサイズが制限を超えています。制限: {0}MB",invalidImageType:"無効な画像形式です",exceedMaxCount:"一度にアップロードできる最大数は{0}件です",invalidImage:"無効な画像です"}}}));
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
// locale/ja-JP
|
|
10
|
+
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/docs-drawing-ui/locale/ja-JP"),require("@univerjs/drawing-ui/locale/ja-JP")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/docs-drawing-ui/locale/ja-JP","@univerjs/drawing-ui/locale/ja-JP"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsDrawingJaJP=i(e.UniverCore,e.UniverDocsDrawingUiJaJP,e.UniverDrawingUiJaJP))})(this,(function(e,i,n){"use strict";return e.mergeLocales(i,n)}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/preset-docs-drawing",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.12.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"author": "DreamNum Co., Ltd. <developer@univer.ai>",
|
|
@@ -58,18 +58,18 @@
|
|
|
58
58
|
"rxjs": ">=7.0.0"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@univerjs/docs-drawing": "0.
|
|
62
|
-
"@univerjs/docs-drawing-ui": "0.
|
|
63
|
-
"@univerjs/drawing": "0.
|
|
64
|
-
"@univerjs/drawing-ui": "0.
|
|
61
|
+
"@univerjs/docs-drawing": "0.12.0",
|
|
62
|
+
"@univerjs/docs-drawing-ui": "0.12.0",
|
|
63
|
+
"@univerjs/drawing": "0.12.0",
|
|
64
|
+
"@univerjs/drawing-ui": "0.12.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@univerjs/core": "0.
|
|
67
|
+
"@univerjs/core": "0.12.0",
|
|
68
68
|
"react": "18.3.1",
|
|
69
69
|
"react-dom": "18.3.1",
|
|
70
70
|
"rxjs": "7.8.2",
|
|
71
71
|
"typescript": "^5.9.3",
|
|
72
|
-
"@univerjs-infra/shared": "0.
|
|
72
|
+
"@univerjs-infra/shared": "0.12.0"
|
|
73
73
|
},
|
|
74
74
|
"scripts": {
|
|
75
75
|
"prebuild:preset": "tsx prepare.ts",
|