mirror of https://github.com/jumpserver/jumpserver
parent
7a3a0b2d8e
commit
bd642a0281
|
@ -86,7 +86,7 @@ class ChangeSecretRecord(JMSBaseModel):
|
|||
asset = models.ForeignKey('assets.Asset', on_delete=models.CASCADE, null=True)
|
||||
account = models.ForeignKey('accounts.Account', on_delete=models.CASCADE, null=True)
|
||||
old_secret = fields.EncryptTextField(blank=True, null=True, verbose_name=_('Old secret'))
|
||||
new_secret = fields.EncryptTextField(blank=True, null=True, verbose_name=_('Secret'))
|
||||
new_secret = fields.EncryptTextField(blank=True, null=True, verbose_name=_('New secret'))
|
||||
date_started = models.DateTimeField(blank=True, null=True, verbose_name=_('Date started'))
|
||||
date_finished = models.DateTimeField(blank=True, null=True, verbose_name=_('Date finished'))
|
||||
status = models.CharField(max_length=16, default='pending')
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7bc2e996c082d5f9348277e69cd70b7b9884dc416d9d83e075656a4d8b9bc141
|
||||
size 152939
|
||||
oid sha256:293fbcdc14165ff1db355cef5c896f5f7b45fe7b22402d5735307bd6fcb8529f
|
||||
size 154292
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-08-10 18:22+0800\n"
|
||||
"POT-Creation-Date: 2023-08-14 14:42+0800\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -213,7 +213,7 @@ msgstr "HashiCorp Vault"
|
|||
#: terminal/serializers/session.py:26
|
||||
#: terminal/templates/terminal/_msg_command_warning.html:4
|
||||
#: terminal/templates/terminal/_msg_session_sharing.html:4
|
||||
#: tickets/models/ticket/apply_asset.py:16 xpack/plugins/cloud/models.py:212
|
||||
#: tickets/models/ticket/apply_asset.py:16 xpack/plugins/cloud/models.py:253
|
||||
msgid "Asset"
|
||||
msgstr "資産"
|
||||
|
||||
|
@ -248,7 +248,7 @@ msgstr "ソース ID"
|
|||
#: terminal/backends/command/models.py:18 terminal/models/session/session.py:33
|
||||
#: terminal/templates/terminal/_msg_command_warning.html:8
|
||||
#: terminal/templates/terminal/_msg_session_sharing.html:8
|
||||
#: tickets/models/ticket/command_confirm.py:13 xpack/plugins/cloud/models.py:85
|
||||
#: tickets/models/ticket/command_confirm.py:13 xpack/plugins/cloud/models.py:89
|
||||
msgid "Account"
|
||||
msgstr "アカウント"
|
||||
|
||||
|
@ -315,7 +315,7 @@ msgid "Trigger mode"
|
|||
msgstr "トリガーモード"
|
||||
|
||||
#: accounts/models/automations/backup_account.py:105 audits/models.py:194
|
||||
#: terminal/models/session/sharing.py:121 xpack/plugins/cloud/models.py:168
|
||||
#: terminal/models/session/sharing.py:121 xpack/plugins/cloud/models.py:205
|
||||
msgid "Reason"
|
||||
msgstr "理由"
|
||||
|
||||
|
@ -376,7 +376,6 @@ msgid "Secret type"
|
|||
msgstr "鍵の種類"
|
||||
|
||||
#: accounts/models/automations/change_secret.py:20
|
||||
#: accounts/models/automations/change_secret.py:89
|
||||
#: accounts/models/mixins/vault.py:48 accounts/serializers/account/base.py:19
|
||||
#: authentication/models/temp_token.py:10
|
||||
#: authentication/templates/authentication/_access_key_modal.html:31
|
||||
|
@ -409,7 +408,11 @@ msgstr "自動暗号化"
|
|||
|
||||
#: accounts/models/automations/change_secret.py:88
|
||||
msgid "Old secret"
|
||||
msgstr "以前のパスワード"
|
||||
msgstr "オリジナルキー"
|
||||
|
||||
#: accounts/models/automations/change_secret.py:89
|
||||
msgid "New secret"
|
||||
msgstr "新しい鍵"
|
||||
|
||||
#: accounts/models/automations/change_secret.py:90
|
||||
msgid "Date started"
|
||||
|
@ -511,7 +514,8 @@ msgstr "アカウントの確認"
|
|||
#: terminal/models/component/storage.py:26 terminal/models/component/task.py:13
|
||||
#: terminal/models/component/terminal.py:84 users/forms/profile.py:33
|
||||
#: users/models/group.py:13 users/models/user.py:787
|
||||
#: xpack/plugins/cloud/models.py:28
|
||||
#: xpack/plugins/cloud/models.py:32 xpack/plugins/cloud/models.py:273
|
||||
#: xpack/plugins/cloud/serializers/task.py:68
|
||||
msgid "Name"
|
||||
msgstr "名前"
|
||||
|
||||
|
@ -528,7 +532,7 @@ msgstr "特権アカウント"
|
|||
msgid "Is active"
|
||||
msgstr "アクティブです。"
|
||||
|
||||
#: accounts/models/template.py:19
|
||||
#: accounts/models/template.py:19 xpack/plugins/cloud/models.py:325
|
||||
msgid "Account template"
|
||||
msgstr "アカウント テンプレート"
|
||||
|
||||
|
@ -767,7 +771,7 @@ msgstr ""
|
|||
#: terminal/models/component/endpoint.py:104
|
||||
#: terminal/models/session/session.py:46 tickets/models/comment.py:32
|
||||
#: tickets/models/ticket/general.py:297 users/models/user.py:826
|
||||
#: xpack/plugins/cloud/models.py:35 xpack/plugins/cloud/models.py:111
|
||||
#: xpack/plugins/cloud/models.py:39 xpack/plugins/cloud/models.py:109
|
||||
msgid "Comment"
|
||||
msgstr "コメント"
|
||||
|
||||
|
@ -888,11 +892,13 @@ msgstr "警告"
|
|||
|
||||
#: acls/models/base.py:37 assets/models/_user.py:51
|
||||
#: assets/models/cmd_filter.py:76 terminal/models/component/endpoint.py:97
|
||||
#: xpack/plugins/cloud/models.py:275
|
||||
msgid "Priority"
|
||||
msgstr "優先順位"
|
||||
|
||||
#: acls/models/base.py:38 assets/models/_user.py:51
|
||||
#: assets/models/cmd_filter.py:76 terminal/models/component/endpoint.py:98
|
||||
#: xpack/plugins/cloud/models.py:276
|
||||
msgid "1-100, the lower the value will be match first"
|
||||
msgstr "1-100、低い値は最初に一致します"
|
||||
|
||||
|
@ -929,6 +935,7 @@ msgid "Command"
|
|||
msgstr "コマンド"
|
||||
|
||||
#: acls/models/command_acl.py:17 assets/models/cmd_filter.py:59
|
||||
#: xpack/plugins/cloud/models.py:291
|
||||
msgid "Regex"
|
||||
msgstr "正規情報"
|
||||
|
||||
|
@ -1025,7 +1032,7 @@ msgid "None of the reviewers belong to Organization `{}`"
|
|||
msgstr "いずれのレビューアも組織 '{}' に属していません"
|
||||
|
||||
#: acls/serializers/rules/rules.py:20
|
||||
#: xpack/plugins/cloud/serializers/task.py:22
|
||||
#: xpack/plugins/cloud/serializers/task.py:133
|
||||
msgid "IP address invalid: `{}`"
|
||||
msgstr "IPアドレスが無効: '{}'"
|
||||
|
||||
|
@ -1053,7 +1060,7 @@ msgstr "期間"
|
|||
msgid "Applications"
|
||||
msgstr "アプリケーション"
|
||||
|
||||
#: applications/models.py:16 xpack/plugins/cloud/models.py:33
|
||||
#: applications/models.py:16 xpack/plugins/cloud/models.py:37
|
||||
#: xpack/plugins/cloud/serializers/account.py:63
|
||||
msgid "Attrs"
|
||||
msgstr "ツールバーの"
|
||||
|
@ -1451,14 +1458,13 @@ msgstr "アドレス"
|
|||
|
||||
#: assets/models/asset/common.py:151 assets/models/platform.py:119
|
||||
#: authentication/serializers/connect_token_secret.py:115
|
||||
#: perms/serializers/user_permission.py:24
|
||||
#: xpack/plugins/cloud/serializers/account_attrs.py:196
|
||||
#: perms/serializers/user_permission.py:24 xpack/plugins/cloud/models.py:321
|
||||
msgid "Platform"
|
||||
msgstr "プラットフォーム"
|
||||
|
||||
#: assets/models/asset/common.py:153 assets/models/domain.py:21
|
||||
#: authentication/serializers/connect_token_secret.py:133
|
||||
#: perms/serializers/user_permission.py:29
|
||||
#: perms/serializers/user_permission.py:29 xpack/plugins/cloud/models.py:323
|
||||
msgid "Domain"
|
||||
msgstr "ドメイン"
|
||||
|
||||
|
@ -1534,8 +1540,8 @@ msgstr "アセットの自動化タスク"
|
|||
#: terminal/models/component/status.py:30 terminal/serializers/applet.py:18
|
||||
#: terminal/serializers/applet_host.py:115 tickets/models/ticket/general.py:283
|
||||
#: tickets/serializers/super_ticket.py:13
|
||||
#: tickets/serializers/ticket/ticket.py:20 xpack/plugins/cloud/models.py:164
|
||||
#: xpack/plugins/cloud/models.py:216
|
||||
#: tickets/serializers/ticket/ticket.py:20 xpack/plugins/cloud/models.py:201
|
||||
#: xpack/plugins/cloud/models.py:257
|
||||
msgid "Status"
|
||||
msgstr "ステータス"
|
||||
|
||||
|
@ -1599,7 +1605,7 @@ msgstr "資産グループ"
|
|||
|
||||
#: assets/models/group.py:31 assets/models/platform.py:19
|
||||
#: assets/serializers/platform.py:113
|
||||
#: xpack/plugins/cloud/providers/nutanix.py:32
|
||||
#: xpack/plugins/cloud/providers/nutanix.py:30
|
||||
msgid "Default"
|
||||
msgstr "デフォルト"
|
||||
|
||||
|
@ -1649,7 +1655,7 @@ msgid "Parent key"
|
|||
msgstr "親キー"
|
||||
|
||||
#: assets/models/node.py:558 perms/serializers/permission.py:35
|
||||
#: tickets/models/ticket/apply_asset.py:14 xpack/plugins/cloud/models.py:96
|
||||
#: tickets/models/ticket/apply_asset.py:14 xpack/plugins/cloud/models.py:322
|
||||
msgid "Node"
|
||||
msgstr "ノード"
|
||||
|
||||
|
@ -1790,7 +1796,8 @@ msgstr ""
|
|||
#: assets/serializers/asset/common.py:124 assets/serializers/platform.py:129
|
||||
#: authentication/serializers/connect_token_secret.py:29
|
||||
#: authentication/serializers/connect_token_secret.py:72
|
||||
#: perms/serializers/user_permission.py:25 xpack/plugins/cloud/models.py:99
|
||||
#: perms/serializers/user_permission.py:25 xpack/plugins/cloud/models.py:324
|
||||
#: xpack/plugins/cloud/serializers/task.py:31
|
||||
msgid "Protocols"
|
||||
msgstr "プロトコル"
|
||||
|
||||
|
@ -3739,22 +3746,16 @@ msgid "Python"
|
|||
msgstr "Python"
|
||||
|
||||
#: ops/const.py:52
|
||||
#, fuzzy
|
||||
#| msgid "MySQL port"
|
||||
msgid "MySQL"
|
||||
msgstr "MySQL ポート"
|
||||
msgstr "MySQL"
|
||||
|
||||
#: ops/const.py:53
|
||||
#, fuzzy
|
||||
#| msgid "PostgreSQL port"
|
||||
msgid "PostgreSQL"
|
||||
msgstr "PostgreSQL ポート"
|
||||
msgstr "PostgreSQL"
|
||||
|
||||
#: ops/const.py:54
|
||||
#, fuzzy
|
||||
#| msgid "Server url"
|
||||
msgid "SQLServer"
|
||||
msgstr "サービス側アドレス"
|
||||
msgstr "SQLServer"
|
||||
|
||||
#: ops/const.py:60
|
||||
msgid "Timeout"
|
||||
|
@ -3821,7 +3822,7 @@ msgid "Date last run"
|
|||
msgstr "最終実行日"
|
||||
|
||||
#: ops/models/base.py:51 ops/models/job.py:217
|
||||
#: xpack/plugins/cloud/models.py:162
|
||||
#: xpack/plugins/cloud/models.py:199
|
||||
msgid "Result"
|
||||
msgstr "結果"
|
||||
|
||||
|
@ -4382,7 +4383,7 @@ msgid "View permission tree"
|
|||
msgstr "権限ツリーの表示"
|
||||
|
||||
#: settings/api/dingtalk.py:31 settings/api/feishu.py:36
|
||||
#: settings/api/sms.py:155 settings/api/vault.py:39 settings/api/wecom.py:37
|
||||
#: settings/api/sms.py:155 settings/api/vault.py:40 settings/api/wecom.py:37
|
||||
msgid "Test success"
|
||||
msgstr "テストの成功"
|
||||
|
||||
|
@ -5166,10 +5167,8 @@ msgstr ""
|
|||
"はできません。"
|
||||
|
||||
#: settings/serializers/security.py:39
|
||||
#, fuzzy
|
||||
#| msgid "MFA not enabled"
|
||||
msgid "Not enabled"
|
||||
msgstr "MFAが有効化されていません"
|
||||
msgstr "有効化されていません"
|
||||
|
||||
#: settings/serializers/security.py:40
|
||||
msgid "All users"
|
||||
|
@ -5880,22 +5879,16 @@ msgid "Risk level"
|
|||
msgstr "リスクレベル"
|
||||
|
||||
#: terminal/connect_methods.py:29
|
||||
#, fuzzy
|
||||
#| msgid "Client"
|
||||
msgid "SSH Client"
|
||||
msgstr "クライアント"
|
||||
msgstr "SSH クライアント"
|
||||
|
||||
#: terminal/connect_methods.py:30
|
||||
#, fuzzy
|
||||
#| msgid "SSH key"
|
||||
msgid "SSH Guide"
|
||||
msgstr "SSH キー"
|
||||
msgstr "SSH ガイド人"
|
||||
|
||||
#: terminal/connect_methods.py:31
|
||||
#, fuzzy
|
||||
#| msgid "Client"
|
||||
msgid "SFTP Client"
|
||||
msgstr "クライアント"
|
||||
msgstr "SFTP クライアント"
|
||||
|
||||
#: terminal/connect_methods.py:33
|
||||
msgid "DB Guide"
|
||||
|
@ -5906,10 +5899,8 @@ msgid "DB Client"
|
|||
msgstr "データベース クライアント"
|
||||
|
||||
#: terminal/connect_methods.py:36
|
||||
#, fuzzy
|
||||
#| msgid "Remote Address"
|
||||
msgid "Remote Desktop"
|
||||
msgstr "リモートアドレス"
|
||||
msgstr "リモートデスクトップ"
|
||||
|
||||
#: terminal/const.py:12
|
||||
msgid "Review & Reject"
|
||||
|
@ -6516,7 +6507,7 @@ msgstr "アクセスキー"
|
|||
msgid "Access key secret"
|
||||
msgstr "アクセスキーシークレット"
|
||||
|
||||
#: terminal/serializers/storage.py:67 xpack/plugins/cloud/models.py:209
|
||||
#: terminal/serializers/storage.py:67 xpack/plugins/cloud/models.py:250
|
||||
msgid "Region"
|
||||
msgstr "リージョン"
|
||||
|
||||
|
@ -7078,7 +7069,7 @@ msgid "Not a valid ssh public key"
|
|||
msgstr "有効なssh公開鍵ではありません"
|
||||
|
||||
#: users/forms/profile.py:173 users/models/user.py:820
|
||||
#: xpack/plugins/cloud/serializers/account_attrs.py:206
|
||||
#: xpack/plugins/cloud/serializers/account_attrs.py:203
|
||||
msgid "Public key"
|
||||
msgstr "公開キー"
|
||||
|
||||
|
@ -7107,7 +7098,7 @@ msgid "OTP secret key"
|
|||
msgstr "OTP 秘密"
|
||||
|
||||
#: users/models/user.py:817
|
||||
#: xpack/plugins/cloud/serializers/account_attrs.py:209
|
||||
#: xpack/plugins/cloud/serializers/account_attrs.py:206
|
||||
msgid "Private key"
|
||||
msgstr "ssh秘密鍵"
|
||||
|
||||
|
@ -7546,11 +7537,11 @@ msgstr "パスワードの成功をリセットし、ログインページに戻
|
|||
msgid "XPACK"
|
||||
msgstr "XPack"
|
||||
|
||||
#: xpack/plugins/cloud/api.py:38
|
||||
#: xpack/plugins/cloud/api.py:56
|
||||
msgid "Test connection successful"
|
||||
msgstr "テスト接続成功"
|
||||
|
||||
#: xpack/plugins/cloud/api.py:40
|
||||
#: xpack/plugins/cloud/api.py:58
|
||||
msgid "Test connection failed: {}"
|
||||
msgstr "テスト接続に失敗しました: {}"
|
||||
|
||||
|
@ -7638,7 +7629,7 @@ msgstr "プライベートIP"
|
|||
msgid "Public IP"
|
||||
msgstr "パブリックIP"
|
||||
|
||||
#: xpack/plugins/cloud/const.py:38
|
||||
#: xpack/plugins/cloud/const.py:38 xpack/plugins/cloud/models.py:295
|
||||
msgid "Instance name"
|
||||
msgstr "インスタンス名"
|
||||
|
||||
|
@ -7666,78 +7657,158 @@ msgstr "同期済み"
|
|||
msgid "Released"
|
||||
msgstr "リリース済み"
|
||||
|
||||
#: xpack/plugins/cloud/manager.py:53
|
||||
msgid "Account unavailable"
|
||||
msgstr "利用できないアカウント"
|
||||
|
||||
#: xpack/plugins/cloud/meta.py:9
|
||||
msgid "Cloud center"
|
||||
msgstr "クラウドセンター"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:30
|
||||
#: xpack/plugins/cloud/models.py:34
|
||||
msgid "Provider"
|
||||
msgstr "プロバイダー"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:34
|
||||
#: xpack/plugins/cloud/models.py:38
|
||||
msgid "Validity"
|
||||
msgstr "有効性"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:39
|
||||
#: xpack/plugins/cloud/models.py:43
|
||||
msgid "Cloud account"
|
||||
msgstr "クラウドアカウント"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:41
|
||||
#: xpack/plugins/cloud/models.py:45
|
||||
msgid "Test cloud account"
|
||||
msgstr "クラウドアカウントのテスト"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:88 xpack/plugins/cloud/serializers/task.py:36
|
||||
#: xpack/plugins/cloud/models.py:92 xpack/plugins/cloud/serializers/task.py:147
|
||||
msgid "Regions"
|
||||
msgstr "リージョン"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:91
|
||||
#: xpack/plugins/cloud/models.py:95
|
||||
msgid "Hostname strategy"
|
||||
msgstr "ホスト名戦略"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:102 xpack/plugins/cloud/serializers/task.py:39
|
||||
#: xpack/plugins/cloud/models.py:100
|
||||
#: xpack/plugins/cloud/serializers/task.py:150
|
||||
msgid "IP network segment group"
|
||||
msgstr "IPネットワークセグメントグループ"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:105 xpack/plugins/cloud/serializers/task.py:44
|
||||
#: xpack/plugins/cloud/models.py:103
|
||||
#: xpack/plugins/cloud/serializers/task.py:155
|
||||
msgid "Sync IP type"
|
||||
msgstr "同期IPタイプ"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:108 xpack/plugins/cloud/serializers/task.py:61
|
||||
#: xpack/plugins/cloud/models.py:106
|
||||
#: xpack/plugins/cloud/serializers/task.py:173
|
||||
msgid "Always update"
|
||||
msgstr "常に更新"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:114
|
||||
#: xpack/plugins/cloud/models.py:112
|
||||
msgid "Date last sync"
|
||||
msgstr "最終同期日"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:119 xpack/plugins/cloud/models.py:160
|
||||
#: xpack/plugins/cloud/models.py:115 xpack/plugins/cloud/models.py:313
|
||||
#: xpack/plugins/cloud/models.py:337
|
||||
msgid "Strategy"
|
||||
msgstr "戦略"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:120 xpack/plugins/cloud/models.py:197
|
||||
msgid "Sync instance task"
|
||||
msgstr "インスタンスの同期タスク"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:171 xpack/plugins/cloud/models.py:219
|
||||
#: xpack/plugins/cloud/models.py:208 xpack/plugins/cloud/models.py:260
|
||||
msgid "Date sync"
|
||||
msgstr "日付の同期"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:175
|
||||
#: xpack/plugins/cloud/models.py:212
|
||||
msgid "Sync instance snapshot"
|
||||
msgstr "インスタンススナップショットの同期"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:216
|
||||
msgid "Sync instance task execution"
|
||||
msgstr "インスタンスタスクの同期実行"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:199
|
||||
#: xpack/plugins/cloud/models.py:240
|
||||
msgid "Sync task"
|
||||
msgstr "同期タスク"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:203
|
||||
#: xpack/plugins/cloud/models.py:244
|
||||
msgid "Sync instance task history"
|
||||
msgstr "インスタンスタスク履歴の同期"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:206
|
||||
#: xpack/plugins/cloud/models.py:247
|
||||
msgid "Instance"
|
||||
msgstr "インスタンス"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:223
|
||||
#: xpack/plugins/cloud/models.py:264
|
||||
msgid "Sync instance detail"
|
||||
msgstr "同期インスタンスの詳細"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:281
|
||||
msgid "Task strategy"
|
||||
msgstr "タスク戦略"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:285
|
||||
msgid "Exact"
|
||||
msgstr ""
|
||||
|
||||
#: xpack/plugins/cloud/models.py:286
|
||||
msgid "Not"
|
||||
msgstr "否"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:287
|
||||
msgid "In"
|
||||
msgstr "イン"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:288
|
||||
msgid "Contains"
|
||||
msgstr "含む"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:289
|
||||
msgid "Startswith"
|
||||
msgstr "始まる"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:290
|
||||
msgid "Endswith"
|
||||
msgstr "終わる"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:296
|
||||
msgid "Instance platform"
|
||||
msgstr "インスタンス名"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:297
|
||||
msgid "Instance address"
|
||||
msgstr "インスタンスアドレス"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:304
|
||||
msgid "Rule attr"
|
||||
msgstr "ルール属性"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:308
|
||||
msgid "Rule match"
|
||||
msgstr "ルール一致"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:310
|
||||
msgid "Rule value"
|
||||
msgstr "ルール値"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:317
|
||||
msgid "Strategy rule"
|
||||
msgstr "戦略ルール"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:332
|
||||
msgid "Action attr"
|
||||
msgstr "アクション属性"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:334
|
||||
msgid "Action value"
|
||||
msgstr "アクション値"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:341
|
||||
msgid "Strategy action"
|
||||
msgstr "戦略アクション"
|
||||
|
||||
#: xpack/plugins/cloud/providers/aws_international.py:18
|
||||
msgid "China (Beijing)"
|
||||
msgstr "中国 (北京)"
|
||||
|
@ -7846,7 +7917,7 @@ msgid "CN East-Suzhou"
|
|||
msgstr "華東-蘇州"
|
||||
|
||||
#: xpack/plugins/cloud/providers/baiducloud.py:57
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:50
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:49
|
||||
msgid "CN-Hong Kong"
|
||||
msgstr "中国-香港"
|
||||
|
||||
|
@ -7864,66 +7935,66 @@ msgid "CN East-Shanghai"
|
|||
msgstr "華東-上海"
|
||||
|
||||
#: xpack/plugins/cloud/providers/baiducloud.py:61
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:49
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:51
|
||||
msgid "AP-Singapore"
|
||||
msgstr "アジア太平洋-シンガポール"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:37
|
||||
msgid "AF-Johannesburg"
|
||||
msgstr "アフリカ-ヨハネスブルク"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:38
|
||||
msgid "CN North-Beijing4"
|
||||
msgstr "華北-北京4"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:39
|
||||
msgid "CN North-Beijing1"
|
||||
msgstr "華北-北京1"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:40
|
||||
msgid "CN East-Shanghai2"
|
||||
msgstr "華東-上海2"
|
||||
msgid "CN North-Beijing4"
|
||||
msgstr "華北-北京4"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:41
|
||||
msgid "CN East-Shanghai1"
|
||||
msgstr "華東-上海1"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:43
|
||||
msgid "LA-Mexico City1"
|
||||
msgstr "LA-メキシコCity1"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:44
|
||||
msgid "LA-Santiago"
|
||||
msgstr "ラテンアメリカ-サンディエゴ"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:45
|
||||
msgid "LA-Sao Paulo1"
|
||||
msgstr "ラミー・サンパウロ1"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:46
|
||||
msgid "EU-Paris"
|
||||
msgstr "ヨーロッパ-パリ"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:47
|
||||
msgid "CN Southwest-Guiyang1"
|
||||
msgstr "南西-貴陽1"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:48
|
||||
msgid "AP-Bangkok"
|
||||
msgstr "アジア太平洋-バンコク"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:52
|
||||
msgid "CN Northeast-Dalian"
|
||||
msgstr "华北-大连"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:53
|
||||
msgid "CN North-Ulanqab1"
|
||||
msgstr "華北-ウランチャブ一"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:54
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:43
|
||||
msgid "CN South-Shenzhen"
|
||||
msgstr "華南-広州"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:44
|
||||
msgid "CN South-Guangzhou-InvitationOnly"
|
||||
msgstr "華南-広州-友好ユーザー環境"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:45
|
||||
msgid "CN East-Shanghai2"
|
||||
msgstr "華東-上海2"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:46
|
||||
msgid "CN East-Shanghai1"
|
||||
msgstr "華東-上海1"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:48
|
||||
msgid "CN Southwest-Guiyang1"
|
||||
msgstr "南西-貴陽1"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:50
|
||||
msgid "AP-Bangkok"
|
||||
msgstr "アジア太平洋-バンコク"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:53
|
||||
msgid "AF-Johannesburg"
|
||||
msgstr "アフリカ-ヨハネスブルク"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:54
|
||||
msgid "LA-Mexico City1"
|
||||
msgstr "LA-メキシコCity1"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:55
|
||||
msgid "LA-Santiago"
|
||||
msgstr "ラテンアメリカ-サンディエゴ"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:56
|
||||
msgid "LA-Sao Paulo1"
|
||||
msgstr "ラミー・サンパウロ1"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:58
|
||||
msgid "TR-Istanbul"
|
||||
msgstr ""
|
||||
|
||||
#: xpack/plugins/cloud/providers/jdcloud.py:126
|
||||
msgid "CN East-Suqian"
|
||||
msgstr "華東-宿遷"
|
||||
|
@ -7952,7 +8023,7 @@ msgstr "サブスクリプションID"
|
|||
#: xpack/plugins/cloud/serializers/account_attrs.py:103
|
||||
#: xpack/plugins/cloud/serializers/account_attrs.py:119
|
||||
#: xpack/plugins/cloud/serializers/account_attrs.py:149
|
||||
#: xpack/plugins/cloud/serializers/account_attrs.py:202
|
||||
#: xpack/plugins/cloud/serializers/account_attrs.py:199
|
||||
msgid "API Endpoint"
|
||||
msgstr "APIエンドポイント"
|
||||
|
||||
|
@ -8018,11 +8089,11 @@ msgstr "テストポート"
|
|||
msgid "Test timeout"
|
||||
msgstr "テストタイムアウト"
|
||||
|
||||
#: xpack/plugins/cloud/serializers/account_attrs.py:212
|
||||
#: xpack/plugins/cloud/serializers/account_attrs.py:209
|
||||
msgid "Project"
|
||||
msgstr "project"
|
||||
|
||||
#: xpack/plugins/cloud/serializers/task.py:28
|
||||
#: xpack/plugins/cloud/serializers/task.py:139
|
||||
msgid ""
|
||||
"Only instances matching the IP range will be synced. <br>If the instance "
|
||||
"contains multiple IP addresses, the first IP address that matches will be "
|
||||
|
@ -8036,11 +8107,11 @@ msgstr ""
|
|||
"ドレスをランダムに一致させることを意味します。 <br> 例: "
|
||||
"192.168.1.0/24,10.1.1.1-10.1.1.20。"
|
||||
|
||||
#: xpack/plugins/cloud/serializers/task.py:34
|
||||
#: xpack/plugins/cloud/serializers/task.py:145
|
||||
msgid "History count"
|
||||
msgstr "実行回数"
|
||||
|
||||
#: xpack/plugins/cloud/serializers/task.py:35
|
||||
#: xpack/plugins/cloud/serializers/task.py:146
|
||||
msgid "Instance count"
|
||||
msgstr "インスタンス数"
|
||||
|
||||
|
@ -8052,10 +8123,6 @@ msgstr "同期インスタンス タスクを実行する"
|
|||
msgid "Period clean sync instance task execution"
|
||||
msgstr "同期インスタンス タスクの実行記録を定期的にクリアする"
|
||||
|
||||
#: xpack/plugins/cloud/utils.py:68
|
||||
msgid "Account unavailable"
|
||||
msgstr "利用できないアカウント"
|
||||
|
||||
#: xpack/plugins/interface/api.py:52
|
||||
msgid "Restore default successfully."
|
||||
msgstr "デフォルトの復元に成功しました。"
|
||||
|
@ -8120,59 +8187,11 @@ msgstr "究極のエディション"
|
|||
msgid "Community edition"
|
||||
msgstr "コミュニティ版"
|
||||
|
||||
#~ msgid "Strategy"
|
||||
#~ msgstr "戦略"
|
||||
#~ msgid "EU-Paris"
|
||||
#~ msgstr "ヨーロッパ-パリ"
|
||||
|
||||
#~ msgid "Sync instance snapshot"
|
||||
#~ msgstr "インスタンススナップショットの同期"
|
||||
|
||||
#~ msgid "Task strategy"
|
||||
#~ msgstr "タスク戦略"
|
||||
|
||||
#~ msgid "Not"
|
||||
#~ msgstr "否"
|
||||
|
||||
#~ msgid "In"
|
||||
#~ msgstr "イン"
|
||||
|
||||
#~ msgid "Contains"
|
||||
#~ msgstr "含む"
|
||||
|
||||
#~ msgid "Startswith"
|
||||
#~ msgstr "始まる"
|
||||
|
||||
#~ msgid "Endswith"
|
||||
#~ msgstr "終わる"
|
||||
|
||||
#~ msgid "Instance platform"
|
||||
#~ msgstr "インスタンス名"
|
||||
|
||||
#~ msgid "Instance address"
|
||||
#~ msgstr "インスタンスアドレス"
|
||||
|
||||
#~ msgid "Rule attr"
|
||||
#~ msgstr "ルール属性"
|
||||
|
||||
#~ msgid "Rule match"
|
||||
#~ msgstr "ルール一致"
|
||||
|
||||
#~ msgid "Rule value"
|
||||
#~ msgstr "ルール値"
|
||||
|
||||
#~ msgid "Strategy rule"
|
||||
#~ msgstr "戦略ルール"
|
||||
|
||||
#~ msgid "Action attr"
|
||||
#~ msgstr "アクション属性"
|
||||
|
||||
#~ msgid "Action value"
|
||||
#~ msgstr "アクション値"
|
||||
|
||||
#~ msgid "Strategy action"
|
||||
#~ msgstr "戦略アクション"
|
||||
|
||||
#~ msgid "CN South-Shenzhen"
|
||||
#~ msgstr "華南-広州"
|
||||
#~ msgid "CN Northeast-Dalian"
|
||||
#~ msgstr "华北-大连"
|
||||
|
||||
#~ msgid "Current only support login from AD/LDAP"
|
||||
#~ msgstr "現在、AD/LDAPからのログインのみサポートしています"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1a6a042b4813d67922799caf3ac81ce3f1e831aed1a771dc9a16dab147a0692
|
||||
size 125568
|
||||
oid sha256:6edfda171c544a964c46157c91142bef031c69971ca837cd933b60b1fdb925ba
|
||||
size 126380
|
||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: JumpServer 0.3.3\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-08-10 18:22+0800\n"
|
||||
"POT-Creation-Date: 2023-08-14 14:39+0800\n"
|
||||
"PO-Revision-Date: 2021-05-20 10:54+0800\n"
|
||||
"Last-Translator: ibuler <ibuler@qq.com>\n"
|
||||
"Language-Team: JumpServer team<ibuler@qq.com>\n"
|
||||
|
@ -212,7 +212,7 @@ msgstr "HashiCorp Vault"
|
|||
#: terminal/serializers/session.py:26
|
||||
#: terminal/templates/terminal/_msg_command_warning.html:4
|
||||
#: terminal/templates/terminal/_msg_session_sharing.html:4
|
||||
#: tickets/models/ticket/apply_asset.py:16 xpack/plugins/cloud/models.py:212
|
||||
#: tickets/models/ticket/apply_asset.py:16 xpack/plugins/cloud/models.py:253
|
||||
msgid "Asset"
|
||||
msgstr "资产"
|
||||
|
||||
|
@ -247,7 +247,7 @@ msgstr "来源 ID"
|
|||
#: terminal/backends/command/models.py:18 terminal/models/session/session.py:33
|
||||
#: terminal/templates/terminal/_msg_command_warning.html:8
|
||||
#: terminal/templates/terminal/_msg_session_sharing.html:8
|
||||
#: tickets/models/ticket/command_confirm.py:13 xpack/plugins/cloud/models.py:85
|
||||
#: tickets/models/ticket/command_confirm.py:13 xpack/plugins/cloud/models.py:89
|
||||
msgid "Account"
|
||||
msgstr "账号"
|
||||
|
||||
|
@ -314,7 +314,7 @@ msgid "Trigger mode"
|
|||
msgstr "触发模式"
|
||||
|
||||
#: accounts/models/automations/backup_account.py:105 audits/models.py:194
|
||||
#: terminal/models/session/sharing.py:121 xpack/plugins/cloud/models.py:168
|
||||
#: terminal/models/session/sharing.py:121 xpack/plugins/cloud/models.py:205
|
||||
msgid "Reason"
|
||||
msgstr "原因"
|
||||
|
||||
|
@ -375,7 +375,6 @@ msgid "Secret type"
|
|||
msgstr "密文类型"
|
||||
|
||||
#: accounts/models/automations/change_secret.py:20
|
||||
#: accounts/models/automations/change_secret.py:89
|
||||
#: accounts/models/mixins/vault.py:48 accounts/serializers/account/base.py:19
|
||||
#: authentication/models/temp_token.py:10
|
||||
#: authentication/templates/authentication/_access_key_modal.html:31
|
||||
|
@ -408,7 +407,11 @@ msgstr "自动化改密"
|
|||
|
||||
#: accounts/models/automations/change_secret.py:88
|
||||
msgid "Old secret"
|
||||
msgstr "原密码"
|
||||
msgstr "原密钥"
|
||||
|
||||
#: accounts/models/automations/change_secret.py:89
|
||||
msgid "New secret"
|
||||
msgstr "新密钥"
|
||||
|
||||
#: accounts/models/automations/change_secret.py:90
|
||||
msgid "Date started"
|
||||
|
@ -510,7 +513,8 @@ msgstr "账号验证"
|
|||
#: terminal/models/component/storage.py:26 terminal/models/component/task.py:13
|
||||
#: terminal/models/component/terminal.py:84 users/forms/profile.py:33
|
||||
#: users/models/group.py:13 users/models/user.py:787
|
||||
#: xpack/plugins/cloud/models.py:28
|
||||
#: xpack/plugins/cloud/models.py:32 xpack/plugins/cloud/models.py:273
|
||||
#: xpack/plugins/cloud/serializers/task.py:68
|
||||
msgid "Name"
|
||||
msgstr "名称"
|
||||
|
||||
|
@ -527,7 +531,7 @@ msgstr "特权账号"
|
|||
msgid "Is active"
|
||||
msgstr "激活"
|
||||
|
||||
#: accounts/models/template.py:19
|
||||
#: accounts/models/template.py:19 xpack/plugins/cloud/models.py:325
|
||||
msgid "Account template"
|
||||
msgstr "账号模版"
|
||||
|
||||
|
@ -767,7 +771,7 @@ msgstr ""
|
|||
#: terminal/models/component/endpoint.py:104
|
||||
#: terminal/models/session/session.py:46 tickets/models/comment.py:32
|
||||
#: tickets/models/ticket/general.py:297 users/models/user.py:826
|
||||
#: xpack/plugins/cloud/models.py:35 xpack/plugins/cloud/models.py:111
|
||||
#: xpack/plugins/cloud/models.py:39 xpack/plugins/cloud/models.py:109
|
||||
msgid "Comment"
|
||||
msgstr "备注"
|
||||
|
||||
|
@ -888,11 +892,13 @@ msgstr "告警"
|
|||
|
||||
#: acls/models/base.py:37 assets/models/_user.py:51
|
||||
#: assets/models/cmd_filter.py:76 terminal/models/component/endpoint.py:97
|
||||
#: xpack/plugins/cloud/models.py:275
|
||||
msgid "Priority"
|
||||
msgstr "优先级"
|
||||
|
||||
#: acls/models/base.py:38 assets/models/_user.py:51
|
||||
#: assets/models/cmd_filter.py:76 terminal/models/component/endpoint.py:98
|
||||
#: xpack/plugins/cloud/models.py:276
|
||||
msgid "1-100, the lower the value will be match first"
|
||||
msgstr "优先级可选范围为 1-100 (数值越小越优先)"
|
||||
|
||||
|
@ -929,6 +935,7 @@ msgid "Command"
|
|||
msgstr "命令"
|
||||
|
||||
#: acls/models/command_acl.py:17 assets/models/cmd_filter.py:59
|
||||
#: xpack/plugins/cloud/models.py:291
|
||||
msgid "Regex"
|
||||
msgstr "正则表达式"
|
||||
|
||||
|
@ -1024,7 +1031,7 @@ msgid "None of the reviewers belong to Organization `{}`"
|
|||
msgstr "所有复核人都不属于组织 `{}`"
|
||||
|
||||
#: acls/serializers/rules/rules.py:20
|
||||
#: xpack/plugins/cloud/serializers/task.py:22
|
||||
#: xpack/plugins/cloud/serializers/task.py:133
|
||||
msgid "IP address invalid: `{}`"
|
||||
msgstr "IP 地址无效: `{}`"
|
||||
|
||||
|
@ -1052,7 +1059,7 @@ msgstr "时段"
|
|||
msgid "Applications"
|
||||
msgstr "应用管理"
|
||||
|
||||
#: applications/models.py:16 xpack/plugins/cloud/models.py:33
|
||||
#: applications/models.py:16 xpack/plugins/cloud/models.py:37
|
||||
#: xpack/plugins/cloud/serializers/account.py:63
|
||||
msgid "Attrs"
|
||||
msgstr "属性"
|
||||
|
@ -1449,14 +1456,13 @@ msgstr "地址"
|
|||
|
||||
#: assets/models/asset/common.py:151 assets/models/platform.py:119
|
||||
#: authentication/serializers/connect_token_secret.py:115
|
||||
#: perms/serializers/user_permission.py:24
|
||||
#: xpack/plugins/cloud/serializers/account_attrs.py:196
|
||||
#: perms/serializers/user_permission.py:24 xpack/plugins/cloud/models.py:321
|
||||
msgid "Platform"
|
||||
msgstr "系统平台"
|
||||
|
||||
#: assets/models/asset/common.py:153 assets/models/domain.py:21
|
||||
#: authentication/serializers/connect_token_secret.py:133
|
||||
#: perms/serializers/user_permission.py:29
|
||||
#: perms/serializers/user_permission.py:29 xpack/plugins/cloud/models.py:323
|
||||
msgid "Domain"
|
||||
msgstr "网域"
|
||||
|
||||
|
@ -1532,8 +1538,8 @@ msgstr "资产自动化任务"
|
|||
#: terminal/models/component/status.py:30 terminal/serializers/applet.py:18
|
||||
#: terminal/serializers/applet_host.py:115 tickets/models/ticket/general.py:283
|
||||
#: tickets/serializers/super_ticket.py:13
|
||||
#: tickets/serializers/ticket/ticket.py:20 xpack/plugins/cloud/models.py:164
|
||||
#: xpack/plugins/cloud/models.py:216
|
||||
#: tickets/serializers/ticket/ticket.py:20 xpack/plugins/cloud/models.py:201
|
||||
#: xpack/plugins/cloud/models.py:257
|
||||
msgid "Status"
|
||||
msgstr "状态"
|
||||
|
||||
|
@ -1597,7 +1603,7 @@ msgstr "资产组"
|
|||
|
||||
#: assets/models/group.py:31 assets/models/platform.py:19
|
||||
#: assets/serializers/platform.py:113
|
||||
#: xpack/plugins/cloud/providers/nutanix.py:32
|
||||
#: xpack/plugins/cloud/providers/nutanix.py:30
|
||||
msgid "Default"
|
||||
msgstr "默认"
|
||||
|
||||
|
@ -1647,7 +1653,7 @@ msgid "Parent key"
|
|||
msgstr "ssh私钥"
|
||||
|
||||
#: assets/models/node.py:558 perms/serializers/permission.py:35
|
||||
#: tickets/models/ticket/apply_asset.py:14 xpack/plugins/cloud/models.py:96
|
||||
#: tickets/models/ticket/apply_asset.py:14 xpack/plugins/cloud/models.py:322
|
||||
msgid "Node"
|
||||
msgstr "节点"
|
||||
|
||||
|
@ -1786,7 +1792,8 @@ msgstr "资产中批量更新平台,不符合平台类型跳过的资产"
|
|||
#: assets/serializers/asset/common.py:124 assets/serializers/platform.py:129
|
||||
#: authentication/serializers/connect_token_secret.py:29
|
||||
#: authentication/serializers/connect_token_secret.py:72
|
||||
#: perms/serializers/user_permission.py:25 xpack/plugins/cloud/models.py:99
|
||||
#: perms/serializers/user_permission.py:25 xpack/plugins/cloud/models.py:324
|
||||
#: xpack/plugins/cloud/serializers/task.py:31
|
||||
msgid "Protocols"
|
||||
msgstr "协议组"
|
||||
|
||||
|
@ -3773,7 +3780,7 @@ msgid "Date last run"
|
|||
msgstr "最后运行日期"
|
||||
|
||||
#: ops/models/base.py:51 ops/models/job.py:217
|
||||
#: xpack/plugins/cloud/models.py:162
|
||||
#: xpack/plugins/cloud/models.py:199
|
||||
msgid "Result"
|
||||
msgstr "结果"
|
||||
|
||||
|
@ -4332,7 +4339,7 @@ msgid "View permission tree"
|
|||
msgstr "查看授权树"
|
||||
|
||||
#: settings/api/dingtalk.py:31 settings/api/feishu.py:36
|
||||
#: settings/api/sms.py:155 settings/api/vault.py:39 settings/api/wecom.py:37
|
||||
#: settings/api/sms.py:155 settings/api/vault.py:40 settings/api/wecom.py:37
|
||||
msgid "Test success"
|
||||
msgstr "测试成功"
|
||||
|
||||
|
@ -6413,7 +6420,7 @@ msgstr "Access key ID(AK)"
|
|||
msgid "Access key secret"
|
||||
msgstr "Access key secret(SK)"
|
||||
|
||||
#: terminal/serializers/storage.py:67 xpack/plugins/cloud/models.py:209
|
||||
#: terminal/serializers/storage.py:67 xpack/plugins/cloud/models.py:250
|
||||
msgid "Region"
|
||||
msgstr "地域"
|
||||
|
||||
|
@ -6969,7 +6976,7 @@ msgid "Not a valid ssh public key"
|
|||
msgstr "SSH密钥不合法"
|
||||
|
||||
#: users/forms/profile.py:173 users/models/user.py:820
|
||||
#: xpack/plugins/cloud/serializers/account_attrs.py:206
|
||||
#: xpack/plugins/cloud/serializers/account_attrs.py:203
|
||||
msgid "Public key"
|
||||
msgstr "SSH公钥"
|
||||
|
||||
|
@ -6998,7 +7005,7 @@ msgid "OTP secret key"
|
|||
msgstr "OTP 密钥"
|
||||
|
||||
#: users/models/user.py:817
|
||||
#: xpack/plugins/cloud/serializers/account_attrs.py:209
|
||||
#: xpack/plugins/cloud/serializers/account_attrs.py:206
|
||||
msgid "Private key"
|
||||
msgstr "ssh私钥"
|
||||
|
||||
|
@ -7424,11 +7431,11 @@ msgstr "重置密码成功,返回到登录页面"
|
|||
msgid "XPACK"
|
||||
msgstr "XPack"
|
||||
|
||||
#: xpack/plugins/cloud/api.py:38
|
||||
#: xpack/plugins/cloud/api.py:56
|
||||
msgid "Test connection successful"
|
||||
msgstr "测试成功"
|
||||
|
||||
#: xpack/plugins/cloud/api.py:40
|
||||
#: xpack/plugins/cloud/api.py:58
|
||||
msgid "Test connection failed: {}"
|
||||
msgstr "测试连接失败:{}"
|
||||
|
||||
|
@ -7516,7 +7523,7 @@ msgstr "私有IP"
|
|||
msgid "Public IP"
|
||||
msgstr "公网IP"
|
||||
|
||||
#: xpack/plugins/cloud/const.py:38
|
||||
#: xpack/plugins/cloud/const.py:38 xpack/plugins/cloud/models.py:295
|
||||
msgid "Instance name"
|
||||
msgstr "实例名称"
|
||||
|
||||
|
@ -7544,78 +7551,158 @@ msgstr "已同步"
|
|||
msgid "Released"
|
||||
msgstr "已释放"
|
||||
|
||||
#: xpack/plugins/cloud/manager.py:53
|
||||
msgid "Account unavailable"
|
||||
msgstr "账号无效"
|
||||
|
||||
#: xpack/plugins/cloud/meta.py:9
|
||||
msgid "Cloud center"
|
||||
msgstr "云管中心"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:30
|
||||
#: xpack/plugins/cloud/models.py:34
|
||||
msgid "Provider"
|
||||
msgstr "云服务商"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:34
|
||||
#: xpack/plugins/cloud/models.py:38
|
||||
msgid "Validity"
|
||||
msgstr "有效"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:39
|
||||
#: xpack/plugins/cloud/models.py:43
|
||||
msgid "Cloud account"
|
||||
msgstr "云账号"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:41
|
||||
#: xpack/plugins/cloud/models.py:45
|
||||
msgid "Test cloud account"
|
||||
msgstr "测试云账号"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:88 xpack/plugins/cloud/serializers/task.py:36
|
||||
#: xpack/plugins/cloud/models.py:92 xpack/plugins/cloud/serializers/task.py:147
|
||||
msgid "Regions"
|
||||
msgstr "地域"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:91
|
||||
#: xpack/plugins/cloud/models.py:95
|
||||
msgid "Hostname strategy"
|
||||
msgstr "主机名策略"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:102 xpack/plugins/cloud/serializers/task.py:39
|
||||
#: xpack/plugins/cloud/models.py:100
|
||||
#: xpack/plugins/cloud/serializers/task.py:150
|
||||
msgid "IP network segment group"
|
||||
msgstr "IP网段组"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:105 xpack/plugins/cloud/serializers/task.py:44
|
||||
#: xpack/plugins/cloud/models.py:103
|
||||
#: xpack/plugins/cloud/serializers/task.py:155
|
||||
msgid "Sync IP type"
|
||||
msgstr "同步IP类型"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:108 xpack/plugins/cloud/serializers/task.py:61
|
||||
#: xpack/plugins/cloud/models.py:106
|
||||
#: xpack/plugins/cloud/serializers/task.py:173
|
||||
msgid "Always update"
|
||||
msgstr "总是更新"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:114
|
||||
#: xpack/plugins/cloud/models.py:112
|
||||
msgid "Date last sync"
|
||||
msgstr "最后同步日期"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:119 xpack/plugins/cloud/models.py:160
|
||||
#: xpack/plugins/cloud/models.py:115 xpack/plugins/cloud/models.py:313
|
||||
#: xpack/plugins/cloud/models.py:337
|
||||
msgid "Strategy"
|
||||
msgstr "策略"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:120 xpack/plugins/cloud/models.py:197
|
||||
msgid "Sync instance task"
|
||||
msgstr "同步实例任务"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:171 xpack/plugins/cloud/models.py:219
|
||||
#: xpack/plugins/cloud/models.py:208 xpack/plugins/cloud/models.py:260
|
||||
msgid "Date sync"
|
||||
msgstr "同步日期"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:175
|
||||
#: xpack/plugins/cloud/models.py:212
|
||||
msgid "Sync instance snapshot"
|
||||
msgstr "同步实例快照"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:216
|
||||
msgid "Sync instance task execution"
|
||||
msgstr "同步实例任务执行"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:199
|
||||
#: xpack/plugins/cloud/models.py:240
|
||||
msgid "Sync task"
|
||||
msgstr "同步任务"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:203
|
||||
#: xpack/plugins/cloud/models.py:244
|
||||
msgid "Sync instance task history"
|
||||
msgstr "同步实例任务历史"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:206
|
||||
#: xpack/plugins/cloud/models.py:247
|
||||
msgid "Instance"
|
||||
msgstr "实例"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:223
|
||||
#: xpack/plugins/cloud/models.py:264
|
||||
msgid "Sync instance detail"
|
||||
msgstr "同步实例详情"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:281
|
||||
msgid "Task strategy"
|
||||
msgstr "密码策略"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:285
|
||||
msgid "Exact"
|
||||
msgstr ""
|
||||
|
||||
#: xpack/plugins/cloud/models.py:286
|
||||
msgid "Not"
|
||||
msgstr "否"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:287
|
||||
msgid "In"
|
||||
msgstr "在..里面"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:288
|
||||
msgid "Contains"
|
||||
msgstr "包含"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:289
|
||||
msgid "Startswith"
|
||||
msgstr "以..开头"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:290
|
||||
msgid "Endswith"
|
||||
msgstr "以..结尾"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:296
|
||||
msgid "Instance platform"
|
||||
msgstr "实例平台"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:297
|
||||
msgid "Instance address"
|
||||
msgstr "实例地址"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:304
|
||||
msgid "Rule attr"
|
||||
msgstr "规则属性"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:308
|
||||
msgid "Rule match"
|
||||
msgstr "规则匹配"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:310
|
||||
msgid "Rule value"
|
||||
msgstr "规则值"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:317
|
||||
msgid "Strategy rule"
|
||||
msgstr "策略规则"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:332
|
||||
msgid "Action attr"
|
||||
msgstr "动作属性"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:334
|
||||
msgid "Action value"
|
||||
msgstr "动作值"
|
||||
|
||||
#: xpack/plugins/cloud/models.py:341
|
||||
msgid "Strategy action"
|
||||
msgstr "策略动作"
|
||||
|
||||
#: xpack/plugins/cloud/providers/aws_international.py:18
|
||||
msgid "China (Beijing)"
|
||||
msgstr "中国(北京)"
|
||||
|
@ -7724,7 +7811,7 @@ msgid "CN East-Suzhou"
|
|||
msgstr "华东-苏州"
|
||||
|
||||
#: xpack/plugins/cloud/providers/baiducloud.py:57
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:50
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:49
|
||||
msgid "CN-Hong Kong"
|
||||
msgstr "中国-香港"
|
||||
|
||||
|
@ -7742,66 +7829,66 @@ msgid "CN East-Shanghai"
|
|||
msgstr "华东-上海"
|
||||
|
||||
#: xpack/plugins/cloud/providers/baiducloud.py:61
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:49
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:51
|
||||
msgid "AP-Singapore"
|
||||
msgstr "亚太-新加坡"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:37
|
||||
msgid "AF-Johannesburg"
|
||||
msgstr "非洲-约翰内斯堡"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:38
|
||||
msgid "CN North-Beijing4"
|
||||
msgstr "华北-北京4"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:39
|
||||
msgid "CN North-Beijing1"
|
||||
msgstr "华北-北京1"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:40
|
||||
msgid "CN East-Shanghai2"
|
||||
msgstr "华东-上海2"
|
||||
msgid "CN North-Beijing4"
|
||||
msgstr "华北-北京4"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:41
|
||||
msgid "CN East-Shanghai1"
|
||||
msgstr "华东-上海1"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:43
|
||||
msgid "LA-Mexico City1"
|
||||
msgstr "拉美-墨西哥城一"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:44
|
||||
msgid "LA-Santiago"
|
||||
msgstr "拉美-圣地亚哥"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:45
|
||||
msgid "LA-Sao Paulo1"
|
||||
msgstr "拉美-圣保罗一"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:46
|
||||
msgid "EU-Paris"
|
||||
msgstr "欧洲-巴黎"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:47
|
||||
msgid "CN Southwest-Guiyang1"
|
||||
msgstr "西南-贵阳1"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:48
|
||||
msgid "AP-Bangkok"
|
||||
msgstr "亚太-曼谷"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:52
|
||||
msgid "CN Northeast-Dalian"
|
||||
msgstr "华北-大连"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:53
|
||||
msgid "CN North-Ulanqab1"
|
||||
msgstr "华北-乌兰察布一"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:54
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:43
|
||||
msgid "CN South-Shenzhen"
|
||||
msgstr "华南-广州"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:44
|
||||
msgid "CN South-Guangzhou-InvitationOnly"
|
||||
msgstr "华南-广州-友好用户环境"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:45
|
||||
msgid "CN East-Shanghai2"
|
||||
msgstr "华东-上海2"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:46
|
||||
msgid "CN East-Shanghai1"
|
||||
msgstr "华东-上海1"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:48
|
||||
msgid "CN Southwest-Guiyang1"
|
||||
msgstr "西南-贵阳1"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:50
|
||||
msgid "AP-Bangkok"
|
||||
msgstr "亚太-曼谷"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:53
|
||||
msgid "AF-Johannesburg"
|
||||
msgstr "非洲-约翰内斯堡"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:54
|
||||
msgid "LA-Mexico City1"
|
||||
msgstr "拉美-墨西哥城一"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:55
|
||||
msgid "LA-Santiago"
|
||||
msgstr "拉美-圣地亚哥"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:56
|
||||
msgid "LA-Sao Paulo1"
|
||||
msgstr "拉美-圣保罗一"
|
||||
|
||||
#: xpack/plugins/cloud/providers/huaweicloud.py:58
|
||||
msgid "TR-Istanbul"
|
||||
msgstr ""
|
||||
|
||||
#: xpack/plugins/cloud/providers/jdcloud.py:126
|
||||
msgid "CN East-Suqian"
|
||||
msgstr "华东-宿迁"
|
||||
|
@ -7830,7 +7917,7 @@ msgstr "订阅 ID"
|
|||
#: xpack/plugins/cloud/serializers/account_attrs.py:103
|
||||
#: xpack/plugins/cloud/serializers/account_attrs.py:119
|
||||
#: xpack/plugins/cloud/serializers/account_attrs.py:149
|
||||
#: xpack/plugins/cloud/serializers/account_attrs.py:202
|
||||
#: xpack/plugins/cloud/serializers/account_attrs.py:199
|
||||
msgid "API Endpoint"
|
||||
msgstr "API 端点"
|
||||
|
||||
|
@ -7895,11 +7982,11 @@ msgstr "测试端口"
|
|||
msgid "Test timeout"
|
||||
msgstr "测试超时时间"
|
||||
|
||||
#: xpack/plugins/cloud/serializers/account_attrs.py:212
|
||||
#: xpack/plugins/cloud/serializers/account_attrs.py:209
|
||||
msgid "Project"
|
||||
msgstr "project"
|
||||
|
||||
#: xpack/plugins/cloud/serializers/task.py:28
|
||||
#: xpack/plugins/cloud/serializers/task.py:139
|
||||
msgid ""
|
||||
"Only instances matching the IP range will be synced. <br>If the instance "
|
||||
"contains multiple IP addresses, the first IP address that matches will be "
|
||||
|
@ -7911,11 +7998,11 @@ msgstr ""
|
|||
"到的 IP 地址将被用作创建的资产的 IP。<br>默认值 * 表示同步所有实例和随机匹配 "
|
||||
"IP 地址。<br> 例如: 192.168.1.0/24,10.1.1.1-10.1.1.20。"
|
||||
|
||||
#: xpack/plugins/cloud/serializers/task.py:34
|
||||
#: xpack/plugins/cloud/serializers/task.py:145
|
||||
msgid "History count"
|
||||
msgstr "执行次数"
|
||||
|
||||
#: xpack/plugins/cloud/serializers/task.py:35
|
||||
#: xpack/plugins/cloud/serializers/task.py:146
|
||||
msgid "Instance count"
|
||||
msgstr "实例个数"
|
||||
|
||||
|
@ -7927,10 +8014,6 @@ msgstr "执行同步实例任务"
|
|||
msgid "Period clean sync instance task execution"
|
||||
msgstr "定期清除同步实例任务执行记录"
|
||||
|
||||
#: xpack/plugins/cloud/utils.py:68
|
||||
msgid "Account unavailable"
|
||||
msgstr "账号无效"
|
||||
|
||||
#: xpack/plugins/interface/api.py:52
|
||||
msgid "Restore default successfully."
|
||||
msgstr "恢复默认成功!"
|
||||
|
@ -7995,59 +8078,11 @@ msgstr "旗舰版"
|
|||
msgid "Community edition"
|
||||
msgstr "社区版"
|
||||
|
||||
#~ msgid "Strategy"
|
||||
#~ msgstr "策略"
|
||||
#~ msgid "EU-Paris"
|
||||
#~ msgstr "欧洲-巴黎"
|
||||
|
||||
#~ msgid "Sync instance snapshot"
|
||||
#~ msgstr "同步实例快照"
|
||||
|
||||
#~ msgid "Task strategy"
|
||||
#~ msgstr "密码策略"
|
||||
|
||||
#~ msgid "Not"
|
||||
#~ msgstr "否"
|
||||
|
||||
#~ msgid "In"
|
||||
#~ msgstr "在..里面"
|
||||
|
||||
#~ msgid "Contains"
|
||||
#~ msgstr "包含"
|
||||
|
||||
#~ msgid "Startswith"
|
||||
#~ msgstr "以..开头"
|
||||
|
||||
#~ msgid "Endswith"
|
||||
#~ msgstr "以..结尾"
|
||||
|
||||
#~ msgid "Instance platform"
|
||||
#~ msgstr "实例平台"
|
||||
|
||||
#~ msgid "Instance address"
|
||||
#~ msgstr "实例地址"
|
||||
|
||||
#~ msgid "Rule attr"
|
||||
#~ msgstr "规则属性"
|
||||
|
||||
#~ msgid "Rule match"
|
||||
#~ msgstr "规则匹配"
|
||||
|
||||
#~ msgid "Rule value"
|
||||
#~ msgstr "规则值"
|
||||
|
||||
#~ msgid "Strategy rule"
|
||||
#~ msgstr "策略规则"
|
||||
|
||||
#~ msgid "Action attr"
|
||||
#~ msgstr "动作属性"
|
||||
|
||||
#~ msgid "Action value"
|
||||
#~ msgstr "动作值"
|
||||
|
||||
#~ msgid "Strategy action"
|
||||
#~ msgstr "策略动作"
|
||||
|
||||
#~ msgid "CN South-Shenzhen"
|
||||
#~ msgstr "华南-广州"
|
||||
#~ msgid "CN Northeast-Dalian"
|
||||
#~ msgstr "华北-大连"
|
||||
|
||||
#~ msgid "Current only support login from AD/LDAP"
|
||||
#~ msgstr "当前仅支持 AD/LDAP 方式登录的用户"
|
||||
|
|
Loading…
Reference in New Issue