xshell 1.0.45 → 1.0.46

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.
Files changed (2) hide show
  1. package/i18n/dict.json +18 -0
  2. package/package.json +1 -1
package/i18n/dict.json CHANGED
@@ -319,5 +319,23 @@
319
319
  },
320
320
  "正在监听: http://localhost:8421\n": {
321
321
  "en": "listening: http://localhost:8421\n"
322
+ },
323
+ "flist: 参数 fpd: '{{fpd}}' 必须是绝对路径": {
324
+ "en": "flist: parameter fpd: '{{fpd}}' must be an absolute path"
325
+ },
326
+ "flist: 参数 fpd: '{{fpd}}' 必须以 / 结尾": {
327
+ "en": "flist: argument fpd: '{{fpd}}' must end with /"
328
+ },
329
+ "fstat: 参数 fp: '{{fp}}' 必须是绝对路径": {
330
+ "en": "fstat: parameter fp: '{{fp}}' must be an absolute path"
331
+ },
332
+ "不存在且无法创建文件夹 {{fpd}}": {
333
+ "en": "Folder {{fpd}} does not exist and cannot be created"
334
+ },
335
+ "message.data 必须是数组": {
336
+ "en": "message.data must be an array"
337
+ },
338
+ "fsend 必须传 absolute 选项或 root 文件夹": {
339
+ "en": "fsend must pass absolute option or root folder"
322
340
  }
323
341
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xshell",
3
- "version": "1.0.45",
3
+ "version": "1.0.46",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "bin": {