@etsoo/appscript 1.5.70 → 1.5.72

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.
@@ -85,6 +85,7 @@
85
85
  "help": "Help",
86
86
  "hideIt": "Hide it",
87
87
  "id": "Number#",
88
+ "imageSizeTooSmall": "The image size is too small",
88
89
  "info": "Info",
89
90
  "item": "Item",
90
91
  "itemExists": "'{0}' already exists",
@@ -85,6 +85,7 @@
85
85
  "help": "帮助",
86
86
  "hideIt": "隐藏",
87
87
  "id": "编号",
88
+ "imageSizeTooSmall": "图片尺寸过小",
88
89
  "info": "信息",
89
90
  "item": "项目",
90
91
  "itemExists": "'{0}'已经存在",
@@ -85,6 +85,7 @@
85
85
  "help": "幫助",
86
86
  "hideIt": "隱藏",
87
87
  "id": "編號",
88
+ "imageSizeTooSmall": "圖片尺寸過小",
88
89
  "info": "信息",
89
90
  "item": "項目",
90
91
  "itemExists": "'{0}'已经存在",
@@ -85,6 +85,7 @@
85
85
  "help": "Help",
86
86
  "hideIt": "Hide it",
87
87
  "id": "Number#",
88
+ "imageSizeTooSmall": "The image size is too small",
88
89
  "info": "Info",
89
90
  "item": "Item",
90
91
  "itemExists": "'{0}' already exists",
@@ -85,6 +85,7 @@
85
85
  "help": "帮助",
86
86
  "hideIt": "隐藏",
87
87
  "id": "编号",
88
+ "imageSizeTooSmall": "图片尺寸过小",
88
89
  "info": "信息",
89
90
  "item": "项目",
90
91
  "itemExists": "'{0}'已经存在",
@@ -85,6 +85,7 @@
85
85
  "help": "幫助",
86
86
  "hideIt": "隱藏",
87
87
  "id": "編號",
88
+ "imageSizeTooSmall": "圖片尺寸過小",
88
89
  "info": "信息",
89
90
  "item": "項目",
90
91
  "itemExists": "'{0}'已经存在",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/appscript",
3
- "version": "1.5.70",
3
+ "version": "1.5.72",
4
4
  "description": "Applications shared TypeScript framework",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -56,7 +56,7 @@
56
56
  "homepage": "https://github.com/ETSOO/AppScript#readme",
57
57
  "dependencies": {
58
58
  "@etsoo/notificationbase": "^1.1.54",
59
- "@etsoo/restclient": "^1.1.16",
59
+ "@etsoo/restclient": "^1.1.17",
60
60
  "@etsoo/shared": "^1.2.55",
61
61
  "crypto-js": "^4.2.0"
62
62
  },
package/src/i18n/en.json CHANGED
@@ -85,6 +85,7 @@
85
85
  "help": "Help",
86
86
  "hideIt": "Hide it",
87
87
  "id": "Number#",
88
+ "imageSizeTooSmall": "The image size is too small",
88
89
  "info": "Info",
89
90
  "item": "Item",
90
91
  "itemExists": "'{0}' already exists",
@@ -85,6 +85,7 @@
85
85
  "help": "帮助",
86
86
  "hideIt": "隐藏",
87
87
  "id": "编号",
88
+ "imageSizeTooSmall": "图片尺寸过小",
88
89
  "info": "信息",
89
90
  "item": "项目",
90
91
  "itemExists": "'{0}'已经存在",
@@ -85,6 +85,7 @@
85
85
  "help": "幫助",
86
86
  "hideIt": "隱藏",
87
87
  "id": "編號",
88
+ "imageSizeTooSmall": "圖片尺寸過小",
88
89
  "info": "信息",
89
90
  "item": "項目",
90
91
  "itemExists": "'{0}'已经存在",