@tldraw/assets 4.2.0-next.f100cedfc45b → 4.2.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/package.json +2 -2
- package/translations/ja.json +4 -4
- package/translations/main.json +1 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tldraw/assets",
|
|
3
3
|
"description": "tldraw infinite canvas SDK (assets).",
|
|
4
|
-
"version": "4.2.0
|
|
4
|
+
"version": "4.2.0",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "tldraw Inc.",
|
|
7
7
|
"email": "hello@tldraw.com"
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"context": "yarn run -T tsx ../../internal/scripts/context.ts"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@tldraw/utils": "4.2.0
|
|
52
|
+
"@tldraw/utils": "4.2.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"lazyrepo": "0.0.0-alpha.27",
|
package/translations/ja.json
CHANGED
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"action.remove-frame": "フレームを削除",
|
|
87
87
|
"action.rename": "名前を変更",
|
|
88
88
|
"action.rotate-ccw": "反時計回りに回転",
|
|
89
|
-
"action.rotate-cw": "時計回りに回転
|
|
89
|
+
"action.rotate-cw": "時計回りに回転",
|
|
90
90
|
"action.save-copy": "コピーを保存",
|
|
91
91
|
"action.select-all": "すべて選択",
|
|
92
92
|
"action.select-none": "選択を解除",
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
"geo-style.cloud": "くも",
|
|
255
255
|
"geo-style.diamond": "菱形",
|
|
256
256
|
"geo-style.ellipse": "楕円形",
|
|
257
|
-
"geo-style.heart": "
|
|
257
|
+
"geo-style.heart": "ハート",
|
|
258
258
|
"geo-style.hexagon": "六角形",
|
|
259
259
|
"geo-style.octagon": "八角形",
|
|
260
260
|
"geo-style.oval": "楕円",
|
|
@@ -433,7 +433,7 @@
|
|
|
433
433
|
"tool.flip-vert": "垂直方向に反転",
|
|
434
434
|
"tool.frame": "フレーム",
|
|
435
435
|
"tool.hand": "手",
|
|
436
|
-
"tool.heart": "
|
|
436
|
+
"tool.heart": "ハート",
|
|
437
437
|
"tool.hexagon": "六角形",
|
|
438
438
|
"tool.highlight": "ハイライト",
|
|
439
439
|
"tool.image-crop": "画像をクロップ",
|
|
@@ -446,7 +446,7 @@
|
|
|
446
446
|
"tool.media-alt-text": "代替テキスト",
|
|
447
447
|
"tool.media-alt-text-confirm": "確定",
|
|
448
448
|
"tool.media-alt-text-desc": "説明を記入してください...",
|
|
449
|
-
"tool.note": "
|
|
449
|
+
"tool.note": "付箋",
|
|
450
450
|
"tool.octagon": "八角形",
|
|
451
451
|
"tool.oval": "楕円",
|
|
452
452
|
"tool.pentagon": "五角形",
|
package/translations/main.json
CHANGED