@etsoo/appscript 1.2.27 → 1.2.28

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,6 +1,9 @@
1
1
  {
2
+ "accountant": "Accountant",
2
3
  "actions": "Actions",
3
4
  "add": "Add",
5
+ "authorizer": "Authorizer",
6
+ "applicant": "Applicant",
4
7
  "approve": "Approve it",
5
8
  "back": "Back",
6
9
  "cancel": "Cancel",
@@ -115,6 +118,7 @@
115
118
  "unitGRAM": "g",
116
119
  "unitJIN": "½Kg",
117
120
  "unitKILOGRAM": "Kg",
121
+ "user": "User",
118
122
  "view": "View",
119
123
  "warning": "Warning",
120
124
  "welcome": "{0}, welcome!"
@@ -1,6 +1,9 @@
1
1
  {
2
+ "accountant": "会计",
2
3
  "actions": "操作",
3
4
  "add": "添加",
5
+ "authorizer": "授权人",
6
+ "applicant": "申请人",
4
7
  "approve": "批准",
5
8
  "back": "后退",
6
9
  "cancel": "取消",
@@ -116,6 +119,7 @@
116
119
  "unitJIN": "斤",
117
120
  "unitKILOGRAM": "公斤",
118
121
  "unitTON": "吨",
122
+ "user": "用户",
119
123
  "view": "查看",
120
124
  "warning": "警告",
121
125
  "welcome": "{0}, 欢迎光临!"
@@ -1,6 +1,9 @@
1
1
  {
2
+ "accountant": "會計",
2
3
  "actions": "操作",
3
4
  "add": "添加",
5
+ "authorizer": "授權人",
6
+ "applicant": "申請人",
4
7
  "approve": "批准",
5
8
  "back": "後退",
6
9
  "cancel": "取消",
@@ -115,6 +118,7 @@
115
118
  "unitGRAM": "克",
116
119
  "unitJIN": "斤",
117
120
  "unitKILOGRAM": "公斤",
121
+ "user": "用戶",
118
122
  "view": "查看",
119
123
  "warning": "警告",
120
124
  "welcome": "{0}, 歡迎光臨!"
@@ -1,6 +1,9 @@
1
1
  {
2
+ "accountant": "Accountant",
2
3
  "actions": "Actions",
3
4
  "add": "Add",
5
+ "authorizer": "Authorizer",
6
+ "applicant": "Applicant",
4
7
  "approve": "Approve it",
5
8
  "back": "Back",
6
9
  "cancel": "Cancel",
@@ -115,6 +118,7 @@
115
118
  "unitGRAM": "g",
116
119
  "unitJIN": "½Kg",
117
120
  "unitKILOGRAM": "Kg",
121
+ "user": "User",
118
122
  "view": "View",
119
123
  "warning": "Warning",
120
124
  "welcome": "{0}, welcome!"
@@ -1,6 +1,9 @@
1
1
  {
2
+ "accountant": "会计",
2
3
  "actions": "操作",
3
4
  "add": "添加",
5
+ "authorizer": "授权人",
6
+ "applicant": "申请人",
4
7
  "approve": "批准",
5
8
  "back": "后退",
6
9
  "cancel": "取消",
@@ -116,6 +119,7 @@
116
119
  "unitJIN": "斤",
117
120
  "unitKILOGRAM": "公斤",
118
121
  "unitTON": "吨",
122
+ "user": "用户",
119
123
  "view": "查看",
120
124
  "warning": "警告",
121
125
  "welcome": "{0}, 欢迎光临!"
@@ -1,6 +1,9 @@
1
1
  {
2
+ "accountant": "會計",
2
3
  "actions": "操作",
3
4
  "add": "添加",
5
+ "authorizer": "授權人",
6
+ "applicant": "申請人",
4
7
  "approve": "批准",
5
8
  "back": "後退",
6
9
  "cancel": "取消",
@@ -115,6 +118,7 @@
115
118
  "unitGRAM": "克",
116
119
  "unitJIN": "斤",
117
120
  "unitKILOGRAM": "公斤",
121
+ "user": "用戶",
118
122
  "view": "查看",
119
123
  "warning": "警告",
120
124
  "welcome": "{0}, 歡迎光臨!"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/appscript",
3
- "version": "1.2.27",
3
+ "version": "1.2.28",
4
4
  "description": "Applications shared TypeScript framework",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -60,13 +60,13 @@
60
60
  },
61
61
  "devDependencies": {
62
62
  "@babel/cli": "^7.16.8",
63
- "@babel/core": "^7.16.10",
63
+ "@babel/core": "^7.16.12",
64
64
  "@babel/plugin-transform-runtime": "^7.16.10",
65
65
  "@babel/preset-env": "^7.16.11",
66
66
  "@babel/runtime-corejs3": "^7.16.8",
67
67
  "@types/jest": "^27.4.0",
68
- "@typescript-eslint/eslint-plugin": "^5.10.0",
69
- "@typescript-eslint/parser": "^5.10.0",
68
+ "@typescript-eslint/eslint-plugin": "^5.10.1",
69
+ "@typescript-eslint/parser": "^5.10.1",
70
70
  "eslint": "^8.7.0",
71
71
  "eslint-config-airbnb-base": "^15.0.0",
72
72
  "eslint-plugin-import": "^2.25.4",
@@ -1,6 +1,9 @@
1
1
  {
2
+ "accountant": "Accountant",
2
3
  "actions": "Actions",
3
4
  "add": "Add",
5
+ "authorizer": "Authorizer",
6
+ "applicant": "Applicant",
4
7
  "approve": "Approve it",
5
8
  "back": "Back",
6
9
  "cancel": "Cancel",
@@ -115,6 +118,7 @@
115
118
  "unitGRAM": "g",
116
119
  "unitJIN": "½Kg",
117
120
  "unitKILOGRAM": "Kg",
121
+ "user": "User",
118
122
  "view": "View",
119
123
  "warning": "Warning",
120
124
  "welcome": "{0}, welcome!"
@@ -1,6 +1,9 @@
1
1
  {
2
+ "accountant": "会计",
2
3
  "actions": "操作",
3
4
  "add": "添加",
5
+ "authorizer": "授权人",
6
+ "applicant": "申请人",
4
7
  "approve": "批准",
5
8
  "back": "后退",
6
9
  "cancel": "取消",
@@ -116,6 +119,7 @@
116
119
  "unitJIN": "斤",
117
120
  "unitKILOGRAM": "公斤",
118
121
  "unitTON": "吨",
122
+ "user": "用户",
119
123
  "view": "查看",
120
124
  "warning": "警告",
121
125
  "welcome": "{0}, 欢迎光临!"
@@ -1,6 +1,9 @@
1
1
  {
2
+ "accountant": "會計",
2
3
  "actions": "操作",
3
4
  "add": "添加",
5
+ "authorizer": "授權人",
6
+ "applicant": "申請人",
4
7
  "approve": "批准",
5
8
  "back": "後退",
6
9
  "cancel": "取消",
@@ -115,6 +118,7 @@
115
118
  "unitGRAM": "克",
116
119
  "unitJIN": "斤",
117
120
  "unitKILOGRAM": "公斤",
121
+ "user": "用戶",
118
122
  "view": "查看",
119
123
  "warning": "警告",
120
124
  "welcome": "{0}, 歡迎光臨!"