@univerjs/docs-drawing-ui 0.8.2-nightly.202506221606 → 0.8.2-nightly.202506241607

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={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:"유효하지 않은 이미지입니다"}};module.exports=e;
@@ -0,0 +1,62 @@
1
+ const e = {
2
+ docImage: {
3
+ title: "이미지",
4
+ upload: {
5
+ float: "이미지 삽입"
6
+ },
7
+ panel: {
8
+ title: "이미지 편집"
9
+ }
10
+ },
11
+ "image-popup": {
12
+ replace: "교체",
13
+ delete: "삭제",
14
+ edit: "편집",
15
+ crop: "자르기",
16
+ reset: "크기 초기화"
17
+ },
18
+ "image-text-wrap": {
19
+ title: "텍스트 감싸기",
20
+ wrappingStyle: "감싸기 스타일",
21
+ square: "사각형",
22
+ topAndBottom: "위아래",
23
+ inline: "텍스트와 같은 줄",
24
+ behindText: "텍스트 뒤",
25
+ inFrontText: "텍스트 앞",
26
+ wrapText: "텍스트 감싸기",
27
+ bothSide: "양쪽",
28
+ leftOnly: "왼쪽만",
29
+ rightOnly: "오른쪽만",
30
+ distanceFromText: "텍스트와 거리",
31
+ top: "위(px)",
32
+ left: "왼쪽(px)",
33
+ bottom: "아래(px)",
34
+ right: "오른쪽(px)"
35
+ },
36
+ "image-position": {
37
+ title: "위치",
38
+ horizontal: "수평",
39
+ vertical: "수직",
40
+ absolutePosition: "절대 위치(px)",
41
+ relativePosition: "상대 위치",
42
+ toTheRightOf: "우측에",
43
+ relativeTo: "상대적으로",
44
+ bellow: "아래에",
45
+ options: "옵션",
46
+ moveObjectWithText: "텍스트와 함께 객체 이동",
47
+ column: "열",
48
+ margin: "여백",
49
+ page: "페이지",
50
+ line: "줄",
51
+ paragraph: "문단"
52
+ },
53
+ "update-status": {
54
+ exceedMaxSize: "이미지 크기가 제한을 초과했습니다. 제한: {0}MB",
55
+ invalidImageType: "유효하지 않은 이미지 유형입니다",
56
+ exceedMaxCount: "한 번에 최대 {0}개만 업로드할 수 있습니다",
57
+ invalidImage: "유효하지 않은 이미지입니다"
58
+ }
59
+ };
60
+ export {
61
+ e as default
62
+ };
@@ -0,0 +1,62 @@
1
+ const e = {
2
+ docImage: {
3
+ title: "이미지",
4
+ upload: {
5
+ float: "이미지 삽입"
6
+ },
7
+ panel: {
8
+ title: "이미지 편집"
9
+ }
10
+ },
11
+ "image-popup": {
12
+ replace: "교체",
13
+ delete: "삭제",
14
+ edit: "편집",
15
+ crop: "자르기",
16
+ reset: "크기 초기화"
17
+ },
18
+ "image-text-wrap": {
19
+ title: "텍스트 감싸기",
20
+ wrappingStyle: "감싸기 스타일",
21
+ square: "사각형",
22
+ topAndBottom: "위아래",
23
+ inline: "텍스트와 같은 줄",
24
+ behindText: "텍스트 뒤",
25
+ inFrontText: "텍스트 앞",
26
+ wrapText: "텍스트 감싸기",
27
+ bothSide: "양쪽",
28
+ leftOnly: "왼쪽만",
29
+ rightOnly: "오른쪽만",
30
+ distanceFromText: "텍스트와 거리",
31
+ top: "위(px)",
32
+ left: "왼쪽(px)",
33
+ bottom: "아래(px)",
34
+ right: "오른쪽(px)"
35
+ },
36
+ "image-position": {
37
+ title: "위치",
38
+ horizontal: "수평",
39
+ vertical: "수직",
40
+ absolutePosition: "절대 위치(px)",
41
+ relativePosition: "상대 위치",
42
+ toTheRightOf: "우측에",
43
+ relativeTo: "상대적으로",
44
+ bellow: "아래에",
45
+ options: "옵션",
46
+ moveObjectWithText: "텍스트와 함께 객체 이동",
47
+ column: "열",
48
+ margin: "여백",
49
+ page: "페이지",
50
+ line: "줄",
51
+ paragraph: "문단"
52
+ },
53
+ "update-status": {
54
+ exceedMaxSize: "이미지 크기가 제한을 초과했습니다. 제한: {0}MB",
55
+ invalidImageType: "유효하지 않은 이미지 유형입니다",
56
+ exceedMaxCount: "한 번에 최대 {0}개만 업로드할 수 있습니다",
57
+ invalidImage: "유효하지 않은 이미지입니다"
58
+ }
59
+ };
60
+ export {
61
+ e as default
62
+ };
@@ -0,0 +1,3 @@
1
+ import { default as enUS } from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -0,0 +1 @@
1
+ (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.UniverDocsDrawingUiKoKR=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:"유효하지 않은 이미지입니다"}}});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/docs-drawing-ui",
3
- "version": "0.8.2-nightly.202506221606",
3
+ "version": "0.8.2-nightly.202506241607",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -52,15 +52,15 @@
52
52
  "rxjs": ">=7.0.0"
53
53
  },
54
54
  "dependencies": {
55
- "@univerjs/core": "0.8.2-nightly.202506221606",
56
- "@univerjs/docs-drawing": "0.8.2-nightly.202506221606",
57
- "@univerjs/docs": "0.8.2-nightly.202506221606",
58
- "@univerjs/docs-ui": "0.8.2-nightly.202506221606",
59
- "@univerjs/design": "0.8.2-nightly.202506221606",
60
- "@univerjs/drawing-ui": "0.8.2-nightly.202506221606",
61
- "@univerjs/drawing": "0.8.2-nightly.202506221606",
62
- "@univerjs/engine-render": "0.8.2-nightly.202506221606",
63
- "@univerjs/ui": "0.8.2-nightly.202506221606"
55
+ "@univerjs/core": "0.8.2-nightly.202506241607",
56
+ "@univerjs/design": "0.8.2-nightly.202506241607",
57
+ "@univerjs/docs": "0.8.2-nightly.202506241607",
58
+ "@univerjs/docs-drawing": "0.8.2-nightly.202506241607",
59
+ "@univerjs/docs-ui": "0.8.2-nightly.202506241607",
60
+ "@univerjs/drawing-ui": "0.8.2-nightly.202506241607",
61
+ "@univerjs/drawing": "0.8.2-nightly.202506241607",
62
+ "@univerjs/engine-render": "0.8.2-nightly.202506241607",
63
+ "@univerjs/ui": "0.8.2-nightly.202506241607"
64
64
  },
65
65
  "devDependencies": {
66
66
  "postcss": "^8.5.6",