x-essential-lib 0.9.8 → 0.9.9

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,5 +1,5 @@
1
1
  export declare function useNameHelper(): {
2
2
  nameOfVerbObject: (verb: string, object: string) => string;
3
- nameOfObjectsInstance: (objects: string[], instance?: string) => string;
4
- nameOfDeleteObjectText: (object: string, name: string) => string;
3
+ nameOfObjects: (objects: string[], instance?: string) => string;
4
+ nameOfAsk: (verb: string, object: string, name: string) => string;
5
5
  };
@@ -101,9 +101,9 @@ const e = {
101
101
  }
102
102
  }, t = {
103
103
  common: {
104
+ ask: "Do you want to {verb} {object} 「{name}」?",
104
105
  cancel: "Cancel",
105
106
  confirm: "Confirm",
106
- deleteObjectText: "Do you want to delete {object} 「{name}」?",
107
107
  responding: "Responding..."
108
108
  }
109
109
  }, a = {
@@ -101,9 +101,9 @@ const e = {
101
101
  }
102
102
  }, t = {
103
103
  common: {
104
+ ask: "你想要{verb}{object}「{name}」?",
104
105
  cancel: "取消",
105
106
  confirm: "确定",
106
- deleteObjectText: "你想要删除{object}「{name}」?",
107
107
  responding: "响应中..."
108
108
  }
109
109
  }, a = {