@things-factory/shell 8.0.20 → 8.0.38
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": "8.0.
|
3
|
+
"version": "8.0.38",
|
4
4
|
"description": "Core module for framework",
|
5
5
|
"bin": {
|
6
6
|
"things-factory": "bin/things-factory",
|
@@ -61,11 +61,11 @@
|
|
61
61
|
"@operato/typeorm-history": "^8.0.0",
|
62
62
|
"@operato/utils": "^8.0.0",
|
63
63
|
"@reduxjs/toolkit": "^2.2.5",
|
64
|
-
"@things-factory/ejs-remote": "^8.0.
|
65
|
-
"@things-factory/env": "^8.0.
|
64
|
+
"@things-factory/ejs-remote": "^8.0.37",
|
65
|
+
"@things-factory/env": "^8.0.37",
|
66
66
|
"@things-factory/operato-license-checker": "^4.0.4",
|
67
|
-
"@things-factory/styles": "^8.0.
|
68
|
-
"@things-factory/utils": "^8.0.
|
67
|
+
"@things-factory/styles": "^8.0.37",
|
68
|
+
"@things-factory/utils": "^8.0.37",
|
69
69
|
"@webcomponents/scoped-custom-element-registry": "^0.0.9",
|
70
70
|
"@webcomponents/webcomponentsjs": "^2.6.0",
|
71
71
|
"args": "^5.0.0",
|
@@ -134,5 +134,5 @@
|
|
134
134
|
"pg": "^8.7.3",
|
135
135
|
"sqlite3": "^5.0.8"
|
136
136
|
},
|
137
|
-
"gitHead": "
|
137
|
+
"gitHead": "613db8b1fa9fd156294f113518348247ae61a2db"
|
138
138
|
}
|
package/translations/en.json
CHANGED
@@ -32,6 +32,7 @@
|
|
32
32
|
"text.nothing_changed": "nothing changed",
|
33
33
|
"text.nothing_selected": "nothing selected",
|
34
34
|
"text.there_is_nothing_to_delete": "there is nothing to delete",
|
35
|
+
"text.there_is_nothing_to_process": "there is nothing to process",
|
35
36
|
"text.there_is_nothing_to_save": "there is nothing to save",
|
36
37
|
"text.column visibility setting": "column visibility"
|
37
38
|
}
|
package/translations/ja.json
CHANGED
@@ -31,6 +31,7 @@
|
|
31
31
|
"text.nothing_changed": "変更なし",
|
32
32
|
"text.nothing_selected": "選択されていない",
|
33
33
|
"text.there_is_nothing_to_delete": "削除するデータがありません.",
|
34
|
+
"text.there_is_nothing_to_process": "処理するデータがありません.",
|
34
35
|
"text.there_is_nothing_to_save": "保存するデータがありません.",
|
35
36
|
"text.column visibility setting": "カラムの表示設定"
|
36
37
|
}
|
package/translations/ko.json
CHANGED
@@ -31,6 +31,7 @@
|
|
31
31
|
"text.nothing_changed": "변경사항 없음",
|
32
32
|
"text.nothing_selected": "선택되지 않음",
|
33
33
|
"text.there_is_nothing_to_delete": "삭제할 데이터가 없습니다.",
|
34
|
+
"text.there_is_nothing_to_process": "처리할 데이터가 없습니다.",
|
34
35
|
"text.there_is_nothing_to_save": "저장할 데이터가 없습니다.",
|
35
36
|
"text.column visibility setting": "컬럼 보이기"
|
36
37
|
}
|
package/translations/ms.json
CHANGED
@@ -31,6 +31,7 @@
|
|
31
31
|
"text.nothing_changed": "nothing changed",
|
32
32
|
"text.nothing_selected": "nothing selected",
|
33
33
|
"text.there_is_nothing_to_delete": "there is nothing to delete",
|
34
|
+
"text.there_is_nothing_to_process": "there is nothing to process",
|
34
35
|
"text.there_is_nothing_to_save": "there is nothing to save",
|
35
36
|
"text.column visibility setting": "tetapan kebolehlihatan kolum"
|
36
37
|
}
|
package/translations/zh.json
CHANGED
@@ -31,6 +31,7 @@
|
|
31
31
|
"text.nothing_changed": "无更改",
|
32
32
|
"text.nothing_selected": "未选择",
|
33
33
|
"text.there_is_nothing_to_delete": "没有要删除的数据。",
|
34
|
+
"text.there_is_nothing_to_process": "没有要处理的数据。",
|
34
35
|
"text.there_is_nothing_to_save": "没有要保存的数据。",
|
35
36
|
"text.column visibility setting": "列显示"
|
36
37
|
}
|