From 2ae951e6e669f95ebe544a3a519058bd79bb012d Mon Sep 17 00:00:00 2001 From: Bai Date: Thu, 20 Apr 2023 17:49:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/acls/serializers/base.py | 4 +- apps/acls/serializers/login_acl.py | 2 +- apps/acls/serializers/rules/rules.py | 2 +- apps/locale/ja/LC_MESSAGES/django.mo | 4 +- apps/locale/ja/LC_MESSAGES/django.po | 225 ++++++++++-------------- apps/locale/zh/LC_MESSAGES/django.mo | 4 +- apps/locale/zh/LC_MESSAGES/django.po | 246 ++++++++------------------- 7 files changed, 162 insertions(+), 325 deletions(-) diff --git a/apps/acls/serializers/base.py b/apps/acls/serializers/base.py index 24b6867e7..dbdac67e7 100644 --- a/apps/acls/serializers/base.py +++ b/apps/acls/serializers/base.py @@ -7,7 +7,7 @@ from orgs.models import Organization from users.models import User common_help_text = _( - "Format for comma-delimited string, with * indicating a match all. " + "With * indicating a match all. " ) @@ -22,7 +22,7 @@ class ACLUsersSerializer(serializers.Serializer): class ACLAssestsSerializer(serializers.Serializer): address_group_help_text = _( - "Format for comma-delimited string, with * indicating a match all. " + "With * indicating a match all. " "Such as: " "192.168.10.1, 192.168.1.0/24, 10.1.1.1-10.1.1.20, 2001:db8:2de::e13, 2001:db8:1a:1110::/64" " (Domain name support)" diff --git a/apps/acls/serializers/login_acl.py b/apps/acls/serializers/login_acl.py index 74677b84b..0a180d9e5 100644 --- a/apps/acls/serializers/login_acl.py +++ b/apps/acls/serializers/login_acl.py @@ -14,7 +14,7 @@ __all__ = [ ] common_help_text = _( - "Format for comma-delimited string, with * indicating a match all. " + "With * indicating a match all. " ) diff --git a/apps/acls/serializers/rules/rules.py b/apps/acls/serializers/rules/rules.py index 80316147e..85b865cd6 100644 --- a/apps/acls/serializers/rules/rules.py +++ b/apps/acls/serializers/rules/rules.py @@ -22,7 +22,7 @@ def ip_group_child_validator(ip_group_child): ip_group_help_text = _( - 'Format for comma-delimited string, with * indicating a match all. ' + 'With * indicating a match all. ' 'Such as: ' '192.168.10.1, 192.168.1.0/24, 10.1.1.1-10.1.1.20, 2001:db8:2de::e13, 2001:db8:1a:1110::/64 ' ) diff --git a/apps/locale/ja/LC_MESSAGES/django.mo b/apps/locale/ja/LC_MESSAGES/django.mo index 44722ec8e..b55f21643 100644 --- a/apps/locale/ja/LC_MESSAGES/django.mo +++ b/apps/locale/ja/LC_MESSAGES/django.mo @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aa23f3e706ba260d6f8123488e5a35b46a2d746ac35249f2b0b6bad042c75066 -size 138642 +oid sha256:a4ef9ccfeccf8f45c8753bc901ff6efe970486565c3bcf2d46042657ffa49f42 +size 139618 diff --git a/apps/locale/ja/LC_MESSAGES/django.po b/apps/locale/ja/LC_MESSAGES/django.po index d95ccb443..1aee33de2 100644 --- a/apps/locale/ja/LC_MESSAGES/django.po +++ b/apps/locale/ja/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-19 12:58+0800\n" +"POT-Creation-Date: 2023-04-20 17:31+0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -68,7 +68,7 @@ msgstr "ローカル" #: accounts/const/account.py:20 msgid "Collected" -msgstr "" +msgstr "集めました" #: accounts/const/account.py:21 accounts/serializers/account/account.py:25 #: settings/serializers/auth/sms.py:75 @@ -204,7 +204,7 @@ msgid "Su from" msgstr "から切り替え" #: accounts/models/account.py:53 settings/serializers/auth/cas.py:20 -#: settings/serializers/auth/feishu.py:20 terminal/models/applet/applet.py:28 +#: settings/serializers/auth/feishu.py:20 terminal/models/applet/applet.py:29 msgid "Version" msgstr "バージョン" @@ -214,10 +214,8 @@ msgid "Source" msgstr "ソース" #: accounts/models/account.py:56 -#, fuzzy -#| msgid "Source" msgid "Source ID" -msgstr "ソース" +msgstr "ソース ID" #: accounts/models/account.py:59 #: accounts/serializers/automations/change_secret.py:113 @@ -445,10 +443,8 @@ msgid "Gather account automation" msgstr "自動収集アカウント" #: accounts/models/automations/gather_account.py:56 -#, fuzzy -#| msgid "Is service account" msgid "Is sync account" -msgstr "サービスアカウントです" +msgstr "アカウントを同期するかどうか" #: accounts/models/automations/gather_account.py:71 #: accounts/tasks/gather_accounts.py:29 @@ -489,7 +485,7 @@ msgstr "アカウントの確認" #: ops/models/job.py:92 ops/models/playbook.py:23 ops/serializers/job.py:20 #: orgs/models.py:69 perms/models/asset_permission.py:56 rbac/models/role.py:29 #: settings/models.py:33 settings/serializers/sms.py:6 -#: terminal/models/applet/applet.py:26 terminal/models/component/endpoint.py:12 +#: terminal/models/applet/applet.py:27 terminal/models/component/endpoint.py:12 #: terminal/models/component/endpoint.py:90 #: terminal/models/component/storage.py:26 terminal/models/component/task.py:15 #: terminal/models/component/terminal.py:84 users/forms/profile.py:33 @@ -506,7 +502,7 @@ msgstr "特権アカウント" #: assets/models/automations/base.py:21 assets/models/cmd_filter.py:39 #: assets/models/label.py:22 #: authentication/serializers/connect_token_secret.py:106 -#: terminal/models/applet/applet.py:31 users/serializers/user.py:169 +#: terminal/models/applet/applet.py:32 users/serializers/user.py:169 msgid "Is active" msgstr "アクティブです。" @@ -556,10 +552,8 @@ msgid "Push now" msgstr "今すぐプッシュ" #: accounts/serializers/account/account.py:35 -#, fuzzy -#| msgid "Runas policy" msgid "Exist policy" -msgstr "ユーザー ポリシー" +msgstr "アカウントの存在ポリシー" #: accounts/serializers/account/account.py:179 applications/models.py:11 #: assets/models/label.py:21 assets/models/platform.py:90 @@ -578,7 +572,7 @@ msgstr "カテゴリ" #: assets/serializers/asset/common.py:121 assets/serializers/platform.py:101 #: assets/serializers/platform.py:116 audits/serializers.py:48 #: authentication/serializers/connect_token_secret.py:115 ops/models/job.py:103 -#: perms/serializers/user_permission.py:27 terminal/models/applet/applet.py:30 +#: perms/serializers/user_permission.py:27 terminal/models/applet/applet.py:31 #: terminal/models/component/storage.py:57 #: terminal/models/component/storage.py:146 terminal/serializers/applet.py:29 #: terminal/serializers/session.py:22 terminal/serializers/storage.py:224 @@ -606,10 +600,8 @@ msgid "State" msgstr "状態" #: accounts/serializers/account/account.py:235 -#, fuzzy -#| msgid "Change by" msgid "Changed" -msgstr "による変更" +msgstr "編集済み" #: accounts/serializers/account/account.py:241 #: accounts/serializers/automations/base.py:22 @@ -621,24 +613,26 @@ msgid "Assets" msgstr "資産" #: accounts/serializers/account/account.py:293 -#, fuzzy -#| msgid "Name already exists" msgid "Account already exists" -msgstr "名前は既に存在します。" +msgstr "アカウントはすでに存在しています" #: accounts/serializers/account/account.py:330 -#, fuzzy, python-format -#| msgid "Current user not support mfa type: {}" +#, python-format msgid "Asset does not support this secret type: %s" -msgstr "現在のユーザーはmfaタイプをサポートしていません: {}" +msgstr "アセットはアカウント タイプをサポートしていません: %s" #: accounts/serializers/account/account.py:361 -#, fuzzy -#| msgid "Account name" msgid "Account has exist" -msgstr "アカウント名" +msgstr "アカウントはすでに存在しています" -#: accounts/serializers/account/account.py:401 acls/models/base.py:98 +#: accounts/serializers/account/account.py:395 +#: authentication/serializers/connect_token_secret.py:146 +#: authentication/templates/authentication/_access_key_modal.html:30 +#: perms/models/perm_node.py:21 users/serializers/group.py:33 +msgid "ID" +msgstr "ID" + +#: accounts/serializers/account/account.py:402 acls/models/base.py:98 #: acls/models/login_acl.py:13 acls/serializers/base.py:55 #: acls/serializers/login_acl.py:21 assets/models/cmd_filter.py:24 #: assets/models/label.py:16 audits/models.py:44 audits/models.py:63 @@ -656,7 +650,7 @@ msgstr "アカウント名" msgid "User" msgstr "ユーザー" -#: accounts/serializers/account/account.py:402 +#: accounts/serializers/account/account.py:403 #: authentication/templates/authentication/_access_key_modal.html:33 #: terminal/notifications.py:98 terminal/notifications.py:146 msgid "Date" @@ -879,18 +873,18 @@ msgid "Login asset confirm" msgstr "ログイン資産の確認" #: acls/serializers/base.py:10 acls/serializers/login_acl.py:16 -msgid "Format for comma-delimited string, with * indicating a match all. " -msgstr "コンマ区切り文字列の形式。* はすべて一致することを示します。" +msgid "With * indicating a match all. " +msgstr "* はすべて一致することを示します。" #: acls/serializers/base.py:25 msgid "" -"Format for comma-delimited string, with * indicating a match all. Such as: " -"192.168.10.1, 192.168.1.0/24, 10.1.1.1-10.1.1.20, 2001:db8:2de::e13, 2001:" -"db8:1a:1110::/64 (Domain name support)" +"With * indicating a match all. Such as: 192.168.10.1, 192.168.1.0/24, " +"10.1.1.1-10.1.1.20, 2001:db8:2de::e13, 2001:db8:1a:1110::/64 (Domain name " +"support)" msgstr "" -"コンマ区切り文字列の形式。* はすべて一致することを示します。例: " -"192.168.10.1、192.168.1.0/24、10.1.1.1-10.1.1.20、2001:db8:2de::e13、2001:" -"db8:1a:1110:::/64 (ドメイン名サポート)" +"* はすべて一致することを示します。例: 192.168.10.1、192.168.1.0/24、" +"10.1.1.1-10.1.1.20、2001:db8:2de::e13、2001:db8:1a:1110:::/64 (ドメイン名サ" +"ポート)" #: acls/serializers/base.py:40 assets/serializers/asset/host.py:19 msgid "IP/Host" @@ -935,13 +929,11 @@ msgstr "IPアドレスが無効: '{}'" #: acls/serializers/rules/rules.py:25 msgid "" -"Format for comma-delimited string, with * indicating a match all. Such as: " -"192.168.10.1, 192.168.1.0/24, 10.1.1.1-10.1.1.20, 2001:db8:2de::e13, 2001:" -"db8:1a:1110::/64 " +"With * indicating a match all. Such as: 192.168.10.1, 192.168.1.0/24, " +"10.1.1.1-10.1.1.20, 2001:db8:2de::e13, 2001:db8:1a:1110::/64 " msgstr "" -"コンマ区切り文字列の形式。* はすべて一致することを示します。例: " -"192.168.10.1、192.168.1.0/24、10.1.1.1-10.1.1.20、2001:db8:2de::e13、2001:" -"db8:1a:1110::/64" +"* はすべて一致することを示します。例: 192.168.10.1、192.168.1.0/24、" +"10.1.1.1-10.1.1.20、2001:db8:2de::e13、2001:db8:1a:1110::/64" #: acls/serializers/rules/rules.py:33 #: authentication/templates/authentication/_msg_oauth_bind.html:12 @@ -1069,15 +1061,13 @@ msgid "Cloud service" msgstr "クラウド サービス" #: assets/const/category.py:14 assets/models/asset/web.py:16 audits/const.py:33 -#: terminal/models/applet/applet.py:24 +#: terminal/models/applet/applet.py:25 msgid "Web" msgstr "Web" #: assets/const/category.py:15 -#, fuzzy -#| msgid "Custom user" msgid "Custom type" -msgstr "カスタムユーザー" +msgstr "カスタムタイプ" #: assets/const/cloud.py:7 msgid "Public cloud" @@ -1091,7 +1081,7 @@ msgstr "私有雲" msgid "Kubernetes" msgstr "" -#: assets/const/device.py:7 terminal/models/applet/applet.py:23 +#: assets/const/device.py:7 terminal/models/applet/applet.py:24 #: tickets/const.py:8 msgid "General" msgstr "一般" @@ -1150,7 +1140,7 @@ msgstr "SSHパブリックキー" #: assets/models/cmd_filter.py:88 assets/models/group.py:23 #: common/db/models.py:37 ops/models/adhoc.py:27 ops/models/job.py:111 #: ops/models/playbook.py:26 rbac/models/role.py:37 settings/models.py:38 -#: terminal/models/applet/applet.py:35 terminal/models/applet/applet.py:183 +#: terminal/models/applet/applet.py:36 terminal/models/applet/applet.py:184 #: terminal/models/applet/host.py:111 terminal/models/component/endpoint.py:24 #: terminal/models/component/endpoint.py:100 #: terminal/models/session/session.py:47 tickets/models/comment.py:32 @@ -1200,7 +1190,7 @@ msgstr "ユーザーと同じユーザー名" #: assets/models/_user.py:52 authentication/models/connection_token.py:39 #: authentication/serializers/connect_token_secret.py:103 -#: terminal/models/applet/applet.py:33 terminal/serializers/session.py:20 +#: terminal/models/applet/applet.py:34 terminal/serializers/session.py:20 #: terminal/serializers/session.py:41 terminal/serializers/storage.py:68 msgid "Protocol" msgstr "プロトコル" @@ -1266,7 +1256,7 @@ msgstr "アドレス" #: assets/models/asset/common.py:125 assets/models/platform.py:120 #: authentication/serializers/connect_token_secret.py:107 #: perms/serializers/user_permission.py:24 -#: xpack/plugins/cloud/serializers/account_attrs.py:197 +#: xpack/plugins/cloud/serializers/account_attrs.py:196 msgid "Platform" msgstr "プラットフォーム" @@ -1282,17 +1272,13 @@ msgstr "ラベル" #: assets/models/asset/common.py:132 assets/serializers/asset/common.py:305 #: assets/serializers/asset/host.py:11 -#, fuzzy -#| msgid "Gather asset hardware info" msgid "Gathered info" msgstr "資産ハードウェア情報の収集" #: assets/models/asset/common.py:133 assets/serializers/asset/custom.py:14 #: assets/serializers/asset/custom.py:22 -#, fuzzy -#| msgid "Auto info" msgid "Custom info" -msgstr "自動情報" +msgstr "自动化信息" #: assets/models/asset/common.py:309 msgid "Can refresh asset hardware info" @@ -1311,10 +1297,8 @@ msgid "Can change asset nodes" msgstr "資産ノードを変更できます" #: assets/models/asset/custom.py:8 -#, fuzzy -#| msgid "Custom user" msgid "Custom asset" -msgstr "カスタムユーザー" +msgstr "カスタム アセット" #: assets/models/asset/database.py:10 assets/serializers/platform.py:45 #: settings/serializers/email.py:37 @@ -1372,7 +1356,7 @@ msgstr "アセットの自動化タスク" #: assets/models/automations/base.py:113 audits/models.py:177 #: audits/serializers.py:49 ops/models/base.py:49 ops/models/job.py:184 -#: terminal/models/applet/applet.py:182 terminal/models/applet/host.py:108 +#: terminal/models/applet/applet.py:183 terminal/models/applet/host.py:108 #: terminal/models/component/status.py:30 terminal/serializers/applet.py:18 #: terminal/serializers/applet_host.py:103 tickets/models/ticket/general.py:283 #: tickets/serializers/super_ticket.py:13 @@ -1507,10 +1491,8 @@ msgid "Required" msgstr "必要" #: assets/models/platform.py:18 -#, fuzzy -#| msgid "Public IP" msgid "Public" -msgstr "パブリックIP" +msgstr "開ける" #: assets/models/platform.py:19 settings/serializers/settings.py:65 #: users/templates/users/reset_password.html:29 @@ -1658,7 +1640,7 @@ msgstr "ポート番号が範囲外です (1-65535)" msgid "Protocol is required: {}" msgstr "プロトコルが必要です: {}" -#: assets/serializers/asset/database.py:25 common/serializers/fields.py:102 +#: assets/serializers/asset/database.py:25 common/serializers/fields.py:103 #: tickets/serializers/ticket/common.py:58 #: xpack/plugins/cloud/serializers/account_attrs.py:56 #: xpack/plugins/cloud/serializers/account_attrs.py:79 @@ -1765,8 +1747,6 @@ msgid "Gather accounts method" msgstr "アカウントの収集方法" #: assets/serializers/platform.py:103 -#, fuzzy -#| msgid "Help" msgid "Help text" msgstr "ヘルプ" @@ -1783,16 +1763,12 @@ msgid "Default Domain" msgstr "デフォルト ドメイン" #: assets/serializers/platform.py:152 -#, fuzzy -#| msgid "test_phone is required" msgid "type is required" -msgstr "携帯番号をテストこのフィールドは必須です" +msgstr "タイプ このフィールドは必須です." #: assets/serializers/platform.py:189 -#, fuzzy -#| msgid "Protocol is required: {}" msgid "Protocols is required" -msgstr "プロトコルが必要です: {}" +msgstr "同意が必要です" #: assets/signal_handlers/asset.py:26 assets/tasks/ping.py:35 msgid "Test assets connectivity " @@ -2620,12 +2596,6 @@ msgstr "コンポーネント" msgid "Expired now" msgstr "すぐに期限切れ" -#: authentication/serializers/connect_token_secret.py:146 -#: authentication/templates/authentication/_access_key_modal.html:30 -#: perms/models/perm_node.py:21 users/serializers/group.py:33 -msgid "ID" -msgstr "ID" - #: authentication/serializers/connection_token.py:15 msgid "Expired time" msgstr "期限切れ時間" @@ -3051,7 +3021,7 @@ msgstr "未定" #: common/const/choices.py:17 ops/const.py:55 msgid "Running" -msgstr "" +msgstr "ランニング" #: common/const/choices.py:21 msgid "Canceled" @@ -3113,7 +3083,7 @@ msgstr "によって更新" #: common/db/validators.py:9 msgid "Invalid port range, should be like and within {}-{}" -msgstr "" +msgstr "無効なポート範囲です。{}-{} のような範囲内である必要があります" #: common/drf/exc_handlers.py:26 msgid "Object" @@ -3132,10 +3102,8 @@ msgid "Parse file error: {}" msgstr "解析ファイルエラー: {}" #: common/drf/parsers/excel.py:14 -#, fuzzy -#| msgid "Invalid zip file" msgid "Invalid excel file" -msgstr "zip ファイルが無効です" +msgstr "無効 excel 書類" #: common/exceptions.py:15 #, python-format @@ -3238,21 +3206,21 @@ msgstr "" msgid "File" msgstr "書類" -#: common/serializers/fields.py:103 +#: common/serializers/fields.py:104 #, python-brace-format msgid "Invalid pk \"{pk_value}\" - object does not exist." msgstr "無効な pk \"{pk_value}\" - オブジェクトが存在しません" -#: common/serializers/fields.py:104 +#: common/serializers/fields.py:105 #, python-brace-format msgid "Incorrect type. Expected pk value, received {data_type}." msgstr "エラータイプ。 予想される pk 値、受信 {data_type}。" -#: common/serializers/fields.py:174 +#: common/serializers/fields.py:179 msgid "Invalid data type, should be list" msgstr "間違ったデータ タイプです。リストにする必要があります" -#: common/serializers/fields.py:189 +#: common/serializers/fields.py:194 msgid "Invalid choice: {}" msgstr "無効なオプション: {}" @@ -3609,7 +3577,7 @@ msgstr "" msgid "Material Type" msgstr "" -#: ops/models/job.py:456 +#: ops/models/job.py:458 msgid "Job Execution" msgstr "ジョブ実行" @@ -3759,7 +3727,7 @@ msgstr "組織" msgid "Org name" msgstr "組織名" -#: orgs/models.py:70 rbac/models/role.py:36 terminal/models/applet/applet.py:32 +#: orgs/models.py:70 rbac/models/role.py:36 terminal/models/applet/applet.py:33 msgid "Builtin" msgstr "ビルトイン" @@ -4004,7 +3972,7 @@ msgstr "パーマ" msgid "Users amount" msgstr "ユーザー数" -#: rbac/serializers/role.py:28 terminal/models/applet/applet.py:27 +#: rbac/serializers/role.py:28 terminal/models/applet/applet.py:28 msgid "Display name" msgstr "表示名" @@ -4068,8 +4036,8 @@ msgstr "タスクセンター" msgid "My assets" msgstr "私の資産" -#: rbac/tree.py:56 terminal/models/applet/applet.py:42 -#: terminal/models/applet/applet.py:179 terminal/models/applet/host.py:28 +#: rbac/tree.py:56 terminal/models/applet/applet.py:43 +#: terminal/models/applet/applet.py:180 terminal/models/applet/host.py:28 #: terminal/serializers/applet.py:15 msgid "Applet" msgstr "リモートアプリケーション" @@ -4569,7 +4537,7 @@ msgid "SSO auth key TTL" msgstr "Token有効期間" #: settings/serializers/auth/sso.py:17 -#: xpack/plugins/cloud/serializers/account_attrs.py:194 +#: xpack/plugins/cloud/serializers/account_attrs.py:193 msgid "Unit: second" msgstr "単位: 秒" @@ -5603,35 +5571,35 @@ msgstr "一括作成非サポート" msgid "Storage is invalid" msgstr "ストレージが無効です" -#: terminal/models/applet/applet.py:29 +#: terminal/models/applet/applet.py:30 msgid "Author" msgstr "著者" -#: terminal/models/applet/applet.py:34 +#: terminal/models/applet/applet.py:35 msgid "Tags" msgstr "ラベル" -#: terminal/models/applet/applet.py:38 terminal/serializers/storage.py:157 +#: terminal/models/applet/applet.py:39 terminal/serializers/storage.py:157 msgid "Hosts" msgstr "ホスト" -#: terminal/models/applet/applet.py:83 +#: terminal/models/applet/applet.py:84 msgid "Applet pkg not valid, Missing file {}" msgstr "無効なアプレット パッケージ、ファイル {} がありません" -#: terminal/models/applet/applet.py:102 +#: terminal/models/applet/applet.py:103 msgid "Load platform.yml failed: {}" msgstr "" -#: terminal/models/applet/applet.py:105 +#: terminal/models/applet/applet.py:106 msgid "Only support custom platform" msgstr "" -#: terminal/models/applet/applet.py:110 +#: terminal/models/applet/applet.py:111 msgid "Missing type in platform.yml" msgstr "" -#: terminal/models/applet/applet.py:181 terminal/models/applet/host.py:34 +#: terminal/models/applet/applet.py:182 terminal/models/applet/host.py:34 #: terminal/models/applet/host.py:106 msgid "Hosting" msgstr "ホスト マシン" @@ -6735,10 +6703,8 @@ msgid "Avatar url" msgstr "アバターURL" #: users/serializers/user.py:177 -#, fuzzy -#| msgid "One level" msgid "MFA level" -msgstr "1つのレベル" +msgstr "MFA レベル" #: users/serializers/user.py:283 msgid "Select users" @@ -7166,7 +7132,7 @@ msgstr "クラウドアカウント" msgid "Test cloud account" msgstr "クラウドアカウントのテスト" -#: xpack/plugins/cloud/models.py:88 xpack/plugins/cloud/serializers/task.py:37 +#: xpack/plugins/cloud/models.py:88 xpack/plugins/cloud/serializers/task.py:36 msgid "Regions" msgstr "リージョン" @@ -7174,15 +7140,15 @@ msgstr "リージョン" msgid "Hostname strategy" msgstr "ホスト名戦略" -#: xpack/plugins/cloud/models.py:102 xpack/plugins/cloud/serializers/task.py:40 +#: xpack/plugins/cloud/models.py:102 xpack/plugins/cloud/serializers/task.py:39 msgid "IP network segment group" msgstr "IPネットワークセグメントグループ" -#: xpack/plugins/cloud/models.py:105 xpack/plugins/cloud/serializers/task.py:45 +#: xpack/plugins/cloud/models.py:105 xpack/plugins/cloud/serializers/task.py:44 msgid "Sync IP type" msgstr "同期IPタイプ" -#: xpack/plugins/cloud/models.py:108 xpack/plugins/cloud/serializers/task.py:62 +#: xpack/plugins/cloud/models.py:108 xpack/plugins/cloud/serializers/task.py:61 msgid "Always update" msgstr "常に更新" @@ -7468,12 +7434,10 @@ msgid "IP address invalid `{}`, {}" msgstr "IPアドレスが無効: '{}', {}" #: xpack/plugins/cloud/serializers/account_attrs.py:172 -msgid "" -"Format for comma-delimited string,Such as: 192.168.1.0/24, " -"10.0.0.0-10.0.0.255" -msgstr "形式はコンマ区切りの文字列です,例:192.168.1.0/24,10.0.0.0-10.0.0.255" +msgid "Such as: 192.168.1.0/24, 10.0.0.0-10.0.0.255" +msgstr "例:192.168.1.0/24,10.0.0.0-10.0.0.255" -#: xpack/plugins/cloud/serializers/account_attrs.py:176 +#: xpack/plugins/cloud/serializers/account_attrs.py:175 msgid "" "The port is used to detect the validity of the IP address. When the " "synchronization task is executed, only the valid IP address will be " @@ -7483,19 +7447,19 @@ msgstr "" "実行されると、有効な IP アドレスのみが同期されます。
ポートが0の場合、す" "べてのIPアドレスが有効です。" -#: xpack/plugins/cloud/serializers/account_attrs.py:184 +#: xpack/plugins/cloud/serializers/account_attrs.py:183 msgid "Hostname prefix" msgstr "ホスト名プレフィックス" -#: xpack/plugins/cloud/serializers/account_attrs.py:187 +#: xpack/plugins/cloud/serializers/account_attrs.py:186 msgid "IP segment" msgstr "IP セグメント" -#: xpack/plugins/cloud/serializers/account_attrs.py:191 +#: xpack/plugins/cloud/serializers/account_attrs.py:190 msgid "Test port" msgstr "テストポート" -#: xpack/plugins/cloud/serializers/account_attrs.py:194 +#: xpack/plugins/cloud/serializers/account_attrs.py:193 msgid "Test timeout" msgstr "テストタイムアウト" @@ -7504,20 +7468,19 @@ msgid "" "Only instances matching the IP range will be synced.
If the instance " "contains multiple IP addresses, the first IP address that matches will be " "used as the IP for the created asset.
The default value of * means sync " -"all instances and randomly match IP addresses.
Format for comma-" -"delimited string, Such as: 192.168.1.0/24, 10.1.1.1-10.1.1.20" +"all instances and randomly match IP addresses.
Such as: 192.168.1.0/24, " +"10.1.1.1-10.1.1.20" msgstr "" "IP範囲に一致するインスタンスのみが同期されます。
インスタンスに複数のIPア" "ドレスが含まれている場合、一致する最初のIPアドレスが作成されたアセットのIPと" "して使用されます。
デフォルト値の*は、すべてのインスタンスを同期し、IPア" -"ドレスをランダムに一致させることを意味します。
形式はコンマ区切りの文字列" -"です。例:192.168.1.0/24,10.1.1.1-10.1.1.20" +"ドレスをランダムに一致させることを意味します。
例:192.168.1.0/24,10.1.1.1-10.1.1.20" -#: xpack/plugins/cloud/serializers/task.py:35 +#: xpack/plugins/cloud/serializers/task.py:34 msgid "History count" msgstr "実行回数" -#: xpack/plugins/cloud/serializers/task.py:36 +#: xpack/plugins/cloud/serializers/task.py:35 msgid "Instance count" msgstr "インスタンス数" @@ -7596,19 +7559,3 @@ msgstr "究極のエディション" #: xpack/plugins/license/models.py:86 msgid "Community edition" msgstr "コミュニティ版" - -#, fuzzy -#~| msgid "Parameters" -#~ msgid "Params" -#~ msgstr "パラメータ" - -#~ msgid "Auto fill" -#~ msgstr "自動充填" - -#~ msgid "Info" -#~ msgstr "情報" - -#, fuzzy -#~| msgid "Custom user" -#~ msgid "Custom" -#~ msgstr "カスタムユーザー" diff --git a/apps/locale/zh/LC_MESSAGES/django.mo b/apps/locale/zh/LC_MESSAGES/django.mo index 7ae1a2fb3..a4ec5564d 100644 --- a/apps/locale/zh/LC_MESSAGES/django.mo +++ b/apps/locale/zh/LC_MESSAGES/django.mo @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cb1b9a1cb886205fdd2320ddad5b3dea2e3bc15a76173ee0eab38c9c7b83739f -size 114597 +oid sha256:2dd0610d610c2660f35d50dc2871ac08cc09080d2503e1080a57d97c47fea471 +size 114418 diff --git a/apps/locale/zh/LC_MESSAGES/django.po b/apps/locale/zh/LC_MESSAGES/django.po index b67a23cff..4d3396700 100644 --- a/apps/locale/zh/LC_MESSAGES/django.po +++ b/apps/locale/zh/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: JumpServer 0.3.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-19 12:58+0800\n" +"POT-Creation-Date: 2023-04-20 17:31+0800\n" "PO-Revision-Date: 2021-05-20 10:54+0800\n" "Last-Translator: ibuler \n" "Language-Team: JumpServer team\n" @@ -203,7 +203,7 @@ msgid "Su from" msgstr "切换自" #: accounts/models/account.py:53 settings/serializers/auth/cas.py:20 -#: settings/serializers/auth/feishu.py:20 terminal/models/applet/applet.py:28 +#: settings/serializers/auth/feishu.py:20 terminal/models/applet/applet.py:29 msgid "Version" msgstr "版本" @@ -484,7 +484,7 @@ msgstr "账号验证" #: ops/models/job.py:92 ops/models/playbook.py:23 ops/serializers/job.py:20 #: orgs/models.py:69 perms/models/asset_permission.py:56 rbac/models/role.py:29 #: settings/models.py:33 settings/serializers/sms.py:6 -#: terminal/models/applet/applet.py:26 terminal/models/component/endpoint.py:12 +#: terminal/models/applet/applet.py:27 terminal/models/component/endpoint.py:12 #: terminal/models/component/endpoint.py:90 #: terminal/models/component/storage.py:26 terminal/models/component/task.py:15 #: terminal/models/component/terminal.py:84 users/forms/profile.py:33 @@ -501,7 +501,7 @@ msgstr "特权账号" #: assets/models/automations/base.py:21 assets/models/cmd_filter.py:39 #: assets/models/label.py:22 #: authentication/serializers/connect_token_secret.py:106 -#: terminal/models/applet/applet.py:31 users/serializers/user.py:169 +#: terminal/models/applet/applet.py:32 users/serializers/user.py:169 msgid "Is active" msgstr "激活" @@ -568,7 +568,7 @@ msgstr "类别" #: assets/serializers/asset/common.py:121 assets/serializers/platform.py:101 #: assets/serializers/platform.py:116 audits/serializers.py:48 #: authentication/serializers/connect_token_secret.py:115 ops/models/job.py:103 -#: perms/serializers/user_permission.py:27 terminal/models/applet/applet.py:30 +#: perms/serializers/user_permission.py:27 terminal/models/applet/applet.py:31 #: terminal/models/component/storage.py:57 #: terminal/models/component/storage.py:146 terminal/serializers/applet.py:29 #: terminal/serializers/session.py:22 terminal/serializers/storage.py:224 @@ -621,7 +621,14 @@ msgstr "资产不支持账号类型: %s" msgid "Account has exist" msgstr "账号已存在" -#: accounts/serializers/account/account.py:401 acls/models/base.py:98 +#: accounts/serializers/account/account.py:395 +#: authentication/serializers/connect_token_secret.py:146 +#: authentication/templates/authentication/_access_key_modal.html:30 +#: perms/models/perm_node.py:21 users/serializers/group.py:33 +msgid "ID" +msgstr "ID" + +#: accounts/serializers/account/account.py:402 acls/models/base.py:98 #: acls/models/login_acl.py:13 acls/serializers/base.py:55 #: acls/serializers/login_acl.py:21 assets/models/cmd_filter.py:24 #: assets/models/label.py:16 audits/models.py:44 audits/models.py:63 @@ -639,7 +646,7 @@ msgstr "账号已存在" msgid "User" msgstr "用户" -#: accounts/serializers/account/account.py:402 +#: accounts/serializers/account/account.py:403 #: authentication/templates/authentication/_access_key_modal.html:33 #: terminal/notifications.py:98 terminal/notifications.py:146 msgid "Date" @@ -862,17 +869,17 @@ msgid "Login asset confirm" msgstr "登录资产复核" #: acls/serializers/base.py:10 acls/serializers/login_acl.py:16 -msgid "Format for comma-delimited string, with * indicating a match all. " -msgstr "格式为逗号分隔的字符串, * 表示匹配所有. " +msgid "With * indicating a match all. " +msgstr "* 表示匹配所有. " #: acls/serializers/base.py:25 msgid "" -"Format for comma-delimited string, with * indicating a match all. Such as: " -"192.168.10.1, 192.168.1.0/24, 10.1.1.1-10.1.1.20, 2001:db8:2de::e13, 2001:" -"db8:1a:1110::/64 (Domain name support)" +"With * indicating a match all. Such as: 192.168.10.1, 192.168.1.0/24, " +"10.1.1.1-10.1.1.20, 2001:db8:2de::e13, 2001:db8:1a:1110::/64 (Domain name " +"support)" msgstr "" -"格式为逗号分隔的字符串, * 表示匹配所有。例如: 192.168.10.1, 192.168.1.0/24, " -"10.1.1.1-10.1.1.20, 2001:db8:2de::e13, 2001:db8:1a:1110::/64 (支持网域)" +"* 表示匹配所有。例如: 192.168.10.1, 192.168.1.0/24, 10.1.1.1-10.1.1.20, 2001:" +"db8:2de::e13, 2001:db8:1a:1110::/64 (支持网域)" #: acls/serializers/base.py:40 assets/serializers/asset/host.py:19 msgid "IP/Host" @@ -917,12 +924,11 @@ msgstr "IP 地址无效: `{}`" #: acls/serializers/rules/rules.py:25 msgid "" -"Format for comma-delimited string, with * indicating a match all. Such as: " -"192.168.10.1, 192.168.1.0/24, 10.1.1.1-10.1.1.20, 2001:db8:2de::e13, 2001:" -"db8:1a:1110::/64 " +"With * indicating a match all. Such as: 192.168.10.1, 192.168.1.0/24, " +"10.1.1.1-10.1.1.20, 2001:db8:2de::e13, 2001:db8:1a:1110::/64 " msgstr "" -"格式为逗号分隔的字符串, * 表示匹配所有。例如: 192.168.10.1, 192.168.1.0/24, " -"10.1.1.1-10.1.1.20, 2001:db8:2de::e13, 2001:db8:1a:1110::/64" +"* 表示匹配所有。例如: 192.168.10.1, 192.168.1.0/24, 10.1.1.1-10.1.1.20, 2001:" +"db8:2de::e13, 2001:db8:1a:1110::/64" #: acls/serializers/rules/rules.py:33 #: authentication/templates/authentication/_msg_oauth_bind.html:12 @@ -1048,7 +1054,7 @@ msgid "Cloud service" msgstr "云服务" #: assets/const/category.py:14 assets/models/asset/web.py:16 audits/const.py:33 -#: terminal/models/applet/applet.py:24 +#: terminal/models/applet/applet.py:25 msgid "Web" msgstr "Web" @@ -1068,7 +1074,7 @@ msgstr "私有云" msgid "Kubernetes" msgstr "" -#: assets/const/device.py:7 terminal/models/applet/applet.py:23 +#: assets/const/device.py:7 terminal/models/applet/applet.py:24 #: tickets/const.py:8 msgid "General" msgstr "一般" @@ -1127,7 +1133,7 @@ msgstr "SSH公钥" #: assets/models/cmd_filter.py:88 assets/models/group.py:23 #: common/db/models.py:37 ops/models/adhoc.py:27 ops/models/job.py:111 #: ops/models/playbook.py:26 rbac/models/role.py:37 settings/models.py:38 -#: terminal/models/applet/applet.py:35 terminal/models/applet/applet.py:183 +#: terminal/models/applet/applet.py:36 terminal/models/applet/applet.py:184 #: terminal/models/applet/host.py:111 terminal/models/component/endpoint.py:24 #: terminal/models/component/endpoint.py:100 #: terminal/models/session/session.py:47 tickets/models/comment.py:32 @@ -1177,7 +1183,7 @@ msgstr "用户名与用户相同" #: assets/models/_user.py:52 authentication/models/connection_token.py:39 #: authentication/serializers/connect_token_secret.py:103 -#: terminal/models/applet/applet.py:33 terminal/serializers/session.py:20 +#: terminal/models/applet/applet.py:34 terminal/serializers/session.py:20 #: terminal/serializers/session.py:41 terminal/serializers/storage.py:68 msgid "Protocol" msgstr "协议" @@ -1243,7 +1249,7 @@ msgstr "地址" #: assets/models/asset/common.py:125 assets/models/platform.py:120 #: authentication/serializers/connect_token_secret.py:107 #: perms/serializers/user_permission.py:24 -#: xpack/plugins/cloud/serializers/account_attrs.py:197 +#: xpack/plugins/cloud/serializers/account_attrs.py:196 msgid "Platform" msgstr "系统平台" @@ -1343,7 +1349,7 @@ msgstr "资产自动化任务" #: assets/models/automations/base.py:113 audits/models.py:177 #: audits/serializers.py:49 ops/models/base.py:49 ops/models/job.py:184 -#: terminal/models/applet/applet.py:182 terminal/models/applet/host.py:108 +#: terminal/models/applet/applet.py:183 terminal/models/applet/host.py:108 #: terminal/models/component/status.py:30 terminal/serializers/applet.py:18 #: terminal/serializers/applet_host.py:103 tickets/models/ticket/general.py:283 #: tickets/serializers/super_ticket.py:13 @@ -1625,7 +1631,7 @@ msgstr "端口超出范围 (1-65535)" msgid "Protocol is required: {}" msgstr "协议是必填的: {}" -#: assets/serializers/asset/database.py:25 common/serializers/fields.py:102 +#: assets/serializers/asset/database.py:25 common/serializers/fields.py:103 #: tickets/serializers/ticket/common.py:58 #: xpack/plugins/cloud/serializers/account_attrs.py:56 #: xpack/plugins/cloud/serializers/account_attrs.py:79 @@ -1732,8 +1738,6 @@ msgid "Gather accounts method" msgstr "收集账号方式" #: assets/serializers/platform.py:103 -#, fuzzy -#| msgid "Help" msgid "Help text" msgstr "帮助" @@ -1973,7 +1977,7 @@ msgstr "详情 ID" #: audits/models.py:130 msgid "Activity log" -msgstr "" +msgstr "活动日志" #: audits/models.py:142 msgid "Change by" @@ -2569,12 +2573,6 @@ msgstr "组件" msgid "Expired now" msgstr "立刻过期" -#: authentication/serializers/connect_token_secret.py:146 -#: authentication/templates/authentication/_access_key_modal.html:30 -#: perms/models/perm_node.py:21 users/serializers/group.py:33 -msgid "ID" -msgstr "ID" - #: authentication/serializers/connection_token.py:15 msgid "Expired time" msgstr "过期时间" @@ -3177,21 +3175,21 @@ msgstr "节点" msgid "File" msgstr "文件" -#: common/serializers/fields.py:103 +#: common/serializers/fields.py:104 #, python-brace-format msgid "Invalid pk \"{pk_value}\" - object does not exist." msgstr "错误的 pk \"{pk_value}\" - 对象不存在" -#: common/serializers/fields.py:104 +#: common/serializers/fields.py:105 #, python-brace-format msgid "Incorrect type. Expected pk value, received {data_type}." msgstr "错误类型。期望 pk 值,收到 {data_type}。" -#: common/serializers/fields.py:174 +#: common/serializers/fields.py:179 msgid "Invalid data type, should be list" msgstr "错误的数据类型,应该是列表" -#: common/serializers/fields.py:189 +#: common/serializers/fields.py:194 msgid "Invalid choice: {}" msgstr "无效选项: {}" @@ -3543,7 +3541,7 @@ msgstr "" msgid "Material Type" msgstr "" -#: ops/models/job.py:456 +#: ops/models/job.py:458 msgid "Job Execution" msgstr "作业执行" @@ -3692,7 +3690,7 @@ msgstr "组织" msgid "Org name" msgstr "组织名称" -#: orgs/models.py:70 rbac/models/role.py:36 terminal/models/applet/applet.py:32 +#: orgs/models.py:70 rbac/models/role.py:36 terminal/models/applet/applet.py:33 msgid "Builtin" msgstr "内置的" @@ -3936,7 +3934,7 @@ msgstr "权限" msgid "Users amount" msgstr "用户数量" -#: rbac/serializers/role.py:28 terminal/models/applet/applet.py:27 +#: rbac/serializers/role.py:28 terminal/models/applet/applet.py:28 msgid "Display name" msgstr "显示名称" @@ -4000,8 +3998,8 @@ msgstr "任务中心" msgid "My assets" msgstr "我的资产" -#: rbac/tree.py:56 terminal/models/applet/applet.py:42 -#: terminal/models/applet/applet.py:179 terminal/models/applet/host.py:28 +#: rbac/tree.py:56 terminal/models/applet/applet.py:43 +#: terminal/models/applet/applet.py:180 terminal/models/applet/host.py:28 #: terminal/serializers/applet.py:15 msgid "Applet" msgstr "远程应用" @@ -4499,7 +4497,7 @@ msgid "SSO auth key TTL" msgstr "令牌有效期" #: settings/serializers/auth/sso.py:17 -#: xpack/plugins/cloud/serializers/account_attrs.py:194 +#: xpack/plugins/cloud/serializers/account_attrs.py:193 msgid "Unit: second" msgstr "单位: 秒" @@ -5500,35 +5498,35 @@ msgstr "不支持批量创建" msgid "Storage is invalid" msgstr "存储无效" -#: terminal/models/applet/applet.py:29 +#: terminal/models/applet/applet.py:30 msgid "Author" msgstr "作者" -#: terminal/models/applet/applet.py:34 +#: terminal/models/applet/applet.py:35 msgid "Tags" msgstr "标签" -#: terminal/models/applet/applet.py:38 terminal/serializers/storage.py:157 +#: terminal/models/applet/applet.py:39 terminal/serializers/storage.py:157 msgid "Hosts" msgstr "主机" -#: terminal/models/applet/applet.py:83 +#: terminal/models/applet/applet.py:84 msgid "Applet pkg not valid, Missing file {}" msgstr "Applet pkg 无效,缺少文件 {}" -#: terminal/models/applet/applet.py:102 +#: terminal/models/applet/applet.py:103 msgid "Load platform.yml failed: {}" msgstr "" -#: terminal/models/applet/applet.py:105 +#: terminal/models/applet/applet.py:106 msgid "Only support custom platform" msgstr "" -#: terminal/models/applet/applet.py:110 +#: terminal/models/applet/applet.py:111 msgid "Missing type in platform.yml" msgstr "" -#: terminal/models/applet/applet.py:181 terminal/models/applet/host.py:34 +#: terminal/models/applet/applet.py:182 terminal/models/applet/host.py:34 #: terminal/models/applet/host.py:106 msgid "Hosting" msgstr "宿主机" @@ -6033,7 +6031,7 @@ msgstr "打开" #: tickets/const.py:18 tickets/const.py:31 msgid "Reopen" -msgstr "" +msgstr "重新打开" #: tickets/const.py:19 tickets/const.py:32 msgid "Approved" @@ -7037,7 +7035,7 @@ msgstr "云账号" msgid "Test cloud account" msgstr "测试云账号" -#: xpack/plugins/cloud/models.py:88 xpack/plugins/cloud/serializers/task.py:37 +#: xpack/plugins/cloud/models.py:88 xpack/plugins/cloud/serializers/task.py:36 msgid "Regions" msgstr "地域" @@ -7045,15 +7043,15 @@ msgstr "地域" msgid "Hostname strategy" msgstr "主机名策略" -#: xpack/plugins/cloud/models.py:102 xpack/plugins/cloud/serializers/task.py:40 +#: xpack/plugins/cloud/models.py:102 xpack/plugins/cloud/serializers/task.py:39 msgid "IP network segment group" msgstr "IP网段组" -#: xpack/plugins/cloud/models.py:105 xpack/plugins/cloud/serializers/task.py:45 +#: xpack/plugins/cloud/models.py:105 xpack/plugins/cloud/serializers/task.py:44 msgid "Sync IP type" msgstr "同步IP类型" -#: xpack/plugins/cloud/models.py:108 xpack/plugins/cloud/serializers/task.py:62 +#: xpack/plugins/cloud/models.py:108 xpack/plugins/cloud/serializers/task.py:61 msgid "Always update" msgstr "总是更新" @@ -7339,12 +7337,10 @@ msgid "IP address invalid `{}`, {}" msgstr "IP 地址无效: `{}`, {}" #: xpack/plugins/cloud/serializers/account_attrs.py:172 -msgid "" -"Format for comma-delimited string,Such as: 192.168.1.0/24, " -"10.0.0.0-10.0.0.255" -msgstr "格式为逗号分隔的字符串,如:192.168.1.0/24,10.0.0.0-10.0.0.255" +msgid "Such as: 192.168.1.0/24, 10.0.0.0-10.0.0.255" +msgstr "如:192.168.1.0/24,10.0.0.0-10.0.0.255" -#: xpack/plugins/cloud/serializers/account_attrs.py:176 +#: xpack/plugins/cloud/serializers/account_attrs.py:175 msgid "" "The port is used to detect the validity of the IP address. When the " "synchronization task is executed, only the valid IP address will be " @@ -7353,19 +7349,19 @@ msgstr "" "端口用来检测 IP 地址的有效性,在同步任务执行时,只会同步有效的 IP 地址。
" "如果端口为 0,则表示所有 IP 地址均有效。" -#: xpack/plugins/cloud/serializers/account_attrs.py:184 +#: xpack/plugins/cloud/serializers/account_attrs.py:183 msgid "Hostname prefix" msgstr "主机名前缀" -#: xpack/plugins/cloud/serializers/account_attrs.py:187 +#: xpack/plugins/cloud/serializers/account_attrs.py:186 msgid "IP segment" msgstr "IP 网段" -#: xpack/plugins/cloud/serializers/account_attrs.py:191 +#: xpack/plugins/cloud/serializers/account_attrs.py:190 msgid "Test port" msgstr "测试端口" -#: xpack/plugins/cloud/serializers/account_attrs.py:194 +#: xpack/plugins/cloud/serializers/account_attrs.py:193 msgid "Test timeout" msgstr "测试超时时间" @@ -7374,18 +7370,18 @@ msgid "" "Only instances matching the IP range will be synced.
If the instance " "contains multiple IP addresses, the first IP address that matches will be " "used as the IP for the created asset.
The default value of * means sync " -"all instances and randomly match IP addresses.
Format for comma-" -"delimited string, Such as: 192.168.1.0/24, 10.1.1.1-10.1.1.20" +"all instances and randomly match IP addresses.
Such as: 192.168.1.0/24, " +"10.1.1.1-10.1.1.20" msgstr "" "只有匹配到 IP 段的实例会被同步。
如果实例包含多个 IP 地址,那么第一个匹配" "到的 IP 地址将被用作创建的资产的 IP。
默认值 * 表示同步所有实例和随机匹配 " -"IP 地址。
格式为以逗号分隔的字符串,例如:192.168.1.0/24,10.1.1.1-10.1.1.20" +"IP 地址。
例如:192.168.1.0/24,10.1.1.1-10.1.1.20" -#: xpack/plugins/cloud/serializers/task.py:35 +#: xpack/plugins/cloud/serializers/task.py:34 msgid "History count" msgstr "执行次数" -#: xpack/plugins/cloud/serializers/task.py:36 +#: xpack/plugins/cloud/serializers/task.py:35 msgid "Instance count" msgstr "实例个数" @@ -7464,109 +7460,3 @@ msgstr "旗舰版" #: xpack/plugins/license/models.py:86 msgid "Community edition" msgstr "社区版" - -#~ msgid "Auto fill" -#~ msgstr "自动代填" - -#~ msgid "Info" -#~ msgstr "信息" - -#, fuzzy -#~| msgid "Custom user" -#~ msgid "Custom" -#~ msgstr "自定义用户" - -#~ msgid "API Server" -#~ msgstr "API 服务" - -#~ msgid "Unix admin user" -#~ msgstr "Unix 管理员" - -#~ msgid "Windows admin user" -#~ msgstr "Windows 管理员" - -#~ msgid "Linux admin user" -#~ msgstr "Linux 管理员" - -#~ msgid "Can push account to asset" -#~ msgstr "可以推送账号到资产" - -#~ msgid "Add asset to node" -#~ msgstr "添加资产到节点" - -#~ msgid "Move asset to node" -#~ msgstr "移动资产到节点" - -#~ msgid "Remove asset from node" -#~ msgstr "从节点移除资产" - -#~ msgid "Clean audits log" -#~ msgstr "清理审计日志" - -#~ msgid "" -#~ "Typically, the port is 9000,the HTTP interface and the native interface " -#~ "use different ports" -#~ msgstr "默认端口为9000, HTTP接口和本机接口使用不同的端口" - -#~ msgid "CMD" -#~ msgstr "CMD" - -#~ msgid "PowerShell" -#~ msgstr "PowerShell" - -#~ msgid "Shell (Windows)" -#~ msgstr "Windows shell" - -#~ msgid "The shell type used when Windows assets perform ansible tasks" -#~ msgstr "windows 资产执行 Ansible 任务时,使用的 Shell 类型。" - -#~ msgid "Can change asset account secret" -#~ msgstr "可以更改资产账号密码" - -#~ msgid "Periodic clear celery tasks" -#~ msgstr "周期清理不可用任务" - -#~ msgid "Clean celery log period" -#~ msgstr "定期清除任务日志" - -#~ msgid "Periodic clean expired session" -#~ msgstr "周期清理过期会话" - -#~ msgid "AdHoc" -#~ msgstr "任务各版本" - -#~ msgid "Terminal ID" -#~ msgstr "终端 ID" - -#~ msgid "{} used account[{}], login method[{}] login the asset." -#~ msgstr "{} 使用账户[{}], 登录方式[{}]登录了这个资产." - -#~ msgid "User {} has executed change auth plan for this account.({})" -#~ msgstr "用户 {} 为这个账号执行了改密计划.({})" - -#~ msgid "User {} login into this service.[{}]" -#~ msgstr "用户 {} 登录了服务.[{}]" - -#~ msgid "Update some assets hardware info. " -#~ msgstr "更新资产硬件信息. " - -#~ msgid "Manually update the hardware information of assets" -#~ msgstr "手动更新资产信息" - -#~ msgid "Manually update the hardware information of assets under a node" -#~ msgstr "手动更新节点下资产信息" - -#~ msgid "Manually test the connectivity of a asset" -#~ msgstr "手动测试资产连接性" - -#~ msgid "Manually test the connectivity of assets under a node" -#~ msgstr "手动测试节点下资产连接性" - -#~ msgid "Disk info" -#~ msgstr "硬盘信息" - -#~ msgid "Hostname raw" -#~ msgstr "主机名原始" - -#~ msgid "Asset number" -#~ msgstr "资产编号"