@univerjs/slides-ui 0.8.2 → 0.8.3-nightly.202506271607

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,39 @@
1
+ const e = {
2
+ slide: {
3
+ append: "슬라이드 추가",
4
+ text: {
5
+ insert: {
6
+ title: "텍스트 삽입"
7
+ }
8
+ },
9
+ shape: {
10
+ insert: {
11
+ title: "도형 삽입",
12
+ rectangle: "사각형 삽입"
13
+ }
14
+ },
15
+ image: {
16
+ insert: {
17
+ title: "이미지 삽입",
18
+ float: "플로팅 이미지 삽입"
19
+ }
20
+ },
21
+ popup: {
22
+ edit: "편집",
23
+ delete: "삭제"
24
+ },
25
+ sidebar: {
26
+ text: "텍스트 편집",
27
+ shape: "도형 편집",
28
+ image: "이미지 편집"
29
+ },
30
+ panel: {
31
+ fill: {
32
+ title: "채우기 색상"
33
+ }
34
+ }
35
+ }
36
+ };
37
+ export {
38
+ e as default
39
+ };