x-prop-tree 0.7.35 → 0.7.37

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,2 @@
1
+ import { t as en_default } from "./i18n-en.kgpuxcjs.js";
2
+ export { en_default as default };
@@ -0,0 +1,12 @@
1
+ var en_default = { "x-prop-tree": {
2
+ adapt: "Adapt",
3
+ comp: "Comp",
4
+ copy: "Copy",
5
+ jsonEditor: "JSON Editor",
6
+ no: "No",
7
+ paste: "Paste",
8
+ reset: "Reset",
9
+ select: "Select",
10
+ slot: "Slot"
11
+ } };
12
+ export { en_default as t };
@@ -0,0 +1,12 @@
1
+ var zhHans_default = { "x-prop-tree": {
2
+ adapt: "适配",
3
+ comp: "组件",
4
+ copy: "复制",
5
+ jsonEditor: "JSON编辑器",
6
+ no: "没有",
7
+ paste: "黏贴",
8
+ reset: "重置",
9
+ select: "选择",
10
+ slot: "插槽"
11
+ } };
12
+ export { zhHans_default as t };