x-prop-tree 0.8.16 → 0.8.18

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