@univerjs/docs-ui 0.8.2-nightly.202506231607 → 0.8.2-nightly.202506251607

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={toolbar:{undo:"실행 취소",redo:"다시 실행",font:"글꼴",fontSize:"글꼴 크기",bold:"굵게",italic:"기울임꼴",strikethrough:"취소선",subscript:"아래 첨자",superscript:"위 첨자",underline:"밑줄",textColor:{main:"글자 색상",right:"색상 선택"},fillColor:{main:"글자 배경색",right:"색상 선택"},table:{main:"표",insert:"표 삽입",colCount:"열 개수",rowCount:"행 개수"},resetColor:"기본색으로 재설정",order:"번호 매기기",unorder:"글머리 기호",checklist:"할 일 목록",documentFlavor:"모던 모드",alignLeft:"왼쪽 정렬",alignCenter:"가운데 정렬",alignRight:"오른쪽 정렬",alignJustify:"양쪽 맞춤",horizontalLine:"가로줄 삽입",headerFooter:"머리글 및 바닥글",pageSetup:"페이지 설정"},table:{insert:"삽입",insertRowAbove:"위에 행 삽입",insertRowBelow:"아래에 행 삽입",insertColumnLeft:"왼쪽에 열 삽입",insertColumnRight:"오른쪽에 열 삽입",delete:"표 삭제",deleteRows:"행 삭제",deleteColumns:"열 삭제",deleteTable:"표 삭제"},headerFooter:{header:"머리글",footer:"바닥글",panel:"머리글 및 바닥글 설정",firstPageCheckBox:"첫 페이지 다르게 설정",oddEvenCheckBox:"홀짝 페이지 다르게 설정",headerTopMargin:"머리글 위쪽 여백(px)",footerBottomMargin:"바닥글 아래쪽 여백(px)",closeHeaderFooter:"머리글 및 바닥글 닫기",disableText:"머리글 및 바닥글 설정이 비활성화되었습니다"},doc:{menu:{paragraphSetting:"문단 설정"},slider:{paragraphSetting:"문단 설정"},paragraphSetting:{alignment:"정렬",indentation:"들여쓰기",left:"왼쪽",right:"오른쪽",firstLine:"첫 줄",hanging:"내어쓰기",spacing:"간격",before:"위 간격",after:"아래 간격",lineSpace:"줄 간격",multiSpace:"복수 줄 간격",fixedValue:"고정 값(px)"}},rightClick:{copy:"복사",cut:"잘라내기",paste:"붙여넣기",delete:"삭제",bulletList:"글머리 기호 목록",orderList:"번호 매기기 목록",checkList:"할 일 목록",insertBellow:"아래에 삽입"},"page-settings":{"document-setting":"문서 설정","paper-size":"용지 크기","page-size":{main:"용지 크기",a4:"A4",a3:"A3",a5:"A5",b4:"B4",b5:"B5",letter:"Letter",legal:"Legal",tabloid:"Tabloid",statement:"Statement",executive:"Executive",folio:"Folio"},orientation:"방향",portrait:"세로",landscape:"가로","custom-paper-size":"사용자 정의 용지 크기",top:"위",bottom:"아래",left:"왼쪽",right:"오른쪽",cancel:"취소",confirm:"확인"}};module.exports=e;
@@ -0,0 +1,125 @@
1
+ const e = {
2
+ toolbar: {
3
+ undo: "실행 취소",
4
+ redo: "다시 실행",
5
+ font: "글꼴",
6
+ fontSize: "글꼴 크기",
7
+ bold: "굵게",
8
+ italic: "기울임꼴",
9
+ strikethrough: "취소선",
10
+ subscript: "아래 첨자",
11
+ superscript: "위 첨자",
12
+ underline: "밑줄",
13
+ textColor: {
14
+ main: "글자 색상",
15
+ right: "색상 선택"
16
+ },
17
+ fillColor: {
18
+ main: "글자 배경색",
19
+ right: "색상 선택"
20
+ },
21
+ table: {
22
+ main: "표",
23
+ insert: "표 삽입",
24
+ colCount: "열 개수",
25
+ rowCount: "행 개수"
26
+ },
27
+ resetColor: "기본색으로 재설정",
28
+ order: "번호 매기기",
29
+ unorder: "글머리 기호",
30
+ checklist: "할 일 목록",
31
+ documentFlavor: "모던 모드",
32
+ alignLeft: "왼쪽 정렬",
33
+ alignCenter: "가운데 정렬",
34
+ alignRight: "오른쪽 정렬",
35
+ alignJustify: "양쪽 맞춤",
36
+ horizontalLine: "가로줄 삽입",
37
+ headerFooter: "머리글 및 바닥글",
38
+ pageSetup: "페이지 설정"
39
+ },
40
+ table: {
41
+ insert: "삽입",
42
+ insertRowAbove: "위에 행 삽입",
43
+ insertRowBelow: "아래에 행 삽입",
44
+ insertColumnLeft: "왼쪽에 열 삽입",
45
+ insertColumnRight: "오른쪽에 열 삽입",
46
+ delete: "표 삭제",
47
+ deleteRows: "행 삭제",
48
+ deleteColumns: "열 삭제",
49
+ deleteTable: "표 삭제"
50
+ },
51
+ headerFooter: {
52
+ header: "머리글",
53
+ footer: "바닥글",
54
+ panel: "머리글 및 바닥글 설정",
55
+ firstPageCheckBox: "첫 페이지 다르게 설정",
56
+ oddEvenCheckBox: "홀짝 페이지 다르게 설정",
57
+ headerTopMargin: "머리글 위쪽 여백(px)",
58
+ footerBottomMargin: "바닥글 아래쪽 여백(px)",
59
+ closeHeaderFooter: "머리글 및 바닥글 닫기",
60
+ disableText: "머리글 및 바닥글 설정이 비활성화되었습니다"
61
+ },
62
+ doc: {
63
+ menu: {
64
+ paragraphSetting: "문단 설정"
65
+ },
66
+ slider: {
67
+ paragraphSetting: "문단 설정"
68
+ },
69
+ paragraphSetting: {
70
+ alignment: "정렬",
71
+ indentation: "들여쓰기",
72
+ left: "왼쪽",
73
+ right: "오른쪽",
74
+ firstLine: "첫 줄",
75
+ hanging: "내어쓰기",
76
+ spacing: "간격",
77
+ before: "위 간격",
78
+ after: "아래 간격",
79
+ lineSpace: "줄 간격",
80
+ multiSpace: "복수 줄 간격",
81
+ fixedValue: "고정 값(px)"
82
+ }
83
+ },
84
+ rightClick: {
85
+ copy: "복사",
86
+ cut: "잘라내기",
87
+ paste: "붙여넣기",
88
+ delete: "삭제",
89
+ bulletList: "글머리 기호 목록",
90
+ orderList: "번호 매기기 목록",
91
+ checkList: "할 일 목록",
92
+ insertBellow: "아래에 삽입"
93
+ },
94
+ "page-settings": {
95
+ "document-setting": "문서 설정",
96
+ "paper-size": "용지 크기",
97
+ "page-size": {
98
+ main: "용지 크기",
99
+ a4: "A4",
100
+ a3: "A3",
101
+ a5: "A5",
102
+ b4: "B4",
103
+ b5: "B5",
104
+ letter: "Letter",
105
+ legal: "Legal",
106
+ tabloid: "Tabloid",
107
+ statement: "Statement",
108
+ executive: "Executive",
109
+ folio: "Folio"
110
+ },
111
+ orientation: "방향",
112
+ portrait: "세로",
113
+ landscape: "가로",
114
+ "custom-paper-size": "사용자 정의 용지 크기",
115
+ top: "위",
116
+ bottom: "아래",
117
+ left: "왼쪽",
118
+ right: "오른쪽",
119
+ cancel: "취소",
120
+ confirm: "확인"
121
+ }
122
+ };
123
+ export {
124
+ e as default
125
+ };
@@ -0,0 +1,125 @@
1
+ const e = {
2
+ toolbar: {
3
+ undo: "실행 취소",
4
+ redo: "다시 실행",
5
+ font: "글꼴",
6
+ fontSize: "글꼴 크기",
7
+ bold: "굵게",
8
+ italic: "기울임꼴",
9
+ strikethrough: "취소선",
10
+ subscript: "아래 첨자",
11
+ superscript: "위 첨자",
12
+ underline: "밑줄",
13
+ textColor: {
14
+ main: "글자 색상",
15
+ right: "색상 선택"
16
+ },
17
+ fillColor: {
18
+ main: "글자 배경색",
19
+ right: "색상 선택"
20
+ },
21
+ table: {
22
+ main: "표",
23
+ insert: "표 삽입",
24
+ colCount: "열 개수",
25
+ rowCount: "행 개수"
26
+ },
27
+ resetColor: "기본색으로 재설정",
28
+ order: "번호 매기기",
29
+ unorder: "글머리 기호",
30
+ checklist: "할 일 목록",
31
+ documentFlavor: "모던 모드",
32
+ alignLeft: "왼쪽 정렬",
33
+ alignCenter: "가운데 정렬",
34
+ alignRight: "오른쪽 정렬",
35
+ alignJustify: "양쪽 맞춤",
36
+ horizontalLine: "가로줄 삽입",
37
+ headerFooter: "머리글 및 바닥글",
38
+ pageSetup: "페이지 설정"
39
+ },
40
+ table: {
41
+ insert: "삽입",
42
+ insertRowAbove: "위에 행 삽입",
43
+ insertRowBelow: "아래에 행 삽입",
44
+ insertColumnLeft: "왼쪽에 열 삽입",
45
+ insertColumnRight: "오른쪽에 열 삽입",
46
+ delete: "표 삭제",
47
+ deleteRows: "행 삭제",
48
+ deleteColumns: "열 삭제",
49
+ deleteTable: "표 삭제"
50
+ },
51
+ headerFooter: {
52
+ header: "머리글",
53
+ footer: "바닥글",
54
+ panel: "머리글 및 바닥글 설정",
55
+ firstPageCheckBox: "첫 페이지 다르게 설정",
56
+ oddEvenCheckBox: "홀짝 페이지 다르게 설정",
57
+ headerTopMargin: "머리글 위쪽 여백(px)",
58
+ footerBottomMargin: "바닥글 아래쪽 여백(px)",
59
+ closeHeaderFooter: "머리글 및 바닥글 닫기",
60
+ disableText: "머리글 및 바닥글 설정이 비활성화되었습니다"
61
+ },
62
+ doc: {
63
+ menu: {
64
+ paragraphSetting: "문단 설정"
65
+ },
66
+ slider: {
67
+ paragraphSetting: "문단 설정"
68
+ },
69
+ paragraphSetting: {
70
+ alignment: "정렬",
71
+ indentation: "들여쓰기",
72
+ left: "왼쪽",
73
+ right: "오른쪽",
74
+ firstLine: "첫 줄",
75
+ hanging: "내어쓰기",
76
+ spacing: "간격",
77
+ before: "위 간격",
78
+ after: "아래 간격",
79
+ lineSpace: "줄 간격",
80
+ multiSpace: "복수 줄 간격",
81
+ fixedValue: "고정 값(px)"
82
+ }
83
+ },
84
+ rightClick: {
85
+ copy: "복사",
86
+ cut: "잘라내기",
87
+ paste: "붙여넣기",
88
+ delete: "삭제",
89
+ bulletList: "글머리 기호 목록",
90
+ orderList: "번호 매기기 목록",
91
+ checkList: "할 일 목록",
92
+ insertBellow: "아래에 삽입"
93
+ },
94
+ "page-settings": {
95
+ "document-setting": "문서 설정",
96
+ "paper-size": "용지 크기",
97
+ "page-size": {
98
+ main: "용지 크기",
99
+ a4: "A4",
100
+ a3: "A3",
101
+ a5: "A5",
102
+ b4: "B4",
103
+ b5: "B5",
104
+ letter: "Letter",
105
+ legal: "Legal",
106
+ tabloid: "Tabloid",
107
+ statement: "Statement",
108
+ executive: "Executive",
109
+ folio: "Folio"
110
+ },
111
+ orientation: "방향",
112
+ portrait: "세로",
113
+ landscape: "가로",
114
+ "custom-paper-size": "사용자 정의 용지 크기",
115
+ top: "위",
116
+ bottom: "아래",
117
+ left: "왼쪽",
118
+ right: "오른쪽",
119
+ cancel: "취소",
120
+ confirm: "확인"
121
+ }
122
+ };
123
+ export {
124
+ e as default
125
+ };
@@ -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.UniverDocsUiKoKR=t())})(this,function(){"use strict";return{toolbar:{undo:"실행 취소",redo:"다시 실행",font:"글꼴",fontSize:"글꼴 크기",bold:"굵게",italic:"기울임꼴",strikethrough:"취소선",subscript:"아래 첨자",superscript:"위 첨자",underline:"밑줄",textColor:{main:"글자 색상",right:"색상 선택"},fillColor:{main:"글자 배경색",right:"색상 선택"},table:{main:"표",insert:"표 삽입",colCount:"열 개수",rowCount:"행 개수"},resetColor:"기본색으로 재설정",order:"번호 매기기",unorder:"글머리 기호",checklist:"할 일 목록",documentFlavor:"모던 모드",alignLeft:"왼쪽 정렬",alignCenter:"가운데 정렬",alignRight:"오른쪽 정렬",alignJustify:"양쪽 맞춤",horizontalLine:"가로줄 삽입",headerFooter:"머리글 및 바닥글",pageSetup:"페이지 설정"},table:{insert:"삽입",insertRowAbove:"위에 행 삽입",insertRowBelow:"아래에 행 삽입",insertColumnLeft:"왼쪽에 열 삽입",insertColumnRight:"오른쪽에 열 삽입",delete:"표 삭제",deleteRows:"행 삭제",deleteColumns:"열 삭제",deleteTable:"표 삭제"},headerFooter:{header:"머리글",footer:"바닥글",panel:"머리글 및 바닥글 설정",firstPageCheckBox:"첫 페이지 다르게 설정",oddEvenCheckBox:"홀짝 페이지 다르게 설정",headerTopMargin:"머리글 위쪽 여백(px)",footerBottomMargin:"바닥글 아래쪽 여백(px)",closeHeaderFooter:"머리글 및 바닥글 닫기",disableText:"머리글 및 바닥글 설정이 비활성화되었습니다"},doc:{menu:{paragraphSetting:"문단 설정"},slider:{paragraphSetting:"문단 설정"},paragraphSetting:{alignment:"정렬",indentation:"들여쓰기",left:"왼쪽",right:"오른쪽",firstLine:"첫 줄",hanging:"내어쓰기",spacing:"간격",before:"위 간격",after:"아래 간격",lineSpace:"줄 간격",multiSpace:"복수 줄 간격",fixedValue:"고정 값(px)"}},rightClick:{copy:"복사",cut:"잘라내기",paste:"붙여넣기",delete:"삭제",bulletList:"글머리 기호 목록",orderList:"번호 매기기 목록",checkList:"할 일 목록",insertBellow:"아래에 삽입"},"page-settings":{"document-setting":"문서 설정","paper-size":"용지 크기","page-size":{main:"용지 크기",a4:"A4",a3:"A3",a5:"A5",b4:"B4",b5:"B5",letter:"Letter",legal:"Legal",tabloid:"Tabloid",statement:"Statement",executive:"Executive",folio:"Folio"},orientation:"방향",portrait:"세로",landscape:"가로","custom-paper-size":"사용자 정의 용지 크기",top:"위",bottom:"아래",left:"왼쪽",right:"오른쪽",cancel:"취소",confirm:"확인"}}});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/docs-ui",
3
- "version": "0.8.2-nightly.202506231607",
3
+ "version": "0.8.2-nightly.202506251607",
4
4
  "private": false,
5
5
  "description": "Univer normal ui-plugin-docs",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -65,12 +65,12 @@
65
65
  },
66
66
  "dependencies": {
67
67
  "@univerjs/icons": "^0.4.4",
68
- "@univerjs/design": "0.8.2-nightly.202506231607",
69
- "@univerjs/docs": "0.8.2-nightly.202506231607",
70
- "@univerjs/drawing": "0.8.2-nightly.202506231607",
71
- "@univerjs/core": "0.8.2-nightly.202506231607",
72
- "@univerjs/engine-render": "0.8.2-nightly.202506231607",
73
- "@univerjs/ui": "0.8.2-nightly.202506231607"
68
+ "@univerjs/docs": "0.8.2-nightly.202506251607",
69
+ "@univerjs/core": "0.8.2-nightly.202506251607",
70
+ "@univerjs/design": "0.8.2-nightly.202506251607",
71
+ "@univerjs/engine-render": "0.8.2-nightly.202506251607",
72
+ "@univerjs/drawing": "0.8.2-nightly.202506251607",
73
+ "@univerjs/ui": "0.8.2-nightly.202506251607"
74
74
  },
75
75
  "devDependencies": {
76
76
  "jest-canvas-mock": "^2.5.2",
@@ -83,7 +83,7 @@
83
83
  "vite": "^6.3.5",
84
84
  "vitest": "^3.2.4",
85
85
  "@univerjs-infra/shared": "0.8.2",
86
- "@univerjs/docs-drawing": "0.8.2-nightly.202506231607"
86
+ "@univerjs/docs-drawing": "0.8.2-nightly.202506251607"
87
87
  },
88
88
  "scripts": {
89
89
  "test": "vitest run",