@etsoo/appscript 1.6.55 → 1.6.56

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.
@@ -92,6 +92,7 @@
92
92
  "idError": "The passed ID is wrong!",
93
93
  "imageSizeTooSmall": "The image size is too small",
94
94
  "info": "Info",
95
+ "invalidNaming": "Invalid naming",
95
96
  "item": "Item",
96
97
  "itemExists": "'{0}' already exists",
97
98
  "jsonData": "Extended data",
@@ -92,6 +92,7 @@
92
92
  "idError": "传递的编号错误!",
93
93
  "imageSizeTooSmall": "图片尺寸过小",
94
94
  "info": "信息",
95
+ "invalidNaming": "无效的命名",
95
96
  "item": "项目",
96
97
  "itemExists": "'{0}'已经存在",
97
98
  "jsonData": "扩展数据",
@@ -92,6 +92,7 @@
92
92
  "idError": "傳遞的編號錯誤!",
93
93
  "imageSizeTooSmall": "圖片尺寸過小",
94
94
  "info": "信息",
95
+ "invalidNaming": "無效的命名",
95
96
  "item": "項目",
96
97
  "itemExists": "'{0}'已經存在",
97
98
  "jsonData": "擴充資料",
@@ -92,6 +92,7 @@
92
92
  "idError": "The passed ID is wrong!",
93
93
  "imageSizeTooSmall": "The image size is too small",
94
94
  "info": "Info",
95
+ "invalidNaming": "Invalid naming",
95
96
  "item": "Item",
96
97
  "itemExists": "'{0}' already exists",
97
98
  "jsonData": "Extended data",
@@ -92,6 +92,7 @@
92
92
  "idError": "传递的编号错误!",
93
93
  "imageSizeTooSmall": "图片尺寸过小",
94
94
  "info": "信息",
95
+ "invalidNaming": "无效的命名",
95
96
  "item": "项目",
96
97
  "itemExists": "'{0}'已经存在",
97
98
  "jsonData": "扩展数据",
@@ -92,6 +92,7 @@
92
92
  "idError": "傳遞的編號錯誤!",
93
93
  "imageSizeTooSmall": "圖片尺寸過小",
94
94
  "info": "信息",
95
+ "invalidNaming": "無效的命名",
95
96
  "item": "項目",
96
97
  "itemExists": "'{0}'已經存在",
97
98
  "jsonData": "擴充資料",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/appscript",
3
- "version": "1.6.55",
3
+ "version": "1.6.56",
4
4
  "description": "Applications shared TypeScript framework",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
package/src/i18n/en.json CHANGED
@@ -92,6 +92,7 @@
92
92
  "idError": "The passed ID is wrong!",
93
93
  "imageSizeTooSmall": "The image size is too small",
94
94
  "info": "Info",
95
+ "invalidNaming": "Invalid naming",
95
96
  "item": "Item",
96
97
  "itemExists": "'{0}' already exists",
97
98
  "jsonData": "Extended data",
@@ -92,6 +92,7 @@
92
92
  "idError": "传递的编号错误!",
93
93
  "imageSizeTooSmall": "图片尺寸过小",
94
94
  "info": "信息",
95
+ "invalidNaming": "无效的命名",
95
96
  "item": "项目",
96
97
  "itemExists": "'{0}'已经存在",
97
98
  "jsonData": "扩展数据",
@@ -92,6 +92,7 @@
92
92
  "idError": "傳遞的編號錯誤!",
93
93
  "imageSizeTooSmall": "圖片尺寸過小",
94
94
  "info": "信息",
95
+ "invalidNaming": "無效的命名",
95
96
  "item": "項目",
96
97
  "itemExists": "'{0}'已經存在",
97
98
  "jsonData": "擴充資料",