@things-factory/shell 10.0.7 → 10.0.9
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 +6 -6
- package/translations/en.json +22 -20
- package/translations/ja.json +23 -21
- package/translations/ko.json +23 -21
- package/translations/ms.json +21 -19
- package/translations/zh.json +23 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/shell",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.9",
|
|
4
4
|
"description": "Core module for framework",
|
|
5
5
|
"bin": {
|
|
6
6
|
"things-factory": "bin/things-factory",
|
|
@@ -53,11 +53,11 @@
|
|
|
53
53
|
"@operato/typeorm-history": "^10.0.0",
|
|
54
54
|
"@operato/utils": "^10.0.0",
|
|
55
55
|
"@reduxjs/toolkit": "^2.2.5",
|
|
56
|
-
"@things-factory/ejs-remote": "^10.0.
|
|
57
|
-
"@things-factory/env": "^10.0.
|
|
56
|
+
"@things-factory/ejs-remote": "^10.0.8",
|
|
57
|
+
"@things-factory/env": "^10.0.8",
|
|
58
58
|
"@things-factory/operato-license-checker": "^4.0.4",
|
|
59
|
-
"@things-factory/styles": "^10.0.
|
|
60
|
-
"@things-factory/utils": "^10.0.
|
|
59
|
+
"@things-factory/styles": "^10.0.8",
|
|
60
|
+
"@things-factory/utils": "^10.0.8",
|
|
61
61
|
"@types/koa": "^3.0.1",
|
|
62
62
|
"@types/koa-bodyparser": "^4.3.13",
|
|
63
63
|
"@webcomponents/scoped-custom-element-registry": "^0.0.9",
|
|
@@ -126,5 +126,5 @@
|
|
|
126
126
|
"pg": "^8.7.3",
|
|
127
127
|
"sqlite3": "^5.0.8"
|
|
128
128
|
},
|
|
129
|
-
"gitHead": "
|
|
129
|
+
"gitHead": "b7a6c48c213e7a504114397b752004a295c1df72"
|
|
130
130
|
}
|
package/translations/en.json
CHANGED
|
@@ -1,31 +1,30 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"field.id": "id",
|
|
6
|
-
"field.name": "name",
|
|
7
|
-
"field.description": "description",
|
|
8
|
-
"field.domain": "domain",
|
|
9
|
-
"field.created_at": "created at",
|
|
2
|
+
"field.brand_image": "brand_image",
|
|
3
|
+
"field.brand_name": "brand_name",
|
|
4
|
+
"field.content_image": "content_image",
|
|
10
5
|
"field.created-at": "created at",
|
|
11
|
-
"field.
|
|
12
|
-
"field.updated-at": "updated at",
|
|
13
|
-
"field.deleted_at": "deleted at",
|
|
14
|
-
"field.deleted-at": "deleted at",
|
|
6
|
+
"field.created_at": "created at",
|
|
15
7
|
"field.creator": "creator",
|
|
16
|
-
"field.updater": "updater",
|
|
17
|
-
"field.deleter": "deleter",
|
|
18
|
-
"field.timezone": "timezone",
|
|
19
8
|
"field.default": "default",
|
|
20
|
-
"field.
|
|
9
|
+
"field.deleted-at": "deleted at",
|
|
10
|
+
"field.deleted_at": "deleted at",
|
|
11
|
+
"field.deleter": "deleter",
|
|
12
|
+
"field.description": "description",
|
|
13
|
+
"field.domain": "domain",
|
|
14
|
+
"field.id": "id",
|
|
15
|
+
"field.name": "name",
|
|
21
16
|
"field.subdomain": "subdomain",
|
|
22
|
-
"field.
|
|
23
|
-
"field.brand_image": "brand_image",
|
|
24
|
-
"field.content_image": "content_image",
|
|
17
|
+
"field.system_flag": "system_flag",
|
|
25
18
|
"field.theme": "theme",
|
|
19
|
+
"field.timezone": "timezone",
|
|
20
|
+
"field.updated-at": "updated at",
|
|
21
|
+
"field.updated_at": "updated at",
|
|
22
|
+
"field.updater": "updater",
|
|
26
23
|
"label.env-var": "environment variable",
|
|
27
24
|
"prompt.sure to navigate away?": "You have unsaved changes. Are you sure you want to navigate away?",
|
|
28
25
|
"text.are_you_sure": "are you sure?",
|
|
26
|
+
"text.ask ai": "ask ai",
|
|
27
|
+
"text.column visibility setting": "column visibility",
|
|
29
28
|
"text.data_created_successfully": "data created successfully",
|
|
30
29
|
"text.data_deleted_successfully": "data deleted successfully",
|
|
31
30
|
"text.data_updated_successfully": "data updated successfully",
|
|
@@ -33,8 +32,11 @@
|
|
|
33
32
|
"text.existing_item_found": "existing item found",
|
|
34
33
|
"text.nothing_changed": "nothing changed",
|
|
35
34
|
"text.nothing_selected": "nothing selected",
|
|
35
|
+
"text.offline": "offline",
|
|
36
|
+
"text.online": "online",
|
|
37
|
+
"text.technical detail": "technical detail",
|
|
36
38
|
"text.there_is_nothing_to_delete": "there is nothing to delete",
|
|
37
39
|
"text.there_is_nothing_to_process": "there is nothing to process",
|
|
38
40
|
"text.there_is_nothing_to_save": "there is nothing to save",
|
|
39
|
-
"text.
|
|
41
|
+
"text.you.are.now.in": "you are now in {state}"
|
|
40
42
|
}
|
package/translations/ja.json
CHANGED
|
@@ -1,39 +1,41 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"field.id": "ID",
|
|
6
|
-
"field.name": "名前",
|
|
7
|
-
"field.description": "説明",
|
|
8
|
-
"field.domain": "ドメイン",
|
|
9
|
-
"field.created_at": "作成日時",
|
|
2
|
+
"field.brand_image": "ブランド写真",
|
|
3
|
+
"field.brand_name": "ブランド名",
|
|
4
|
+
"field.content_image": "コンテンツ イメージ",
|
|
10
5
|
"field.created-at": "作成日時",
|
|
11
|
-
"field.
|
|
12
|
-
"field.updated-at": "修正日時",
|
|
13
|
-
"field.deleted_at": "削除日時",
|
|
14
|
-
"field.deleted-at": "削除日時",
|
|
6
|
+
"field.created_at": "作成日時",
|
|
15
7
|
"field.creator": "作成者",
|
|
16
|
-
"field.updater": "修正者",
|
|
17
|
-
"field.deleter": "削除者",
|
|
18
|
-
"field.timezone": "タイム ゾーン",
|
|
19
8
|
"field.default": "基本値",
|
|
20
|
-
"field.
|
|
9
|
+
"field.deleted-at": "削除日時",
|
|
10
|
+
"field.deleted_at": "削除日時",
|
|
11
|
+
"field.deleter": "削除者",
|
|
12
|
+
"field.description": "説明",
|
|
13
|
+
"field.domain": "ドメイン",
|
|
14
|
+
"field.id": "ID",
|
|
15
|
+
"field.name": "名前",
|
|
21
16
|
"field.subdomain": "サブ ドメイン",
|
|
22
|
-
"field.
|
|
23
|
-
"field.brand_image": "ブランド写真",
|
|
24
|
-
"field.content_image": "コンテンツ イメージ",
|
|
17
|
+
"field.system_flag": "system_flag",
|
|
25
18
|
"field.theme": "テーマ",
|
|
19
|
+
"field.timezone": "タイム ゾーン",
|
|
20
|
+
"field.updated-at": "修正日時",
|
|
21
|
+
"field.updated_at": "修正日時",
|
|
22
|
+
"field.updater": "修正者",
|
|
26
23
|
"label.env-var": "環境変数",
|
|
27
24
|
"prompt.sure to navigate away?": "未保存の変更があります。本当に移動しますか?",
|
|
28
25
|
"text.are_you_sure": "進行しますか?",
|
|
26
|
+
"text.ask ai": "AIに聞く",
|
|
27
|
+
"text.column visibility setting": "カラムの表示設定",
|
|
29
28
|
"text.data_created_successfully": "資料が正常に作成されました.",
|
|
29
|
+
"text.data_deleted_successfully": "資料の削除に成功しました.",
|
|
30
30
|
"text.data_updated_successfully": "資料の修正に成功しました.",
|
|
31
31
|
"text.data_uploaded_successfully": "資料が正常に作成されました.",
|
|
32
|
-
"text.data_deleted_successfully": "資料の削除に成功しました.",
|
|
33
32
|
"text.nothing_changed": "変更なし",
|
|
34
33
|
"text.nothing_selected": "選択されていない",
|
|
34
|
+
"text.offline": "オフライン",
|
|
35
|
+
"text.online": "オンライン",
|
|
36
|
+
"text.technical detail": "技術情報",
|
|
35
37
|
"text.there_is_nothing_to_delete": "削除するデータがありません.",
|
|
36
38
|
"text.there_is_nothing_to_process": "処理するデータがありません.",
|
|
37
39
|
"text.there_is_nothing_to_save": "保存するデータがありません.",
|
|
38
|
-
"text.
|
|
40
|
+
"text.you.are.now.in": "{state}になりました."
|
|
39
41
|
}
|
package/translations/ko.json
CHANGED
|
@@ -1,39 +1,41 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"field.id": "아이디",
|
|
6
|
-
"field.name": "이름",
|
|
7
|
-
"field.description": "설명",
|
|
8
|
-
"field.domain": "도메인",
|
|
9
|
-
"field.created_at": "생성일시",
|
|
2
|
+
"field.brand_image": "브랜드 사진",
|
|
3
|
+
"field.brand_name": "브랜드 이름",
|
|
4
|
+
"field.content_image": "컨텐츠 이미지",
|
|
10
5
|
"field.created-at": "생성일시",
|
|
11
|
-
"field.
|
|
12
|
-
"field.updated-at": "수정일시",
|
|
13
|
-
"field.deleted_at": "삭제일시",
|
|
14
|
-
"field.deleted-at": "삭제일시",
|
|
6
|
+
"field.created_at": "생성일시",
|
|
15
7
|
"field.creator": "생성자",
|
|
16
|
-
"field.updater": "수정자",
|
|
17
|
-
"field.deleter": "삭제자",
|
|
18
|
-
"field.timezone": "타임존",
|
|
19
8
|
"field.default": "기본값",
|
|
20
|
-
"field.
|
|
9
|
+
"field.deleted-at": "삭제일시",
|
|
10
|
+
"field.deleted_at": "삭제일시",
|
|
11
|
+
"field.deleter": "삭제자",
|
|
12
|
+
"field.description": "설명",
|
|
13
|
+
"field.domain": "도메인",
|
|
14
|
+
"field.id": "아이디",
|
|
15
|
+
"field.name": "이름",
|
|
21
16
|
"field.subdomain": "서브도메인",
|
|
22
|
-
"field.
|
|
23
|
-
"field.brand_image": "브랜드 사진",
|
|
24
|
-
"field.content_image": "컨텐츠 이미지",
|
|
17
|
+
"field.system_flag": "system_flag",
|
|
25
18
|
"field.theme": "테마",
|
|
19
|
+
"field.timezone": "타임존",
|
|
20
|
+
"field.updated-at": "수정일시",
|
|
21
|
+
"field.updated_at": "수정일시",
|
|
22
|
+
"field.updater": "수정자",
|
|
26
23
|
"label.env-var": "환경 변수",
|
|
27
24
|
"prompt.sure to navigate away?": "변경 사항이 저장되지 않았습니다. 정말 이동하시겠습니까?",
|
|
28
25
|
"text.are_you_sure": "진행하시겠습니까?",
|
|
26
|
+
"text.ask ai": "AI에게 묻기",
|
|
27
|
+
"text.column visibility setting": "컬럼 보이기",
|
|
29
28
|
"text.data_created_successfully": "성공적으로 자료를 생성하였습니다.",
|
|
29
|
+
"text.data_deleted_successfully": "성공적으로 자료를 삭제하였습니다.",
|
|
30
30
|
"text.data_updated_successfully": "성공적으로 자료를 수정하였습니다.",
|
|
31
31
|
"text.data_uploaded_successfully": "성공적으로 자료를 업로드하였습니다.",
|
|
32
|
-
"text.data_deleted_successfully": "성공적으로 자료를 삭제하였습니다.",
|
|
33
32
|
"text.nothing_changed": "변경사항 없음",
|
|
34
33
|
"text.nothing_selected": "선택되지 않음",
|
|
34
|
+
"text.offline": "오프라인",
|
|
35
|
+
"text.online": "온라인",
|
|
36
|
+
"text.technical detail": "기술 정보",
|
|
35
37
|
"text.there_is_nothing_to_delete": "삭제할 데이터가 없습니다.",
|
|
36
38
|
"text.there_is_nothing_to_process": "처리할 데이터가 없습니다.",
|
|
37
39
|
"text.there_is_nothing_to_save": "저장할 데이터가 없습니다.",
|
|
38
|
-
"text.
|
|
40
|
+
"text.you.are.now.in": "{state} 되었습니다."
|
|
39
41
|
}
|
package/translations/ms.json
CHANGED
|
@@ -1,39 +1,41 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"field.id": "id",
|
|
6
|
-
"field.name": "nama",
|
|
7
|
-
"field.description": "deskripsi",
|
|
8
|
-
"field.created_at": "dicipta pada",
|
|
2
|
+
"field.brand_image": "imej",
|
|
3
|
+
"field.brand_name": "jenama",
|
|
4
|
+
"field.content_image": "isian imej",
|
|
9
5
|
"field.created-at": "dicipta pada",
|
|
10
|
-
"field.
|
|
11
|
-
"field.updated-at": "dikemaskini pada",
|
|
12
|
-
"field.deleted_at": "dibuang pada",
|
|
13
|
-
"field.deleted-at": "dibuang pada",
|
|
6
|
+
"field.created_at": "dicipta pada",
|
|
14
7
|
"field.creator": "pencipta",
|
|
15
|
-
"field.
|
|
8
|
+
"field.default": "asalan",
|
|
9
|
+
"field.deleted-at": "dibuang pada",
|
|
10
|
+
"field.deleted_at": "dibuang pada",
|
|
16
11
|
"field.deleter": "pembuang",
|
|
12
|
+
"field.description": "deskripsi",
|
|
17
13
|
"field.domain": "domain",
|
|
18
|
-
"field.
|
|
19
|
-
"field.
|
|
20
|
-
"field.system_flag": "bendera sistem",
|
|
14
|
+
"field.id": "id",
|
|
15
|
+
"field.name": "nama",
|
|
21
16
|
"field.subdomain": "domain-sub",
|
|
22
|
-
"field.
|
|
23
|
-
"field.brand_image": "imej",
|
|
24
|
-
"field.content_image": "isian imej",
|
|
17
|
+
"field.system_flag": "bendera sistem",
|
|
25
18
|
"field.theme": "tema",
|
|
19
|
+
"field.timezone": "zon waktu",
|
|
20
|
+
"field.updated-at": "dikemaskini pada",
|
|
21
|
+
"field.updated_at": "dikemaskini pada",
|
|
22
|
+
"field.updater": "pengemaskini",
|
|
26
23
|
"label.env-var": "pengubahsuaian persekitaran",
|
|
27
24
|
"prompt.sure to navigate away?": "Anda mempunyai perubahan yang belum disimpan. Adakah anda pasti mahu berpindah?",
|
|
28
25
|
"text.are_you_sure": "adakah anda pasti?",
|
|
26
|
+
"text.ask ai": "tanya ai",
|
|
27
|
+
"text.column visibility setting": "tetapan kebolehlihatan kolum",
|
|
29
28
|
"text.data_created_successfully": "data berjaya dicipta",
|
|
30
29
|
"text.data_deleted_successfully": "data telah berjaya dipadam",
|
|
31
30
|
"text.data_updated_successfully": "data berjaya dikemaskini",
|
|
32
31
|
"text.data_uploaded_successfully": "data uploaded successfully",
|
|
33
32
|
"text.nothing_changed": "nothing changed",
|
|
34
33
|
"text.nothing_selected": "nothing selected",
|
|
34
|
+
"text.offline": "luar talian",
|
|
35
|
+
"text.online": "dalam talian",
|
|
36
|
+
"text.technical detail": "maklumat teknikal",
|
|
35
37
|
"text.there_is_nothing_to_delete": "there is nothing to delete",
|
|
36
38
|
"text.there_is_nothing_to_process": "there is nothing to process",
|
|
37
39
|
"text.there_is_nothing_to_save": "there is nothing to save",
|
|
38
|
-
"text.
|
|
40
|
+
"text.you.are.now.in": "anda berada di {state}"
|
|
39
41
|
}
|
package/translations/zh.json
CHANGED
|
@@ -1,39 +1,41 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"field.id": "账号",
|
|
6
|
-
"field.name": "姓名",
|
|
7
|
-
"field.description": "描述",
|
|
8
|
-
"field.domain": "域名",
|
|
9
|
-
"field.created_at": "创建时间",
|
|
2
|
+
"field.brand_image": "品牌图片",
|
|
3
|
+
"field.brand_name": "品牌名称",
|
|
4
|
+
"field.content_image": "内容图片",
|
|
10
5
|
"field.created-at": "创建时间",
|
|
11
|
-
"field.
|
|
12
|
-
"field.updated-at": "更新时间",
|
|
13
|
-
"field.deleted_at": "删除时间",
|
|
14
|
-
"field.deleted-at": "删除时间",
|
|
6
|
+
"field.created_at": "创建时间",
|
|
15
7
|
"field.creator": "创建者",
|
|
16
|
-
"field.updater": "更新者",
|
|
17
|
-
"field.deleter": "删除者",
|
|
18
|
-
"field.timezone": "时区",
|
|
19
8
|
"field.default": "默认值",
|
|
20
|
-
"field.
|
|
9
|
+
"field.deleted-at": "删除时间",
|
|
10
|
+
"field.deleted_at": "删除时间",
|
|
11
|
+
"field.deleter": "删除者",
|
|
12
|
+
"field.description": "描述",
|
|
13
|
+
"field.domain": "域名",
|
|
14
|
+
"field.id": "账号",
|
|
15
|
+
"field.name": "姓名",
|
|
21
16
|
"field.subdomain": "子域名",
|
|
22
|
-
"field.
|
|
23
|
-
"field.brand_image": "品牌图片",
|
|
24
|
-
"field.content_image": "内容图片",
|
|
17
|
+
"field.system_flag": "系统标志",
|
|
25
18
|
"field.theme": "主题",
|
|
19
|
+
"field.timezone": "时区",
|
|
20
|
+
"field.updated-at": "更新时间",
|
|
21
|
+
"field.updated_at": "更新时间",
|
|
22
|
+
"field.updater": "更新者",
|
|
26
23
|
"label.env-var": "环境变量",
|
|
27
24
|
"prompt.sure to navigate away?": "更改未保存。您确定要离开吗?",
|
|
28
25
|
"text.are_you_sure": "您确定要进行吗?",
|
|
26
|
+
"text.ask ai": "询问 AI",
|
|
27
|
+
"text.column visibility setting": "列显示",
|
|
29
28
|
"text.data_created_successfully": "数据创建成功。",
|
|
29
|
+
"text.data_deleted_successfully": "数据删除成功。",
|
|
30
30
|
"text.data_updated_successfully": "数据更新成功。",
|
|
31
31
|
"text.data_uploaded_successfully": "数据上传成功。",
|
|
32
|
-
"text.data_deleted_successfully": "数据删除成功。",
|
|
33
32
|
"text.nothing_changed": "无更改",
|
|
34
33
|
"text.nothing_selected": "未选择",
|
|
34
|
+
"text.offline": "离线",
|
|
35
|
+
"text.online": "在线",
|
|
36
|
+
"text.technical detail": "技术信息",
|
|
35
37
|
"text.there_is_nothing_to_delete": "没有要删除的数据。",
|
|
36
38
|
"text.there_is_nothing_to_process": "没有要处理的数据。",
|
|
37
39
|
"text.there_is_nothing_to_save": "没有要保存的数据。",
|
|
38
|
-
"text.
|
|
40
|
+
"text.you.are.now.in": "您现在是 {state}。"
|
|
39
41
|
}
|