@things-factory/attachment-ui 4.3.227 → 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/attachment-ui",
3
- "version": "4.3.227",
3
+ "version": "4.3.237",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,8 +24,8 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@operato/headroom": "^0.4.6",
27
- "@things-factory/attachment-base": "^4.3.227",
28
- "@things-factory/image-uploader-ui": "^4.3.227"
27
+ "@things-factory/attachment-base": "^4.3.237",
28
+ "@things-factory/image-uploader-ui": "^4.3.237"
29
29
  },
30
- "gitHead": "e745df475dd3ee67be6d42b3e8a273f07a7a11bc"
30
+ "gitHead": "90cda1a8580b7be252a474c138bea4b6870d7dfc"
31
31
  }
@@ -0,0 +1,7 @@
1
+ {
2
+ "label.category": "カテゴリー",
3
+ "label.file": "ファイル",
4
+ "label.select file": "ファイル選択",
5
+ "text.create attachment": "添付ファイル作成",
6
+ "text.please choose a category": "カテゴリーを選択してください"
7
+ }