@etsoo/appscript 1.5.5 → 1.5.7

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.
@@ -15,6 +15,7 @@
15
15
  "clickForDetails": "Click for details",
16
16
  "city": "City",
17
17
  "clear": "Clear",
18
+ "clearInput": "Clear input",
18
19
  "close": "Close",
19
20
  "confirm": "Confirm",
20
21
  "confirmAction": "Are you sure you want to {0}?",
@@ -77,6 +78,7 @@
77
78
  "field": "Field",
78
79
  "fileDownloaded": "The file has been downloaded",
79
80
  "help": "Help",
81
+ "hideIt": "Hide it",
80
82
  "id": "Number#",
81
83
  "info": "Info",
82
84
  "item": "Item",
@@ -15,6 +15,7 @@
15
15
  "clickForDetails": "点击查看详情",
16
16
  "city": "城市",
17
17
  "clear": "清除",
18
+ "clearInput": "清除输入",
18
19
  "close": "关闭",
19
20
  "confirm": "确认",
20
21
  "confirmAction": "确定要{0}吗?",
@@ -77,6 +78,7 @@
77
78
  "field": "字段",
78
79
  "fileDownloaded": "文件已下载",
79
80
  "help": "帮助",
81
+ "hideIt": "隐藏",
80
82
  "id": "编号",
81
83
  "info": "信息",
82
84
  "item": "项目",
@@ -15,6 +15,7 @@
15
15
  "clickForDetails": "點擊查看詳情",
16
16
  "city": "城市",
17
17
  "clear": "清除",
18
+ "clearInput": "清除輸入",
18
19
  "close": "關閉",
19
20
  "confirm": "確認",
20
21
  "confirmAction": "確定要{0}嗎?",
@@ -77,6 +78,7 @@
77
78
  "field": "字段",
78
79
  "fileDownloaded": "文件已下載",
79
80
  "help": "幫助",
81
+ "hideIt": "隱藏",
80
82
  "id": "編號",
81
83
  "info": "信息",
82
84
  "item": "項目",
@@ -15,6 +15,7 @@
15
15
  "clickForDetails": "Click for details",
16
16
  "city": "City",
17
17
  "clear": "Clear",
18
+ "clearInput": "Clear input",
18
19
  "close": "Close",
19
20
  "confirm": "Confirm",
20
21
  "confirmAction": "Are you sure you want to {0}?",
@@ -77,6 +78,7 @@
77
78
  "field": "Field",
78
79
  "fileDownloaded": "The file has been downloaded",
79
80
  "help": "Help",
81
+ "hideIt": "Hide it",
80
82
  "id": "Number#",
81
83
  "info": "Info",
82
84
  "item": "Item",
@@ -15,6 +15,7 @@
15
15
  "clickForDetails": "点击查看详情",
16
16
  "city": "城市",
17
17
  "clear": "清除",
18
+ "clearInput": "清除输入",
18
19
  "close": "关闭",
19
20
  "confirm": "确认",
20
21
  "confirmAction": "确定要{0}吗?",
@@ -77,6 +78,7 @@
77
78
  "field": "字段",
78
79
  "fileDownloaded": "文件已下载",
79
80
  "help": "帮助",
81
+ "hideIt": "隐藏",
80
82
  "id": "编号",
81
83
  "info": "信息",
82
84
  "item": "项目",
@@ -15,6 +15,7 @@
15
15
  "clickForDetails": "點擊查看詳情",
16
16
  "city": "城市",
17
17
  "clear": "清除",
18
+ "clearInput": "清除輸入",
18
19
  "close": "關閉",
19
20
  "confirm": "確認",
20
21
  "confirmAction": "確定要{0}嗎?",
@@ -77,6 +78,7 @@
77
78
  "field": "字段",
78
79
  "fileDownloaded": "文件已下載",
79
80
  "help": "幫助",
81
+ "hideIt": "隱藏",
80
82
  "id": "編號",
81
83
  "info": "信息",
82
84
  "item": "項目",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/appscript",
3
- "version": "1.5.5",
3
+ "version": "1.5.7",
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
@@ -15,6 +15,7 @@
15
15
  "clickForDetails": "Click for details",
16
16
  "city": "City",
17
17
  "clear": "Clear",
18
+ "clearInput": "Clear input",
18
19
  "close": "Close",
19
20
  "confirm": "Confirm",
20
21
  "confirmAction": "Are you sure you want to {0}?",
@@ -77,6 +78,7 @@
77
78
  "field": "Field",
78
79
  "fileDownloaded": "The file has been downloaded",
79
80
  "help": "Help",
81
+ "hideIt": "Hide it",
80
82
  "id": "Number#",
81
83
  "info": "Info",
82
84
  "item": "Item",
@@ -15,6 +15,7 @@
15
15
  "clickForDetails": "点击查看详情",
16
16
  "city": "城市",
17
17
  "clear": "清除",
18
+ "clearInput": "清除输入",
18
19
  "close": "关闭",
19
20
  "confirm": "确认",
20
21
  "confirmAction": "确定要{0}吗?",
@@ -77,6 +78,7 @@
77
78
  "field": "字段",
78
79
  "fileDownloaded": "文件已下载",
79
80
  "help": "帮助",
81
+ "hideIt": "隐藏",
80
82
  "id": "编号",
81
83
  "info": "信息",
82
84
  "item": "项目",
@@ -15,6 +15,7 @@
15
15
  "clickForDetails": "點擊查看詳情",
16
16
  "city": "城市",
17
17
  "clear": "清除",
18
+ "clearInput": "清除輸入",
18
19
  "close": "關閉",
19
20
  "confirm": "確認",
20
21
  "confirmAction": "確定要{0}嗎?",
@@ -77,6 +78,7 @@
77
78
  "field": "字段",
78
79
  "fileDownloaded": "文件已下載",
79
80
  "help": "幫助",
81
+ "hideIt": "隱藏",
80
82
  "id": "編號",
81
83
  "info": "信息",
82
84
  "item": "項目",