@univerjs/preset-docs-core 0.8.2-nightly.202506261607 → 0.8.2
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/lib/umd/index.js +3 -3
- package/package.json +12 -13
- package/lib/cjs/locales/ko-KR.js +0 -1
- package/lib/es/locales/ko-KR.js +0 -13
- package/lib/locales/ko-KR.js +0 -13
- package/lib/types/locales/ko-KR.d.ts +0 -2
- package/lib/umd/locales/ko-KR.js +0 -10
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/preset-docs-core",
|
|
3
|
-
"version": "0.8.2
|
|
3
|
+
"version": "0.8.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
|
-
"author": "DreamNum
|
|
6
|
+
"author": "DreamNum <developer@univer.ai>",
|
|
7
7
|
"license": "Apache-2.0",
|
|
8
8
|
"funding": {
|
|
9
9
|
"type": "opencollective",
|
|
@@ -18,8 +18,7 @@
|
|
|
18
18
|
"url": "https://github.com/dream-num/univer-presets/issues"
|
|
19
19
|
},
|
|
20
20
|
"keywords": [
|
|
21
|
-
"univer"
|
|
22
|
-
"univer-preset"
|
|
21
|
+
"univer"
|
|
23
22
|
],
|
|
24
23
|
"sideEffects": [
|
|
25
24
|
"*.css"
|
|
@@ -58,21 +57,21 @@
|
|
|
58
57
|
"rxjs": ">=7.0.0"
|
|
59
58
|
},
|
|
60
59
|
"dependencies": {
|
|
61
|
-
"@univerjs/design": "0.8.2
|
|
62
|
-
"@univerjs/docs": "0.8.2
|
|
63
|
-
"@univerjs/docs-ui": "0.8.2
|
|
64
|
-
"@univerjs/engine-formula": "0.8.2
|
|
65
|
-
"@univerjs/engine-render": "0.8.2
|
|
66
|
-
"@univerjs/network": "0.8.2
|
|
67
|
-
"@univerjs/ui": "0.8.2
|
|
60
|
+
"@univerjs/design": "0.8.2",
|
|
61
|
+
"@univerjs/docs": "0.8.2",
|
|
62
|
+
"@univerjs/docs-ui": "0.8.2",
|
|
63
|
+
"@univerjs/engine-formula": "0.8.2",
|
|
64
|
+
"@univerjs/engine-render": "0.8.2",
|
|
65
|
+
"@univerjs/network": "0.8.2",
|
|
66
|
+
"@univerjs/ui": "0.8.2"
|
|
68
67
|
},
|
|
69
68
|
"devDependencies": {
|
|
70
|
-
"@univerjs/core": "0.8.2
|
|
69
|
+
"@univerjs/core": "0.8.2",
|
|
71
70
|
"react": "18.3.1",
|
|
72
71
|
"react-dom": "18.3.1",
|
|
73
72
|
"rxjs": "7.8.2",
|
|
74
73
|
"typescript": "^5.8.3",
|
|
75
|
-
"@univerjs-infra/shared": "0.8.2
|
|
74
|
+
"@univerjs-infra/shared": "0.8.2"
|
|
76
75
|
},
|
|
77
76
|
"scripts": {
|
|
78
77
|
"prebuild:preset": "tsx prepare.ts",
|
package/lib/cjs/locales/ko-KR.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/design/locale/ko-KR"),s=require("@univerjs/docs-ui/locale/ko-KR"),i=require("@univerjs/ui/locale/ko-KR"),u=e.merge({},r,s,i);module.exports=u;
|
package/lib/es/locales/ko-KR.js
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { merge as r } from "@univerjs/core";
|
|
2
|
-
import o from "@univerjs/design/locale/ko-KR";
|
|
3
|
-
import i from "@univerjs/docs-ui/locale/ko-KR";
|
|
4
|
-
import m from "@univerjs/ui/locale/ko-KR";
|
|
5
|
-
const f = r(
|
|
6
|
-
{},
|
|
7
|
-
o,
|
|
8
|
-
i,
|
|
9
|
-
m
|
|
10
|
-
);
|
|
11
|
-
export {
|
|
12
|
-
f as default
|
|
13
|
-
};
|
package/lib/locales/ko-KR.js
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { merge as r } from "@univerjs/core";
|
|
2
|
-
import o from "@univerjs/design/locale/ko-KR";
|
|
3
|
-
import i from "@univerjs/docs-ui/locale/ko-KR";
|
|
4
|
-
import m from "@univerjs/ui/locale/ko-KR";
|
|
5
|
-
const f = r(
|
|
6
|
-
{},
|
|
7
|
-
o,
|
|
8
|
-
i,
|
|
9
|
-
m
|
|
10
|
-
);
|
|
11
|
-
export {
|
|
12
|
-
f as default
|
|
13
|
-
};
|
package/lib/umd/locales/ko-KR.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
// @univerjs/ui/locale/ko-KR
|
|
2
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i():typeof define=="function"&&define.amd?define(i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverUiKoKR=i())})(this,function(){"use strict";return{toolbar:{heading:{normal:"일반",title:"제목",subTitle:"부제목",1:"제목 1",2:"제목 2",3:"제목 3",4:"제목 4",5:"제목 5",6:"제목 6",tooltip:"제목 설정"}},ribbon:{start:"시작",startDesc:"워크시트를 초기화하고 기본 매개변수를 설정합니다.",insert:"삽입",insertDesc:"행, 열, 차트 및 다양한 요소를 삽입합니다.",formulas:"수식",formulasDesc:"데이터 계산을 위한 함수와 수식을 사용합니다.",data:"데이터",dataDesc:"데이터를 관리하며, 가져오기, 정렬 및 필터링을 포함합니다.",view:"보기",viewDesc:"보기 모드를 전환하고 표시 효과를 조정합니다.",others:"기타",othersDesc:"기타 함수와 설정.",more:"더 보기"},fontFamily:{TimesNewRoman:"Times New Roman",Arial:"Arial",Tahoma:"Tahoma",Verdana:"Verdana",MicrosoftYaHei:"Microsoft YaHei",SimSun:"SimSun",SimHei:"SimHei",Kaiti:"Kaiti",FangSong:"FangSong",NSimSun:"NSimSun",STXinwei:"STXinwei",STXingkai:"STXingkai",STLiti:"STLiti",HanaleiFill:"HanaleiFill",Anton:"Anton",Pacifico:"Pacifico"},"shortcut-panel":{title:"단축키"},shortcut:{undo:"실행 취소",redo:"다시 실행",cut:"자르기",copy:"복사",paste:"붙여넣기","shortcut-panel":"단축키 패널 전환"},"common-edit":"일반 편집 단축키","toggle-shortcut-panel":"단축키 패널 전환",clipboard:{authentication:{title:"권한 거절",content:"Univer에 클립보드 접근 권한을 부여해주세요."}},textEditor:{formulaError:"올바른 수식을 입력하세요, 예: =SUM(A1)",rangeError:"올바른 범위를 입력하세요, 예: A1:B10"},rangeSelector:{title:"데이터 범위 선택",addAnotherRange:"범위 추가",buttonTooltip:"데이터 범위 선택",placeHolder:"범위를 선택하거나 입력하세요.",confirm:"확인",cancel:"취소"},"global-shortcut":"전역 단축키","zoom-slider":{resetTo:"초기화"}}});
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
// @univerjs/docs-ui/locale/ko-KR
|
|
6
|
-
(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:"확인"}}});
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
// locale/ko-KR
|
|
10
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/design/locale/ko-KR"),require("@univerjs/docs-ui/locale/ko-KR"),require("@univerjs/ui/locale/ko-KR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/design/locale/ko-KR","@univerjs/docs-ui/locale/ko-KR","@univerjs/ui/locale/ko-KR"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsCoreKoKR=i(e.UniverCore,e.UniverDesignKoKR,e.UniverDocsUiKoKR,e.UniverUiKoKR))})(this,function(e,i,o,n){"use strict";return e.merge({},i,o,n)});
|