@things-factory/integration-accounting 10.1.46 → 10.1.58
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.
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +13 -13
- package/translations/en.json +1 -4
- package/translations/ja.json +1 -4
- package/translations/ko.json +1 -4
- package/translations/ms.json +1 -4
- package/translations/zh.json +2 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/integration-accounting",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.58",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.ts",
|
|
6
6
|
"things-factory": true,
|
|
@@ -26,17 +26,17 @@
|
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@operato/data-grist": "^10.0.0",
|
|
29
|
-
"@things-factory/apptool-ui": "^10.1.
|
|
30
|
-
"@things-factory/auth-ui": "^10.1.
|
|
31
|
-
"@things-factory/biz-base": "^10.1.
|
|
32
|
-
"@things-factory/code-ui": "^10.1.
|
|
33
|
-
"@things-factory/context-ui": "^10.1.
|
|
34
|
-
"@things-factory/i18n-base": "^10.1.
|
|
35
|
-
"@things-factory/integration-ui": "^10.1.
|
|
36
|
-
"@things-factory/more-ui": "^10.1.
|
|
37
|
-
"@things-factory/product-base": "^10.1.
|
|
38
|
-
"@things-factory/resource-ui": "^10.1.
|
|
39
|
-
"@things-factory/setting-ui": "^10.1.
|
|
29
|
+
"@things-factory/apptool-ui": "^10.1.58",
|
|
30
|
+
"@things-factory/auth-ui": "^10.1.47",
|
|
31
|
+
"@things-factory/biz-base": "^10.1.47",
|
|
32
|
+
"@things-factory/code-ui": "^10.1.47",
|
|
33
|
+
"@things-factory/context-ui": "^10.1.47",
|
|
34
|
+
"@things-factory/i18n-base": "^10.1.47",
|
|
35
|
+
"@things-factory/integration-ui": "^10.1.47",
|
|
36
|
+
"@things-factory/more-ui": "^10.1.47",
|
|
37
|
+
"@things-factory/product-base": "^10.1.47",
|
|
38
|
+
"@things-factory/resource-ui": "^10.1.47",
|
|
39
|
+
"@things-factory/setting-ui": "^10.1.47",
|
|
40
40
|
"debug": "^4.1.1",
|
|
41
41
|
"node-fetch": "^2.6.0"
|
|
42
42
|
},
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"nock": "^13.0.2",
|
|
51
51
|
"should": "^13.2.3"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "9410a421e67ef11035d1e13a68a1ae88ed91d18b"
|
|
54
54
|
}
|
package/translations/en.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"field.country-code": "country",
|
|
3
3
|
"field.platform": "platform",
|
|
4
|
-
"field.status": "status",
|
|
5
4
|
"field.account-id": "account id",
|
|
6
5
|
"title.accounting": "accounting",
|
|
7
6
|
"title.account_info": "account info",
|
|
@@ -17,7 +16,5 @@
|
|
|
17
16
|
"text.form_has_invalid_input": "form has invalid input",
|
|
18
17
|
"text.account_has_been_created": "account has been created",
|
|
19
18
|
"text.account_has_been_removed": "account has been removed",
|
|
20
|
-
"button.add_account": "add account"
|
|
21
|
-
"button.delete": "delete",
|
|
22
|
-
"button.confirm": "confirm"
|
|
19
|
+
"button.add_account": "add account"
|
|
23
20
|
}
|
package/translations/ja.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"field.country-code": "国",
|
|
3
3
|
"field.platform": "プラットフォーム",
|
|
4
|
-
"field.status": "状態",
|
|
5
4
|
"field.account-id": "会計アカウントID",
|
|
6
5
|
"title.accounts": "会計アカウント",
|
|
7
6
|
"title.create_account": "アカウント作成",
|
|
@@ -16,7 +15,5 @@
|
|
|
16
15
|
"label.country": "国",
|
|
17
16
|
"label.please_select_a_platform": "プラットフォームを選択してください",
|
|
18
17
|
"label.please_select_a_country": "国を選択してください",
|
|
19
|
-
"button.add_account": "アカウント追加"
|
|
20
|
-
"button.delete": "削除",
|
|
21
|
-
"button.confirm": "確認"
|
|
18
|
+
"button.add_account": "アカウント追加"
|
|
22
19
|
}
|
package/translations/ko.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"field.country-code": "국가",
|
|
3
3
|
"field.platform": "플랫폼",
|
|
4
|
-
"field.status": "상태",
|
|
5
4
|
"field.account-id": "회계 계정 아이디",
|
|
6
5
|
"title.accounts": "회계 계정",
|
|
7
6
|
"title.create_account": "계정 생성",
|
|
@@ -16,7 +15,5 @@
|
|
|
16
15
|
"label.country": "국가",
|
|
17
16
|
"label.please_select_a_platform": "플랫폼을 선택하세요",
|
|
18
17
|
"label.please_select_a_country": "국가를 선택하세요",
|
|
19
|
-
"button.add_account": "계정 추가"
|
|
20
|
-
"button.delete": "삭제",
|
|
21
|
-
"button.confirm": "확인"
|
|
18
|
+
"button.add_account": "계정 추가"
|
|
22
19
|
}
|
package/translations/ms.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"field.country-code": "country",
|
|
3
3
|
"field.platform": "platform",
|
|
4
|
-
"field.status": "status",
|
|
5
4
|
"field.account-id": "account id",
|
|
6
5
|
"title.accounts": "accounts",
|
|
7
6
|
"title.create_account": "create account",
|
|
@@ -16,7 +15,5 @@
|
|
|
16
15
|
"label.country": "country",
|
|
17
16
|
"label.please_select_a_platform": "please select a platform",
|
|
18
17
|
"label.please_select_a_country": "please select a country",
|
|
19
|
-
"button.add_account": "add account"
|
|
20
|
-
"button.delete": "delete",
|
|
21
|
-
"button.confirm": "confirm"
|
|
18
|
+
"button.add_account": "add account"
|
|
22
19
|
}
|
package/translations/zh.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"field.country-code": "country",
|
|
3
3
|
"field.platform": "platform",
|
|
4
|
-
"field.status": "status",
|
|
5
4
|
"field.account-id": "account id",
|
|
6
5
|
"title.accounts": "accounts",
|
|
7
6
|
"title.create_account": "create account",
|
|
@@ -16,7 +15,5 @@
|
|
|
16
15
|
"label.country": "country",
|
|
17
16
|
"label.please_select_a_platform": "please select a platform",
|
|
18
17
|
"label.please_select_a_country": "please select a country",
|
|
19
|
-
"button.add_account": "add account"
|
|
20
|
-
|
|
21
|
-
"button.confirm": "confirm"
|
|
22
|
-
}
|
|
18
|
+
"button.add_account": "add account"
|
|
19
|
+
}
|