@etsoo/appscript 1.2.26 → 1.2.27

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.
@@ -55,7 +55,7 @@ AddressRegion.US = new AddressRegion('US', 'USA', '840', AddressContinent_1.Addr
55
55
  * CA - Canada
56
56
  * 加拿大
57
57
  */
58
- AddressRegion.CA = new AddressRegion('CA', 'CAN', '124', AddressContinent_1.AddressContinent.NA, '011', '1', 'USD', ['en-CA', 'fr-CA']);
58
+ AddressRegion.CA = new AddressRegion('CA', 'CAN', '124', AddressContinent_1.AddressContinent.NA, '011', '1', 'CAD', ['en-CA', 'fr-CA']);
59
59
  /**
60
60
  * AU - Australia
61
61
  * 澳大利亚
@@ -75,7 +75,7 @@ AddressRegion.GB = new AddressRegion('GB', 'GBR', '826', AddressContinent_1.Addr
75
75
  * IE - Ireland
76
76
  * 爱尔兰
77
77
  */
78
- AddressRegion.IE = new AddressRegion('IE', 'IRL', '372', AddressContinent_1.AddressContinent.EU, '00', '353', 'IEP', ['en-IE']);
78
+ AddressRegion.IE = new AddressRegion('IE', 'IRL', '372', AddressContinent_1.AddressContinent.EU, '00', '353', 'EUR', ['en-IE']);
79
79
  /**
80
80
  * DE - Germany
81
81
  * 德国
@@ -14,6 +14,13 @@ export declare namespace BusinessUtils {
14
14
  * @returns Items with blank item
15
15
  */
16
16
  function addIdLabelBlankItem<T extends DataTypes.IdType = number>(input: IdLabelDto<T>[], copy?: boolean): IdLabelDto<T>[];
17
+ /**
18
+ * Get currency collection
19
+ * @param currencyNames Names like CNY, USD
20
+ * @param func Label delegate
21
+ * @returns Collection
22
+ */
23
+ function getCurrencies(currencyNames: string[], func: ICultureGet): IdLabelDto<string>[];
17
24
  /**
18
25
  * Get product unit's label
19
26
  * Please define the label in culture with key 'statusNormal' for Normal status
@@ -24,6 +24,22 @@ var BusinessUtils;
24
24
  return input;
25
25
  }
26
26
  BusinessUtils.addIdLabelBlankItem = addIdLabelBlankItem;
27
+ /**
28
+ * Get currency collection
29
+ * @param currencyNames Names like CNY, USD
30
+ * @param func Label delegate
31
+ * @returns Collection
32
+ */
33
+ function getCurrencies(currencyNames, func) {
34
+ return currencyNames.map((name) => {
35
+ var _a;
36
+ return ({
37
+ id: name,
38
+ label: (_a = func(`currency${name}`)) !== null && _a !== void 0 ? _a : name
39
+ });
40
+ });
41
+ }
42
+ BusinessUtils.getCurrencies = getCurrencies;
27
43
  /**
28
44
  * Get product unit's label
29
45
  * Please define the label in culture with key 'statusNormal' for Normal status
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "actions": "Actions",
3
3
  "add": "Add",
4
+ "approve": "Approve it",
4
5
  "back": "Back",
5
6
  "cancel": "Cancel",
6
7
  "clear": "Clear",
@@ -11,6 +12,16 @@
11
12
  "copy": "Copy",
12
13
  "creation": "Creation",
13
14
  "currency": "Currency",
15
+ "currencyAUD": "Australia Dollar $",
16
+ "currencyCAD": "Canada Dollar $",
17
+ "currencyCNY": "Renminbi(RMB) ¥",
18
+ "currencyEUR": "Euro €",
19
+ "currencyGBP": "British Pound £",
20
+ "currencyHKD": "Hong Kong Dollar $",
21
+ "currencyJPY": "Japan Yen ¥",
22
+ "currencyNZD": "New Zealand Dollar $",
23
+ "currencySGD": "Singapore Dollar $",
24
+ "currencyUSD": "U.S. Dollar $",
14
25
  "delete": "Delete",
15
26
  "deleteConfirm": "Are you sure you want to permanently delete this {0}?",
16
27
  "description": "Description",
@@ -77,6 +88,13 @@
77
88
  "statusInactivated": "Inactivated",
78
89
  "submit": "Submit",
79
90
  "success": "Success",
91
+ "taxId": "Tax ID number",
92
+ "taxIdHelp": "Used for real-name authentication and invoicing",
93
+ "taxCABN": "Business number",
94
+ "taxCNUSCC": "Unified social credit code",
95
+ "taxHKBRN": "Business registration number",
96
+ "taxNZIRD": "IRD",
97
+ "taxUSEIN": "Employer identification number",
80
98
  "timeDifferenceInvalid": "The time difference between the device and the server is {0}, which exceeds the limit of {1} seconds. Please adjust the device time. If it is abnormal, please inform the administrator",
81
99
  "tokenExpiry": "Your session is about to expire. Click the Cancel button to continue",
82
100
  "yes": "Yes",
@@ -97,6 +115,7 @@
97
115
  "unitGRAM": "g",
98
116
  "unitJIN": "½Kg",
99
117
  "unitKILOGRAM": "Kg",
118
+ "view": "View",
100
119
  "warning": "Warning",
101
120
  "welcome": "{0}, welcome!"
102
121
  }
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "actions": "操作",
3
3
  "add": "添加",
4
+ "approve": "批准",
4
5
  "back": "后退",
5
6
  "cancel": "取消",
6
7
  "clear": "清除",
@@ -11,6 +12,16 @@
11
12
  "copy": "复制",
12
13
  "creation": "登记时间",
13
14
  "currency": "币种",
15
+ "currencyAUD": "澳元$",
16
+ "currencyCAD": "加元$",
17
+ "currencyCNY": "人民币¥",
18
+ "currencyEUR": "欧元€",
19
+ "currencyGBP": "英镑£",
20
+ "currencyHKD": "港币$",
21
+ "currencyJPY": "日元¥",
22
+ "currencyNZD": "纽币$",
23
+ "currencySGD": "新币$",
24
+ "currencyUSD": "美元$",
14
25
  "delete": "删除",
15
26
  "deleteConfirm": "确定要永久删除此{0}吗?",
16
27
  "description": "描述",
@@ -77,6 +88,13 @@
77
88
  "statusInactivated": "已停用",
78
89
  "submit": "提交",
79
90
  "success": "成功",
91
+ "taxId": "税号",
92
+ "taxIdHelp": "用于实名认证和开具发票",
93
+ "taxCABN": "营业编号(BN)",
94
+ "taxCNUSCC": "统一信用代码",
95
+ "taxHKBRN": "商业登记号码(BRN)",
96
+ "taxNZIRD": "IRD",
97
+ "taxUSEIN": "雇主识别号码(EIN)",
80
98
  "timeDifferenceInvalid": "设备时间和服务器时间差为{0},超过{1}秒的限制,请调整设备时间,如果异常请告知管理员",
81
99
  "tokenExpiry": "您的会话即将过期。点击 取消 按钮继续使用",
82
100
  "yes": "是",
@@ -98,6 +116,7 @@
98
116
  "unitJIN": "斤",
99
117
  "unitKILOGRAM": "公斤",
100
118
  "unitTON": "吨",
119
+ "view": "查看",
101
120
  "warning": "警告",
102
121
  "welcome": "{0}, 欢迎光临!"
103
122
  }
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "actions": "操作",
3
3
  "add": "添加",
4
+ "approve": "批准",
4
5
  "back": "後退",
5
6
  "cancel": "取消",
6
7
  "clear": "清除",
@@ -11,6 +12,16 @@
11
12
  "copy": "複製",
12
13
  "creation": "登記時間",
13
14
  "currency": "幣種",
15
+ "currencyAUD": "澳元$",
16
+ "currencyCAD": "加元$",
17
+ "currencyCNY": "人民幣¥",
18
+ "currencyEUR": "歐元€",
19
+ "currencyGBP": "英鎊£",
20
+ "currencyHKD": "港幣$",
21
+ "currencyJPY": "日元¥",
22
+ "currencyNZD": "紐幣$",
23
+ "currencySGD": "新幣$",
24
+ "currencyUSD": "美元$",
14
25
  "delete": "刪除",
15
26
  "deleteConfirm": "確定要永久刪除此{0}嗎?",
16
27
  "description": "描述",
@@ -77,6 +88,13 @@
77
88
  "statusInactivated": "已停用",
78
89
  "submit": "提交",
79
90
  "success": "成功",
91
+ "taxId": "稅號",
92
+ "taxIdHelp": "用於實名認證和開具發票",
93
+ "taxCABN": "營業編號(BN)",
94
+ "taxCNUSCC": "統一信用代碼",
95
+ "taxHKBRN": "商業登記號碼(BRN)",
96
+ "taxNZIRD": "IRD",
97
+ "taxUSEIN": "雇主識別號碼(EIN)",
80
98
  "timeDifferenceInvalid": "設備時間和服務器時間差為{0},超過{1}秒的限制,請調整設備時間,如果異常請告知管理員",
81
99
  "tokenExpiry": "您的會話即將過期。點擊 取消 按鈕繼續使用",
82
100
  "yes": "是",
@@ -97,6 +115,7 @@
97
115
  "unitGRAM": "克",
98
116
  "unitJIN": "斤",
99
117
  "unitKILOGRAM": "公斤",
118
+ "view": "查看",
100
119
  "warning": "警告",
101
120
  "welcome": "{0}, 歡迎光臨!"
102
121
  }
@@ -51,7 +51,7 @@ AddressRegion.US = new AddressRegion('US', 'USA', '840', AddressContinent.NA, '0
51
51
  * CA - Canada
52
52
  * 加拿大
53
53
  */
54
- AddressRegion.CA = new AddressRegion('CA', 'CAN', '124', AddressContinent.NA, '011', '1', 'USD', ['en-CA', 'fr-CA']);
54
+ AddressRegion.CA = new AddressRegion('CA', 'CAN', '124', AddressContinent.NA, '011', '1', 'CAD', ['en-CA', 'fr-CA']);
55
55
  /**
56
56
  * AU - Australia
57
57
  * 澳大利亚
@@ -71,7 +71,7 @@ AddressRegion.GB = new AddressRegion('GB', 'GBR', '826', AddressContinent.EU, '0
71
71
  * IE - Ireland
72
72
  * 爱尔兰
73
73
  */
74
- AddressRegion.IE = new AddressRegion('IE', 'IRL', '372', AddressContinent.EU, '00', '353', 'IEP', ['en-IE']);
74
+ AddressRegion.IE = new AddressRegion('IE', 'IRL', '372', AddressContinent.EU, '00', '353', 'EUR', ['en-IE']);
75
75
  /**
76
76
  * DE - Germany
77
77
  * 德国
@@ -14,6 +14,13 @@ export declare namespace BusinessUtils {
14
14
  * @returns Items with blank item
15
15
  */
16
16
  function addIdLabelBlankItem<T extends DataTypes.IdType = number>(input: IdLabelDto<T>[], copy?: boolean): IdLabelDto<T>[];
17
+ /**
18
+ * Get currency collection
19
+ * @param currencyNames Names like CNY, USD
20
+ * @param func Label delegate
21
+ * @returns Collection
22
+ */
23
+ function getCurrencies(currencyNames: string[], func: ICultureGet): IdLabelDto<string>[];
17
24
  /**
18
25
  * Get product unit's label
19
26
  * Please define the label in culture with key 'statusNormal' for Normal status
@@ -21,6 +21,22 @@ export var BusinessUtils;
21
21
  return input;
22
22
  }
23
23
  BusinessUtils.addIdLabelBlankItem = addIdLabelBlankItem;
24
+ /**
25
+ * Get currency collection
26
+ * @param currencyNames Names like CNY, USD
27
+ * @param func Label delegate
28
+ * @returns Collection
29
+ */
30
+ function getCurrencies(currencyNames, func) {
31
+ return currencyNames.map((name) => {
32
+ var _a;
33
+ return ({
34
+ id: name,
35
+ label: (_a = func(`currency${name}`)) !== null && _a !== void 0 ? _a : name
36
+ });
37
+ });
38
+ }
39
+ BusinessUtils.getCurrencies = getCurrencies;
24
40
  /**
25
41
  * Get product unit's label
26
42
  * Please define the label in culture with key 'statusNormal' for Normal status
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "actions": "Actions",
3
3
  "add": "Add",
4
+ "approve": "Approve it",
4
5
  "back": "Back",
5
6
  "cancel": "Cancel",
6
7
  "clear": "Clear",
@@ -11,6 +12,16 @@
11
12
  "copy": "Copy",
12
13
  "creation": "Creation",
13
14
  "currency": "Currency",
15
+ "currencyAUD": "Australia Dollar $",
16
+ "currencyCAD": "Canada Dollar $",
17
+ "currencyCNY": "Renminbi(RMB) ¥",
18
+ "currencyEUR": "Euro €",
19
+ "currencyGBP": "British Pound £",
20
+ "currencyHKD": "Hong Kong Dollar $",
21
+ "currencyJPY": "Japan Yen ¥",
22
+ "currencyNZD": "New Zealand Dollar $",
23
+ "currencySGD": "Singapore Dollar $",
24
+ "currencyUSD": "U.S. Dollar $",
14
25
  "delete": "Delete",
15
26
  "deleteConfirm": "Are you sure you want to permanently delete this {0}?",
16
27
  "description": "Description",
@@ -77,6 +88,13 @@
77
88
  "statusInactivated": "Inactivated",
78
89
  "submit": "Submit",
79
90
  "success": "Success",
91
+ "taxId": "Tax ID number",
92
+ "taxIdHelp": "Used for real-name authentication and invoicing",
93
+ "taxCABN": "Business number",
94
+ "taxCNUSCC": "Unified social credit code",
95
+ "taxHKBRN": "Business registration number",
96
+ "taxNZIRD": "IRD",
97
+ "taxUSEIN": "Employer identification number",
80
98
  "timeDifferenceInvalid": "The time difference between the device and the server is {0}, which exceeds the limit of {1} seconds. Please adjust the device time. If it is abnormal, please inform the administrator",
81
99
  "tokenExpiry": "Your session is about to expire. Click the Cancel button to continue",
82
100
  "yes": "Yes",
@@ -97,6 +115,7 @@
97
115
  "unitGRAM": "g",
98
116
  "unitJIN": "½Kg",
99
117
  "unitKILOGRAM": "Kg",
118
+ "view": "View",
100
119
  "warning": "Warning",
101
120
  "welcome": "{0}, welcome!"
102
121
  }
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "actions": "操作",
3
3
  "add": "添加",
4
+ "approve": "批准",
4
5
  "back": "后退",
5
6
  "cancel": "取消",
6
7
  "clear": "清除",
@@ -11,6 +12,16 @@
11
12
  "copy": "复制",
12
13
  "creation": "登记时间",
13
14
  "currency": "币种",
15
+ "currencyAUD": "澳元$",
16
+ "currencyCAD": "加元$",
17
+ "currencyCNY": "人民币¥",
18
+ "currencyEUR": "欧元€",
19
+ "currencyGBP": "英镑£",
20
+ "currencyHKD": "港币$",
21
+ "currencyJPY": "日元¥",
22
+ "currencyNZD": "纽币$",
23
+ "currencySGD": "新币$",
24
+ "currencyUSD": "美元$",
14
25
  "delete": "删除",
15
26
  "deleteConfirm": "确定要永久删除此{0}吗?",
16
27
  "description": "描述",
@@ -77,6 +88,13 @@
77
88
  "statusInactivated": "已停用",
78
89
  "submit": "提交",
79
90
  "success": "成功",
91
+ "taxId": "税号",
92
+ "taxIdHelp": "用于实名认证和开具发票",
93
+ "taxCABN": "营业编号(BN)",
94
+ "taxCNUSCC": "统一信用代码",
95
+ "taxHKBRN": "商业登记号码(BRN)",
96
+ "taxNZIRD": "IRD",
97
+ "taxUSEIN": "雇主识别号码(EIN)",
80
98
  "timeDifferenceInvalid": "设备时间和服务器时间差为{0},超过{1}秒的限制,请调整设备时间,如果异常请告知管理员",
81
99
  "tokenExpiry": "您的会话即将过期。点击 取消 按钮继续使用",
82
100
  "yes": "是",
@@ -98,6 +116,7 @@
98
116
  "unitJIN": "斤",
99
117
  "unitKILOGRAM": "公斤",
100
118
  "unitTON": "吨",
119
+ "view": "查看",
101
120
  "warning": "警告",
102
121
  "welcome": "{0}, 欢迎光临!"
103
122
  }
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "actions": "操作",
3
3
  "add": "添加",
4
+ "approve": "批准",
4
5
  "back": "後退",
5
6
  "cancel": "取消",
6
7
  "clear": "清除",
@@ -11,6 +12,16 @@
11
12
  "copy": "複製",
12
13
  "creation": "登記時間",
13
14
  "currency": "幣種",
15
+ "currencyAUD": "澳元$",
16
+ "currencyCAD": "加元$",
17
+ "currencyCNY": "人民幣¥",
18
+ "currencyEUR": "歐元€",
19
+ "currencyGBP": "英鎊£",
20
+ "currencyHKD": "港幣$",
21
+ "currencyJPY": "日元¥",
22
+ "currencyNZD": "紐幣$",
23
+ "currencySGD": "新幣$",
24
+ "currencyUSD": "美元$",
14
25
  "delete": "刪除",
15
26
  "deleteConfirm": "確定要永久刪除此{0}嗎?",
16
27
  "description": "描述",
@@ -77,6 +88,13 @@
77
88
  "statusInactivated": "已停用",
78
89
  "submit": "提交",
79
90
  "success": "成功",
91
+ "taxId": "稅號",
92
+ "taxIdHelp": "用於實名認證和開具發票",
93
+ "taxCABN": "營業編號(BN)",
94
+ "taxCNUSCC": "統一信用代碼",
95
+ "taxHKBRN": "商業登記號碼(BRN)",
96
+ "taxNZIRD": "IRD",
97
+ "taxUSEIN": "雇主識別號碼(EIN)",
80
98
  "timeDifferenceInvalid": "設備時間和服務器時間差為{0},超過{1}秒的限制,請調整設備時間,如果異常請告知管理員",
81
99
  "tokenExpiry": "您的會話即將過期。點擊 取消 按鈕繼續使用",
82
100
  "yes": "是",
@@ -97,6 +115,7 @@
97
115
  "unitGRAM": "克",
98
116
  "unitJIN": "斤",
99
117
  "unitKILOGRAM": "公斤",
118
+ "view": "查看",
100
119
  "warning": "警告",
101
120
  "welcome": "{0}, 歡迎光臨!"
102
121
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/appscript",
3
- "version": "1.2.26",
3
+ "version": "1.2.27",
4
4
  "description": "Applications shared TypeScript framework",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -54,15 +54,15 @@
54
54
  "dependencies": {
55
55
  "@etsoo/notificationbase": "^1.1.0",
56
56
  "@etsoo/restclient": "^1.0.64",
57
- "@etsoo/shared": "^1.1.5",
57
+ "@etsoo/shared": "^1.1.6",
58
58
  "@types/crypto-js": "^4.1.0",
59
59
  "crypto-js": "^4.1.1"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@babel/cli": "^7.16.8",
63
- "@babel/core": "^7.16.7",
64
- "@babel/plugin-transform-runtime": "^7.16.8",
65
- "@babel/preset-env": "^7.16.8",
63
+ "@babel/core": "^7.16.10",
64
+ "@babel/plugin-transform-runtime": "^7.16.10",
65
+ "@babel/preset-env": "^7.16.11",
66
66
  "@babel/runtime-corejs3": "^7.16.8",
67
67
  "@types/jest": "^27.4.0",
68
68
  "@typescript-eslint/eslint-plugin": "^5.10.0",
@@ -72,6 +72,6 @@
72
72
  "eslint-plugin-import": "^2.25.4",
73
73
  "jest": "^27.4.7",
74
74
  "ts-jest": "^27.1.3",
75
- "typescript": "^4.5.4"
75
+ "typescript": "^4.5.5"
76
76
  }
77
77
  }
@@ -149,7 +149,7 @@ export class AddressRegion implements IAddressRegion {
149
149
  AddressContinent.NA,
150
150
  '011',
151
151
  '1',
152
- 'USD',
152
+ 'CAD',
153
153
  ['en-CA', 'fr-CA']
154
154
  );
155
155
 
@@ -209,7 +209,7 @@ export class AddressRegion implements IAddressRegion {
209
209
  AddressContinent.EU,
210
210
  '00',
211
211
  '353',
212
- 'IEP',
212
+ 'EUR',
213
213
  ['en-IE']
214
214
  );
215
215
 
@@ -26,6 +26,22 @@ export namespace BusinessUtils {
26
26
  return input;
27
27
  }
28
28
 
29
+ /**
30
+ * Get currency collection
31
+ * @param currencyNames Names like CNY, USD
32
+ * @param func Label delegate
33
+ * @returns Collection
34
+ */
35
+ export function getCurrencies(
36
+ currencyNames: string[],
37
+ func: ICultureGet
38
+ ): IdLabelDto<string>[] {
39
+ return currencyNames.map((name) => ({
40
+ id: name,
41
+ label: func(`currency${name}`) ?? name
42
+ }));
43
+ }
44
+
29
45
  /**
30
46
  * Get product unit's label
31
47
  * Please define the label in culture with key 'statusNormal' for Normal status
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "actions": "Actions",
3
3
  "add": "Add",
4
+ "approve": "Approve it",
4
5
  "back": "Back",
5
6
  "cancel": "Cancel",
6
7
  "clear": "Clear",
@@ -11,6 +12,16 @@
11
12
  "copy": "Copy",
12
13
  "creation": "Creation",
13
14
  "currency": "Currency",
15
+ "currencyAUD": "Australia Dollar $",
16
+ "currencyCAD": "Canada Dollar $",
17
+ "currencyCNY": "Renminbi(RMB) ¥",
18
+ "currencyEUR": "Euro €",
19
+ "currencyGBP": "British Pound £",
20
+ "currencyHKD": "Hong Kong Dollar $",
21
+ "currencyJPY": "Japan Yen ¥",
22
+ "currencyNZD": "New Zealand Dollar $",
23
+ "currencySGD": "Singapore Dollar $",
24
+ "currencyUSD": "U.S. Dollar $",
14
25
  "delete": "Delete",
15
26
  "deleteConfirm": "Are you sure you want to permanently delete this {0}?",
16
27
  "description": "Description",
@@ -77,6 +88,13 @@
77
88
  "statusInactivated": "Inactivated",
78
89
  "submit": "Submit",
79
90
  "success": "Success",
91
+ "taxId": "Tax ID number",
92
+ "taxIdHelp": "Used for real-name authentication and invoicing",
93
+ "taxCABN": "Business number",
94
+ "taxCNUSCC": "Unified social credit code",
95
+ "taxHKBRN": "Business registration number",
96
+ "taxNZIRD": "IRD",
97
+ "taxUSEIN": "Employer identification number",
80
98
  "timeDifferenceInvalid": "The time difference between the device and the server is {0}, which exceeds the limit of {1} seconds. Please adjust the device time. If it is abnormal, please inform the administrator",
81
99
  "tokenExpiry": "Your session is about to expire. Click the Cancel button to continue",
82
100
  "yes": "Yes",
@@ -97,6 +115,7 @@
97
115
  "unitGRAM": "g",
98
116
  "unitJIN": "½Kg",
99
117
  "unitKILOGRAM": "Kg",
118
+ "view": "View",
100
119
  "warning": "Warning",
101
120
  "welcome": "{0}, welcome!"
102
121
  }
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "actions": "操作",
3
3
  "add": "添加",
4
+ "approve": "批准",
4
5
  "back": "后退",
5
6
  "cancel": "取消",
6
7
  "clear": "清除",
@@ -11,6 +12,16 @@
11
12
  "copy": "复制",
12
13
  "creation": "登记时间",
13
14
  "currency": "币种",
15
+ "currencyAUD": "澳元$",
16
+ "currencyCAD": "加元$",
17
+ "currencyCNY": "人民币¥",
18
+ "currencyEUR": "欧元€",
19
+ "currencyGBP": "英镑£",
20
+ "currencyHKD": "港币$",
21
+ "currencyJPY": "日元¥",
22
+ "currencyNZD": "纽币$",
23
+ "currencySGD": "新币$",
24
+ "currencyUSD": "美元$",
14
25
  "delete": "删除",
15
26
  "deleteConfirm": "确定要永久删除此{0}吗?",
16
27
  "description": "描述",
@@ -77,6 +88,13 @@
77
88
  "statusInactivated": "已停用",
78
89
  "submit": "提交",
79
90
  "success": "成功",
91
+ "taxId": "税号",
92
+ "taxIdHelp": "用于实名认证和开具发票",
93
+ "taxCABN": "营业编号(BN)",
94
+ "taxCNUSCC": "统一信用代码",
95
+ "taxHKBRN": "商业登记号码(BRN)",
96
+ "taxNZIRD": "IRD",
97
+ "taxUSEIN": "雇主识别号码(EIN)",
80
98
  "timeDifferenceInvalid": "设备时间和服务器时间差为{0},超过{1}秒的限制,请调整设备时间,如果异常请告知管理员",
81
99
  "tokenExpiry": "您的会话即将过期。点击 取消 按钮继续使用",
82
100
  "yes": "是",
@@ -98,6 +116,7 @@
98
116
  "unitJIN": "斤",
99
117
  "unitKILOGRAM": "公斤",
100
118
  "unitTON": "吨",
119
+ "view": "查看",
101
120
  "warning": "警告",
102
121
  "welcome": "{0}, 欢迎光临!"
103
122
  }
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "actions": "操作",
3
3
  "add": "添加",
4
+ "approve": "批准",
4
5
  "back": "後退",
5
6
  "cancel": "取消",
6
7
  "clear": "清除",
@@ -11,6 +12,16 @@
11
12
  "copy": "複製",
12
13
  "creation": "登記時間",
13
14
  "currency": "幣種",
15
+ "currencyAUD": "澳元$",
16
+ "currencyCAD": "加元$",
17
+ "currencyCNY": "人民幣¥",
18
+ "currencyEUR": "歐元€",
19
+ "currencyGBP": "英鎊£",
20
+ "currencyHKD": "港幣$",
21
+ "currencyJPY": "日元¥",
22
+ "currencyNZD": "紐幣$",
23
+ "currencySGD": "新幣$",
24
+ "currencyUSD": "美元$",
14
25
  "delete": "刪除",
15
26
  "deleteConfirm": "確定要永久刪除此{0}嗎?",
16
27
  "description": "描述",
@@ -77,6 +88,13 @@
77
88
  "statusInactivated": "已停用",
78
89
  "submit": "提交",
79
90
  "success": "成功",
91
+ "taxId": "稅號",
92
+ "taxIdHelp": "用於實名認證和開具發票",
93
+ "taxCABN": "營業編號(BN)",
94
+ "taxCNUSCC": "統一信用代碼",
95
+ "taxHKBRN": "商業登記號碼(BRN)",
96
+ "taxNZIRD": "IRD",
97
+ "taxUSEIN": "雇主識別號碼(EIN)",
80
98
  "timeDifferenceInvalid": "設備時間和服務器時間差為{0},超過{1}秒的限制,請調整設備時間,如果異常請告知管理員",
81
99
  "tokenExpiry": "您的會話即將過期。點擊 取消 按鈕繼續使用",
82
100
  "yes": "是",
@@ -97,6 +115,7 @@
97
115
  "unitGRAM": "克",
98
116
  "unitJIN": "斤",
99
117
  "unitKILOGRAM": "公斤",
118
+ "view": "查看",
100
119
  "warning": "警告",
101
120
  "welcome": "{0}, 歡迎光臨!"
102
121
  }