@things-factory/id-rule-base 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 +6 -6
- package/translations/ja.json +7 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/id-rule-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,14 +23,14 @@
|
|
|
23
23
|
"migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@things-factory/grist-ui": "^4.3.
|
|
27
|
-
"@things-factory/i18n-base": "^4.3.
|
|
28
|
-
"@things-factory/setting-base": "^4.3.
|
|
29
|
-
"@things-factory/shell": "^4.3.
|
|
26
|
+
"@things-factory/grist-ui": "^4.3.237",
|
|
27
|
+
"@things-factory/i18n-base": "^4.3.237",
|
|
28
|
+
"@things-factory/setting-base": "^4.3.237",
|
|
29
|
+
"@things-factory/shell": "^4.3.237",
|
|
30
30
|
"codemirror": "^5.59.1"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/codemirror": "^0.0.105"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "90cda1a8580b7be252a474c138bea4b6870d7dfc"
|
|
36
36
|
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title.ID Rule Editor": "IDルール エディタ",
|
|
3
|
+
"label.arguments": "媒介変数",
|
|
4
|
+
"label.argument domain description": "ドメインID",
|
|
5
|
+
"label.argument seed description": "IDの組み合わせに必要なデータ",
|
|
6
|
+
"text.please_save_your_modifications_first": "[jp] please save your modifications first"
|
|
7
|
+
}
|