@things-factory/shell 9.0.0-beta.32 → 9.0.0-beta.34

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": "9.0.0-beta.32",
3
+ "version": "9.0.0-beta.34",
4
4
  "description": "Core module for framework",
5
5
  "bin": {
6
6
  "things-factory": "bin/things-factory",
@@ -108,6 +108,7 @@
108
108
  "pwa-helpers": "^0.9.1",
109
109
  "react": "^18.2.0",
110
110
  "react-dom": "^18.2.0",
111
+ "reflect-metadata": "^0.2.2",
111
112
  "regenerator-runtime": "^0.13.2",
112
113
  "reselect": "^4.0.0",
113
114
  "sass": "^1.50.1",
@@ -128,5 +129,5 @@
128
129
  "pg": "^8.7.3",
129
130
  "sqlite3": "^5.0.8"
130
131
  },
131
- "gitHead": "48a70365c5af2ea44c3919a8774ec6dac97604f4"
132
+ "gitHead": "7ef678cd5b5d677c28ea0586213c19d3c00d2421"
132
133
  }
@@ -25,6 +25,7 @@
25
25
  "field.theme": "theme",
26
26
  "prompt.sure to navigate away?": "You have unsaved changes. Are you sure you want to navigate away?",
27
27
  "text.are_you_sure": "are you sure?",
28
+ "text.data_created_successfully": "data created successfully",
28
29
  "text.data_deleted_successfully": "data deleted successfully",
29
30
  "text.data_updated_successfully": "data updated successfully",
30
31
  "text.data_uploaded_successfully": "data uploaded successfully",
@@ -25,6 +25,7 @@
25
25
  "field.theme": "テーマ",
26
26
  "prompt.sure to navigate away?": "未保存の変更があります。本当に移動しますか?",
27
27
  "text.are_you_sure": "進行しますか?",
28
+ "text.data_created_successfully": "資料が正常に作成されました.",
28
29
  "text.data_updated_successfully": "資料の修正に成功しました.",
29
30
  "text.data_uploaded_successfully": "資料が正常に作成されました.",
30
31
  "text.data_deleted_successfully": "資料の削除に成功しました.",
@@ -25,8 +25,9 @@
25
25
  "field.theme": "테마",
26
26
  "prompt.sure to navigate away?": "변경 사항이 저장되지 않았습니다. 정말 이동하시겠습니까?",
27
27
  "text.are_you_sure": "진행하시겠습니까?",
28
+ "text.data_created_successfully": "성공적으로 자료를 생성하였습니다.",
28
29
  "text.data_updated_successfully": "성공적으로 자료를 수정하였습니다.",
29
- "text.data_uploaded_successfully": "성공적으로 자료가 생성되었습니다.",
30
+ "text.data_uploaded_successfully": "성공적으로 자료를 업로드하였습니다.",
30
31
  "text.data_deleted_successfully": "성공적으로 자료를 삭제하였습니다.",
31
32
  "text.nothing_changed": "변경사항 없음",
32
33
  "text.nothing_selected": "선택되지 않음",
@@ -25,6 +25,7 @@
25
25
  "field.theme": "tema",
26
26
  "prompt.sure to navigate away?": "Anda mempunyai perubahan yang belum disimpan. Adakah anda pasti mahu berpindah?",
27
27
  "text.are_you_sure": "adakah anda pasti?",
28
+ "text.data_created_successfully": "data berjaya dicipta",
28
29
  "text.data_deleted_successfully": "data telah berjaya dipadam",
29
30
  "text.data_updated_successfully": "data berjaya dikemaskini",
30
31
  "text.data_uploaded_successfully": "data uploaded successfully",
@@ -25,6 +25,7 @@
25
25
  "field.theme": "主题",
26
26
  "prompt.sure to navigate away?": "更改未保存。您确定要离开吗?",
27
27
  "text.are_you_sure": "您确定要进行吗?",
28
+ "text.data_created_successfully": "数据创建成功。",
28
29
  "text.data_updated_successfully": "数据更新成功。",
29
30
  "text.data_uploaded_successfully": "数据上传成功。",
30
31
  "text.data_deleted_successfully": "数据删除成功。",