@things-factory/integration-accounting 4.3.234 → 4.3.237
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/package.json +15 -15
- package/translations/ja.json +22 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/integration-accounting",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.237",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -24,19 +24,19 @@
|
|
|
24
24
|
"test": "DEBUG=things-factory:* NODE_ENV=development npx mocha -r ts-node/register ./test/**/*spec.ts"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@things-factory/apptool-ui": "^4.3.
|
|
28
|
-
"@things-factory/auth-ui": "^4.3.
|
|
29
|
-
"@things-factory/biz-base": "^4.3.
|
|
30
|
-
"@things-factory/code-ui": "^4.3.
|
|
31
|
-
"@things-factory/context-ui": "^4.3.
|
|
32
|
-
"@things-factory/grist-ui": "^4.3.
|
|
33
|
-
"@things-factory/i18n-base": "^4.3.
|
|
34
|
-
"@things-factory/integration-ui": "^4.3.
|
|
35
|
-
"@things-factory/more-ui": "^4.3.
|
|
36
|
-
"@things-factory/product-base": "^4.3.
|
|
37
|
-
"@things-factory/resource-ui": "^4.3.
|
|
38
|
-
"@things-factory/setting-ui": "^4.3.
|
|
39
|
-
"@things-factory/system-ui": "^4.3.
|
|
27
|
+
"@things-factory/apptool-ui": "^4.3.237",
|
|
28
|
+
"@things-factory/auth-ui": "^4.3.237",
|
|
29
|
+
"@things-factory/biz-base": "^4.3.237",
|
|
30
|
+
"@things-factory/code-ui": "^4.3.237",
|
|
31
|
+
"@things-factory/context-ui": "^4.3.237",
|
|
32
|
+
"@things-factory/grist-ui": "^4.3.237",
|
|
33
|
+
"@things-factory/i18n-base": "^4.3.237",
|
|
34
|
+
"@things-factory/integration-ui": "^4.3.237",
|
|
35
|
+
"@things-factory/more-ui": "^4.3.237",
|
|
36
|
+
"@things-factory/product-base": "^4.3.237",
|
|
37
|
+
"@things-factory/resource-ui": "^4.3.237",
|
|
38
|
+
"@things-factory/setting-ui": "^4.3.237",
|
|
39
|
+
"@things-factory/system-ui": "^4.3.237",
|
|
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": "90cda1a8580b7be252a474c138bea4b6870d7dfc"
|
|
54
54
|
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"field.country-code": "国",
|
|
3
|
+
"field.platform": "プラットフォーム",
|
|
4
|
+
"field.status": "状態",
|
|
5
|
+
"field.account-id": "会計アカウントID",
|
|
6
|
+
"title.accounts": "会計アカウント",
|
|
7
|
+
"title.create_account": "アカウント作成",
|
|
8
|
+
"title.account_info": "アカウント情報",
|
|
9
|
+
"title.are_you_sure": "本当に進めますか?",
|
|
10
|
+
"text.delete_account": "アカウント削除",
|
|
11
|
+
"text.account_has_been_removed": "アカウントが削除されました.",
|
|
12
|
+
"text.form_has_invalid_input": "無効な値が入力されました.",
|
|
13
|
+
"text.account_has_been_created": "アカウントが作成されました.",
|
|
14
|
+
"label.account_name": "アカウント名前",
|
|
15
|
+
"label.platform": "プラットフォーム",
|
|
16
|
+
"label.country": "国",
|
|
17
|
+
"label.please_select_a_platform": "プラットフォームを選択してください",
|
|
18
|
+
"label.please_select_a_country": "国を選択してください",
|
|
19
|
+
"button.add_account": "アカウント追加",
|
|
20
|
+
"button.delete": "削除",
|
|
21
|
+
"button.confirm": "確認"
|
|
22
|
+
}
|