@univerjs/sheets-drawing-ui 0.12.2 → 0.12.3-experimental.20251205-e439e48

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,37 +1,37 @@
1
1
  const e = {
2
2
  sheetImage: {
3
- title: "이미지",
3
+ title: "画像",
4
4
  upload: {
5
- float: "플로팅 이미지",
6
- cell: "셀 내 이미지"
5
+ float: "セル上に配置",
6
+ cell: "セル内に配置"
7
7
  },
8
8
  panel: {
9
- title: "이미지 편집"
9
+ title: "画像の編集"
10
10
  }
11
11
  },
12
12
  "image-popup": {
13
- replace: "바꾸기",
14
- delete: "삭제",
15
- edit: "편집",
16
- crop: "자르기",
17
- reset: "원래 크기"
13
+ replace: "画像の変更",
14
+ delete: "削除",
15
+ edit: "編集",
16
+ crop: "トリミング",
17
+ reset: "元のサイズに戻す"
18
18
  },
19
19
  "drawing-anchor": {
20
- title: "고정 위치 설정",
21
- both: "셀과 함께 이동 및 크기 조절",
22
- position: "셀과 함께 이동하되 크기 변경 안 함",
23
- none: "셀과 함께 이동 및 크기 조절 안 함"
20
+ title: "プロパティ",
21
+ both: "セルに合わせて移動やサイズ変更をする",
22
+ position: "セルに合わせて移動するがサイズ変更はしない",
23
+ none: "セルに合わせて移動やサイズ変更をしない"
24
24
  },
25
25
  "update-status": {
26
- exceedMaxSize: "이미지 크기가 제한({0}MB)을 초과했습니다",
27
- invalidImageType: "지원하지 않는 이미지 형식입니다",
28
- exceedMaxCount: " 번에 {0}개까지만 업로드할 수 있습니다",
29
- invalidImage: "유효하지 않은 이미지입니다"
26
+ exceedMaxSize: "画像サイズが制限({0}MB)を超えています",
27
+ invalidImageType: "サポートされていない画像形式です",
28
+ exceedMaxCount: "一度にアップロードできるのは {0} 個までです",
29
+ invalidImage: "無効な画像です"
30
30
  },
31
31
  "cell-image": {
32
- pasteTitle: "셀 이미지로 붙여넣기",
33
- pasteContent: "셀 이미지 붙여넣기는 기존 셀 내용을 덮어씁니다. 계속 진행하시겠습니까?",
34
- pasteError: "이 단위에서는 시트 셀 이미지 복사 붙여넣기를 지원하지 않습니다"
32
+ pasteTitle: "セル内画像として貼り付け",
33
+ pasteContent: "セル内画像を貼り付けると、既存のセル内容が上書きされます。続行しますか?",
34
+ pasteError: "この箇所では、シートのセル内画像のコピー&ペーストはサポートされていません"
35
35
  }
36
36
  };
37
37
  export {
@@ -20,7 +20,7 @@ const e = {
20
20
  title: "錨點屬性",
21
21
  both: "與儲存格一起移動和調整大小",
22
22
  position: "移動但不調整大小與儲存格",
23
- none: "不要移動或調整大小與單元格"
23
+ none: "不要移動或調整大小與儲存格"
24
24
  },
25
25
  "update-status": {
26
26
  exceedMaxSize: "圖片大小超過限制, 限制為{0}M",
@@ -29,9 +29,9 @@ const e = {
29
29
  invalidImage: "無效圖片"
30
30
  },
31
31
  "cell-image": {
32
- pasteTitle: "粘貼為儲存格圖片",
33
- pasteContent: "粘貼儲存格圖片將覆蓋儲存格中的現有內容,繼續粘貼",
34
- pasteError: "此單元中不支持儲存格圖片複製粘貼"
32
+ pasteTitle: "貼上為儲存格圖片",
33
+ pasteContent: "貼上儲存格圖片將覆蓋儲存格中的現有內容,繼續貼上",
34
+ pasteError: "此儲存格不支援儲存格圖片複製貼上"
35
35
  }
36
36
  };
37
37
  export {