@univerjs/docs-quick-insert-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,20 @@
1
+ const e = {
2
+ docQuickInsert: {
3
+ menu: {
4
+ numberedList: "번호가 매겨진 목록",
5
+ bulletedList: "글머리 기호 목록",
6
+ divider: "구분선",
7
+ text: "텍스트",
8
+ table: "표",
9
+ image: "이미지"
10
+ },
11
+ group: {
12
+ basics: "기본"
13
+ },
14
+ placeholder: "결과가 없습니다",
15
+ keywordInputPlaceholder: "키워드 입력"
16
+ }
17
+ };
18
+ export {
19
+ e as default
20
+ };