@things-factory/resource-base 4.3.234 → 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 +3 -3
- package/translations/ja.json +51 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/resource-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,7 +23,7 @@
|
|
|
23
23
|
"migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@things-factory/auth-base": "^4.3.
|
|
26
|
+
"@things-factory/auth-base": "^4.3.237"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "90cda1a8580b7be252a474c138bea4b6870d7dfc"
|
|
29
29
|
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
{
|
|
2
|
+
"field.bundle": "バンドル",
|
|
3
|
+
"field.table_name": "テーブル名",
|
|
4
|
+
"field.search_url": "検索URL",
|
|
5
|
+
"field.multi_save_url": "マルチ保存Url",
|
|
6
|
+
"field.id_type": "IDタイプ",
|
|
7
|
+
"field.id_field": "IDフィールド",
|
|
8
|
+
"field.title_field": "タイトル フィールド",
|
|
9
|
+
"field.master": "マスター",
|
|
10
|
+
"field.childrens": "子",
|
|
11
|
+
"field.association": "連携",
|
|
12
|
+
"field.data_prop": "データ プロップ",
|
|
13
|
+
"field.ref_field": "ref field",
|
|
14
|
+
"field.del_strategy": "del strategy",
|
|
15
|
+
"field.fixed_columns": "確定カラム",
|
|
16
|
+
"field.active": "アクティブ化",
|
|
17
|
+
"field.ext_entity": "ext entity",
|
|
18
|
+
"field.columns": "カラム",
|
|
19
|
+
"field.entity": "エンティティ",
|
|
20
|
+
"field.rank": "順位",
|
|
21
|
+
"field.term": "用語",
|
|
22
|
+
"field.col_type": "カラム タイプ",
|
|
23
|
+
"field.col_size": "カラム サイズ",
|
|
24
|
+
"field.nullable": "null値許容",
|
|
25
|
+
"field.ref_type": "ref type",
|
|
26
|
+
"field.ref_name": "ref name",
|
|
27
|
+
"field.ref_url": "ref url",
|
|
28
|
+
"field.ref_params": "ref params",
|
|
29
|
+
"field.ref_related": "ref related",
|
|
30
|
+
"field.search_rank": "検索順位",
|
|
31
|
+
"field.sort_rank": "整列順位",
|
|
32
|
+
"field.reverse_sort": "逆整列",
|
|
33
|
+
"field.virtual_field": "virtual field",
|
|
34
|
+
"field.search_name": "search name",
|
|
35
|
+
"field.search_editor": "search editor",
|
|
36
|
+
"field.search_oper": "search oper",
|
|
37
|
+
"field.search_init_val": "search init val",
|
|
38
|
+
"field.grid_rank": "grid rank",
|
|
39
|
+
"field.grid_editor": "grid editor",
|
|
40
|
+
"field.grid_format": "grid format",
|
|
41
|
+
"field.grid_validator": "grid validator",
|
|
42
|
+
"field.grid_width": "grid width",
|
|
43
|
+
"field.grid_align": "grid align",
|
|
44
|
+
"field.uniq_rank": "uniq rank",
|
|
45
|
+
"field.form_editor": "form editor",
|
|
46
|
+
"field.form_validator": "form validator",
|
|
47
|
+
"field.form_format": "form format",
|
|
48
|
+
"field.def_val": "def val",
|
|
49
|
+
"field.range_val": "range val",
|
|
50
|
+
"field.ignore_on_sav": "ignore on sav"
|
|
51
|
+
}
|