@things-factory/shell 6.0.125 → 6.0.145
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/shell",
|
3
|
-
"version": "6.0.
|
3
|
+
"version": "6.0.145",
|
4
4
|
"description": "Core module for framework",
|
5
5
|
"bin": {
|
6
6
|
"things-factory": "bin/things-factory",
|
@@ -57,10 +57,10 @@
|
|
57
57
|
"@operato/shell": "^1.0.1",
|
58
58
|
"@operato/typeorm-history": "^1.1.65",
|
59
59
|
"@operato/utils": "^1.0.1",
|
60
|
-
"@things-factory/ejs-remote": "^6.0.
|
61
|
-
"@things-factory/env": "^6.0.
|
62
|
-
"@things-factory/styles": "^6.0.
|
63
|
-
"@things-factory/utils": "^6.0.
|
60
|
+
"@things-factory/ejs-remote": "^6.0.145",
|
61
|
+
"@things-factory/env": "^6.0.145",
|
62
|
+
"@things-factory/styles": "^6.0.145",
|
63
|
+
"@things-factory/utils": "^6.0.145",
|
64
64
|
"@webcomponents/webcomponentsjs": "^2.6.0",
|
65
65
|
"args": "^5.0.0",
|
66
66
|
"broadcastchannel-polyfill": "^1.0.1",
|
@@ -130,5 +130,5 @@
|
|
130
130
|
"pg": "^8.7.3",
|
131
131
|
"sqlite3": "^5.0.8"
|
132
132
|
},
|
133
|
-
"gitHead": "
|
133
|
+
"gitHead": "0390e4f4308f8a5295e5cd2b65bafb859c5245f1"
|
134
134
|
}
|
@@ -0,0 +1,31 @@
|
|
1
|
+
{
|
2
|
+
"text.you.are.now.in": "{state}になりました.",
|
3
|
+
"text.offline": "オフライン",
|
4
|
+
"text.online": "オンライン",
|
5
|
+
"field.id": "ID",
|
6
|
+
"field.name": "名前",
|
7
|
+
"field.description": "説明",
|
8
|
+
"field.domain": "ドメイン",
|
9
|
+
"field.created_at": "作成日時",
|
10
|
+
"field.updated_at": "修正日時",
|
11
|
+
"field.deleted_at": "削除日時",
|
12
|
+
"field.creator": "作成者",
|
13
|
+
"field.updater": "修正者",
|
14
|
+
"field.deleter": "削除者",
|
15
|
+
"field.timezone": "タイム ゾーン",
|
16
|
+
"field.default": "基本値",
|
17
|
+
"field.system_flag": "system_flag",
|
18
|
+
"field.subdomain": "サブ ドメイン",
|
19
|
+
"field.brand_name": "ブランド名",
|
20
|
+
"field.brand_image": "ブランド写真",
|
21
|
+
"field.content_image": "コンテンツ イメージ",
|
22
|
+
"field.theme": "テーマ",
|
23
|
+
"text.are_you_sure": "進行しますか?",
|
24
|
+
"text.data_updated_successfully": "資料の修正に成功しました.",
|
25
|
+
"text.data_uploaded_successfully": "資料が正常に作成されました.",
|
26
|
+
"text.data_deleted_successfully": "資料の削除に成功しました.",
|
27
|
+
"text.nothing_changed": "変更なし",
|
28
|
+
"text.nothing_selected": "選択されていない",
|
29
|
+
"text.there_is_nothing_to_delete": "削除するデータがありません.",
|
30
|
+
"text.there_is_nothing_to_save": "保存するデータがありません."
|
31
|
+
}
|