@things-factory/shell 6.2.15 → 6.2.24
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/dist-server/tsconfig.tsbuildinfo +1 -1
- package/helps/data-grist/grist-editor/privilege.ja.md +13 -0
- package/helps/data-grist/grist-editor/privilege.ko.md +13 -0
- package/helps/data-grist/grist-editor/privilege.md +15 -0
- package/helps/data-grist/grist-editor/privilege.ms.md +13 -0
- package/helps/data-grist/grist-editor/privilege.zh.md +13 -0
- package/package.json +2 -2
- package/translations/zh.json +26 -17
@@ -0,0 +1,13 @@
|
|
1
|
+
# 権限エディター
|
2
|
+
|
3
|
+
特定の操作を実行するために必要な権限を設定します。
|
4
|
+
|
5
|
+
# プロパティ
|
6
|
+
|
7
|
+
- 権限
|
8
|
+
- 特定の操作を実行するために必要な権限を指定します。
|
9
|
+
- 権限が設定されていない場合、特別な権限は必要ないことを意味し、ドメインの所有者やスーパーユーザーの設定は無意味です。
|
10
|
+
- ドメインの所有者
|
11
|
+
- このプロパティが設定されている場合、ドメインの管理者は上記の権限が設定されていなくてもこの操作を実行できることを意味します。
|
12
|
+
- スーパーユーザー
|
13
|
+
- このプロパティが設定されている場合、スーパーユーザーは上記の権限が設定されていなくてもこの操作を実行できることを意味します。
|
@@ -0,0 +1,13 @@
|
|
1
|
+
# privilege editor
|
2
|
+
|
3
|
+
어떤 작업을 수행하기위해 필요한 권한을 설정한다.
|
4
|
+
|
5
|
+
# properties
|
6
|
+
|
7
|
+
- privilege
|
8
|
+
- 어떤 작업을 수행하기위해 필요한 권한을 지정한다.
|
9
|
+
- privilage가 설정되지 않으면, 특별한 권한을 필요로 하지 않음을 의미하므로 domain owner나 super user 설정은 무의미하다.
|
10
|
+
- domain owner
|
11
|
+
- 이 속성이 설정되면, 도메인의 관리자인 경우에는 위에서 설정한 권한이 없어도 이 작업을 수행할 수 있는 권한이 부여된다는 것을 의미한다.
|
12
|
+
- super user
|
13
|
+
- 이 속성이 설정되면, 수퍼유저인 경우에는 위에서 설정한 권한이 없어도 이 작업을 수행할 수 있는 권한이 부여된다는 것을 의미한다.
|
@@ -0,0 +1,15 @@
|
|
1
|
+
# Privilege Editor
|
2
|
+
|
3
|
+
Configure the permissions required to perform a specific action.
|
4
|
+
|
5
|
+
# Properties
|
6
|
+
|
7
|
+
- Privilege
|
8
|
+
- Specify the permissions required to perform a specific action.
|
9
|
+
- If no privilege is set, it means the action does not require any special permissions, rendering domain owner or super user settings meaningless.
|
10
|
+
- Domain Owner
|
11
|
+
- When this attribute is set, it means that domain administrators have the permission to perform this action without needing the specified privileges above.
|
12
|
+
- Super User
|
13
|
+
- When this attribute is set, it means that super users have the permission to perform this action without needing the specified privileges above.
|
14
|
+
|
15
|
+
--
|
@@ -0,0 +1,13 @@
|
|
1
|
+
# Penyunting Privilej
|
2
|
+
|
3
|
+
Mengatur kebenaran yang diperlukan untuk menjalankan sesuatu tindakan.
|
4
|
+
|
5
|
+
# Ciri-ciri
|
6
|
+
|
7
|
+
- kebenaran
|
8
|
+
- Menetapkan kebenaran yang diperlukan untuk menjalankan sesuatu tindakan.
|
9
|
+
- Jika kebenaran tidak ditetapkan, bermakna tindakan ini tidak memerlukan kebenaran khusus, oleh itu pengaturan pemilik domain atau pengguna super adalah tidak bermakna.
|
10
|
+
- pemilik domain
|
11
|
+
- Apabila ciri ini ditetapkan, bermakna pengurus domain mempunyai kebenaran untuk menjalankan tindakan ini tanpa mengira kebenaran yang ditetapkan di atas.
|
12
|
+
- super pengguna
|
13
|
+
- Apabila ciri ini ditetapkan, bermakna super pengguna mempunyai kebenaran untuk menjalankan tindakan ini tanpa mengira kebenaran yang ditetapkan di atas.
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/shell",
|
3
|
-
"version": "6.2.
|
3
|
+
"version": "6.2.24",
|
4
4
|
"description": "Core module for framework",
|
5
5
|
"bin": {
|
6
6
|
"things-factory": "bin/things-factory",
|
@@ -132,5 +132,5 @@
|
|
132
132
|
"pg": "^8.7.3",
|
133
133
|
"sqlite3": "^5.0.8"
|
134
134
|
},
|
135
|
-
"gitHead": "
|
135
|
+
"gitHead": "f407983563cca529ba87ea8febb5be751ad3229e"
|
136
136
|
}
|
package/translations/zh.json
CHANGED
@@ -1,23 +1,32 @@
|
|
1
1
|
{
|
2
|
-
"text.you.are.now.in": "
|
2
|
+
"text.you.are.now.in": "您现在是 {state}。",
|
3
3
|
"text.offline": "离线",
|
4
|
-
"text.online": "
|
5
|
-
"field.id": "
|
6
|
-
"field.name": "
|
4
|
+
"text.online": "在线",
|
5
|
+
"field.id": "账号",
|
6
|
+
"field.name": "姓名",
|
7
7
|
"field.description": "描述",
|
8
|
-
"field.
|
9
|
-
"field.
|
10
|
-
"field.
|
11
|
-
"field.
|
8
|
+
"field.domain": "域名",
|
9
|
+
"field.created_at": "创建时间",
|
10
|
+
"field.updated_at": "更新时间",
|
11
|
+
"field.deleted_at": "删除时间",
|
12
|
+
"field.creator": "创建者",
|
12
13
|
"field.updater": "更新者",
|
13
14
|
"field.deleter": "删除者",
|
14
|
-
"
|
15
|
-
"
|
16
|
-
"
|
17
|
-
"
|
18
|
-
"
|
19
|
-
"
|
20
|
-
"
|
21
|
-
"
|
22
|
-
"
|
15
|
+
"field.timezone": "时区",
|
16
|
+
"field.default": "默认值",
|
17
|
+
"field.system_flag": "系统标志",
|
18
|
+
"field.subdomain": "子域名",
|
19
|
+
"field.brand_name": "品牌名称",
|
20
|
+
"field.brand_image": "品牌图片",
|
21
|
+
"field.content_image": "内容图片",
|
22
|
+
"field.theme": "主题",
|
23
|
+
"prompt.sure to navigate away?": "更改未保存。您确定要离开吗?",
|
24
|
+
"text.are_you_sure": "您确定要进行吗?",
|
25
|
+
"text.data_updated_successfully": "数据更新成功。",
|
26
|
+
"text.data_uploaded_successfully": "数据上传成功。",
|
27
|
+
"text.data_deleted_successfully": "数据删除成功。",
|
28
|
+
"text.nothing_changed": "无更改",
|
29
|
+
"text.nothing_selected": "未选择",
|
30
|
+
"text.there_is_nothing_to_delete": "没有要删除的数据。",
|
31
|
+
"text.there_is_nothing_to_save": "没有要保存的数据。"
|
23
32
|
}
|