Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jumpserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
jumpserver
Commits
166ccf8b
Commit
166ccf8b
authored
Aug 06, 2019
by
BaiJiangJie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Feature] 应用管理:数据库应用添加翻译
parent
573f9a45
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
593 additions
and
381 deletions
+593
-381
database.py
apps/applications/models/database.py
+1
-1
database_list.html
apps/applications/templates/applications/database_list.html
+1
-1
database.py
apps/applications/views/database.py
+1
-1
django.po
apps/locale/zh/LC_MESSAGES/django.po
+590
-378
No files found.
apps/applications/models/database.py
View file @
166ccf8b
...
...
@@ -52,7 +52,7 @@ class Database(OrgModelMixin):
max_length
=
128
,
null
=
True
,
verbose_name
=
_
(
'Created by'
)
)
date_created
=
models
.
DateTimeField
(
auto_now_add
=
True
,
verbose_name
=
_
(
'Date
C
reated'
)
auto_now_add
=
True
,
verbose_name
=
_
(
'Date
c
reated'
)
)
date_updated
=
models
.
DateTimeField
(
auto_now
=
True
,
verbose_name
=
_
(
'Date updated'
)
...
...
apps/applications/templates/applications/database_list.html
View file @
166ccf8b
...
...
@@ -3,7 +3,7 @@
{% block table_search %}{% endblock %}
{% block table_container %}
<div
class=
"uc pull-left m-r-5"
>
<a
href=
"{% url 'applications:database-create' %}"
class=
"btn btn-sm btn-primary"
>
{% trans "Create
D
atabase" %}
</a>
<a
href=
"{% url 'applications:database-create' %}"
class=
"btn btn-sm btn-primary"
>
{% trans "Create
d
atabase" %}
</a>
</div>
<table
class=
"table table-striped table-bordered table-hover "
id=
"database_list_table"
>
<thead>
...
...
apps/applications/views/database.py
View file @
166ccf8b
...
...
@@ -43,7 +43,7 @@ class DatabaseCreateView(PermissionsMixin, SuccessMessageMixin, CreateView):
def
get_context_data
(
self
,
**
kwargs
):
context
=
{
'app'
:
_
(
'Applications'
),
'action'
:
_
(
'Create
D
atabase'
),
'action'
:
_
(
'Create
d
atabase'
),
'type'
:
'create'
,
}
kwargs
.
update
(
context
)
...
...
apps/locale/zh/LC_MESSAGES/django.po
View file @
166ccf8b
...
...
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Jumpserver 0.3.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-0
7-30 12:52
+0800\n"
"POT-Creation-Date: 2019-0
8-06 15:41
+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: ibuler <ibuler@qq.com>\n"
"Language-Team: Jumpserver team<ibuler@qq.com>\n"
...
...
@@ -33,6 +33,32 @@ msgstr "虚拟化工具"
msgid "Custom"
msgstr "自定义"
#: applications/forms/database.py:18 applications/models/database.py:45
#: assets/forms/user.py:26 assets/models/base.py:30
#: assets/serializers/asset_user.py:62
#: assets/templates/assets/_asset_user_auth_update_modal.html:21
#: assets/templates/assets/_asset_user_auth_view_modal.html:27
#: authentication/forms.py:13
#: authentication/templates/authentication/login.html:67
#: authentication/templates/authentication/new_login.html:93
#: settings/forms.py:110 users/forms.py:16 users/forms.py:28
#: users/templates/users/reset_password.html:53
#: users/templates/users/user_password_authentication.html:18
#: users/templates/users/user_password_update.html:44
#: users/templates/users/user_profile_update.html:41
#: users/templates/users/user_pubkey_update.html:41
#: users/templates/users/user_update.html:20
#: xpack/plugins/change_auth_plan/models.py:93
#: xpack/plugins/change_auth_plan/models.py:264
msgid "Password"
msgstr "密码"
#: applications/forms/database.py:28
msgid ""
"If you choose manual login mode, you do not need to fill in the user and "
"password."
msgstr "如果选择手动登录模式,用户和密码可以不填写"
#: applications/forms/remote_app.py:21
msgid "Target URL"
msgstr "目标URL"
...
...
@@ -90,7 +116,7 @@ msgstr "运行参数"
#: perms/templates/perms/asset_permission_create_update.html:45
#: perms/templates/perms/asset_permission_list.html:52
#: perms/templates/perms/asset_permission_list.html:121
#: terminal/backends/command/models.py:13 terminal/models.py:15
5
#: terminal/backends/command/models.py:13 terminal/models.py:15
8
#: terminal/templates/terminal/command_list.html:30
#: terminal/templates/terminal/command_list.html:66
#: terminal/templates/terminal/session_list.html:28
...
...
@@ -101,7 +127,7 @@ msgstr "运行参数"
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_execution_list.html:54
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_execution_subtask_list.html:13
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_list.html:14
#: xpack/plugins/cloud/models.py:
187
#: xpack/plugins/cloud/models.py:
310
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_instance.html:63
#: xpack/plugins/orgs/templates/orgs/org_list.html:16
#: xpack/plugins/vault/forms.py:13 xpack/plugins/vault/forms.py:15
...
...
@@ -121,7 +147,7 @@ msgstr "资产"
#: perms/templates/perms/asset_permission_list.html:54
#: perms/templates/perms/asset_permission_list.html:75
#: perms/templates/perms/asset_permission_list.html:127 templates/_nav.html:25
#: terminal/backends/command/models.py:14 terminal/models.py:15
6
#: terminal/backends/command/models.py:14 terminal/models.py:15
9
#: terminal/templates/terminal/command_list.html:31
#: terminal/templates/terminal/command_list.html:67
#: terminal/templates/terminal/session_list.html:29
...
...
@@ -131,9 +157,24 @@ msgstr "资产"
msgid "System user"
msgstr "系统用户"
#: applications/models/remote_app.py:21
#: applications/models/database.py:20 assets/models/user.py:106
msgid "Automatic login"
msgstr "自动登录"
#: applications/models/database.py:21 assets/models/user.py:107
msgid "Manually login"
msgstr "手动登录"
#: applications/models/database.py:26
msgid "MySQL"
msgstr ""
#: applications/models/database.py:29 applications/models/remote_app.py:21
#: applications/templates/applications/database_detail.html:53
#: applications/templates/applications/database_list.html:14
#: applications/templates/applications/remote_app_detail.html:53
#: applications/templates/applications/remote_app_list.html:20
#: applications/templates/applications/user_database_list.html:16
#: applications/templates/applications/user_remote_app_list.html:16
#: assets/forms/asset.py:20 assets/forms/domain.py:73 assets/forms/user.py:74
#: assets/forms/user.py:94 assets/models/base.py:28 assets/models/cluster.py:18
...
...
@@ -155,6 +196,10 @@ msgstr "系统用户"
#: perms/templates/perms/asset_permission_list.html:49
#: perms/templates/perms/asset_permission_list.html:68
#: perms/templates/perms/asset_permission_user.html:54
#: perms/templates/perms/database_permission_database.html:53
#: perms/templates/perms/database_permission_detail.html:62
#: perms/templates/perms/database_permission_list.html:14
#: perms/templates/perms/database_permission_user.html:53
#: perms/templates/perms/remote_app_permission_detail.html:62
#: perms/templates/perms/remote_app_permission_list.html:14
#: perms/templates/perms/remote_app_permission_remote_app.html:53
...
...
@@ -164,8 +209,8 @@ msgstr "系统用户"
#: settings/templates/settings/command_storage_create.html:41
#: settings/templates/settings/replay_storage_create.html:44
#: settings/templates/settings/terminal_setting.html:83
#: settings/templates/settings/terminal_setting.html:105 terminal/models.py:2
2
#: terminal/models.py:2
58
terminal/templates/terminal/terminal_detail.html:43
#: settings/templates/settings/terminal_setting.html:105 terminal/models.py:2
4
#: terminal/models.py:2
61
terminal/templates/terminal/terminal_detail.html:43
#: terminal/templates/terminal/terminal_list.html:29 users/models/group.py:14
#: users/models/user.py:331 users/templates/users/_select_user_modal.html:13
#: users/templates/users/user_detail.html:63
...
...
@@ -178,33 +223,165 @@ msgstr "系统用户"
#: xpack/plugins/change_auth_plan/models.py:61
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_detail.html:61
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_list.html:12
#: xpack/plugins/cloud/models.py:
49 xpack/plugins/cloud/models.py:119
#: xpack/plugins/cloud/models.py:
59 xpack/plugins/cloud/models.py:144
#: xpack/plugins/cloud/templates/cloud/account_detail.html:50
#: xpack/plugins/cloud/templates/cloud/account_list.html:12
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_detail.html:5
3
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_detail.html:5
6
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_list.html:12
#: xpack/plugins/orgs/templates/orgs/org_detail.html:52
#: xpack/plugins/orgs/templates/orgs/org_list.html:12
msgid "Name"
msgstr "名称"
#: applications/models/remote_app.py:32
#: applications/templates/applications/remote_app_detail.html:65
#: applications/templates/applications/remote_app_list.html:21
#: applications/templates/applications/user_remote_app_list.html:17
msgid "App type"
msgstr "应用类型"
#: applications/models/database.py:32
#: applications/templates/applications/database_detail.html:57
#: applications/templates/applications/database_list.html:15
#: applications/templates/applications/user_database_list.html:17
#: assets/models/user.py:117 assets/templates/assets/system_user_detail.html:66
#: assets/templates/assets/system_user_list.html:54
msgid "Login mode"
msgstr "登录模式"
#: applications/models/remote_app.py:36
#: applications/templates/applications/remote_app_detail.html:69
msgid "App path"
msgstr "应用路径"
#: applications/models/database.py:36
#: applications/templates/applications/database_detail.html:61
#: applications/templates/applications/database_list.html:16
#: applications/templates/applications/user_database_list.html:18
#: assets/models/cmd_filter.py:50
#: assets/templates/assets/cmd_filter_rule_list.html:58
#: audits/templates/audits/login_log_list.html:52
#: perms/templates/perms/database_permission_database.html:54
#: perms/templates/perms/remote_app_permission_remote_app.html:54
#: settings/templates/settings/command_storage_create.html:31
#: settings/templates/settings/replay_storage_create.html:31
#: settings/templates/settings/terminal_setting.html:84
#: settings/templates/settings/terminal_setting.html:106
msgid "Type"
msgstr "类型"
#: applications/models/remote_app.py:40
msgid "Parameters"
msgstr "参数"
#: applications/models/database.py:38
#: applications/templates/applications/database_detail.html:65
#: applications/templates/applications/database_list.html:17
#: applications/templates/applications/user_database_list.html:19
#: ops/models/adhoc.py:162
#: perms/templates/perms/database_permission_database.html:55
#: settings/templates/settings/replay_storage_create.html:52
#: templates/index.html:91
msgid "Host"
msgstr "主机"
#: applications/models/database.py:39
#: applications/templates/applications/database_list.html:18
#: applications/templates/applications/user_database_list.html:20
#: assets/forms/asset.py:24 assets/models/asset.py:163
#: assets/models/domain.py:50
#: assets/templates/assets/domain_gateway_list.html:69
#: perms/templates/perms/database_permission_database.html:56
#: settings/templates/settings/replay_storage_create.html:59
msgid "Port"
msgstr "端口"
#: applications/models/database.py:42
#: applications/templates/applications/database_detail.html:69
#: applications/templates/applications/database_list.html:19
#: applications/templates/applications/user_database_list.html:21
#: assets/models/label.py:15 audits/models.py:17 audits/models.py:37
#: audits/models.py:50 audits/templates/audits/ftp_log_list.html:33
#: audits/templates/audits/ftp_log_list.html:70
#: audits/templates/audits/operate_log_list.html:33
#: audits/templates/audits/operate_log_list.html:66
#: audits/templates/audits/password_change_log_list.html:33
#: audits/templates/audits/password_change_log_list.html:50
#: ops/templates/ops/command_execution_list.html:35
#: ops/templates/ops/command_execution_list.html:60
#: perms/forms/asset_permission.py:63 perms/forms/database_permission.py:31
#: perms/forms/remote_app_permission.py:31 perms/models/base.py:36
#: perms/templates/perms/asset_permission_create_update.html:41
#: perms/templates/perms/asset_permission_list.html:50
#: perms/templates/perms/asset_permission_list.html:115
#: perms/templates/perms/database_permission_create_update.html:43
#: perms/templates/perms/database_permission_database.html:57
#: perms/templates/perms/database_permission_list.html:15
#: perms/templates/perms/remote_app_permission_create_update.html:43
#: perms/templates/perms/remote_app_permission_list.html:15
#: templates/index.html:87 terminal/backends/command/models.py:12
#: terminal/models.py:157 terminal/templates/terminal/command_list.html:29
#: terminal/templates/terminal/command_list.html:65
#: terminal/templates/terminal/session_list.html:27
#: terminal/templates/terminal/session_list.html:71 users/forms.py:316
#: users/models/user.py:127 users/models/user.py:446
#: users/serializers/v1.py:108 users/templates/users/user_group_detail.html:78
#: users/templates/users/user_group_list.html:36 users/views/user.py:243
#: xpack/plugins/orgs/forms.py:26
#: xpack/plugins/orgs/templates/orgs/org_detail.html:113
#: xpack/plugins/orgs/templates/orgs/org_list.html:14
msgid "User"
msgstr "用户"
#: applications/models/database.py:48 applications/models/database.py:62
#: applications/templates/applications/database_create_update.html:40
#: applications/templates/applications/database_detail.html:73
#: applications/templates/applications/database_list.html:20
#: applications/templates/applications/user_database_list.html:22
#: perms/forms/database_permission.py:37 perms/models/database_permission.py:17
#: perms/templates/perms/database_permission_create_update.html:48
#: perms/templates/perms/database_permission_database.html:26
#: perms/templates/perms/database_permission_detail.html:27
#: perms/templates/perms/database_permission_list.html:17
#: perms/templates/perms/database_permission_user.html:26
#: templates/_nav.html:37 templates/_nav.html:52 templates/_nav_user.html:21
msgid "Database"
msgstr "数据库"
# msgid "Date created"
# msgstr "创建日期"
#: applications/models/database.py:50 applications/models/remote_app.py:49
#: applications/templates/applications/database_detail.html:89
#: applications/templates/applications/database_list.html:21
#: applications/templates/applications/remote_app_detail.html:81
#: applications/templates/applications/remote_app_list.html:24
#: applications/templates/applications/user_database_list.html:23
#: applications/templates/applications/user_remote_app_list.html:20
#: assets/models/asset.py:199 assets/models/base.py:33
#: assets/models/cluster.py:29 assets/models/cmd_filter.py:22
#: assets/models/cmd_filter.py:55 assets/models/domain.py:21
#: assets/models/domain.py:53 assets/models/group.py:23
#: assets/models/label.py:23 assets/templates/assets/admin_user_detail.html:72
#: assets/templates/assets/admin_user_list.html:50
#: assets/templates/assets/asset_detail.html:132
#: assets/templates/assets/cmd_filter_detail.html:65
#: assets/templates/assets/cmd_filter_list.html:27
#: assets/templates/assets/cmd_filter_rule_list.html:62
#: assets/templates/assets/domain_detail.html:76
#: assets/templates/assets/domain_gateway_list.html:72
#: assets/templates/assets/domain_list.html:28
#: assets/templates/assets/system_user_detail.html:104
#: assets/templates/assets/system_user_list.html:59 ops/models/adhoc.py:43
#: orgs/models.py:16 perms/models/asset_permission.py:119
#: perms/models/base.py:43
#: perms/templates/perms/asset_permission_detail.html:102
#: perms/templates/perms/database_permission_detail.html:94
#: perms/templates/perms/remote_app_permission_detail.html:94
#: settings/models.py:34 terminal/models.py:34
#: terminal/templates/terminal/terminal_detail.html:63 users/models/group.py:15
#: users/models/user.py:364 users/templates/users/user_detail.html:129
#: users/templates/users/user_group_detail.html:67
#: users/templates/users/user_group_list.html:37
#: users/templates/users/user_profile.html:138
#: xpack/plugins/change_auth_plan/models.py:102
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_detail.html:117
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_list.html:19
#: xpack/plugins/cloud/models.py:77 xpack/plugins/cloud/models.py:173
#: xpack/plugins/cloud/templates/cloud/account_detail.html:70
#: xpack/plugins/cloud/templates/cloud/account_list.html:15
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_detail.html:105
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_list.html:18
#: xpack/plugins/orgs/templates/orgs/org_detail.html:64
#: xpack/plugins/orgs/templates/orgs/org_list.html:22
msgid "Comment"
msgstr "备注"
#: applications/models/remote_app.py:43
#: applications/models/database.py:52 applications/models/remote_app.py:43
#: applications/templates/applications/database_detail.html:77
#: applications/templates/applications/remote_app_detail.html:77
#: assets/models/asset.py:197 assets/models/base.py:36
#: assets/models/cluster.py:28 assets/models/cmd_filter.py:25
...
...
@@ -217,18 +394,20 @@ msgstr "参数"
#: ops/templates/ops/adhoc_detail.html:86 orgs/models.py:14
#: perms/models/asset_permission.py:117 perms/models/base.py:41
#: perms/templates/perms/asset_permission_detail.html:98
#: perms/templates/perms/database_permission_detail.html:90
#: perms/templates/perms/remote_app_permission_detail.html:90
#: users/models/user.py:372 users/serializers/v1.py:119
#: users/templates/users/user_detail.html:111
#: xpack/plugins/change_auth_plan/models.py:106
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_detail.html:113
#: xpack/plugins/cloud/models.py:
55 xpack/plugins/cloud/models.py:127
#: xpack/plugins/cloud/models.py:
80 xpack/plugins/cloud/models.py:179
msgid "Created by"
msgstr "创建者"
# msgid "Created by"
# msgstr "创建者"
#: applications/models/remote_app.py:46
#: applications/models/database.py:55 applications/models/remote_app.py:46
#: applications/templates/applications/database_detail.html:81
#: applications/templates/applications/remote_app_detail.html:73
#: assets/models/asset.py:198 assets/models/base.py:34
#: assets/models/cluster.py:26 assets/models/domain.py:23
...
...
@@ -241,72 +420,78 @@ msgstr "创建者"
#: orgs/models.py:15 perms/models/asset_permission.py:118
#: perms/models/base.py:42
#: perms/templates/perms/asset_permission_detail.html:94
#: perms/templates/perms/database_permission_detail.html:86
#: perms/templates/perms/remote_app_permission_detail.html:86
#: terminal/templates/terminal/terminal_detail.html:59 users/models/group.py:17
#: users/templates/users/user_group_detail.html:63
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_detail.html:105
#: xpack/plugins/cloud/models.py:
56 xpack/plugins/cloud/models.py:128
#: xpack/plugins/cloud/models.py:
83 xpack/plugins/cloud/models.py:182
#: xpack/plugins/cloud/templates/cloud/account_detail.html:66
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_detail.html:
77
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_detail.html:
101
#: xpack/plugins/orgs/templates/orgs/org_detail.html:60
msgid "Date created"
msgstr "创建日期"
# msgid "Date created"
# msgstr "创建日期"
#: applications/models/remote_app.py:49
#: applications/templates/applications/remote_app_detail.html:81
#: applications/templates/applications/remote_app_list.html:24
#: applications/templates/applications/user_remote_app_list.html:20
#: assets/models/asset.py:199 assets/models/base.py:33
#: assets/models/cluster.py:29 assets/models/cmd_filter.py:22
#: assets/models/cmd_filter.py:55 assets/models/domain.py:21
#: assets/models/domain.py:53 assets/models/group.py:23
#: assets/models/label.py:23 assets/templates/assets/admin_user_detail.html:72
#: assets/templates/assets/admin_user_list.html:50
#: assets/templates/assets/asset_detail.html:132
#: assets/templates/assets/cmd_filter_detail.html:65
#: assets/templates/assets/cmd_filter_list.html:27
#: assets/templates/assets/cmd_filter_rule_list.html:62
#: assets/templates/assets/domain_detail.html:76
#: assets/templates/assets/domain_gateway_list.html:72
#: assets/templates/assets/domain_list.html:28
#: assets/templates/assets/system_user_detail.html:104
#: assets/templates/assets/system_user_list.html:59 ops/models/adhoc.py:43
#: orgs/models.py:16 perms/models/asset_permission.py:119
#: perms/models/base.py:43
#: perms/templates/perms/asset_permission_detail.html:102
#: perms/templates/perms/remote_app_permission_detail.html:94
#: settings/models.py:34 terminal/models.py:32
#: terminal/templates/terminal/terminal_detail.html:63 users/models/group.py:15
#: users/models/user.py:364 users/templates/users/user_detail.html:129
#: users/templates/users/user_group_detail.html:67
#: users/templates/users/user_group_list.html:37
#: users/templates/users/user_profile.html:138
#: xpack/plugins/change_auth_plan/models.py:102
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_detail.html:117
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_list.html:19
#: xpack/plugins/cloud/models.py:54 xpack/plugins/cloud/models.py:125
#: xpack/plugins/cloud/templates/cloud/account_detail.html:70
#: xpack/plugins/cloud/templates/cloud/account_list.html:15
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_detail.html:69
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_list.html:16
#: xpack/plugins/orgs/templates/orgs/org_detail.html:64
#: xpack/plugins/orgs/templates/orgs/org_list.html:22
msgid "Comment"
msgstr "备注"
#: applications/models/database.py:58
#: applications/templates/applications/database_detail.html:85
#: assets/models/base.py:35 assets/templates/assets/cmd_filter_detail.html:73
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_detail.html:109
msgid "Date updated"
msgstr "更新日期"
#: applications/models/remote_app.py:32
#: applications/templates/applications/remote_app_detail.html:65
#: applications/templates/applications/remote_app_list.html:21
#: applications/templates/applications/user_remote_app_list.html:17
msgid "App type"
msgstr "应用类型"
#: applications/models/remote_app.py:36
#: applications/templates/applications/remote_app_detail.html:69
msgid "App path"
msgstr "应用路径"
#: applications/models/remote_app.py:40
msgid "Parameters"
msgstr "参数"
#: applications/models/remote_app.py:53 perms/forms/remote_app_permission.py:37
#: perms/models/remote_app_permission.py:1
5
#: perms/models/remote_app_permission.py:1
7
#: perms/templates/perms/remote_app_permission_create_update.html:48
#: perms/templates/perms/remote_app_permission_detail.html:27
#: perms/templates/perms/remote_app_permission_list.html:17
#: perms/templates/perms/remote_app_permission_remote_app.html:26
#: perms/templates/perms/remote_app_permission_user.html:26
#: templates/_nav.html:36 templates/_nav.html:4
8
templates/_nav_user.html:16
#: templates/_nav.html:36 templates/_nav.html:4
9
templates/_nav_user.html:16
msgid "RemoteApp"
msgstr "远程应用"
#: applications/templates/applications/database_create_update.html:37
#: assets/templates/assets/_system_user.html:37
#: assets/templates/assets/asset_create.html:16
#: assets/templates/assets/gateway_create_update.html:37
#: perms/templates/perms/asset_permission_create_update.html:38
#: perms/templates/perms/database_permission_create_update.html:39
#: perms/templates/perms/remote_app_permission_create_update.html:39
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_create_update.html:43
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_create_update.html:27
msgid "Basic"
msgstr "基本"
#: applications/templates/applications/database_create_update.html:47
#: assets/templates/assets/_system_user.html:69
#: assets/templates/assets/asset_create.html:74
#: assets/templates/assets/gateway_create_update.html:53
#: perms/templates/perms/asset_permission_create_update.html:53
#: perms/templates/perms/database_permission_create_update.html:52
#: perms/templates/perms/remote_app_permission_create_update.html:52
#: terminal/templates/terminal/terminal_update.html:40
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_create_update.html:67
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_create_update.html:48
msgid "Other"
msgstr "其它"
#: applications/templates/applications/database_create_update.html:52
#: applications/templates/applications/remote_app_create_update.html:56
#: assets/templates/assets/_system_user.html:75
#: assets/templates/assets/admin_user_create_update.html:45
...
...
@@ -318,6 +503,7 @@ msgstr "远程应用"
#: assets/templates/assets/gateway_create_update.html:58
#: assets/templates/assets/label_create_update.html:18
#: perms/templates/perms/asset_permission_create_update.html:83
#: perms/templates/perms/database_permission_create_update.html:83
#: perms/templates/perms/remote_app_permission_create_update.html:83
#: settings/templates/settings/basic_setting.html:64
#: settings/templates/settings/command_storage_create.html:79
...
...
@@ -338,12 +524,13 @@ msgstr "远程应用"
#: users/templates/users/user_pubkey_update.html:80
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_create_update.html:71
#: xpack/plugins/cloud/templates/cloud/account_create_update.html:33
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_create
.html:35
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_create
_update.html:53
#: xpack/plugins/interface/templates/interface/interface.html:72
#: xpack/plugins/vault/templates/vault/vault_create.html:45
msgid "Reset"
msgstr "重置"
#: applications/templates/applications/database_create_update.html:53
#: applications/templates/applications/remote_app_create_update.html:58
#: assets/templates/assets/_system_user.html:76
#: assets/templates/assets/admin_user_create_update.html:46
...
...
@@ -357,6 +544,7 @@ msgstr "重置"
#: assets/templates/assets/label_create_update.html:19
#: audits/templates/audits/login_log_list.html:89
#: perms/templates/perms/asset_permission_create_update.html:84
#: perms/templates/perms/database_permission_create_update.html:84
#: perms/templates/perms/remote_app_permission_create_update.html:84
#: settings/templates/settings/basic_setting.html:65
#: settings/templates/settings/command_storage_create.html:80
...
...
@@ -382,6 +570,7 @@ msgstr "重置"
msgid "Submit"
msgstr "提交"
#: applications/templates/applications/database_detail.html:18
#: applications/templates/applications/remote_app_detail.html:18
#: assets/templates/assets/admin_user_assets.html:18
#: assets/templates/assets/admin_user_detail.html:18
...
...
@@ -397,6 +586,9 @@ msgstr "提交"
#: perms/templates/perms/asset_permission_asset.html:18
#: perms/templates/perms/asset_permission_detail.html:18
#: perms/templates/perms/asset_permission_user.html:18
#: perms/templates/perms/database_permission_database.html:17
#: perms/templates/perms/database_permission_detail.html:18
#: perms/templates/perms/database_permission_user.html:17
#: perms/templates/perms/remote_app_permission_detail.html:18
#: perms/templates/perms/remote_app_permission_remote_app.html:17
#: perms/templates/perms/remote_app_permission_user.html:17
...
...
@@ -408,6 +600,8 @@ msgstr "提交"
msgid "Detail"
msgstr "详情"
#: applications/templates/applications/database_detail.html:21
#: applications/templates/applications/database_list.html:65
#: applications/templates/applications/remote_app_detail.html:21
#: applications/templates/applications/remote_app_list.html:56
#: assets/templates/assets/_asset_user_list.html:69
...
...
@@ -429,30 +623,36 @@ msgstr "详情"
#: assets/templates/assets/system_user_list.html:33
#: assets/templates/assets/system_user_list.html:85 audits/models.py:33
#: perms/templates/perms/asset_permission_detail.html:30
#: perms/templates/perms/asset_permission_list.html:177
#: perms/templates/perms/asset_permission_list.html:178
#: perms/templates/perms/database_permission_detail.html:30
#: perms/templates/perms/database_permission_list.html:59
#: perms/templates/perms/remote_app_permission_detail.html:30
#: perms/templates/perms/remote_app_permission_list.html:59
#: terminal/templates/terminal/terminal_detail.html:16
#: terminal/templates/terminal/terminal_list.html:7
2
#: terminal/templates/terminal/terminal_list.html:7
3
#: users/templates/users/user_detail.html:25
#: users/templates/users/user_group_detail.html:28
#: users/templates/users/user_group_list.html:20
#: users/templates/users/user_group_list.html:7
0
#: users/templates/users/user_group_list.html:7
1
#: users/templates/users/user_list.html:20
#: users/templates/users/user_list.html:10
2
#: users/templates/users/user_list.html:10
5
#: users/templates/users/user_list.html:10
3
#: users/templates/users/user_list.html:10
6
#: users/templates/users/user_profile.html:181
#: users/templates/users/user_profile.html:191
#: users/templates/users/user_profile.html:201
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_detail.html:29
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_list.html:5
5
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_list.html:5
6
#: xpack/plugins/cloud/templates/cloud/account_detail.html:23
#: xpack/plugins/cloud/templates/cloud/account_list.html:39
#: xpack/plugins/cloud/templates/cloud/account_list.html:40
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_detail.html:29
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_list.html:57
#: xpack/plugins/orgs/templates/orgs/org_detail.html:25
#: xpack/plugins/orgs/templates/orgs/org_list.html:8
7
#: xpack/plugins/orgs/templates/orgs/org_list.html:8
8
msgid "Update"
msgstr "更新"
#: applications/templates/applications/database_detail.html:25
#: applications/templates/applications/database_list.html:66
#: applications/templates/applications/remote_app_detail.html:25
#: applications/templates/applications/remote_app_list.html:57
#: assets/templates/assets/admin_user_detail.html:28
...
...
@@ -472,47 +672,38 @@ msgstr "更新"
#: authentication/templates/authentication/_access_key_modal.html:65
#: ops/templates/ops/task_list.html:64
#: perms/templates/perms/asset_permission_detail.html:34
#: perms/templates/perms/asset_permission_list.html:178
#: perms/templates/perms/asset_permission_list.html:179
#: perms/templates/perms/database_permission_detail.html:34
#: perms/templates/perms/database_permission_list.html:60
#: perms/templates/perms/remote_app_permission_detail.html:34
#: perms/templates/perms/remote_app_permission_list.html:60
#: settings/templates/settings/terminal_setting.html:93
#: settings/templates/settings/terminal_setting.html:115
#: terminal/templates/terminal/terminal_list.html:7
4
#: terminal/templates/terminal/terminal_list.html:7
5
#: users/templates/users/user_detail.html:30
#: users/templates/users/user_group_detail.html:32
#: users/templates/users/user_group_list.html:7
2
#: users/templates/users/user_list.html:11
0
#: users/templates/users/user_list.html:11
4
#: users/templates/users/user_group_list.html:7
3
#: users/templates/users/user_list.html:11
1
#: users/templates/users/user_list.html:11
5
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_detail.html:33
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_list.html:5
7
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_list.html:5
8
#: xpack/plugins/cloud/templates/cloud/account_detail.html:27
#: xpack/plugins/cloud/templates/cloud/account_list.html:4
1
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_detail.html:3
0
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_list.html:5
5
#: xpack/plugins/cloud/templates/cloud/account_list.html:4
2
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_detail.html:3
3
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_list.html:5
8
#: xpack/plugins/orgs/templates/orgs/org_detail.html:29
#: xpack/plugins/orgs/templates/orgs/org_list.html:
89
#: xpack/plugins/orgs/templates/orgs/org_list.html:
90
msgid "Delete"
msgstr "删除"
#: applications/templates/applications/remote_app_list.html:5
msgid ""
"Before using this feature, make sure that the application loader has been "
"uploaded to the application server and successfully published as a RemoteApp "
"application"
msgstr ""
"使用此功能前,请确保已将应用加载器上传到应用服务器并成功发布为一个 RemoteApp "
"应用"
#: applications/templates/applications/remote_app_list.html:6
msgid "Download application loader"
msgstr "下载应用加载器"
#: applications/templates/applications/remote_app_list.html:12
#: applications/views/remote_app.py:48
msgid "Create RemoteApp"
msgstr "创建远程应用"
#: applications/templates/applications/database_list.html:6
#: applications/views/database.py:46
msgid "Create database"
msgstr "创建数据库"
#: applications/templates/applications/database_list.html:22
#: applications/templates/applications/remote_app_list.html:25
#: applications/templates/applications/user_database_list.html:24
#: applications/templates/applications/user_remote_app_list.html:21
#: assets/models/cmd_filter.py:54
#: assets/templates/assets/_asset_user_list.html:20
...
...
@@ -533,6 +724,7 @@ msgstr "创建远程应用"
#: perms/templates/perms/asset_permission_create_update.html:50
#: perms/templates/perms/asset_permission_list.html:56
#: perms/templates/perms/asset_permission_list.html:130
#: perms/templates/perms/database_permission_list.html:19
#: perms/templates/perms/remote_app_permission_list.html:19
#: settings/templates/settings/terminal_setting.html:85
#: settings/templates/settings/terminal_setting.html:107
...
...
@@ -545,23 +737,61 @@ msgstr "创建远程应用"
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_execution_subtask_list.html:18
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_list.html:20
#: xpack/plugins/cloud/templates/cloud/account_list.html:16
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_list.html:18
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_history.html:72
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_list.html:19
#: xpack/plugins/orgs/templates/orgs/org_list.html:23
msgid "Action"
msgstr "动作"
#: applications/templates/applications/remote_app_list.html:5
msgid ""
"Before using this feature, make sure that the application loader has been "
"uploaded to the application server and successfully published as a RemoteApp "
"application"
msgstr ""
"使用此功能前,请确保已将应用加载器上传到应用服务器并成功发布为一个 RemoteApp "
"应用"
#: applications/templates/applications/remote_app_list.html:6
msgid "Download application loader"
msgstr "下载应用加载器"
#: applications/templates/applications/remote_app_list.html:12
#: applications/views/remote_app.py:48
msgid "Create RemoteApp"
msgstr "创建远程应用"
#: applications/templates/applications/user_database_list.html:74
#: applications/templates/applications/user_remote_app_list.html:57
#: assets/templates/assets/user_asset_list.html:31
#: perms/models/asset_permission.py:30
msgid "Connect"
msgstr "连接"
#: applications/views/database.py:29 applications/views/database.py:45
#: applications/views/database.py:65 applications/views/database.py:84
#: applications/views/remote_app.py:31 applications/views/remote_app.py:47
#: applications/views/remote_app.py:70 applications/views/remote_app.py:89
#: templates/_nav.html:33
msgid "Applications"
msgstr "应用管理"
#: applications/views/database.py:30
msgid "Database list"
msgstr "数据库列表"
#: applications/views/database.py:66
msgid "Update Database"
msgstr "更新数据库"
#: applications/views/database.py:85
msgid "Database detail"
msgstr "数据库详情"
#: applications/views/database.py:97
msgid "My database"
msgstr "我的数据库"
#: applications/views/remote_app.py:32
msgid "RemoteApp list"
msgstr "远程应用列表"
...
...
@@ -609,13 +839,6 @@ msgstr "可连接"
msgid "Unknown"
msgstr "未知"
#: assets/forms/asset.py:24 assets/models/asset.py:163
#: assets/models/domain.py:50
#: assets/templates/assets/domain_gateway_list.html:69
#: settings/templates/settings/replay_storage_create.html:59
msgid "Port"
msgstr "端口"
#: assets/forms/asset.py:45 assets/models/asset.py:168
#: assets/models/user.py:110 assets/templates/assets/asset_detail.html:190
#: assets/templates/assets/asset_detail.html:198
...
...
@@ -628,8 +851,8 @@ msgstr "节点"
#: assets/forms/asset.py:48 assets/forms/asset.py:83 assets/models/asset.py:172
#: assets/models/cluster.py:19 assets/models/user.py:68
#: assets/templates/assets/asset_detail.html:76 templates/_nav.html:24
#: xpack/plugins/cloud/models.py:1
24
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_detail.html:6
5
#: xpack/plugins/cloud/models.py:1
61
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_detail.html:6
8
#: xpack/plugins/orgs/templates/orgs/org_list.html:18
msgid "Admin user"
msgstr "管理用户"
...
...
@@ -661,8 +884,8 @@ msgstr "网域"
#: xpack/plugins/change_auth_plan/forms.py:116
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_execution_list.html:55
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_list.html:15
#: xpack/plugins/cloud/models.py:1
23
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_detail.html:6
1
#: xpack/plugins/cloud/models.py:1
57
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_detail.html:6
4
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_instance.html:64
msgid "Node"
msgstr "节点"
...
...
@@ -719,6 +942,7 @@ msgstr "SSH网关,支持代理SSH,RDP和VNC"
#: authentication/templates/authentication/new_login.html:90
#: ops/models/adhoc.py:164 perms/templates/perms/asset_permission_list.html:70
#: perms/templates/perms/asset_permission_user.html:55
#: perms/templates/perms/database_permission_user.html:54
#: perms/templates/perms/remote_app_permission_user.html:54
#: settings/templates/settings/_ldap_list_users_modal.html:37 users/forms.py:14
#: users/models/user.py:329 users/templates/users/_select_user_modal.html:14
...
...
@@ -739,25 +963,6 @@ msgstr "用户名"
msgid "Password or private key passphrase"
msgstr "密码或密钥密码"
#: assets/forms/user.py:26 assets/models/base.py:30
#: assets/serializers/asset_user.py:62
#: assets/templates/assets/_asset_user_auth_update_modal.html:21
#: assets/templates/assets/_asset_user_auth_view_modal.html:27
#: authentication/forms.py:13
#: authentication/templates/authentication/login.html:67
#: authentication/templates/authentication/new_login.html:93
#: settings/forms.py:110 users/forms.py:16 users/forms.py:28
#: users/templates/users/reset_password.html:53
#: users/templates/users/user_password_authentication.html:18
#: users/templates/users/user_password_update.html:44
#: users/templates/users/user_profile_update.html:41
#: users/templates/users/user_pubkey_update.html:41
#: users/templates/users/user_update.html:20
#: xpack/plugins/change_auth_plan/models.py:93
#: xpack/plugins/change_auth_plan/models.py:264
msgid "Password"
msgstr "密码"
#: assets/forms/user.py:29 assets/serializers/asset_user.py:70
#: assets/templates/assets/_asset_user_auth_update_modal.html:27
#: users/models/user.py:358
...
...
@@ -953,11 +1158,6 @@ msgstr "ssh密钥"
msgid "SSH public key"
msgstr "ssh公钥"
#: assets/models/base.py:35 assets/templates/assets/cmd_filter_detail.html:73
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_detail.html:109
msgid "Date updated"
msgstr "更新日期"
#: assets/models/cluster.py:20
msgid "Bandwidth"
msgstr "带宽"
...
...
@@ -1021,7 +1221,7 @@ msgid "Regex"
msgstr "正则表达式"
#: assets/models/cmd_filter.py:39 ops/models/command.py:21
#: ops/templates/ops/command_execution_list.html:61 terminal/models.py:16
1
#: ops/templates/ops/command_execution_list.html:61 terminal/models.py:16
4
#: terminal/templates/terminal/command_list.html:28
#: terminal/templates/terminal/command_list.html:68
#: terminal/templates/terminal/session_detail.html:48
...
...
@@ -1041,17 +1241,6 @@ msgstr "允许"
msgid "Filter"
msgstr "过滤器"
#: assets/models/cmd_filter.py:50
#: assets/templates/assets/cmd_filter_rule_list.html:58
#: audits/templates/audits/login_log_list.html:52
#: perms/templates/perms/remote_app_permission_remote_app.html:54
#: settings/templates/settings/command_storage_create.html:31
#: settings/templates/settings/replay_storage_create.html:31
#: settings/templates/settings/terminal_setting.html:84
#: settings/templates/settings/terminal_setting.html:106
msgid "Type"
msgstr "类型"
#: assets/models/cmd_filter.py:51 assets/models/user.py:112
#: assets/templates/assets/cmd_filter_rule_list.html:60
msgid "Priority"
...
...
@@ -1090,36 +1279,6 @@ msgstr "资产组"
msgid "Default asset group"
msgstr "默认资产组"
#: assets/models/label.py:15 audits/models.py:17 audits/models.py:37
#: audits/models.py:50 audits/templates/audits/ftp_log_list.html:33
#: audits/templates/audits/ftp_log_list.html:70
#: audits/templates/audits/operate_log_list.html:33
#: audits/templates/audits/operate_log_list.html:66
#: audits/templates/audits/password_change_log_list.html:33
#: audits/templates/audits/password_change_log_list.html:50
#: ops/templates/ops/command_execution_list.html:35
#: ops/templates/ops/command_execution_list.html:60
#: perms/forms/asset_permission.py:63 perms/forms/remote_app_permission.py:31
#: perms/models/base.py:36
#: perms/templates/perms/asset_permission_create_update.html:41
#: perms/templates/perms/asset_permission_list.html:50
#: perms/templates/perms/asset_permission_list.html:115
#: perms/templates/perms/remote_app_permission_create_update.html:43
#: perms/templates/perms/remote_app_permission_list.html:15
#: templates/index.html:87 terminal/backends/command/models.py:12
#: terminal/models.py:154 terminal/templates/terminal/command_list.html:29
#: terminal/templates/terminal/command_list.html:65
#: terminal/templates/terminal/session_list.html:27
#: terminal/templates/terminal/session_list.html:71 users/forms.py:316
#: users/models/user.py:127 users/models/user.py:446
#: users/serializers/v1.py:108 users/templates/users/user_group_detail.html:78
#: users/templates/users/user_group_list.html:36 users/views/user.py:243
#: xpack/plugins/orgs/forms.py:26
#: xpack/plugins/orgs/templates/orgs/org_detail.html:113
#: xpack/plugins/orgs/templates/orgs/org_list.html:14
msgid "User"
msgstr "用户"
#: assets/models/label.py:19 assets/models/node.py:244
#: assets/templates/assets/label_list.html:15 settings/models.py:30
msgid "Value"
...
...
@@ -1137,14 +1296,6 @@ msgstr "键"
msgid "New node"
msgstr "新节点"
#: assets/models/user.py:106
msgid "Automatic login"
msgstr "自动登录"
#: assets/models/user.py:107
msgid "Manually login"
msgstr "手动登录"
#: assets/models/user.py:111
#: assets/templates/assets/_asset_group_bulk_update_modal.html:11
#: assets/templates/assets/system_user_assets.html:22
...
...
@@ -1182,11 +1333,6 @@ msgstr "Sudo"
msgid "Shell"
msgstr "Shell"
#: assets/models/user.py:117 assets/templates/assets/system_user_detail.html:66
#: assets/templates/assets/system_user_list.html:54
msgid "Login mode"
msgstr "登录模式"
#: assets/models/utils.py:35
#, python-format
msgid "%(value)s is not an even number"
...
...
@@ -1307,30 +1453,30 @@ msgstr "测试系统用户可连接性: {} => {}"
msgid "Test system user connectivity period: {}"
msgstr "定期测试系统用户可连接性: {}"
#: assets/tasks.py:47
0 assets/tasks.py:556
#: assets/tasks.py:47
8 assets/tasks.py:564
#: xpack/plugins/change_auth_plan/models.py:522
msgid "The asset {} system platform {} does not support run Ansible tasks"
msgstr "资产 {} 系统平台 {} 不支持运行 Ansible 任务"
#: assets/tasks.py:4
82
#: assets/tasks.py:4
90
msgid ""
"Push system user task skip, auto push not enable or protocol is not ssh or "
"rdp: {}"
msgstr "推送系统用户任务跳过,自动推送没有打开,或协议不是ssh或rdp: {}"
#: assets/tasks.py:4
89
#: assets/tasks.py:4
97
msgid "For security, do not push user {}"
msgstr "为了安全,禁止推送用户 {}"
#: assets/tasks.py:5
17 assets/tasks.py:531
#: assets/tasks.py:5
25 assets/tasks.py:539
msgid "Push system users to assets: {}"
msgstr "推送系统用户到入资产: {}"
#: assets/tasks.py:5
23
#: assets/tasks.py:5
31
msgid "Push system users to asset: {} => {}"
msgstr "推送系统用户到入资产: {} => {}"
#: assets/tasks.py:6
03
#: assets/tasks.py:6
11
msgid "Test asset user connectivity: {}"
msgstr "测试资产用户可连接性: {}"
...
...
@@ -1457,7 +1603,7 @@ msgstr "推送"
msgid "Test gateway test connection"
msgstr "测试连接网关"
#: assets/templates/assets/_gateway_test_modal.html:10 terminal/models.py:2
4
#: assets/templates/assets/_gateway_test_modal.html:10 terminal/models.py:2
6
msgid "SSH Port"
msgstr "SSH端口"
...
...
@@ -1493,15 +1639,6 @@ msgstr "存在资产,不能删除"
msgid "Rename success"
msgstr "重命名成功"
#: assets/templates/assets/_system_user.html:37
#: assets/templates/assets/asset_create.html:16
#: assets/templates/assets/gateway_create_update.html:37
#: perms/templates/perms/asset_permission_create_update.html:38
#: perms/templates/perms/remote_app_permission_create_update.html:39
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_create_update.html:43
msgid "Basic"
msgstr "基本"
#: assets/templates/assets/_system_user.html:44
#: assets/templates/assets/asset_create.html:38
#: assets/templates/assets/gateway_create_update.html:45
...
...
@@ -1513,16 +1650,6 @@ msgstr "认证"
msgid "Auto generate key"
msgstr "自动生成密钥"
#: assets/templates/assets/_system_user.html:69
#: assets/templates/assets/asset_create.html:74
#: assets/templates/assets/gateway_create_update.html:53
#: perms/templates/perms/asset_permission_create_update.html:53
#: perms/templates/perms/remote_app_permission_create_update.html:52
#: terminal/templates/terminal/terminal_update.html:40
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_create_update.html:67
msgid "Other"
msgstr "其它"
#: assets/templates/assets/_system_user_import_modal.html:4
msgid "Import system user"
msgstr "导入系统用户"
...
...
@@ -1553,6 +1680,7 @@ msgstr "资产列表"
#: assets/templates/assets/system_user_assets.html:54
#: assets/templates/assets/system_user_detail.html:116
#: perms/templates/perms/asset_permission_detail.html:114
#: perms/templates/perms/database_permission_detail.html:106
#: perms/templates/perms/remote_app_permission_detail.html:106
msgid "Quick update"
msgstr "快速更新"
...
...
@@ -1589,10 +1717,10 @@ msgstr "选择节点"
#: users/templates/users/user_detail.html:441
#: users/templates/users/user_detail.html:486
#: users/templates/users/user_group_create_update.html:32
#: users/templates/users/user_group_list.html:1
19
#: users/templates/users/user_list.html:25
5
#: users/templates/users/user_group_list.html:1
20
#: users/templates/users/user_list.html:25
6
#: xpack/plugins/cloud/templates/cloud/account_create_update.html:34
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_create
.html:36
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_create
_update.html:54
#: xpack/plugins/interface/templates/interface/interface.html:103
#: xpack/plugins/orgs/templates/orgs/org_create_update.html:33
msgid "Confirm"
...
...
@@ -1643,10 +1771,10 @@ msgstr "创建管理用户"
#: assets/templates/assets/asset_list.html:304
#: assets/templates/assets/system_user_list.html:192
#: assets/templates/assets/system_user_list.html:223
#: users/templates/users/user_group_list.html:16
3
#: users/templates/users/user_group_list.html:19
4
#: users/templates/users/user_list.html:16
4
#: users/templates/users/user_list.html:19
6
#: users/templates/users/user_group_list.html:16
4
#: users/templates/users/user_group_list.html:19
5
#: users/templates/users/user_list.html:16
5
#: users/templates/users/user_list.html:19
7
#: xpack/plugins/vault/templates/vault/vault.html:224
msgid "Please select file"
msgstr "选择文件"
...
...
@@ -1666,6 +1794,7 @@ msgstr "资产用户"
#: users/templates/users/user_detail.html:140
#: users/templates/users/user_profile.html:150
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_detail.html:128
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_detail.html:132
#: xpack/plugins/license/templates/license/license_detail.html:102
msgid "Quick modify"
msgstr "快速修改"
...
...
@@ -1699,6 +1828,8 @@ msgstr "创建日期"
#: perms/models/asset_permission.py:115 perms/models/base.py:38
#: perms/templates/perms/asset_permission_create_update.html:55
#: perms/templates/perms/asset_permission_detail.html:120
#: perms/templates/perms/database_permission_create_update.html:54
#: perms/templates/perms/database_permission_detail.html:112
#: perms/templates/perms/remote_app_permission_create_update.html:54
#: perms/templates/perms/remote_app_permission_detail.html:112
#: terminal/templates/terminal/terminal_list.html:34
...
...
@@ -1786,8 +1917,8 @@ msgstr "显示所有子节点资产"
#: users/templates/users/user_detail.html:386
#: users/templates/users/user_detail.html:412
#: users/templates/users/user_detail.html:480
#: users/templates/users/user_group_list.html:11
3
#: users/templates/users/user_list.html:2
49
#: users/templates/users/user_group_list.html:11
4
#: users/templates/users/user_list.html:2
50
#: xpack/plugins/interface/templates/interface/interface.html:97
msgid "Are you sure?"
msgstr "你确认吗?"
...
...
@@ -1803,8 +1934,8 @@ msgstr "删除选择资产"
#: users/templates/users/user_detail.html:416
#: users/templates/users/user_detail.html:484
#: users/templates/users/user_group_create_update.html:31
#: users/templates/users/user_group_list.html:11
7
#: users/templates/users/user_list.html:25
3
#: users/templates/users/user_group_list.html:11
8
#: users/templates/users/user_list.html:25
4
#: xpack/plugins/interface/templates/interface/interface.html:101
#: xpack/plugins/orgs/templates/orgs/org_create_update.html:32
msgid "Cancel"
...
...
@@ -2112,7 +2243,7 @@ msgstr "系统用户资产"
#: audits/templates/audits/ftp_log_list.html:73
#: audits/templates/audits/operate_log_list.html:70
#: audits/templates/audits/password_change_log_list.html:52
#: terminal/models.py:1
58
terminal/templates/terminal/session_list.html:30
#: terminal/models.py:1
61
terminal/templates/terminal/session_list.html:30
#: terminal/templates/terminal/session_list.html:74
#: terminal/templates/terminal/terminal_detail.html:47
msgid "Remote addr"
...
...
@@ -2169,8 +2300,8 @@ msgstr "启用"
msgid "-"
msgstr ""
#: audits/models.py:77 xpack/plugins/cloud/models.py:
164
#: xpack/plugins/cloud/models.py:
178
#: audits/models.py:77 xpack/plugins/cloud/models.py:
267
#: xpack/plugins/cloud/models.py:
290
msgid "Failed"
msgstr "失败"
...
...
@@ -2200,13 +2331,13 @@ msgstr "MFA"
#: audits/models.py:86 audits/templates/audits/login_log_list.html:57
#: xpack/plugins/change_auth_plan/models.py:417
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_execution_subtask_list.html:15
#: xpack/plugins/cloud/models.py:
172
#: xpack/plugins/cloud/models.py:
281
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_history.html:69
msgid "Reason"
msgstr "原因"
#: audits/models.py:87 audits/templates/audits/login_log_list.html:58
#: xpack/plugins/cloud/models.py:
171 xpack/plugins/cloud/models.py:188
#: xpack/plugins/cloud/models.py:
278 xpack/plugins/cloud/models.py:313
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_history.html:70
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_instance.html:65
msgid "Status"
...
...
@@ -2222,8 +2353,9 @@ msgstr "登录日期"
#: ops/templates/ops/command_execution_list.html:66
#: ops/templates/ops/task_history.html:58 perms/models/base.py:39
#: perms/templates/perms/asset_permission_detail.html:86
#: perms/templates/perms/database_permission_detail.html:78
#: perms/templates/perms/remote_app_permission_detail.html:78
#: terminal/models.py:16
5
terminal/templates/terminal/session_list.html:34
#: terminal/models.py:16
8
terminal/templates/terminal/session_list.html:34
#: xpack/plugins/change_auth_plan/models.py:250
#: xpack/plugins/change_auth_plan/models.py:420
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_execution_list.html:59
...
...
@@ -2233,6 +2365,7 @@ msgstr "开始日期"
#: audits/templates/audits/login_log_list.html:28
#: perms/templates/perms/asset_permission_user.html:88
#: perms/templates/perms/database_permission_user.html:87
#: perms/templates/perms/remote_app_permission_user.html:87
msgid "Select user"
msgstr "选择用户"
...
...
@@ -2276,24 +2409,24 @@ msgid "Date"
msgstr "日期"
#: audits/views.py:85 audits/views.py:129 audits/views.py:166
#: audits/views.py:211 audits/views.py:243 templates/_nav.html:
87
#: audits/views.py:211 audits/views.py:243 templates/_nav.html:
91
#: templates/_nav_audits.html:22
msgid "Audits"
msgstr "日志审计"
#: audits/views.py:86 templates/_nav.html:9
1
templates/_nav_audits.html:26
#: audits/views.py:86 templates/_nav.html:9
5
templates/_nav_audits.html:26
msgid "FTP log"
msgstr "FTP日志"
#: audits/views.py:130 templates/_nav.html:9
2
templates/_nav_audits.html:27
#: audits/views.py:130 templates/_nav.html:9
6
templates/_nav_audits.html:27
msgid "Operate log"
msgstr "操作日志"
#: audits/views.py:167 templates/_nav.html:9
3
templates/_nav_audits.html:28
#: audits/views.py:167 templates/_nav.html:9
7
templates/_nav_audits.html:28
msgid "Password change log"
msgstr "改密日志"
#: audits/views.py:212 templates/_nav.html:9
0
templates/_nav_audits.html:25
#: audits/views.py:212 templates/_nav.html:9
4
templates/_nav_audits.html:25
msgid "Login log"
msgstr "登录日志"
...
...
@@ -2573,20 +2706,20 @@ msgstr "如果不能提供MFA验证码,请联系管理员!"
msgid "Welcome back, please enter username and password to login"
msgstr "欢迎回来,请输入用户名和密码登录"
#: authentication/views/login.py:
80
#: authentication/views/login.py:
76
msgid "Please enable cookies and try again."
msgstr "设置你的浏览器支持cookie"
#: authentication/views/login.py:1
72
users/views/user.py:386
#: authentication/views/login.py:1
68
users/views/user.py:386
#: users/views/user.py:411
msgid "MFA code invalid, or ntp sync server time"
msgstr "MFA验证码不正确,或者服务器端时间不对"
#: authentication/views/login.py:
203
#: authentication/views/login.py:
199
msgid "Logout success"
msgstr "退出登录成功"
#: authentication/views/login.py:20
4
#: authentication/views/login.py:20
0
msgid "Logout success, return login page"
msgstr "退出登录成功,返回到登录页面"
...
...
@@ -2723,12 +2856,6 @@ msgstr "选项"
msgid "Hosts"
msgstr "主机"
#: ops/models/adhoc.py:162
#: settings/templates/settings/replay_storage_create.html:52
#: templates/index.html:91
msgid "Host"
msgstr "主机"
#: ops/models/adhoc.py:163
msgid "Run as admin"
msgstr "再次执行"
...
...
@@ -2791,7 +2918,7 @@ msgstr "汇总"
#: ops/models/command.py:22
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_execution_list.html:56
#: xpack/plugins/cloud/models.py:
170
#: xpack/plugins/cloud/models.py:
276
msgid "Result"
msgstr "结果"
...
...
@@ -2990,8 +3117,9 @@ msgstr "版本"
#: ops/templates/ops/task_list.html:63
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_detail.html:137
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_list.html:53
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_list.html:53
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_list.html:54
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_detail.html:141
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_list.html:55
msgid "Run"
msgstr "执行"
...
...
@@ -3009,7 +3137,7 @@ msgstr "更新任务内容: {}"
msgid "Ops"
msgstr "作业中心"
#: ops/views/adhoc.py:46 templates/_nav.html:8
1
#: ops/views/adhoc.py:46 templates/_nav.html:8
5
msgid "Task list"
msgstr "任务列表"
...
...
@@ -3021,7 +3149,7 @@ msgstr "执行历史"
msgid "Command execution list"
msgstr "命令执行列表"
#: ops/views/command.py:78 templates/_nav_user.html:
26
#: ops/views/command.py:78 templates/_nav_user.html:
31
msgid "Command execution"
msgstr "命令执行"
...
...
@@ -3037,11 +3165,12 @@ msgstr "未分组"
msgid "empty"
msgstr "空"
#: perms/forms/asset_permission.py:66 perms/forms/
remote_app
_permission.py:34
#: perms/
models/asset_permission.py:113 perms/models/base.py:37
#: perms/templates/perms/asset_permission_list.html:51
#: perms/forms/asset_permission.py:66 perms/forms/
database
_permission.py:34
#: perms/
forms/remote_app_permission.py:34 perms/models/asset_permission.py:113
#: perms/
models/base.py:37 perms/
templates/perms/asset_permission_list.html:51
#: perms/templates/perms/asset_permission_list.html:71
#: perms/templates/perms/asset_permission_list.html:118
#: perms/templates/perms/database_permission_list.html:16
#: perms/templates/perms/remote_app_permission_list.html:16
#: templates/_nav.html:14 users/forms.py:286 users/models/group.py:26
#: users/models/user.py:337 users/templates/users/_select_user_modal.html:16
...
...
@@ -3086,25 +3215,33 @@ msgid "Actions"
msgstr "动作"
#: perms/models/asset_permission.py:86 perms/models/asset_permission.py:125
#: templates/_nav.html:4
4
#: templates/_nav.html:4
5
msgid "Asset permission"
msgstr "资产授权"
#: perms/models/asset_permission.py:116 perms/models/base.py:40
#: perms/templates/perms/asset_permission_detail.html:90
#: perms/templates/perms/database_permission_detail.html:82
#: perms/templates/perms/remote_app_permission_detail.html:82
#: users/models/user.py:369 users/templates/users/user_detail.html:107
#: users/templates/users/user_profile.html:120
msgid "Date expired"
msgstr "失效日期"
#: perms/models/remote_app_permission.py:19
#: perms/models/database_permission.py:22
msgid "Database permission"
msgstr "数据库授权"
#: perms/models/remote_app_permission.py:22
msgid "RemoteApp permission"
msgstr "远程应用授权"
#: perms/templates/perms/asset_permission_asset.html:22
#: perms/templates/perms/asset_permission_detail.html:22
#: perms/templates/perms/asset_permission_user.html:22
#: perms/templates/perms/database_permission_database.html:21
#: perms/templates/perms/database_permission_detail.html:22
#: perms/templates/perms/database_permission_user.html:21
#: perms/templates/perms/remote_app_permission_detail.html:22
#: perms/templates/perms/remote_app_permission_remote_app.html:21
#: perms/templates/perms/remote_app_permission_user.html:21
...
...
@@ -3128,6 +3265,9 @@ msgstr "添加资产"
#: perms/templates/perms/asset_permission_detail.html:157
#: perms/templates/perms/asset_permission_user.html:97
#: perms/templates/perms/asset_permission_user.html:125
#: perms/templates/perms/database_permission_database.html:102
#: perms/templates/perms/database_permission_user.html:96
#: perms/templates/perms/database_permission_user.html:124
#: perms/templates/perms/remote_app_permission_remote_app.html:96
#: perms/templates/perms/remote_app_permission_user.html:96
#: perms/templates/perms/remote_app_permission_user.html:124
...
...
@@ -3151,17 +3291,20 @@ msgid "Join"
msgstr "加入"
#: perms/templates/perms/asset_permission_create_update.html:61
#: perms/templates/perms/database_permission_create_update.html:60
#: perms/templates/perms/remote_app_permission_create_update.html:60
msgid "Validity period"
msgstr "有效期"
#: perms/templates/perms/asset_permission_detail.html:66
#: perms/templates/perms/database_permission_detail.html:66
#: perms/templates/perms/remote_app_permission_detail.html:66
#: xpack/plugins/license/templates/license/license_detail.html:76
msgid "User count"
msgstr "用户数量"
#: perms/templates/perms/asset_permission_detail.html:70
#: perms/templates/perms/database_permission_detail.html:70
#: perms/templates/perms/remote_app_permission_detail.html:70
msgid "User group count"
msgstr "用户组数量"
...
...
@@ -3184,6 +3327,7 @@ msgid "Select system users"
msgstr "选择系统用户"
#: perms/templates/perms/asset_permission_list.html:38
#: perms/templates/perms/database_permission_list.html:6
#: perms/templates/perms/remote_app_permission_list.html:6
msgid "Create permission"
msgstr "创建授权规则"
...
...
@@ -3194,18 +3338,20 @@ msgstr "刷新授权缓存"
#: perms/templates/perms/asset_permission_list.html:55
#: perms/templates/perms/asset_permission_list.html:69
#: perms/templates/perms/database_permission_list.html:18
#: perms/templates/perms/remote_app_permission_list.html:18
#: users/templates/users/user_list.html:40 xpack/plugins/cloud/models.py:
53
#: users/templates/users/user_list.html:40 xpack/plugins/cloud/models.py:
74
#: xpack/plugins/cloud/templates/cloud/account_detail.html:58
#: xpack/plugins/cloud/templates/cloud/account_list.html:14
msgid "Validity"
msgstr "有效"
#: perms/templates/perms/asset_permission_list.html:24
4
#: perms/templates/perms/asset_permission_list.html:24
5
msgid "Refresh success"
msgstr "刷新成功"
#: perms/templates/perms/asset_permission_user.html:35
#: perms/templates/perms/database_permission_user.html:34
#: perms/templates/perms/remote_app_permission_user.html:34
msgid "User list of "
msgstr "用户列表"
...
...
@@ -3219,10 +3365,37 @@ msgid "Add user group to asset permission"
msgstr "添加用户组"
#: perms/templates/perms/asset_permission_user.html:116
#: perms/templates/perms/database_permission_user.html:115
#: perms/templates/perms/remote_app_permission_user.html:115
msgid "Select user groups"
msgstr "选择用户组"
#: perms/templates/perms/database_permission_database.html:34
msgid "Database list of "
msgstr "数据库列表"
#: perms/templates/perms/database_permission_database.html:85
msgid "Add database to this permission"
msgstr "添加数据库"
#: perms/templates/perms/database_permission_database.html:93
msgid "Select database"
msgstr "选择数据库"
#: perms/templates/perms/database_permission_detail.html:74
msgid "Database count"
msgstr "数据库数量"
#: perms/templates/perms/database_permission_user.html:79
#: perms/templates/perms/remote_app_permission_user.html:79
msgid "Add user to this permission"
msgstr "添加用户"
#: perms/templates/perms/database_permission_user.html:107
#: perms/templates/perms/remote_app_permission_user.html:107
msgid "Add user group to this permission"
msgstr "添加用户组"
#: perms/templates/perms/remote_app_permission_detail.html:74
msgid "RemoteApp count"
msgstr "远程应用数量"
...
...
@@ -3239,23 +3412,19 @@ msgstr "添加远程应用"
msgid "Select RemoteApp"
msgstr "选择远程应用"
#: perms/templates/perms/remote_app_permission_user.html:79
msgid "Add user to this permission"
msgstr "添加用户"
#: perms/templates/perms/remote_app_permission_user.html:107
msgid "Add user group to this permission"
msgstr "添加用户组"
#: perms/views/asset_permission.py:34 perms/views/asset_permission.py:65
#: perms/views/asset_permission.py:82 perms/views/asset_permission.py:99
#: perms/views/asset_permission.py:136 perms/views/asset_permission.py:173
#: perms/views/database_permission.py:33 perms/views/database_permission.py:49
#: perms/views/database_permission.py:66 perms/views/database_permission.py:81
#: perms/views/database_permission.py:107
#: perms/views/database_permission.py:144
#: perms/views/remote_app_permission.py:33
#: perms/views/remote_app_permission.py:49
#: perms/views/remote_app_permission.py:66
#: perms/views/remote_app_permission.py:81
#: perms/views/remote_app_permission.py:108
#: perms/views/remote_app_permission.py:145 templates/_nav.html:4
1
#: perms/views/remote_app_permission.py:145 templates/_nav.html:4
2
#: xpack/plugins/orgs/templates/orgs/org_list.html:21
msgid "Perms"
msgstr "权限管理"
...
...
@@ -3284,6 +3453,30 @@ msgstr "资产授权用户列表"
msgid "Asset permission asset list"
msgstr "资产授权资产列表"
#: perms/views/database_permission.py:34
msgid "Database permission list"
msgstr "数据库授权列表"
#: perms/views/database_permission.py:50
msgid "Create database permission"
msgstr "创建权限规则"
#: perms/views/database_permission.py:67
msgid "Update database permission"
msgstr "更新数据库授权"
#: perms/views/database_permission.py:82
msgid "Database permission detail"
msgstr "数据库授权详情"
#: perms/views/database_permission.py:108
msgid "Database permission user list"
msgstr "数据库授权用户列表"
#: perms/views/database_permission.py:145
msgid "Database permission database list"
msgstr "数据库授权资产列表"
#: perms/views/remote_app_permission.py:34
msgid "RemoteApp permission list"
msgstr "远程应用授权列表"
...
...
@@ -3793,8 +3986,8 @@ msgid "Endpoint suffix"
msgstr "端点后缀"
#: settings/templates/settings/replay_storage_create.html:136
#: xpack/plugins/cloud/models.py:
186
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_detail.html:
81
#: xpack/plugins/cloud/models.py:
307
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_detail.html:
109
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_instance.html:62
msgid "Region"
msgstr "地域"
...
...
@@ -3824,12 +4017,12 @@ msgid "Password check rule"
msgstr "密码校验规则"
#: settings/templates/settings/terminal_setting.html:79 terminal/forms.py:27
#: terminal/models.py:2
6
#: terminal/models.py:2
8
msgid "Command storage"
msgstr "命令存储"
#: settings/templates/settings/terminal_setting.html:101 terminal/forms.py:32
#: terminal/models.py:2
7
#: terminal/models.py:2
9
msgid "Replay storage"
msgstr "录像存储"
...
...
@@ -3851,7 +4044,7 @@ msgstr "用户来源不是LDAP"
#: settings/views.py:19 settings/views.py:46 settings/views.py:73
#: settings/views.py:103 settings/views.py:131 settings/views.py:144
#: settings/views.py:158 settings/views.py:185 templates/_nav.html:12
2
#: settings/views.py:158 settings/views.py:185 templates/_nav.html:12
6
msgid "Settings"
msgstr "系统设置"
...
...
@@ -3880,7 +4073,7 @@ msgstr "文档"
msgid "Commercial support"
msgstr "商业支持"
#: templates/_header_bar.html:70 templates/_nav_user.html:3
2
users/forms.py:154
#: templates/_header_bar.html:70 templates/_nav_user.html:3
7
users/forms.py:154
#: users/templates/users/_user.html:43
#: users/templates/users/first_login.html:39
#: users/templates/users/user_password_update.html:40
...
...
@@ -3995,7 +4188,7 @@ msgstr "用户列表"
msgid "Command filters"
msgstr "命令过滤"
#: templates/_nav.html:5
5
templates/_nav_audits.html:11
#: templates/_nav.html:5
9
templates/_nav_audits.html:11
#: terminal/views/command.py:21 terminal/views/session.py:43
#: terminal/views/session.py:54 terminal/views/session.py:78
#: terminal/views/terminal.py:31 terminal/views/terminal.py:47
...
...
@@ -4003,48 +4196,48 @@ msgstr "命令过滤"
msgid "Sessions"
msgstr "会话管理"
#: templates/_nav.html:
58
templates/_nav_audits.html:14
#: templates/_nav.html:
62
templates/_nav_audits.html:14
msgid "Session online"
msgstr "在线会话"
#: templates/_nav.html:
59
templates/_nav_audits.html:15
#: templates/_nav.html:
63
templates/_nav_audits.html:15
#: terminal/views/session.py:55
msgid "Session offline"
msgstr "历史会话"
#: templates/_nav.html:6
0
templates/_nav_audits.html:16
#: templates/_nav.html:6
4
templates/_nav_audits.html:16
msgid "Commands"
msgstr "命令记录"
#: templates/_nav.html:6
3 templates/_nav_user.html:37
#: templates/_nav.html:6
7 templates/_nav_user.html:42
msgid "Web terminal"
msgstr "Web终端"
#: templates/_nav.html:
68 templates/_nav_user.html:42
#: templates/_nav.html:
72 templates/_nav_user.html:47
msgid "File manager"
msgstr "文件管理"
#: templates/_nav.html:7
2
#: templates/_nav.html:7
6
msgid "Terminal"
msgstr "终端管理"
#: templates/_nav.html:
78
#: templates/_nav.html:
82
msgid "Job Center"
msgstr "作业中心"
#: templates/_nav.html:8
2 templates/_nav.html:94
templates/_nav_audits.html:29
#: templates/_nav.html:8
6 templates/_nav.html:98
templates/_nav_audits.html:29
msgid "Batch command"
msgstr "批量命令"
#: templates/_nav.html:10
0
#: templates/_nav.html:10
4
msgid "XPack"
msgstr ""
#: templates/_nav.html:1
08
xpack/plugins/cloud/views.py:28
#: templates/_nav.html:1
12
xpack/plugins/cloud/views.py:28
msgid "Account list"
msgstr "账户列表"
#: templates/_nav.html:1
09
#: templates/_nav.html:1
13
msgid "Sync instance"
msgstr "同步实例"
...
...
@@ -4254,51 +4447,51 @@ msgstr ""
"录像文件支持存储到服务器端硬盘、AWS S3、 阿里云 OSS 中,默认存储到服务器端硬"
"盘, 更多查看文档"
#: terminal/models.py:2
3
#: terminal/models.py:2
5
msgid "Remote Address"
msgstr "远端地址"
#: terminal/models.py:2
5
#: terminal/models.py:2
7
msgid "HTTP Port"
msgstr "HTTP端口"
#: terminal/models.py:12
5
#: terminal/models.py:12
8
msgid "Session Online"
msgstr "在线会话"
#: terminal/models.py:12
6
#: terminal/models.py:12
9
msgid "CPU Usage"
msgstr "CPU使用"
#: terminal/models.py:1
27
#: terminal/models.py:1
30
msgid "Memory Used"
msgstr "内存使用"
#: terminal/models.py:1
28
#: terminal/models.py:1
31
msgid "Connections"
msgstr "连接数"
#: terminal/models.py:1
29
#: terminal/models.py:1
32
msgid "Threads"
msgstr "线程数"
#: terminal/models.py:13
0
#: terminal/models.py:13
3
msgid "Boot Time"
msgstr "运行时间"
#: terminal/models.py:16
0
terminal/templates/terminal/session_list.html:136
#: terminal/models.py:16
3
terminal/templates/terminal/session_list.html:136
msgid "Replay"
msgstr "回放"
#: terminal/models.py:16
4
#: terminal/models.py:16
7
msgid "Date last active"
msgstr "最后活跃日期"
#: terminal/models.py:16
6
#: terminal/models.py:16
9
msgid "Date end"
msgstr "结束日期"
#: terminal/models.py:2
59
#: terminal/models.py:2
62
msgid "Args"
msgstr "参数"
...
...
@@ -4385,11 +4578,11 @@ msgstr "地址"
msgid "Alive"
msgstr "在线"
#: terminal/templates/terminal/terminal_list.html:7
7
#: terminal/templates/terminal/terminal_list.html:7
8
msgid "Accept"
msgstr "接受"
#: terminal/templates/terminal/terminal_list.html:
79
#: terminal/templates/terminal/terminal_list.html:
80
msgid "Reject"
msgstr "拒绝"
...
...
@@ -4641,8 +4834,8 @@ msgstr "安全令牌验证"
#: users/templates/users/_base_otp.html:44 users/templates/users/_user.html:13
#: users/templates/users/user_profile_update.html:55
#: xpack/plugins/cloud/models.py:1
20
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_detail.html:
57
#: xpack/plugins/cloud/models.py:1
47
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_detail.html:
60
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_list.html:13
msgid "Account"
msgstr "账户"
...
...
@@ -4938,45 +5131,45 @@ msgstr "添加用户"
msgid "Create user group"
msgstr "创建用户组"
#: users/templates/users/user_group_list.html:11
4
#: users/templates/users/user_group_list.html:11
5
msgid "This will delete the selected groups !!!"
msgstr "删除选择组"
#: users/templates/users/user_group_list.html:12
3
#: users/templates/users/user_group_list.html:12
4
msgid "UserGroups Deleted."
msgstr "用户组删除"
#: users/templates/users/user_group_list.html:12
4
#: users/templates/users/user_group_list.html:1
29
#: users/templates/users/user_group_list.html:12
5
#: users/templates/users/user_group_list.html:1
30
msgid "UserGroups Delete"
msgstr "用户组删除"
#: users/templates/users/user_group_list.html:12
8
#: users/templates/users/user_group_list.html:12
9
msgid "UserGroup Deleting failed."
msgstr "用户组删除失败"
#: users/templates/users/user_list.html:25
0
#: users/templates/users/user_list.html:25
1
msgid "This will delete the selected users !!!"
msgstr "删除选中用户 !!!"
#: users/templates/users/user_list.html:26
6
#: users/templates/users/user_list.html:26
7
msgid "User Deleted."
msgstr "已被删除"
#: users/templates/users/user_list.html:26
7
#: users/templates/users/user_list.html:27
1
#: users/templates/users/user_list.html:26
8
#: users/templates/users/user_list.html:27
2
msgid "User Delete"
msgstr "删除"
#: users/templates/users/user_list.html:27
0
#: users/templates/users/user_list.html:27
1
msgid "User Deleting failed."
msgstr "用户删除失败"
#: users/templates/users/user_list.html:32
3
#: users/templates/users/user_list.html:32
4
msgid "User is expired"
msgstr "用户已失效"
#: users/templates/users/user_list.html:32
6
#: users/templates/users/user_list.html:32
7
msgid "User is inactive"
msgstr "用户已禁用"
...
...
@@ -5350,6 +5543,7 @@ msgid "* Please enter custom password"
msgstr "* 请输入自定义密码"
#: xpack/plugins/change_auth_plan/forms.py:64
#: xpack/plugins/cloud/serializers.py:73
msgid "* Please enter a valid crontab expression"
msgstr "* 请输入有效的 crontab 表达式"
...
...
@@ -5357,6 +5551,10 @@ msgstr "* 请输入有效的 crontab 表达式"
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_create_update.html:60
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_detail.html:81
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_list.html:17
#: xpack/plugins/cloud/forms.py:33 xpack/plugins/cloud/forms.py:81
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_create_update.html:41
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_detail.html:72
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_list.html:16
msgid "Periodic perform"
msgstr "定时执行"
...
...
@@ -5368,11 +5566,11 @@ msgstr ""
"提示:用户名为将要修改的资产上的用户的用户名。如果用户存在,则修改密码;如果"
"用户不存在,则创建用户。"
#: xpack/plugins/change_auth_plan/forms.py:125
#: xpack/plugins/change_auth_plan/forms.py:125
xpack/plugins/cloud/forms.py:84
msgid "Tips: (Units: hour)"
msgstr "提示:(单位: 时)"
#: xpack/plugins/change_auth_plan/forms.py:126
#: xpack/plugins/change_auth_plan/forms.py:126
xpack/plugins/cloud/forms.py:85
msgid ""
"eg: Every Sunday 03:05 run <5 3 * * 0> <br> Tips: Using 5 digits linux "
"crontab expressions <min hour day month week> (<a href='https://tool.lu/"
...
...
@@ -5411,12 +5609,16 @@ msgstr "所有资产使用不同的随机密码"
#: xpack/plugins/change_auth_plan/models.py:76
#: xpack/plugins/change_auth_plan/models.py:145
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_detail.html:100
#: xpack/plugins/cloud/models.py:165 xpack/plugins/cloud/models.py:219
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_detail.html:91
msgid "Cycle perform"
msgstr "周期执行"
#: xpack/plugins/change_auth_plan/models.py:81
#: xpack/plugins/change_auth_plan/models.py:143
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_detail.html:92
#: xpack/plugins/cloud/models.py:170 xpack/plugins/cloud/models.py:217
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_detail.html:83
msgid "Regularly perform"
msgstr "定期执行"
...
...
@@ -5476,10 +5678,12 @@ msgid "Length"
msgstr "长度"
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_detail.html:84
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_detail.html:75
msgid "Yes"
msgstr "是"
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_detail.html:86
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_detail.html:77
msgid "No"
msgstr "否"
...
...
@@ -5488,7 +5692,7 @@ msgid "Run plan manually"
msgstr "手动执行计划"
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_detail.html:179
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_list.html:10
2
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_list.html:10
3
msgid "Execute failed"
msgstr "执行失败"
...
...
@@ -5497,6 +5701,7 @@ msgid "Execution list of plan"
msgstr "执行列表"
#: xpack/plugins/change_auth_plan/templates/change_auth_plan/plan_execution_list.html:104
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_history.html:89
msgid "Log"
msgstr "日志"
...
...
@@ -5525,15 +5730,15 @@ msgstr "更新计划"
msgid "Plan execution task list"
msgstr "执行任务列表"
#: xpack/plugins/cloud/api.py:61 xpack/plugins/cloud/providers/base.py:
84
#: xpack/plugins/cloud/api.py:61 xpack/plugins/cloud/providers/base.py:
93
msgid "Account unavailable"
msgstr "账户无效"
#: xpack/plugins/cloud/forms.py:1
2
#: xpack/plugins/cloud/forms.py:1
4
msgid "Access Key ID"
msgstr ""
#: xpack/plugins/cloud/forms.py:1
3
#: xpack/plugins/cloud/forms.py:1
8
msgid "Access Key Secret"
msgstr ""
...
...
@@ -5558,85 +5763,87 @@ msgid "Select admins"
msgstr "选择管理员"
#: xpack/plugins/cloud/meta.py:9 xpack/plugins/cloud/views.py:27
#: xpack/plugins/cloud/views.py:44 xpack/plugins/cloud/views.py:61
#: xpack/plugins/cloud/views.py:76 xpack/plugins/cloud/views.py:90
#: xpack/plugins/cloud/views.py:107 xpack/plugins/cloud/views.py:129
#: xpack/plugins/cloud/views.py:145 xpack/plugins/cloud/views.py:197
#: xpack/plugins/cloud/views.py:44 xpack/plugins/cloud/views.py:62
#: xpack/plugins/cloud/views.py:78 xpack/plugins/cloud/views.py:92
#: xpack/plugins/cloud/views.py:109 xpack/plugins/cloud/views.py:127
#: xpack/plugins/cloud/views.py:143 xpack/plugins/cloud/views.py:159
#: xpack/plugins/cloud/views.py:211
msgid "Cloud center"
msgstr "云管中心"
#: xpack/plugins/cloud/models.py:
44
#: xpack/plugins/cloud/models.py:
53
msgid "Available"
msgstr "有效"
#: xpack/plugins/cloud/models.py:
45
#: xpack/plugins/cloud/models.py:
54
msgid "Unavailable"
msgstr "无效"
#: xpack/plugins/cloud/models.py:
50
#: xpack/plugins/cloud/models.py:
63
#: xpack/plugins/cloud/templates/cloud/account_detail.html:54
#: xpack/plugins/cloud/templates/cloud/account_list.html:13
msgid "Provider"
msgstr "云服务商"
#: xpack/plugins/cloud/models.py:
51
#: xpack/plugins/cloud/models.py:
66
msgid "Access key id"
msgstr ""
#: xpack/plugins/cloud/models.py:
52
#: xpack/plugins/cloud/models.py:
70
msgid "Access key secret"
msgstr ""
#: xpack/plugins/cloud/models.py:60
#: xpack/plugins/cloud/models.py:88
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_create_update.html:30
msgid "Cloud account"
msgstr "云账号"
#: xpack/plugins/cloud/models.py:1
21
#: xpack/plugins/cloud/models.py:1
50
msgid "Regions"
msgstr "地域"
#: xpack/plugins/cloud/models.py:1
22
#: xpack/plugins/cloud/models.py:1
53
msgid "Instances"
msgstr "实例"
#: xpack/plugins/cloud/models.py:1
2
6
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_detail.html:
73
#: xpack/plugins/cloud/models.py:1
7
6
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_detail.html:
97
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_list.html:17
msgid "Date last sync"
msgstr "最后同步日期"
#: xpack/plugins/cloud/models.py:1
32 xpack/plugins/cloud/models.py:169
#: xpack/plugins/cloud/models.py:1
87 xpack/plugins/cloud/models.py:274
msgid "Sync instance task"
msgstr "同步实例任务"
#: xpack/plugins/cloud/models.py:
165 xpack/plugins/cloud/models.py:179
#: xpack/plugins/cloud/models.py:
268 xpack/plugins/cloud/models.py:291
msgid "Succeed"
msgstr "成功"
#: xpack/plugins/cloud/models.py:
166
#: xpack/plugins/cloud/models.py:
269
msgid "Partial succeed"
msgstr ""
#: xpack/plugins/cloud/models.py:
173 xpack/plugins/cloud/models.py:189
#: xpack/plugins/cloud/models.py:
284 xpack/plugins/cloud/models.py:316
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_history.html:71
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_instance.html:66
msgid "Date sync"
msgstr "同步日期"
#: xpack/plugins/cloud/models.py:
180
#: xpack/plugins/cloud/models.py:
292
msgid "Exist"
msgstr "存在"
#: xpack/plugins/cloud/models.py:
183
#: xpack/plugins/cloud/models.py:
297
msgid "Sync task"
msgstr "同步任务"
#: xpack/plugins/cloud/models.py:
184
#: xpack/plugins/cloud/models.py:
301
msgid "Sync instance task history"
msgstr "同步实例任务历史"
#: xpack/plugins/cloud/models.py:
185
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_detail.html:
89
#: xpack/plugins/cloud/models.py:
304
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_detail.html:
117
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_instance.html:61
msgid "Instance"
msgstr "实例"
...
...
@@ -5658,7 +5865,7 @@ msgid "Qcloud"
msgstr "腾讯云"
#: xpack/plugins/cloud/templates/cloud/account_detail.html:20
#: xpack/plugins/cloud/views.py:7
7
#: xpack/plugins/cloud/views.py:7
9
msgid "Account detail"
msgstr "账户详情"
...
...
@@ -5667,35 +5874,52 @@ msgstr "账户详情"
msgid "Create account"
msgstr "创建账户"
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_create.html:91
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_create_update.html:33
msgid "Region & Instance"
msgstr "地域 & 实例"
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_create_update.html:37
msgid "Node & AdminUser"
msgstr "节点 & 管理用户"
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_create_update.html:66
msgid "Loading..."
msgstr "加载中..."
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_create
.html:106
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_create
_update.html:67
msgid "Load failed"
msgstr "加载失败"
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_detail.html:20
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_history.html:25
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_instance.html:21
#: xpack/plugins/cloud/views.py:1
30
#: xpack/plugins/cloud/views.py:1
44
msgid "Sync task detail"
msgstr "同步任务详情"
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_detail.html:23
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_history.html:28
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_instance.html:24
#: xpack/plugins/cloud/views.py:1
46
#: xpack/plugins/cloud/views.py:1
60
msgid "Sync task history"
msgstr "同步历史列表"
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_detail.html:26
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_history.html:31
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_instance.html:27
#: xpack/plugins/cloud/views.py:
198
#: xpack/plugins/cloud/views.py:
212
msgid "Sync instance list"
msgstr "同步实例列表"
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_detail.html:138
msgid "Run task manually"
msgstr "手动执行任务"
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_detail.html:181
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_list.html:99
msgid "Sync success"
msgstr "同步成功"
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_history.html:65
msgid "Total count"
msgstr "总数"
...
...
@@ -5724,22 +5948,22 @@ msgstr "执行次数"
msgid "Instance count"
msgstr "实例个数"
#: xpack/plugins/cloud/templates/cloud/sync_instance_task_list.html:93
msgid "Sync success"
msgstr "同步成功"
#: xpack/plugins/cloud/views.py:62
#: xpack/plugins/cloud/views.py:63
msgid "Update account"
msgstr "更新账户"
#: xpack/plugins/cloud/views.py:9
1
#: xpack/plugins/cloud/views.py:9
3
msgid "Sync instance task list"
msgstr "同步实例任务列表"
#: xpack/plugins/cloud/views.py:1
08
#: xpack/plugins/cloud/views.py:1
10
msgid "Create sync Instance task"
msgstr "创建同步实例任务"
#: xpack/plugins/cloud/views.py:128
msgid "Update sync Instance task"
msgstr "更新同步实例任务"
#: xpack/plugins/interface/forms.py:17 xpack/plugins/interface/models.py:15
msgid "Title of login page"
msgstr "登录页面标题"
...
...
@@ -5979,18 +6203,6 @@ msgstr "创建"
#~ msgid "Password or SSH public key invalid"
#~ msgstr "密码或密钥不合法"
#~ msgid "Region & Instance"
#~ msgstr "地域 & 实例"
#~ msgid "Node & AdminUser"
#~ msgstr "节点 & 管理用户"
#~ msgid "Run task manually"
#~ msgstr "手动执行任务"
#~ msgid "Update sync Instance task"
#~ msgstr "更新同步实例任务"
#~ msgid "Interface"
#~ msgstr "界面"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment