@univerjs/ui 0.8.2 → 0.8.3-nightly.202507010644

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,87 @@
1
+ const i = {
2
+ toolbar: {
3
+ heading: {
4
+ normal: "일반",
5
+ title: "제목",
6
+ subTitle: "부제목",
7
+ 1: "제목 1",
8
+ 2: "제목 2",
9
+ 3: "제목 3",
10
+ 4: "제목 4",
11
+ 5: "제목 5",
12
+ 6: "제목 6",
13
+ tooltip: "제목 설정"
14
+ }
15
+ },
16
+ ribbon: {
17
+ start: "시작",
18
+ startDesc: "워크시트를 초기화하고 기본 매개변수를 설정합니다.",
19
+ insert: "삽입",
20
+ insertDesc: "행, 열, 차트 및 다양한 요소를 삽입합니다.",
21
+ formulas: "수식",
22
+ formulasDesc: "데이터 계산을 위한 함수와 수식을 사용합니다.",
23
+ data: "데이터",
24
+ dataDesc: "데이터를 관리하며, 가져오기, 정렬 및 필터링을 포함합니다.",
25
+ view: "보기",
26
+ viewDesc: "보기 모드를 전환하고 표시 효과를 조정합니다.",
27
+ others: "기타",
28
+ othersDesc: "기타 함수와 설정.",
29
+ more: "더 보기"
30
+ },
31
+ fontFamily: {
32
+ TimesNewRoman: "Times New Roman",
33
+ Arial: "Arial",
34
+ Tahoma: "Tahoma",
35
+ Verdana: "Verdana",
36
+ MicrosoftYaHei: "Microsoft YaHei",
37
+ SimSun: "SimSun",
38
+ SimHei: "SimHei",
39
+ Kaiti: "Kaiti",
40
+ FangSong: "FangSong",
41
+ NSimSun: "NSimSun",
42
+ STXinwei: "STXinwei",
43
+ STXingkai: "STXingkai",
44
+ STLiti: "STLiti",
45
+ HanaleiFill: "HanaleiFill",
46
+ Anton: "Anton",
47
+ Pacifico: "Pacifico"
48
+ },
49
+ "shortcut-panel": {
50
+ title: "단축키"
51
+ },
52
+ shortcut: {
53
+ undo: "실행 취소",
54
+ redo: "다시 실행",
55
+ cut: "자르기",
56
+ copy: "복사",
57
+ paste: "붙여넣기",
58
+ "shortcut-panel": "단축키 패널 전환"
59
+ },
60
+ "common-edit": "일반 편집 단축키",
61
+ "toggle-shortcut-panel": "단축키 패널 전환",
62
+ clipboard: {
63
+ authentication: {
64
+ title: "권한 거절",
65
+ content: "Univer에 클립보드 접근 권한을 부여해주세요."
66
+ }
67
+ },
68
+ textEditor: {
69
+ formulaError: "올바른 수식을 입력하세요, 예: =SUM(A1)",
70
+ rangeError: "올바른 범위를 입력하세요, 예: A1:B10"
71
+ },
72
+ rangeSelector: {
73
+ title: "데이터 범위 선택",
74
+ addAnotherRange: "범위 추가",
75
+ buttonTooltip: "데이터 범위 선택",
76
+ placeHolder: "범위를 선택하거나 입력하세요.",
77
+ confirm: "확인",
78
+ cancel: "취소"
79
+ },
80
+ "global-shortcut": "전역 단축키",
81
+ "zoom-slider": {
82
+ resetTo: "초기화"
83
+ }
84
+ };
85
+ export {
86
+ i as default
87
+ };