x-prop-tree 0.8.25 → 0.8.27

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,19 @@
1
+ import { t as __exportAll } from "./rolldown-runtime.c6i0pdwe.js";
2
+
3
+ //#region src/i18n/locales/en/index.ts
4
+ var en_exports = /* @__PURE__ */ __exportAll({ default: () => en_default });
5
+ var en_default = { "x-prop-tree": {
6
+ copy: "Copy",
7
+ jsonEditor: "JSON Editor",
8
+ noAdaptSlot: "No Adapt Slot",
9
+ noComp: "No Comp",
10
+ noSlot: "No Slot",
11
+ paste: "Paste",
12
+ reset: "Reset",
13
+ selectAdaptSlot: "Select Adapt Slot",
14
+ selectComp: "Select Comp",
15
+ selectSlot: "Select Slot"
16
+ } };
17
+
18
+ //#endregion
19
+ export { en_exports as t };
@@ -0,0 +1,19 @@
1
+ import { t as __exportAll } from "./rolldown-runtime.c6i0pdwe.js";
2
+
3
+ //#region src/i18n/locales/zhHans/index.ts
4
+ var zhHans_exports = /* @__PURE__ */ __exportAll({ default: () => zhHans_default });
5
+ var zhHans_default = { "x-prop-tree": {
6
+ copy: "拷贝",
7
+ jsonEditor: "JSON编辑器",
8
+ noAdaptSlot: "没有适配插槽",
9
+ noComp: "没有组件",
10
+ noSlot: "没有插槽",
11
+ paste: "黏贴",
12
+ reset: "重置",
13
+ selectAdaptSlot: "选择适配插槽",
14
+ selectComp: "选择组件",
15
+ selectSlot: "选择插槽"
16
+ } };
17
+
18
+ //#endregion
19
+ export { zhHans_exports as t };