@things-factory/shell 6.1.178 → 6.1.181
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.1.
|
3
|
+
"version": "6.1.181",
|
4
4
|
"description": "Core module for framework",
|
5
5
|
"bin": {
|
6
6
|
"things-factory": "bin/things-factory",
|
@@ -62,7 +62,7 @@
|
|
62
62
|
"@things-factory/ejs-remote": "^6.1.175",
|
63
63
|
"@things-factory/env": "^6.1.175",
|
64
64
|
"@things-factory/styles": "^6.1.175",
|
65
|
-
"@things-factory/utils": "^6.1.
|
65
|
+
"@things-factory/utils": "^6.1.181",
|
66
66
|
"@webcomponents/webcomponentsjs": "^2.6.0",
|
67
67
|
"args": "^5.0.0",
|
68
68
|
"broadcastchannel-polyfill": "^1.0.1",
|
@@ -132,5 +132,5 @@
|
|
132
132
|
"pg": "^8.7.3",
|
133
133
|
"sqlite3": "^5.0.8"
|
134
134
|
},
|
135
|
-
"gitHead": "
|
135
|
+
"gitHead": "006ae84bfda014619469d0ad7eab0e18682578f3"
|
136
136
|
}
|
package/translations/en.json
CHANGED
@@ -20,6 +20,7 @@
|
|
20
20
|
"field.brand_image": "brand_image",
|
21
21
|
"field.content_image": "content_image",
|
22
22
|
"field.theme": "theme",
|
23
|
+
"prompt.sure to navigate away?": "You have unsaved changes. Are you sure you want to navigate away?",
|
23
24
|
"text.are_you_sure": "are you sure?",
|
24
25
|
"text.data_deleted_successfully": "data deleted successfully",
|
25
26
|
"text.data_updated_successfully": "data updated successfully",
|
package/translations/ja.json
CHANGED
@@ -20,6 +20,7 @@
|
|
20
20
|
"field.brand_image": "ブランド写真",
|
21
21
|
"field.content_image": "コンテンツ イメージ",
|
22
22
|
"field.theme": "テーマ",
|
23
|
+
"prompt.sure to navigate away?": "未保存の変更があります。本当に移動しますか?",
|
23
24
|
"text.are_you_sure": "進行しますか?",
|
24
25
|
"text.data_updated_successfully": "資料の修正に成功しました.",
|
25
26
|
"text.data_uploaded_successfully": "資料が正常に作成されました.",
|
package/translations/ko.json
CHANGED
@@ -20,6 +20,7 @@
|
|
20
20
|
"field.brand_image": "브랜드 사진",
|
21
21
|
"field.content_image": "컨텐츠 이미지",
|
22
22
|
"field.theme": "테마",
|
23
|
+
"prompt.sure to navigate away?": "변경 사항이 저장되지 않았습니다. 정말 이동하시겠습니까?",
|
23
24
|
"text.are_you_sure": "진행하시겠습니까?",
|
24
25
|
"text.data_updated_successfully": "성공적으로 자료를 수정하였습니다.",
|
25
26
|
"text.data_uploaded_successfully": "성공적으로 자료가 생성되었습니다.",
|
package/translations/ms.json
CHANGED
@@ -20,6 +20,7 @@
|
|
20
20
|
"field.brand_image": "imej",
|
21
21
|
"field.content_image": "isian imej",
|
22
22
|
"field.theme": "tema",
|
23
|
+
"prompt.sure to navigate away?": "Anda mempunyai perubahan yang belum disimpan. Adakah anda pasti mahu berpindah?",
|
23
24
|
"text.are_you_sure": "adakah anda pasti?",
|
24
25
|
"text.data_deleted_successfully": "data telah berjaya dipadam",
|
25
26
|
"text.data_updated_successfully": "data berjaya dikemaskini",
|
package/translations/zh.json
CHANGED
@@ -12,6 +12,7 @@
|
|
12
12
|
"field.updater": "更新者",
|
13
13
|
"field.deleter": "删除者",
|
14
14
|
"text.are_you_sure": "确定执行?",
|
15
|
+
"prompt.sure to navigate away?": "您有未保存的更改。确定要离开吗?",
|
15
16
|
"text.data_deleted_successfully": "数据已删除。",
|
16
17
|
"text.data_updated_successfully": "数据已更新。",
|
17
18
|
"text.data_uploaded_successfully": "data uploaded successfully",
|