@things-factory/integration-pos 4.3.234 → 4.3.238

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.
Files changed (2) hide show
  1. package/package.json +14 -14
  2. package/translations/ja.json +19 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/integration-pos",
3
- "version": "4.3.234",
3
+ "version": "4.3.238",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,18 +24,18 @@
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.227",
28
- "@things-factory/auth-ui": "^4.3.234",
29
- "@things-factory/biz-base": "^4.3.234",
30
- "@things-factory/code-ui": "^4.3.234",
31
- "@things-factory/context-ui": "^4.3.227",
32
- "@things-factory/grist-ui": "^4.3.227",
33
- "@things-factory/i18n-base": "^4.3.227",
34
- "@things-factory/integration-ui": "^4.3.234",
35
- "@things-factory/more-ui": "^4.3.227",
36
- "@things-factory/resource-ui": "^4.3.234",
37
- "@things-factory/setting-ui": "^4.3.234",
38
- "@things-factory/system-ui": "^4.3.227",
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.238",
35
+ "@things-factory/more-ui": "^4.3.237",
36
+ "@things-factory/resource-ui": "^4.3.237",
37
+ "@things-factory/setting-ui": "^4.3.237",
38
+ "@things-factory/system-ui": "^4.3.237",
39
39
  "debug": "^4.1.1",
40
40
  "node-fetch": "^2.6.0"
41
41
  },
@@ -49,5 +49,5 @@
49
49
  "nock": "^13.0.2",
50
50
  "should": "^13.2.3"
51
51
  },
52
- "gitHead": "f09a8d10fcf4cffc06abb9777ca60ee82b00ce33"
52
+ "gitHead": "926d659dd0e4d6c24c33ed7cf558779a51f5cba7"
53
53
  }
@@ -0,0 +1,19 @@
1
+ {
2
+ "field.country-code": "国",
3
+ "field.platform": "プラットフォーム",
4
+ "field.status": "状態",
5
+ "field.store-id": "ストアID",
6
+ "title.pos stores": "POSストア",
7
+ "title.pos store info": "store info",
8
+ "title.are_you_sure": "are you sure",
9
+ "text.store_has_been_removed": "store has been removed",
10
+ "text.form_has_invalid_input": "form has invalid input",
11
+ "text.pos store has been created": "POS store has been created",
12
+ "label.pos store name": "POS store name",
13
+ "label.platform": "platform",
14
+ "label.country": "country",
15
+ "label.please_select_a_platform": "please select a platform",
16
+ "label.please_select_a_country": "please select a country",
17
+ "button.delete": "delete",
18
+ "button.confirm": "confirm"
19
+ }