@things-factory/warehouse-base 4.3.229 → 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 +9 -9
- package/translations/ja.json +23 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/warehouse-base",
|
|
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,
|
|
@@ -23,13 +23,13 @@
|
|
|
23
23
|
"migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@things-factory/biz-base": "^4.3.
|
|
27
|
-
"@things-factory/id-rule-base": "^4.3.
|
|
28
|
-
"@things-factory/integration-accounting": "^4.3.
|
|
29
|
-
"@things-factory/integration-sellercraft": "^4.3.
|
|
30
|
-
"@things-factory/marketplace-base": "^4.3.
|
|
31
|
-
"@things-factory/product-base": "^4.3.
|
|
32
|
-
"@things-factory/setting-base": "^4.3.
|
|
26
|
+
"@things-factory/biz-base": "^4.3.237",
|
|
27
|
+
"@things-factory/id-rule-base": "^4.3.237",
|
|
28
|
+
"@things-factory/integration-accounting": "^4.3.237",
|
|
29
|
+
"@things-factory/integration-sellercraft": "^4.3.237",
|
|
30
|
+
"@things-factory/marketplace-base": "^4.3.237",
|
|
31
|
+
"@things-factory/product-base": "^4.3.237",
|
|
32
|
+
"@things-factory/setting-base": "^4.3.237"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "90cda1a8580b7be252a474c138bea4b6870d7dfc"
|
|
35
35
|
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"error.no_location_found": "見つかったロケーションがありません",
|
|
3
|
+
"error.pallet (x) already exists": "[jp] Pallet ({x}) already exists",
|
|
4
|
+
"error.warehouse (x) already exists": "[jp] Warehouse ({x}) already exists",
|
|
5
|
+
"field.location": "ロケーション",
|
|
6
|
+
"field.product_batch": "製品配置",
|
|
7
|
+
"field.lot": "ロット",
|
|
8
|
+
"field.warehouse": "工場",
|
|
9
|
+
"field.zone": "ゾーン",
|
|
10
|
+
"field.section": "セクション",
|
|
11
|
+
"field.unit": "ユニット",
|
|
12
|
+
"field.shelf": "棚",
|
|
13
|
+
"field.bizplace": "作業空間",
|
|
14
|
+
"field.start_qty": "開始数量",
|
|
15
|
+
"field.in_qty": "入荷数量",
|
|
16
|
+
"field.out_qty": "出庫数量",
|
|
17
|
+
"field.end_qty": "完了数量",
|
|
18
|
+
"field.product": "商品",
|
|
19
|
+
"field.qty": "数量",
|
|
20
|
+
"field.state": "国",
|
|
21
|
+
"field.date": "日付",
|
|
22
|
+
"field.type": "タイプ"
|
|
23
|
+
}
|