@univerjs/sheets-drawing-ui 0.4.2-nightly.202410291606 → 0.4.2-nightly.202410310419

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.
@@ -1,41 +0,0 @@
1
- {
2
- "sheetImage": {
3
- "title": "圖片",
4
- "upload": {
5
- "float": "浮動圖片",
6
- "cell": "儲存格圖片"
7
- },
8
- "panel": {
9
- "title": "編圖"
10
- }
11
- },
12
- "image-popup": {
13
- "replace": "替換",
14
- "delete": "刪除",
15
- "edit": "編輯",
16
- "crop": "裁切",
17
- "reset": "重置大小"
18
- },
19
- "drawing-anchor": {
20
- "title": "錨點屬性",
21
- "both": "與儲存格一起移動和調整大小",
22
- "position": "移動但不調整大小與儲存格",
23
- "none": "不要移動或調整大小與單元格"
24
- },
25
- "update-status": {
26
- "exceedMaxSize": "圖片大小超過限制, 限制為{0}M",
27
- "invalidImageType": "圖片類型錯誤",
28
- "exceedMaxCount": "圖片只能一次上傳{0}張",
29
- "invalidImage": "無效圖片"
30
- },
31
- "sheet-drawing-view": "繪圖",
32
- "shortcut": {
33
- "sheet": {
34
- "drawing-move-down": "下移繪圖",
35
- "drawing-move-up": "上移繪圖",
36
- "drawing-move-left": "左移繪圖",
37
- "drawing-move-right": "下移繪圖",
38
- "drawing-delete": "刪除繪圖"
39
- }
40
- }
41
- }