@things-factory/contact 6.0.124 → 6.0.133

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/contact",
3
- "version": "6.0.124",
3
+ "version": "6.0.133",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -31,9 +31,9 @@
31
31
  "@operato/i18n": "^1.0.0",
32
32
  "@operato/shell": "^1.0.0",
33
33
  "@operato/styles": "^1.0.0",
34
- "@things-factory/attachment-base": "^6.0.124",
35
- "@things-factory/auth-base": "^6.0.124",
36
- "@things-factory/shell": "^6.0.124"
34
+ "@things-factory/attachment-base": "^6.0.133",
35
+ "@things-factory/auth-base": "^6.0.133",
36
+ "@things-factory/shell": "^6.0.133"
37
37
  },
38
- "gitHead": "6841e3180fd0fb4ef7ee81c2a153cda80300e904"
38
+ "gitHead": "c08bf83d00cbb66e1338cdfeed8ca91d4e130c97"
39
39
  }
@@ -0,0 +1,11 @@
1
+ {
2
+ "button.edit": "修正",
3
+ "field.address": "住所",
4
+ "field.company": "会社",
5
+ "field.department": "部署",
6
+ "field.email": "メール",
7
+ "field.phone": "電話",
8
+ "title.contact": "連絡先",
9
+ "title.contact list": "連絡先リスト",
10
+ "title.edit": "編集"
11
+ }