katello 4.12.0 → 4.13.0.rc1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of katello might be problematic. Click here for more details.

Files changed (239) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +0 -1
  3. data/app/assets/javascripts/katello/locale/bn/katello.js +3365 -3350
  4. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +3136 -3121
  5. data/app/assets/javascripts/katello/locale/ca/katello.js +3588 -3576
  6. data/app/assets/javascripts/katello/locale/cs/katello.js +3499 -3487
  7. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +4186 -4186
  8. data/app/assets/javascripts/katello/locale/de/katello.js +5553 -5562
  9. data/app/assets/javascripts/katello/locale/de_AT/katello.js +3008 -2993
  10. data/app/assets/javascripts/katello/locale/de_DE/katello.js +3066 -3051
  11. data/app/assets/javascripts/katello/locale/el/katello.js +3376 -3370
  12. data/app/assets/javascripts/katello/locale/en/katello.js +3008 -2993
  13. data/app/assets/javascripts/katello/locale/en_GB/katello.js +3076 -3073
  14. data/app/assets/javascripts/katello/locale/en_US/katello.js +3008 -2993
  15. data/app/assets/javascripts/katello/locale/es/katello.js +5366 -5372
  16. data/app/assets/javascripts/katello/locale/et_EE/katello.js +3008 -2993
  17. data/app/assets/javascripts/katello/locale/fr/katello.js +5975 -5984
  18. data/app/assets/javascripts/katello/locale/gl/katello.js +3125 -3113
  19. data/app/assets/javascripts/katello/locale/gu/katello.js +3119 -3104
  20. data/app/assets/javascripts/katello/locale/he_IL/katello.js +3020 -3005
  21. data/app/assets/javascripts/katello/locale/hi/katello.js +3137 -3122
  22. data/app/assets/javascripts/katello/locale/id/katello.js +3008 -2993
  23. data/app/assets/javascripts/katello/locale/it/katello.js +4469 -4466
  24. data/app/assets/javascripts/katello/locale/ja/katello.js +5969 -5978
  25. data/app/assets/javascripts/katello/locale/ka/katello.js +5649 -5652
  26. data/app/assets/javascripts/katello/locale/kn/katello.js +3136 -3121
  27. data/app/assets/javascripts/katello/locale/ko/katello.js +4717 -4720
  28. data/app/assets/javascripts/katello/locale/locale/katello.js +1050 -1084
  29. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +3008 -2993
  30. data/app/assets/javascripts/katello/locale/mr/katello.js +3136 -3121
  31. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +3116 -3101
  32. data/app/assets/javascripts/katello/locale/or/katello.js +3137 -3122
  33. data/app/assets/javascripts/katello/locale/pa/katello.js +3136 -3121
  34. data/app/assets/javascripts/katello/locale/pl/katello.js +3210 -3195
  35. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +3008 -2993
  36. data/app/assets/javascripts/katello/locale/pt/katello.js +3009 -2994
  37. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +5362 -5368
  38. data/app/assets/javascripts/katello/locale/ro/katello.js +3008 -2993
  39. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +3008 -2993
  40. data/app/assets/javascripts/katello/locale/ru/katello.js +4638 -4641
  41. data/app/assets/javascripts/katello/locale/sl/katello.js +3051 -3036
  42. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +3156 -3144
  43. data/app/assets/javascripts/katello/locale/ta/katello.js +3365 -3350
  44. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +3121 -3106
  45. data/app/assets/javascripts/katello/locale/te/katello.js +3136 -3121
  46. data/app/assets/javascripts/katello/locale/tr/katello.js +3025 -3010
  47. data/app/assets/javascripts/katello/locale/vi/katello.js +3008 -2993
  48. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +3008 -2993
  49. data/app/assets/javascripts/katello/locale/zh/katello.js +3008 -2993
  50. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +5968 -5977
  51. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +4694 -4697
  52. data/app/assets/javascripts/katello/sync_management/sync_management.js +1 -0
  53. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +51 -124
  54. data/app/controllers/katello/api/rhsm/candlepin_dynflow_proxy_controller.rb +12 -20
  55. data/app/controllers/katello/api/v2/activation_keys_controller.rb +10 -4
  56. data/app/controllers/katello/api/v2/capsule_content_controller.rb +24 -0
  57. data/app/controllers/katello/api/v2/content_view_versions_controller.rb +9 -2
  58. data/app/controllers/katello/api/v2/debs_controller.rb +1 -1
  59. data/app/controllers/katello/api/v2/errata_controller.rb +1 -1
  60. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +12 -4
  61. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +3 -3
  62. data/app/controllers/katello/api/v2/organizations_controller.rb +0 -11
  63. data/app/controllers/katello/api/v2/packages_controller.rb +1 -1
  64. data/app/controllers/katello/api/v2/products_bulk_actions_controller.rb +1 -1
  65. data/app/controllers/katello/api/v2/repositories_controller.rb +18 -12
  66. data/app/controllers/katello/api/v2/repository_sets_controller.rb +2 -1
  67. data/app/controllers/katello/api/v2/simple_content_access_controller.rb +9 -22
  68. data/app/controllers/katello/concerns/api/v2/authorization.rb +1 -1
  69. data/app/helpers/katello/katello_urls_helper.rb +26 -1
  70. data/app/helpers/katello/subscription_mailer_helper.rb +1 -1
  71. data/app/jobs/create_manifest_expire_soon_warning_notifications.rb +11 -0
  72. data/app/lib/actions/candlepin/owner/regenerate_upstream_identity_cert.rb +21 -0
  73. data/app/lib/actions/katello/capsule_content/sync.rb +1 -1
  74. data/app/lib/actions/katello/capsule_content/verify_checksum.rb +75 -0
  75. data/app/lib/actions/katello/content_view/promote.rb +1 -1
  76. data/app/lib/actions/katello/content_view/publish.rb +1 -1
  77. data/app/lib/actions/katello/content_view_version/verify_checksum.rb +29 -0
  78. data/app/lib/actions/katello/host/hypervisors_update.rb +1 -0
  79. data/app/lib/actions/katello/host/update_content_view.rb +2 -2
  80. data/app/lib/actions/katello/organization/manifest_import.rb +5 -0
  81. data/app/lib/actions/katello/organization/manifest_refresh.rb +3 -0
  82. data/app/lib/actions/katello/repository/metadata_generate.rb +7 -1
  83. data/app/lib/actions/katello/repository/remove_content.rb +1 -0
  84. data/app/lib/actions/katello/repository/sync.rb +2 -1
  85. data/app/lib/actions/katello/repository/upload_files.rb +1 -0
  86. data/app/lib/actions/pulp3/capsule_content/verify_checksum.rb +27 -0
  87. data/app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb +7 -9
  88. data/app/lib/actions/pulp3/orchestration/content_view_version/syncable_export.rb +5 -4
  89. data/app/lib/katello/concerns/base_template_scope_extensions.rb +7 -2
  90. data/app/lib/katello/errors.rb +4 -0
  91. data/app/lib/katello/http_resource.rb +6 -1
  92. data/app/lib/katello/resources/candlepin/consumer.rb +1 -1
  93. data/app/lib/katello/resources/candlepin/upstream_consumer.rb +18 -6
  94. data/app/lib/katello/resources/candlepin/upstream_job.rb +1 -1
  95. data/app/lib/katello/resources/registry.rb +25 -0
  96. data/app/mailers/katello/subscription_mailer.rb +3 -6
  97. data/app/models/katello/candlepin/repository_mapper.rb +1 -1
  98. data/app/models/katello/concerns/organization_extensions.rb +42 -3
  99. data/app/models/katello/content_view.rb +28 -0
  100. data/app/models/katello/content_view_environment_content_facet.rb +4 -2
  101. data/app/models/katello/glue/provider.rb +19 -12
  102. data/app/models/katello/glue/pulp/repos.rb +3 -8
  103. data/app/models/katello/host/content_facet.rb +1 -1
  104. data/app/models/katello/host/subscription_facet.rb +1 -1
  105. data/app/models/katello/host_collection.rb +12 -3
  106. data/app/models/katello/ping.rb +1 -1
  107. data/app/models/katello/repository.rb +33 -0
  108. data/app/models/katello/root_repository.rb +0 -4
  109. data/app/services/katello/content_unit_indexer.rb +9 -0
  110. data/app/services/katello/pulp3/alternate_content_source.rb +4 -6
  111. data/app/services/katello/pulp3/api/core.rb +13 -0
  112. data/app/services/katello/pulp3/api/yum.rb +11 -0
  113. data/app/services/katello/pulp3/docker_manifest.rb +5 -1
  114. data/app/services/katello/pulp3/repository/generic.rb +1 -1
  115. data/app/services/katello/pulp3/repository.rb +26 -6
  116. data/app/services/katello/pulp3/repository_mirror.rb +13 -12
  117. data/app/services/katello/pulp3/service_common.rb +2 -10
  118. data/app/services/katello/pulp3/smart_proxy_repository.rb +0 -2
  119. data/app/services/katello/ui_notifications/subscriptions/manifest_expire_soon_warning.rb +75 -0
  120. data/app/views/foreman/job_templates/update_package_-_katello_ansible_default.erb +5 -1
  121. data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +2 -2
  122. data/app/views/foreman/job_templates/upload_profile.erb +16 -0
  123. data/app/views/katello/api/v2/content_view_filter_rules/show.json.rabl +9 -0
  124. data/app/views/katello/api/v2/docker_manifests/show.json.rabl +1 -0
  125. data/app/views/katello/api/v2/hosts/host_collections.json.rabl +5 -1
  126. data/app/views/katello/api/v2/organizations/show.json.rabl +9 -1
  127. data/app/views/katello/hosts/_errata_counts.html.erb +1 -1
  128. data/app/views/overrides/activation_keys/_host_environment_select.html.erb +1 -1
  129. data/app/views/overrides/activation_keys/_host_media_type_select.html.erb +15 -5
  130. data/app/views/overrides/activation_keys/_host_tab_pane.html.erb +1 -29
  131. data/config/routes/api/registry.rb +4 -8
  132. data/config/routes/api/v2.rb +2 -0
  133. data/db/migrate/20240423112842_add_fields_to_katello_docker_manifest.rb +8 -0
  134. data/db/migrate/20240502192021_change_katello_repository_rpms_id_seq_to_big_int.rb +9 -0
  135. data/db/seeds.d/109-katello-notification-blueprints.rb +6 -0
  136. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js +3 -3
  137. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/new/views/new-content-credential.html +2 -1
  138. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js +3 -3
  139. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +0 -15
  140. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +8 -6
  141. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +12 -10
  142. data/lib/katello/permission_creator.rb +3 -3
  143. data/lib/katello/permissions/registry_permissions.rb +4 -7
  144. data/lib/katello/plugin.rb +10 -9
  145. data/lib/katello/repository_types/ostree.rb +7 -0
  146. data/lib/katello/scheduled_jobs.rb +7 -1
  147. data/lib/katello/tasks/clean_backend_objects.rake +1 -1
  148. data/lib/katello/tasks/repository.rake +22 -0
  149. data/lib/katello/version.rb +1 -1
  150. data/locale/action_names.rb +4 -3
  151. data/locale/bn/katello.po +166 -151
  152. data/locale/bn_IN/katello.po +166 -151
  153. data/locale/ca/katello.po +166 -151
  154. data/locale/cs/katello.po +166 -151
  155. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  156. data/locale/cs_CZ/katello.po +172 -157
  157. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  158. data/locale/de/katello.po +178 -163
  159. data/locale/de_AT/katello.po +166 -151
  160. data/locale/de_DE/katello.po +166 -151
  161. data/locale/el/katello.po +166 -151
  162. data/locale/en/katello.po +166 -151
  163. data/locale/en_GB/katello.po +166 -151
  164. data/locale/en_US/katello.po +166 -151
  165. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  166. data/locale/es/katello.po +178 -163
  167. data/locale/et_EE/katello.po +166 -151
  168. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  169. data/locale/fr/katello.po +179 -164
  170. data/locale/gl/katello.po +166 -151
  171. data/locale/gu/katello.po +166 -151
  172. data/locale/he_IL/katello.po +166 -151
  173. data/locale/hi/katello.po +166 -151
  174. data/locale/id/katello.po +166 -151
  175. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  176. data/locale/it/katello.po +169 -154
  177. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  178. data/locale/ja/katello.po +179 -164
  179. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  180. data/locale/ka/katello.po +177 -162
  181. data/locale/katello.pot +1119 -1062
  182. data/locale/kn/katello.po +166 -151
  183. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  184. data/locale/ko/katello.po +174 -159
  185. data/locale/ml_IN/katello.po +166 -151
  186. data/locale/mr/katello.po +166 -151
  187. data/locale/nl_NL/katello.po +166 -151
  188. data/locale/or/katello.po +166 -151
  189. data/locale/pa/katello.po +166 -151
  190. data/locale/pl/katello.po +166 -151
  191. data/locale/pl_PL/katello.po +166 -151
  192. data/locale/pt/katello.po +166 -151
  193. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  194. data/locale/pt_BR/katello.po +178 -163
  195. data/locale/ro/katello.po +166 -151
  196. data/locale/ro_RO/katello.po +166 -151
  197. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  198. data/locale/ru/katello.po +171 -156
  199. data/locale/sl/katello.po +166 -151
  200. data/locale/sv_SE/katello.po +166 -151
  201. data/locale/ta/katello.po +166 -151
  202. data/locale/ta_IN/katello.po +166 -151
  203. data/locale/te/katello.po +166 -151
  204. data/locale/tr/katello.po +166 -151
  205. data/locale/vi/katello.po +166 -151
  206. data/locale/vi_VN/katello.po +166 -151
  207. data/locale/zh/katello.po +166 -151
  208. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  209. data/locale/zh_CN/katello.po +179 -164
  210. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  211. data/locale/zh_TW/katello.po +171 -156
  212. data/webpack/ForemanColumnExtensions/index.js +129 -0
  213. data/webpack/components/ActivationKeysSearch/ActivationKeysSearch.test.js +28 -0
  214. data/webpack/components/ActivationKeysSearch/index.js +222 -0
  215. data/webpack/components/Table/TableWrapper.js +14 -0
  216. data/webpack/components/extensions/HostDetails/ActionsBar/index.js +1 -1
  217. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +1 -1
  218. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packageInstallModal.test.js +1 -0
  219. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packagesTab.test.js +1 -0
  220. data/webpack/components/extensions/Hosts/ActionsBar/index.js +20 -1
  221. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/BulkChangeHostCVModal.js +220 -0
  222. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/actions.js +23 -0
  223. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/index.js +25 -0
  224. data/webpack/components/extensions/Hosts/BulkActions/__tests__/bulkChangeHostCVModal.test.js +133 -0
  225. data/webpack/global_index.js +19 -0
  226. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +6 -3
  227. data/webpack/scenes/Hosts/ChangeContentSource/actions.js +3 -1
  228. data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js +63 -25
  229. data/webpack/scenes/Hosts/ChangeContentSource/index.js +24 -16
  230. data/webpack/scenes/RedHatRepositories/__tests__/__snapshots__/RedHatRepositoriesPage.test.js.snap +1 -0
  231. data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js +64 -5
  232. data/webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsPage.js +16 -13
  233. data/webpack/scenes/Subscriptions/UpstreamSubscriptions/__tests__/__snapshots__/UpstreamSubscriptionsPage.test.js.snap +14 -8
  234. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +1 -0
  235. data/webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js +1 -1
  236. metadata +61 -42
  237. data/app/assets/javascripts/katello/hosts/activation_key_edit.js +0 -167
  238. data/app/lib/actions/katello/host/upload_package_profile.rb +0 -45
  239. data/app/lib/actions/katello/host/upload_profiles.rb +0 -47
@@ -4,21 +4,21 @@
4
4
  "katello": {
5
5
  "": {
6
6
  "Project-Id-Version": "",
7
- "Last-Translator": "Amit Upadhye <aupadhye@redhat.com>, 2023",
8
- "Language-Team": "Portuguese (Brazil) (https://app.transifex.com/foreman/teams/114/pt_BR/)",
7
+ "Last-Translator": "Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2024",
8
+ "Language-Team": "Chinese (China) (https://app.transifex.com/foreman/teams/114/zh_CN/)",
9
9
  "Content-Type": "text/plain; charset=UTF-8",
10
10
  "Content-Transfer-Encoding": "8bit",
11
- "Language": "pt_BR",
12
- "Plural-Forms": "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;",
11
+ "Language": "zh_CN",
12
+ "Plural-Forms": "nplurals=1; plural=0;",
13
13
  "lang": "locale",
14
14
  "domain": "katello",
15
- "plural_forms": "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
15
+ "plural_forms": "nplurals=1; plural=0;"
16
16
  },
17
17
  "-- select an interval --": [
18
- "-- selecione um intervalo --"
18
+ "-- 选择间隔 --"
19
19
  ],
20
20
  "(future)": [
21
- "(futuro)"
21
+ "(未来)"
22
22
  ],
23
23
  "{{ 'Add Selected' | translate }}": [
24
24
  "{{ 'Add Selected' | translate }}"
@@ -27,22 +27,22 @@
27
27
  "{{ contentCredential.name }}"
28
28
  ],
29
29
  "{{ deb.hosts_applicable_count }} Host(s)": [
30
- ""
30
+ "{{ deb.hosts_applicable_count }} 主机"
31
31
  ],
32
32
  "{{ deb.hosts_applicable_count || 0 }} Applicable,": [
33
- ""
33
+ "{{ deb.hosts_applicable_count || 0 }} 适用。"
34
34
  ],
35
35
  "{{ deb.hosts_available_count }} Host(s)": [
36
- ""
36
+ "{{ deb.hosts_available_count }} 主机"
37
37
  ],
38
38
  "{{ deb.hosts_available_count || 0 }} Upgradable": [
39
- ""
39
+ "{{ deb.hosts_available_count || 0 }} 可升级"
40
40
  ],
41
41
  "{{ errata.hosts_applicable_count || 0 }} Applicable,": [
42
- "{{ errata.hosts_applicable_count || 0 }} Aplicável,"
42
+ "{{ errata.hosts_applicable_count || 0 }} 适用。"
43
43
  ],
44
44
  "{{ errata.hosts_available_count || 0 }} Installable": [
45
- "{{ errata.hosts_available_count || 0 }} Instalável"
45
+ "{{ errata.hosts_available_count || 0 }} 可安装"
46
46
  ],
47
47
  "{{ errata.title }}": [
48
48
  "{{ errata.title }}"
@@ -51,34 +51,34 @@
51
51
  "{{ file.name }}"
52
52
  ],
53
53
  "{{ host.display_name }}": [
54
- ""
54
+ "{{ host.display_name }}"
55
55
  ],
56
56
  "{{ host.rhel_lifecycle_status_label }}": [
57
- ""
57
+ "{{ host.rhel_lifecycle_status_label }}"
58
58
  ],
59
59
  "{{ host.subscription_facet_attributes.user.login }}": [
60
60
  "{{ host.subscription_facet_attributes.user.login }}"
61
61
  ],
62
62
  "{{ installedDebCount }} Host(s)": [
63
- ""
63
+ "{{ installedDebCount }} 主机"
64
64
  ],
65
65
  "{{ installedPackageCount }} Host(s)": [
66
- "{{ installedPackageCount }} Hospedeiro(s)"
66
+ "{{ installedPackageCount }} 主机"
67
67
  ],
68
68
  "{{ package.hosts_applicable_count }} Host(s)": [
69
- "{{ package.hosts_applicable_count }} Hospedeiro(s)"
69
+ "{{ package.hosts_applicable_count }} 主机"
70
70
  ],
71
71
  "{{ package.hosts_applicable_count || 0 }} Applicable,": [
72
- "{{ package.hosts_applicable_count || 0 }} Aplicável,"
72
+ "{{ package.hosts_applicable_count || 0 }} 适用"
73
73
  ],
74
74
  "{{ package.hosts_available_count }} Host(s)": [
75
- "{{ package.hosts_available_count }} Hospedeiro(s)"
75
+ "{{ package.hosts_available_count }} 主机"
76
76
  ],
77
77
  "{{ package.hosts_available_count || 0 }} Upgradable": [
78
- "{{ package.hosts_available_count || 0 }} Atualizável"
78
+ "{{ package.hosts_available_count || 0 }} 可升级"
79
79
  ],
80
80
  "{{ package.human_readable_size }} ({{ package.size }} Bytes)": [
81
- "{{ package.human_readable_size }} ({{ package.size }} Bytes)"
81
+ "{{ package.human_readable_size }} {{ package.size }}字节)"
82
82
  ],
83
83
  "{{ product.active_task_count }}": [
84
84
  "{{ product.active_task_count }}"
@@ -87,37 +87,37 @@
87
87
  "{{ product.name }}"
88
88
  ],
89
89
  "{{ repo.last_sync_words }} ago": [
90
- ""
90
+ "{{ repo.last_sync_words }} 前"
91
91
  ],
92
92
  "{{ repository.content_counts.ansible_collection || 0 }} Ansible Collections": [
93
- ""
93
+ "{{ repository.content_counts.ansible_collection || 0 }} Ansible 集"
94
94
  ],
95
95
  "{{ repository.content_counts.deb || 0 }} deb Packages": [
96
- "{{ repository.content_counts.deb || 0 }} Pacotes deb"
96
+ "{{ repository.content_counts.deb || 0 }} deb 软件包"
97
97
  ],
98
98
  "{{ repository.content_counts.docker_manifest || 0 }} Container Image Manifests": [
99
- ""
99
+ "{{ repository.content_counts.docker_manifest || 0 }} 容器镜像清单"
100
100
  ],
101
101
  "{{ repository.content_counts.docker_manifest_list || 0 }} Container Image Manifest Lists": [
102
- ""
102
+ "{{ repository.content_counts.docker_manifest_list || 0 }} 容器镜像清单列表"
103
103
  ],
104
104
  "{{ repository.content_counts.docker_tag || 0 }} Container Image Tags": [
105
- ""
105
+ "{{ repository.content_counts.docker_tag || 0 }} 容器镜像标签"
106
106
  ],
107
107
  "{{ repository.content_counts.erratum || 0 }} Errata": [
108
- "{{ repository.content_counts.erratum || 0 }} Errata"
108
+ "{{ repository.content_counts.erratum || 0 }} 勘误"
109
109
  ],
110
110
  "{{ repository.content_counts.file || 0 }} Files": [
111
- "{{ repository.content_counts.file || 0 }} Arquivos"
111
+ "{{ repository.content_counts.file || 0 }} 文件"
112
112
  ],
113
113
  "{{ repository.content_counts.rpm || 0 }} Packages": [
114
- "{{ repository.content_counts.rpm || 0 }} Pacotes"
114
+ "{{ repository.content_counts.rpm || 0 }} 软件包"
115
115
  ],
116
116
  "{{ repository.content_counts.srpm }} Source RPMs": [
117
- "{{ repository.content_counts.srpm }} Fonte RPMs"
117
+ "{{ repository.content_counts.srpm }} RPM"
118
118
  ],
119
119
  "{{ repository.last_sync_words }} ago": [
120
- "{{ repository.last_sync_words }} atrás"
120
+ "{{ repository.last_sync_words }} "
121
121
  ],
122
122
  "{{ repository.name }}": [
123
123
  "{{ repository.name }}"
@@ -135,3107 +135,3073 @@
135
135
  "{{urlDescription}}"
136
136
  ],
137
137
  "* These marked Content View Versions are from Composite Content Views. Their components needing updating are listed underneath.": [
138
- "* Estas Versões marcadas de Conteúdo Visualizado são de Composite Content Views. Seus componentes que precisam de atualização estão listados abaixo."
138
+ "*这些标记的内容视图版本来自复合内容视图。它们的需要更新的组件在下面列出。"
139
139
  ],
140
140
  "/foreman_tasks/tasks/%taskId": [
141
141
  "/foreman_tasks/tasks/%taskId"
142
142
  ],
143
143
  "/job_invocations": [
144
- ""
144
+ "/job_invocations"
145
145
  ],
146
146
  "%(consumed)s out of %(quantity)s": [
147
- "%(consumed)s de %(quantity)s"
147
+ "%(consumed)s(共%(quantity)s"
148
148
  ],
149
149
  "%count environment(s) can be synchronized: %envs": [
150
- "%count ambiente(s) pode(m) ser sincronizado(s): %envs"
150
+ "%count 个可以同步的环境: %envs"
151
151
  ],
152
152
  "<a href=\\\"/foreman_tasks/tasks/{{repository.last_sync.id}}\\\">{{ repository.last_sync.result | capitalize}}</a>": [
153
153
  "<a href=\\\"/foreman_tasks/tasks/{{repository.last_sync.id}}\\\">{{ repository.last_sync.result | capitalize}}</a>"
154
154
  ],
155
155
  "<b>Additive:</b> new content available during sync will be added to the repository, and no content will be removed.": [
156
- ""
156
+ "<b>Additive:</b> 同步时的新内容将添加到仓库中,且不会删除任何内容。"
157
157
  ],
158
158
  "<b>Description</b>": [
159
- ""
159
+ "<b>描述</b>"
160
160
  ],
161
161
  "<b>Issued</b>": [
162
- ""
162
+ "<b>发行</b>"
163
163
  ],
164
164
  "<b>Mirror Complete</b>: a sync behaves exactly like \\\"Mirror Content Only\\\", but also mirrors metadata as well. This is the fastest method, and preserves repository signatures, but is only supported by yum and not by all upstream repositories.": [
165
- ""
165
+ "<b>Mirror Complete</b> :与 \\\"Mirror Content Only\\\" 完全相同的同步行为,同时还会镜像元数据。这是最快的方法,并保留存储库签名,但只被 yum 支持,并不是所有上游仓库都支持。"
166
166
  ],
167
167
  "<b>Mirror Content Only</b>: any new content available during sync will be added to the repository and any content removed from the upstream repository will be removed from the local repository.": [
168
- ""
168
+ "<b>Mirror Content Only</b> :同步期间可用的任何新内容都将添加到仓库中,所有从上游仓库中删除的内容都将从本地仓库中删除。"
169
169
  ],
170
170
  "<b>Module Streams</b>": [
171
- ""
171
+ "<b>模块流</b>"
172
172
  ],
173
173
  "<b>Packages</b>": [
174
- ""
174
+ "<b> 软件包</b>"
175
175
  ],
176
176
  "<b>Reboot Suggested</b>": [
177
- ""
177
+ "<b>建议重启</b>"
178
178
  ],
179
179
  "<b>Solution</b>": [
180
- ""
180
+ "<b>解决</b>"
181
181
  ],
182
182
  "<b>Title</b>": [
183
- ""
183
+ "<b>标题</b>"
184
184
  ],
185
185
  "<b>Type</b>": [
186
- ""
186
+ "<b>类型</b>"
187
187
  ],
188
188
  "<b>Updated</b>": [
189
- ""
189
+ "<b>已更新</b>"
190
190
  ],
191
191
  "<i class=\\\"fa fa-warning inline-icon\\\"></i>\\n This Host is not currently registered with subscription-manager. Use the <a href=\\\"/hosts/register\\\">Register Host</a> workflow to complete registration.": [
192
- ""
192
+ "<i class=\\\"fa fa-warning inline-icon\\\"></i>\\n 该主机当前未使用 subscription-manager 注册。使用<a href=\\\"/hosts/register\\\">注册主机</a>流程来完成注册。"
193
193
  ],
194
194
  "1 Content Host": [
195
- "",
196
- "",
197
- ""
195
+ "1 个内容主机"
198
196
  ],
199
197
  "1 repository sync has errors.": [
200
- "",
201
- "",
202
- ""
198
+ "1 个存储库同步有错误。"
203
199
  ],
204
200
  "1 repository sync in progress.": [
205
- "1 sincronia de repositório em andamento.",
206
- "{{ product.sync_summary.pending}} sincronia dos repositórios em andamento.",
207
- "{{ product.sync_summary.pending}} sincronia dos repositórios em andamento."
201
+ "1 个存储库正在进行同步。"
208
202
  ],
209
203
  "1 successfully synced repository.": [
210
- "1 repositório sincronizado com sucesso.",
211
- "{{ product.sync_summary.success}} sincronizou com sucesso os repositórios.",
212
- "{{ product.sync_summary.success}} sincronizou com sucesso os repositórios."
204
+ "1 个成功同步的存储库。"
213
205
  ],
214
206
  "A comma-separated list of container image tags to exclude when syncing. Source images are excluded by default because they are often large and unwanted.": [
215
- ""
207
+ "同步时要排除的容器镜像标签列表(以逗号分隔)。默认会排除源镜像,因为它们通常很大且不需要。"
216
208
  ],
217
209
  "A comma-separated list of container image tags to include when syncing.": [
218
- ""
210
+ "同步时要包含的容器镜像标签列表(以逗号分隔)。"
219
211
  ],
220
212
  "A sync has been initiated in the background, <a href=\\\"/foreman_tasks/tasks/{{ task.id }}\\\">click for more details</a>": [
221
- "Uma sincronização foi iniciada em segundo plano, <a href=\\\"/foreman_tasks/tasks/{{ task.id }}\\\">clique para mais detalhes</a>"
213
+ "同步已在后台启动,<a href=\\\"/foreman_tasks/tasks/{{ task.id }}\\\">点击查看详情</a>"
222
214
  ],
223
215
  "Account": [
224
- "Conta"
216
+ "帐号"
225
217
  ],
226
218
  "Action Type": [
227
- "Tipo de ação"
219
+ "操作类型"
228
220
  ],
229
221
  "Actions": [
230
- "Ações"
222
+ "操作"
231
223
  ],
232
224
  "Activation Key": [
233
- "Chave de ativação",
234
- "Chaves de ativação ",
235
- "Chaves de ativação "
225
+ "激活码"
236
226
  ],
237
227
  "Activation Key Content": [
238
- "Conteúdo da chave de ativação"
228
+ "激活码内容"
239
229
  ],
240
230
  "Activation Key removed.": [
241
- "Chave de ativação removida."
231
+ "激活码已刪除"
242
232
  ],
243
233
  "Activation Key updated": [
244
- "Chave de ativação atualizada"
234
+ "激活码已更新"
245
235
  ],
246
236
  "Activation Key:": [
247
- "Chave de ativação:"
237
+ "激活码:"
248
238
  ],
249
239
  "Activation Keys": [
250
- "Chaves de ativação "
240
+ "激活码"
251
241
  ],
252
242
  "Active Tasks": [
253
- "Tarefas ativas"
243
+ "活跃的任务"
254
244
  ],
255
245
  "Add": [
256
- "Adicionar"
246
+ "添加"
257
247
  ],
258
248
  "Add Content Hosts to:": [
259
- "Adicionar Hosts de Conteúdo a:"
249
+ "添加内容主机到:"
260
250
  ],
261
251
  "Add Host Collections": [
262
- ""
252
+ "添加主机集合"
263
253
  ],
264
254
  "Add hosts to the host collection to see available actions.": [
265
- ""
255
+ "将主机添加到主机集合以查看可用操作。"
266
256
  ],
267
257
  "Add New Environment": [
268
- "Adicionar Novo Ambiente"
258
+ "添加新环境"
269
259
  ],
270
260
  "Add ons": [
271
- "Complementos"
261
+ "附加组件"
272
262
  ],
273
263
  "Add ons:": [
274
- ""
264
+ "附加组件:"
275
265
  ],
276
266
  "Add Products": [
277
- ""
267
+ "添加产品"
278
268
  ],
279
269
  "Add Selected": [
280
- "Adicionar selecionado"
270
+ "添加所选"
281
271
  ],
282
272
  "Add Subscriptions": [
283
- "Adicionar subscrições"
273
+ "添加订阅"
284
274
  ],
285
275
  "Add Subscriptions for Activation Key:": [
286
- "Adicionar Assinaturas para Chave de Ativação:"
276
+ "为激活码添加订阅:"
287
277
  ],
288
278
  "Add Subscriptions for Content Host:": [
289
- "Adicionar Assinaturas para Host de Conteúdo:"
279
+ "为内容主机添加订阅:"
290
280
  ],
291
281
  "Add To": [
292
- "Adicione a"
282
+ "添加到"
293
283
  ],
294
284
  "Added %x host collections to activation key \\\"%y\\\".": [
295
- "Acrescentei %x coleções de host à chave de ativação \\\"%y\\\"."
285
+ " %x 主机集添加到激活码 \\\"%y\\\""
296
286
  ],
297
287
  "Added %x host collections to content host \\\"%y\\\".": [
298
- "Acrescentei %x coleções de anfitriões a anfitriões de conteúdo \\\"%y\\\"."
288
+ " %x 主机集添加到内容主机 \\\"%y\\\""
299
289
  ],
300
290
  "Added %x products to sync plan \\\"%y\\\".": [
301
- "Acrescentado %x produtos para plano de sincronização \\\"%y\\\"."
291
+ " %x 产品添加到同步计划 \\\"%y\\\""
302
292
  ],
303
293
  "Adding Lifecycle Environment to the end of \\\"{{ priorEnvironment.name }}\\\"": [
304
- "Adicionando Ambiente de Ciclo de Vida ao final de \\\"{{ priorEnvironment.name }}\\\""
294
+ "将生命周期环境添加到“{{ priorEnvironment.name }}”的后面"
305
295
  ],
306
296
  "Additive": [
307
- ""
297
+ "Additive"
308
298
  ],
309
299
  "Advanced Sync": [
310
- "Sincronia Avançada"
300
+ "高级同步"
311
301
  ],
312
302
  "Advisory": [
313
- "Assessoria"
303
+ "公告"
314
304
  ],
315
305
  "Affected Hosts": [
316
- "Anfitriões afetados"
306
+ "受影响的主机"
317
307
  ],
318
308
  "All": [
319
- ""
309
+ "全部"
320
310
  ],
321
311
  "All Content Views": [
322
- "Todas as visualizações de conteúdo"
312
+ "所有内容视图"
323
313
  ],
324
314
  "All Lifecycle Environments": [
325
- ""
315
+ "所有生命周期环境"
326
316
  ],
327
317
  "All Repositories": [
328
- "Todos os Repositórios"
318
+ "所有仓库"
329
319
  ],
330
320
  "Alternate Content Sources": [
331
- ""
321
+ "备用内容源"
332
322
  ],
333
323
  "Alternate Content Sources for": [
334
- ""
324
+ "备用内容源"
335
325
  ],
336
326
  "An error occured: %s": [
337
- "Ocorreu um erro: %s"
327
+ "发生了一个错误:%s"
338
328
  ],
339
329
  "An error occurred initiating the sync:": [
340
- "Ocorreu um erro ao iniciar a sincronização:"
330
+ "初始化同步时发生错误:"
341
331
  ],
342
332
  "An error occurred removing the Activation Key:": [
343
- "Ocorreu um erro ao remover a chave de ativação:"
333
+ "删除激活码时发生错误:"
344
334
  ],
345
335
  "An error occurred removing the content hosts.": [
346
- "Ocorreu um erro ao remover os hosts de conteúdo."
336
+ "删除内容主机时发生错误。"
347
337
  ],
348
338
  "An error occurred removing the environment:": [
349
- "Ocorreu um erro ao remover o ambiente:"
339
+ "删除环境时发生错误:"
350
340
  ],
351
341
  "An error occurred removing the Host Collection:": [
352
- "Ocorreu um erro ao remover a Coleção Anfitriã:"
342
+ "删除主机集合时发生错误:"
353
343
  ],
354
344
  "An error occurred removing the subscriptions.": [
355
- "Ocorreu um erro ao remover as assinaturas."
345
+ "删除订阅时发生错误。"
356
346
  ],
357
347
  "An error occurred saving the Activation Key:": [
358
- "Ocorreu um erro ao salvar a chave de ativação:"
348
+ "保存激活码时发生错误:"
359
349
  ],
360
350
  "An error occurred saving the Content Host:": [
361
- "Ocorreu um erro ao salvar o Host de Conteúdo:"
351
+ "保存内容主机时发生错误:"
362
352
  ],
363
353
  "An error occurred saving the Environment:": [
364
- "Ocorreu um erro ao salvar o Meio Ambiente:"
354
+ "保存环境时发生错误:"
365
355
  ],
366
356
  "An error occurred saving the Host Collection:": [
367
- "Ocorreu um erro ao salvar a Coleção Anfitriã:"
357
+ "保存主机集合时发生错误:"
368
358
  ],
369
359
  "An error occurred saving the Product:": [
370
- "Ocorreu um erro ao salvar o Produto:"
360
+ "保存产品时发生错误:"
371
361
  ],
372
362
  "An error occurred saving the Repository:": [
373
- "Ocorreu um erro ao salvar o Repositório:"
363
+ "保存仓库时发生错误:"
374
364
  ],
375
365
  "An error occurred saving the Sync Plan:": [
376
- "Ocorreu um erro ao salvar o Plano de Sincronização:"
366
+ "保存同步计划时发生错误:"
377
367
  ],
378
368
  "An error occurred trying to auto-attach subscriptions. Please check your log for further information.": [
379
- "Ocorreu um erro na tentativa de autoatacar assinaturas. Por favor, verifique seu log para maiores informações."
369
+ "尝试自动附加订阅时发生错误。请检查您的日志以获取更多信息。"
380
370
  ],
381
371
  "An error occurred updating the sync plan:": [
382
- "Ocorreu um erro ao atualizar o plano de sincronização:"
372
+ "更新同步计划时发生错误:"
383
373
  ],
384
374
  "An error occurred while creating the Content Credential:": [
385
- "Ocorreu um erro durante a criação da Credencial de Conteúdo:"
375
+ "创建内容凭证时发生错误:"
386
376
  ],
387
377
  "An error occurred while creating the Product: %s": [
388
- "Ocorreu um erro durante a criação do Produto: %s"
378
+ "创建产品时发生错误: %s"
389
379
  ],
390
380
  "An error occurred:": [
391
- "Ocorreu um erro:"
381
+ "发生了一个错误:"
392
382
  ],
393
383
  "Ansible Collection Authorization": [
394
- ""
384
+ "Ansible 集合授权"
395
385
  ],
396
386
  "Ansible Collections": [
397
- "Coleções do Ansible"
387
+ "Ansible 系列"
398
388
  ],
399
389
  "Applicable": [
400
- "Aplicável"
390
+ "适用"
401
391
  ],
402
392
  "Applicable Content Hosts": [
403
- "Hosts de Conteúdo Aplicável"
393
+ "适用的内容主机"
404
394
  ],
405
395
  "Applicable Deb Packages": [
406
- ""
396
+ "适用的 Deb 软件包"
407
397
  ],
408
398
  "Applicable Errata": [
409
- "Errata Aplicável"
399
+ "适用的勘误"
410
400
  ],
411
401
  "Applicable Packages": [
412
- "Pacotes aplicáveis"
402
+ "适用软件包"
413
403
  ],
414
404
  "Applicable To": [
415
- "Aplicável a"
405
+ "适用于"
416
406
  ],
417
407
  "Applicable to Host": [
418
- "Aplicável ao Host"
408
+ "适用于主机"
419
409
  ],
420
410
  "Application": [
421
- "Aplicação"
411
+ "应用"
422
412
  ],
423
413
  "Apply": [
424
- "Aplicar"
414
+ "应用"
425
415
  ],
426
416
  "Apply {{ errata.errata_id }}": [
427
- "Aplicar {{ errata.errata_id }}"
417
+ "应用 {{ errata.errata_id }}"
428
418
  ],
429
419
  "Apply {{ errata.errata_id }} to {{ contentHostIds.length }} Content Host(s)?": [
430
- "Aplicar {{ errata.errata_id }} para {{ contentHostIds.length }} Host(s) de conteúdo?"
420
+ "应用{{ errata.errata_id }}{{ contentHostIds.length }}内容主机?"
431
421
  ],
432
422
  "Apply {{ errata.errata_id }} to all Content Host(s)?": [
433
- "Aplicar {{ errata.errata_id }} a todo(s) Host(s) de Conteúdo?"
423
+ "应用{{ errata.errata_id }}到内容主机?"
434
424
  ],
435
425
  "Apply {{ errataIds.length }} Errata to {{ contentHostIds.length }} Content Host(s)?": [
436
- "Aplicar {{ errataIds.length }} Errata para {{ contentHostIds.length }} Content Host(s)?"
426
+ "应用 {{ errataIds.length }} 勘误到 {{ contentHostIds.length }} 内容主机?"
437
427
  ],
438
428
  "Apply {{ errataIds.length }} Errata to all Content Host(s)?": [
439
- "Aplicar {{ errataIds.length }} Errata a todo(s) Host(s) de Conteúdo?"
429
+ "应用{{ errataIds.length }} 勘误到所有内容主机?"
440
430
  ],
441
431
  "Apply Errata": [
442
- "Aplicar Errata"
432
+ "应用勘误"
443
433
  ],
444
434
  "Apply Errata to Content Host \\\"{{host.display_name}}\\\"?": [
445
- ""
435
+ "将勘误应用于内容主机“{{host.display_name}} “?"
446
436
  ],
447
437
  "Apply Errata to Content Hosts": [
448
- "Aplicar Errata aos Hosts de Conteúdo"
438
+ "将勘误应用于内容主机"
449
439
  ],
450
440
  "Apply Errata to Content Hosts immediately after publishing.": [
451
- "Aplique Errata aos Hosts de Conteúdo imediatamente após a publicação."
441
+ "发布后立即将勘误应用于内容主机。"
452
442
  ],
453
443
  "Apply Selected": [
454
- "Aplicar Selecionado"
444
+ "应用选定"
455
445
  ],
456
446
  "Apply to Content Hosts": [
457
- "Aplicar aos Hosts de Conteúdo"
447
+ "应用到内容主机"
458
448
  ],
459
449
  "Apply to Hosts": [
460
- "Aplicar para Anfitriões"
450
+ "应用到主机"
461
451
  ],
462
452
  "Applying": [
463
- "Aplicando"
453
+ "应用"
464
454
  ],
465
455
  "Apt Actions": [
466
- ""
456
+ "Apt 操作"
467
457
  ],
468
458
  "Arch": [
469
- "Arq."
459
+ "架构"
470
460
  ],
471
461
  "Architecture": [
472
- "Arquitetura"
462
+ "架构"
473
463
  ],
474
464
  "Architectures": [
475
- "Arquiteturas"
465
+ "架构"
476
466
  ],
477
467
  "Are you sure you want to add the {{ table.numSelected }} content host(s) selected to the host collection(s) chosen?": [
478
- "Você tem certeza de que deseja adicionar o(s) anfitrião(s) de conteúdo {{ table.numSelected }} selecionado(s) à(s) coleção(ões) anfitriã(s) escolhida(s)?"
468
+ "您确定要添加{{ table.numSelected }}选定的内容主机到选定的主机集合?"
479
469
  ],
480
470
  "Are you sure you want to add the sync plan to the selected products(s)?": [
481
- "Você tem certeza de que deseja adicionar o plano de sincronização aos produtos selecionados?"
471
+ "您确定要将同步计划添加到所选产品吗?"
482
472
  ],
483
473
  "Are you sure you want to apply Errata to content host \\\"{{ host.display_name }}\\\"?": [
484
- ""
474
+ "确定要将勘误应用于内容主机“{{ host.display_name }} “?"
485
475
  ],
486
476
  "Are you sure you want to apply the {{ table.numSelected }} selected errata to the content hosts chosen?": [
487
- "Você tem certeza de que deseja aplicar as erratas selecionadas {{ table.numSelected }} aos anfitriões de conteúdo escolhidos?"
477
+ "您确定要应用{{ table.numSelected }}选择的勘误表到选择的内容主机?"
488
478
  ],
489
479
  "Are you sure you want to assign the {{ table.numSelected }} content host(s) selected to {{ selected.contentView.name }} in {{ selected.environment.name }}?": [
490
- "Você tem certeza de que deseja designar o(s) anfitrião(s) de conteúdo {{ table.numSelected }} selecionado(s) para {{ selected.contentView.name }} em {{ selected.environment.name }}?"
480
+ "您确定要分配{{ table.numSelected }}所选的内容主机到{{ selected.environment.name }} 中的 {{ selected.contentView.name }}"
491
481
  ],
492
482
  "Are you sure you want to delete the {{ table.numSelected }} host(s) selected?": [
493
- ""
483
+ "您确定要删除{{ table.numSelected }} 个选定的主机?"
494
484
  ],
495
485
  "Are you sure you want to disable the {{ table.numSelected }} repository set(s) chosen?": [
496
- "Você tem certeza de que quer desativar o(s) conjunto(s) de repositório(s) {{ table.numSelected }} escolhido(s)?"
486
+ "您确定要禁用{{ table.numSelected }} 个选择的仓库?"
497
487
  ],
498
488
  "Are you sure you want to enable the {{ table.numSelected }} repository set(s) chosen?": [
499
- "Você tem certeza de que quer habilitar o(s) conjunto(s) de repositório(s) {{ table.numSelected }} escolhido(s)?"
489
+ "您确定要启用{{ table.numSelected }} 个选择的仓库集?"
500
490
  ],
501
491
  "Are you sure you want to install {{ content.content }} on the {{ getSelectedSystemIds().length }} system(s) selected?": [
502
- "Você tem certeza de que deseja instalar {{ content.content }} no(s) sistema(s) {{ getSelectedSystemIds().length }} selecionado(s)?"
492
+ "您确定要在 {{ getSelectedSystemIds().length }} 个选择的系统中安装 {{ content.content }}"
503
493
  ],
504
494
  "Are you sure you want to remove {{ content.content }} from the {{ getSelectedSystemIds().length }} system(s) selected?": [
505
- "Você tem certeza de que quer remover {{ content.content }} do(s) sistema(s) {{ getSelectedSystemIds().length }} selecionado(s)?"
495
+ "您确定要从 {{ getSelectedSystemIds().length }} 个选择的系统中删除 {{ content.content }}"
506
496
  ],
507
497
  "Are you sure you want to remove Activation Key \\\"{{ activationKey.name }}\\\"?": [
508
- "Você tem certeza que quer remover a Chave de Ativação \\\"{{ activationKey.name }}\\\"?"
498
+ "您确定要删除激活码 \\\"{{ activationKey.name }}\\\"?"
509
499
  ],
510
500
  "Are you sure you want to remove Content Credential {{ contentCredential.name }}?": [
511
- "Você tem certeza de que deseja remover a Credencial de Conteúdo {{ contentCredential.name }}?"
501
+ "您确定要删除内容凭据{{ contentCredential.name }}"
512
502
  ],
513
503
  "Are you sure you want to remove environment {{ environment.name }}?": [
514
- ""
504
+ "您确定要删除环境 {{ environment.name }}?"
515
505
  ],
516
506
  "Are you sure you want to remove Host Collection \\\"{{ hostCollection.name }}\\\"?": [
517
- "Você tem certeza de que quer remover a Coleção Host \\\"{{ hostCollection.name }}\\\"?"
507
+ "您确定要删除主机集合”{{ hostCollection.name }}“?"
518
508
  ],
519
509
  "Are you sure you want to remove product \\\"{{ product.name }}\\\"?": [
520
- "Você tem certeza de que quer remover o produto \\\"{{ product.name }}\\\"?"
510
+ "您确定要删除产品\\\"{{ product.name }}\\\""
521
511
  ],
522
512
  "Are you sure you want to remove repository {{ repositoryWrapper.repository.name }} from all content views?": [
523
- ""
513
+ "您确定要从所有内容视图中删除存储库 {{ repositoryWrapper.repository.name }} 吗?"
524
514
  ],
525
515
  "Are you sure you want to remove Sync Plan \\\"{{ syncPlan.name }}\\\"?": [
526
- "Você tem certeza de que quer remover o Sync Plan \\\"{{ syncPlan.name }}\\\"?"
516
+ "您确定要删除同步计划“{{ syncPlan.name }}”?"
527
517
  ],
528
518
  "Are you sure you want to remove the {{ table.getSelected()[0].name }} content unit?": [
529
- "",
530
- "",
531
- ""
519
+ "您确定要删除 {{ table.getSelected()[0].name }} 内容单元?"
532
520
  ],
533
521
  "Are you sure you want to remove the {{ table.getSelected()[0].name }} file?": [
534
- "",
535
- "",
536
- ""
522
+ "您确定要删除 {{ table.getSelected()[0].name }} 文件?"
537
523
  ],
538
524
  "Are you sure you want to remove the {{ table.getSelected()[0].name }} package?": [
539
- "",
540
- "",
541
- ""
525
+ "您确定要删除{{ table.getSelected()[0].name }} 软件包?"
542
526
  ],
543
527
  "Are you sure you want to remove the {{ table.getSelected()[0].name }} product?": [
544
- "",
545
- "",
546
- ""
528
+ "您确定要删除{{ table.getSelected()[0].name }}产品?"
547
529
  ],
548
530
  "Are you sure you want to remove the {{ table.getSelected()[0].name }} repository?": [
549
- "",
550
- "",
551
- ""
531
+ "您确定要删除{{ table.getSelected()[0].name }} 仓库?"
552
532
  ],
553
533
  "Are you sure you want to remove the {{ table.numSelected }} Container Image manifest selected?": [
554
- "",
555
- "",
556
- ""
534
+ "您确定要删除{{ table.numSelected }} 个选择了的容器镜像清单?"
557
535
  ],
558
536
  "Are you sure you want to remove the {{ table.numSelected }} content host(s) selected from the host collection(s) chosen?": [
559
- "Você tem certeza de que deseja remover o(s) anfitrião(s) de conteúdo {{ table.numSelected }} selecionado(s) da(s) coleção(ões) anfitriã(s) escolhida(s)?"
537
+ "您确定要从所选的主机集合中删除{{ table.numSelected }}个选择的内容主机?"
560
538
  ],
561
539
  "Are you sure you want to remove the sync plan from the selected product(s)?": [
562
- "Você tem certeza de que deseja remover o plano de sincronização do(s) produto(s) selecionado(s)?"
540
+ "您确定要从所选产品中删除同步计划吗?"
563
541
  ],
564
542
  "Are you sure you want to reset to default the {{ table.numSelected }} repository set(s) chosen?": [
565
- "Você tem certeza de que quer redefinir para o padrão o(s) conjunto(s) de repositório(s) {{ table.numSelected }} escolhido(s)?"
543
+ "您确定要重置到选择的默认 {{ table.numSelected }} 仓库集?"
566
544
  ],
567
545
  "Are you sure you want to restart services on content host \\\"{{ host.display_name }}\\\"?": [
568
- ""
546
+ "您确定要重启内容主机 \\\"{{ host.display_name }}\\\" 上的服务?"
569
547
  ],
570
548
  "Are you sure you want to restart the services on the selected content hosts?": [
571
- ""
549
+ "您确定要在所选内容主机上重新启动服务吗?"
572
550
  ],
573
551
  "Are you sure you want to set the HTTP Proxy to the selected products(s)?": [
574
- ""
552
+ "您确定要将HTTP代理设置为所选产品吗?"
575
553
  ],
576
554
  "Are you sure you want to set the Release Version the {{ table.numSelected }} content host(s) selected to {{ selected.release }}?. This action will affect only those Content Hosts that belong to the appropriate Content View and Lifecycle Environment containining that release version.": [
577
- "Você tem certeza de que deseja definir a Versão de Lançamento o(s) host(s) de conteúdo {{ table.numSelected }} selecionado(s) para {{ selected.release }}?. Esta ação afetará somente aqueles Hosts de conteúdo que pertencem à Visão de Conteúdo e Ambiente de Ciclo de Vida apropriados, contendo aquela versão de lançamento."
555
+ "您确定要将{{ table.numSelected }}个选择的内容主机的发布版本设置到{{ selected.release }}?此操作将仅影响属于包含该发行版本的相应内容视图和生命周期环境的那些内容主机。"
578
556
  ],
579
557
  "Are you sure you want to update {{ content.content }} on the {{ getSelectedSystemIds().length }} system(s) selected?": [
580
- "Você tem certeza de que deseja atualizar {{ content.content }} no(s) sistema(s) {{ getSelectedSystemIds().length }} selecionado(s)?"
558
+ "您确定要在所选的 {{ getSelectedSystemIds().length }} 系统上更新 {{ content.content }}"
581
559
  ],
582
560
  "Are you sure you want to update all packages on the {{ getSelectedSystemIds().length }} system(s) selected?": [
583
- "Você tem certeza de querer atualizar todos os pacotes no(s) sistema(s) {{ getSelectedSystemIds().length }} selecionado(s)?"
561
+ "您确定要在所选 {{ getSelectedSystemIds().length }} 系统上更新所有软件包?"
584
562
  ],
585
563
  "Assign": [
586
- "Atribuir"
564
+ "分配"
587
565
  ],
588
566
  "Assign Lifecycle Environment and Content View": [
589
- ""
567
+ "分配生命周期环境和内容视图"
590
568
  ],
591
569
  "Assign Release Version": [
592
- "Atribuir Versão de Lançamento"
570
+ "分配发行版本"
593
571
  ],
594
572
  "Assign System Purpose": [
595
- ""
573
+ "分配系统目的"
596
574
  ],
597
575
  "Associations": [
598
- "Associações"
576
+ "关联"
599
577
  ],
600
578
  "At least one Errata needs to be selected to Apply.": [
601
- "Pelo menos uma Errata precisa ser selecionada para se candidatar."
579
+ "至少需要选择一个勘误才能应用。"
602
580
  ],
603
581
  "Attached": [
604
- "Anexado"
582
+ "已附加"
605
583
  ],
606
584
  "Auth Token": [
607
- ""
585
+ "验证令牌"
608
586
  ],
609
587
  "Auth URL": [
610
- ""
588
+ "验证网址"
611
589
  ],
612
590
  "Author": [
613
- "Autor"
591
+ "作者"
614
592
  ],
615
593
  "Auto-Attach": [
616
- "Auto-Attach"
594
+ "自动附加"
617
595
  ],
618
596
  "Auto-attach available subscriptions to all selected hosts.": [
619
- ""
597
+ "自动附加所有所选主机的可用订阅。"
620
598
  ],
621
599
  "Auto-Attach Details": [
622
- ""
600
+ "自动附加详细信息"
623
601
  ],
624
602
  "Auto-attach uses all available subscriptions, not a selected subset.": [
625
- ""
603
+ "auto-attach 使用所有可用的订阅,而不是所选子集。"
626
604
  ],
627
605
  "Automatic": [
628
- "Automático"
606
+ "自动"
629
607
  ],
630
608
  "Available Module Streams": [
631
- ""
609
+ "可用的模块流"
632
610
  ],
633
611
  "Available Schema Versions": [
634
- "Versões disponíveis do esquema"
612
+ "可用的 Schema 版本"
635
613
  ],
636
614
  "Back To Errata List": [
637
- "Voltar à lista de erros"
615
+ "返回勘误列表"
638
616
  ],
639
617
  "Backend Identifier": [
640
- "Identificador backend"
618
+ "后端识别码"
641
619
  ],
642
620
  "Basic Information": [
643
- "Informações básicas"
621
+ "基本信息"
644
622
  ],
645
623
  "Below are the repository content sets currently available for this content host through its subscriptions. For Red Hat subscriptions, additional content can be made available through the": [
646
- "Abaixo estão os conjuntos de conteúdo de repositório atualmente disponíveis para este hospedeiro de conteúdo através de suas assinaturas. Para as assinaturas da Red Hat, conteúdo adicional pode ser disponibilizado através do"
624
+ "以下是此内容主机当前可通过其订阅获得的存储库内容集。对于红帽订阅,可以通过以下方式提供其他内容:"
647
625
  ],
648
626
  "Below are the Repository Sets currently available for this activation key through its subscriptions. For Red Hat subscriptions, additional content can be made available through the": [
649
- "Abaixo estão os Conjuntos de Repositório atualmente disponíveis para esta chave de ativação através de suas assinaturas. Para as assinaturas da Red Hat, conteúdo adicional pode ser disponibilizado através do"
627
+ "以下是当前通过其订阅可用于此激活码的存储库集。对于红帽订阅,可以通过以下方式提供其他内容:"
650
628
  ],
651
629
  "BIOS UUID": [
652
- ""
630
+ "BIOS UUID"
653
631
  ],
654
632
  "Bootable": [
655
- "Inicializavel"
633
+ "可引导的"
656
634
  ],
657
635
  "Bug Fix": [
658
- "Correção de erro"
636
+ "程序漏洞修正"
659
637
  ],
660
638
  "Bug Fix Advisory": [
661
- "Consultoria em correção de erros"
639
+ "错误修复公告"
662
640
  ],
663
641
  "Build Host": [
664
- "Construir Host"
642
+ "构建主机"
665
643
  ],
666
644
  "Build Information": [
667
- "Construir informações"
645
+ "构建信息"
668
646
  ],
669
647
  "Build Time": [
670
- "Tempo de construção"
648
+ "构建时间"
671
649
  ],
672
650
  "Bulk Task": [
673
- ""
651
+ "批量任务"
674
652
  ],
675
653
  "Cancel": [
676
- "Cancelar"
654
+ "取消"
677
655
  ],
678
656
  "Cannot clean Repository without the proper permissions.": [
679
- ""
657
+ "没有适当的权限来清理仓库。"
680
658
  ],
681
659
  "Cannot clean Repository, a sync is already in progress.": [
682
- ""
660
+ "无法清理仓库,一个同步已在进行中。"
683
661
  ],
684
662
  "Cannot Remove": [
685
- "Não é possível remover"
663
+ "无法删除"
686
664
  ],
687
665
  "Cannot republish Repository without the proper permissions.": [
688
- "Não é possível republicar o Repositório sem as devidas permissões."
666
+ "没有适当的权限,无法重新发布仓库。"
689
667
  ],
690
668
  "Cannot republish Repository, a sync is already in progress.": [
691
- "Não é possível republicar o Repositório, uma sincronização já está em andamento."
669
+ "无法重新发布仓库,同步已在进行中。"
692
670
  ],
693
671
  "Cannot sync Repository without a URL.": [
694
- "Não é possível sincronizar o Repositório sem uma URL."
672
+ "没有URL,无法同步仓库。"
695
673
  ],
696
674
  "Cannot sync Repository without the proper permissions.": [
697
- "Não é possível sincronizar o Repositório sem as devidas permissões."
675
+ "没有适当的权限,无法同步仓库。"
698
676
  ],
699
677
  "Cannot sync Repository, a sync is already in progress.": [
700
- "Não é possível sincronizar o Repositório, uma sincronização já está em andamento."
678
+ "一个同步已在进行中,无法同步仓库。"
701
679
  ],
702
680
  "Capacity": [
703
- "Capacidade"
681
+ "容量"
704
682
  ],
705
683
  "Certificate": [
706
- "Certificado"
684
+ "证书"
707
685
  ],
708
686
  "Change assigned Lifecycle Environment or Content View": [
709
- "Mudança atribuída ao Ambiente do Ciclo de Vida ou Visão de Conteúdo"
687
+ "更改分配的生命周期环境或内容视图"
710
688
  ],
711
689
  "Change Host Collections": [
712
- "Mudança de coleções de anfitriões"
690
+ "修改主机集"
713
691
  ],
714
692
  "Change Lifecycle Environment": [
715
- "Mudar o ambiente do ciclo de vida"
693
+ "修改生命周期环境"
716
694
  ],
717
695
  "Changing default settings for content hosts that register with this activation key requires subscription-manager version 1.10 or newer to be installed on that host.": [
718
- "A mudança das configurações padrão para hosts de conteúdo que se registram com esta chave de ativação requer que a versão 1.10 ou mais recente do gerenciador de assinatura seja instalada naquele host."
696
+ "更改使用此激活密钥注册的内容主机的默认设置,需要在该主机上安装 subscription-manager 1.10 或更高版本。"
719
697
  ],
720
698
  "Changing default settings requires subscription-manager version 1.10 or newer to be installed on this host.": [
721
- "A mudança das configurações padrão requer que a versão 1.10 ou mais recente do gerenciador de assinatura seja instalada neste host."
699
+ "更改默认设置需要在此主机上安装 subscription-manager 版本 1.10 或更高版本。"
722
700
  ],
723
701
  "Changing download policy to \\\"On Demand\\\" will also clear the checksum type if set. The repository will use the upstream checksum type to verify downloads.": [
724
- ""
702
+ "将下载策略更改为\\\"On Demand\\\"也会清除 checksum 类型(如果设置)。存储库将使用上游校验和类型来验证下载。"
725
703
  ],
726
704
  "Changing the Content View will not affect the Content Host until its next checkin.\\n To update the Content Host immediately run the following command:": [
727
- ""
705
+ "更改内容视图将不会影响内容主机,直到其下一次签入。要立即更新内容主机,请运行以下命令:"
728
706
  ],
729
707
  "Changing the Content View will not affect the Content Hosts until their next checkin.\\n To update the Content Hosts immediately run the following command:": [
730
- ""
708
+ "更改内容视图将不会影响内容主机,直到它们下次签入。要立即更新内容主机,请运行以下命令:"
731
709
  ],
732
710
  "Checksum": [
733
- "Checksum"
711
+ "校验和"
734
712
  ],
735
713
  "Checksum Type": [
736
- "Tipo de Checksum"
714
+ "Checksum 类型"
737
715
  ],
738
716
  "Choose one of the registry options to discover containers. To examine a private registry choose \\\"Custom\\\" and provide the url for the private registry.": [
739
- ""
717
+ "选择一个 registry 选项以发现容器。要检查私有 registry,请选择“自定义”,并提供私有 registry 的URL。"
740
718
  ],
741
719
  "Click here to check the status of the task.": [
742
- "Clique aqui para verificar o status da tarefa."
720
+ "单击此处检查任务的状态。"
743
721
  ],
744
722
  "Click here to select Errata for an Incremental Update.": [
745
- "Clique aqui para selecionar Errata para uma Atualização Incremental."
723
+ "单击此处以选择勘误表进行增量更新。"
746
724
  ],
747
725
  "Click to monitor task progress.": [
748
- ""
726
+ "单击以监视任务进度。"
749
727
  ],
750
728
  "Click to view task": [
751
- ""
729
+ "点击查看任务"
752
730
  ],
753
731
  "Close": [
754
- "Fechar"
732
+ "关闭"
755
733
  ],
756
734
  "Collection Name": [
757
- ""
735
+ "集合名称"
758
736
  ],
759
737
  "Complete Mirroring": [
760
- ""
738
+ "完整镜像"
761
739
  ],
762
740
  "Complete Sync": [
763
- "Sincronia completa"
741
+ "完成同步"
764
742
  ],
765
743
  "Completed {{ repository.last_sync_words }} ago": [
766
- ""
744
+ "已完成{{ repository.last_sync_words }}前"
767
745
  ],
768
746
  "Completely deletes the host including VM and disks, and removes all reporting, provisioning, and configuration information.": [
769
- ""
747
+ "完全删除主机(包括VM和磁盘),并删除所有报告,设置和配置信息。"
770
748
  ],
771
749
  "Components": [
772
- "Componentes"
750
+ "组件"
773
751
  ],
774
752
  "Components:": [
775
- "Componentes:"
753
+ "组件:"
776
754
  ],
777
755
  "Composite View": [
778
- "Vista Composta"
756
+ "复合视图"
779
757
  ],
780
758
  "Confirm": [
781
- "Confirmar"
759
+ "确认"
782
760
  ],
783
761
  "Confirm services restart": [
784
- ""
762
+ "确认服务重启"
785
763
  ],
786
764
  "Container Image Manifest": [
787
- "Manifesto de imagem de contêiner"
765
+ "容器图像清单"
788
766
  ],
789
767
  "Container Image Manifest Lists": [
790
- "Listas de Manifestos de Imagens de Contêineres"
768
+ "容器镜像清单列表"
791
769
  ],
792
770
  "Container Image Manifests": [
793
- "Manifestos de imagens de contêineres"
771
+ "容器图像清单"
794
772
  ],
795
773
  "Container Image metadata generation has been initiated in the background. Click\\n <a ng-href=\\\"{{ taskUrl() }}\\\">Here</a> to monitor the progress.": [
796
- ""
774
+ "容器镜像元数据生成已在后台启动。请点击<a ng-href=\\\"{{ taskUrl() }}\\\">这里</a>监视进度。"
797
775
  ],
798
776
  "Container Image Registry": [
799
- ""
777
+ "容器镜像 registry"
800
778
  ],
801
779
  "Container Image Tags": [
802
- "Tags de imagem de contêiner"
780
+ "容器镜像标签"
803
781
  ],
804
782
  "Content": [
805
- "Conteúdo"
783
+ "内容"
806
784
  ],
807
785
  "Content Counts": [
808
- "Contas de Conteúdo"
786
+ "内容计数"
809
787
  ],
810
788
  "Content Credential": [
811
- ""
789
+ "内容凭证"
812
790
  ],
813
791
  "Content Credential %s has been created.": [
814
- "Foi criada a Credencial de Conteúdo %s."
792
+ "内容凭证%s已被创造。"
815
793
  ],
816
794
  "Content Credential Contents": [
817
- "Conteúdo Conteúdo Credencial"
795
+ "内容凭证内容"
818
796
  ],
819
797
  "Content Credential successfully uploaded": [
820
- "Conteúdo Credencial carregado com sucesso"
798
+ "内容凭证已成功上传"
821
799
  ],
822
800
  "Content credential updated": [
823
- "Credencial de conteúdo atualizada"
801
+ "內容凭证已更新"
824
802
  ],
825
803
  "Content Credentials": [
826
- "Credenciais de conteúdo"
804
+ "内容凭证"
827
805
  ],
828
806
  "Content Host": [
829
- "Host de Conteúdo"
807
+ "內容主机"
830
808
  ],
831
809
  "Content Host Bulk Content": [
832
- "Conteúdo Conteúdo do Host Bulk"
810
+ "内容主机批量内容"
833
811
  ],
834
812
  "Content Host Bulk Subscriptions": [
835
- "Assinaturas em massa de conteúdo"
813
+ "内容主机批量订阅"
836
814
  ],
837
815
  "Content Host Content": [
838
- "Conteúdo Conteúdo do Host"
816
+ "內容主机内容"
839
817
  ],
840
818
  "Content Host Counts": [
841
- "Conteúdos Contém"
819
+ "內容主机数"
842
820
  ],
843
821
  "Content Host Limit": [
844
- "Limite do Host de Conteúdo"
822
+ "内容主机限制"
845
823
  ],
846
824
  "Content Host Module Stream Management": [
847
- ""
825
+ "内容主机模块流管理"
848
826
  ],
849
827
  "Content Host Properties": [
850
- "Propriedades do hospedeiro de conteúdo"
828
+ "内容主机属性"
851
829
  ],
852
830
  "Content Host Registration": [
853
- "Registro de anfitrião de conteúdo"
831
+ "内容主机注册"
854
832
  ],
855
833
  "Content Host Status": [
856
- "Status do hospedeiro de conteúdo"
834
+ "内容主机状态"
857
835
  ],
858
836
  "Content Host Traces Management": [
859
- ""
837
+ "内容主机跟踪管理"
860
838
  ],
861
839
  "Content Host:": [
862
- "Host de conteúdo:"
840
+ "內容主机"
863
841
  ],
864
842
  "Content Hosts": [
865
- "Hosts de Conteúdo"
843
+ "內容主机"
866
844
  ],
867
845
  "Content Hosts for Activation Key:": [
868
- "Chave de ativação de conteúdo:"
846
+ "激活码的内容主机:"
869
847
  ],
870
848
  "Content Hosts for:": [
871
- "Hosts de conteúdo para:"
849
+ "內容主机用于:"
872
850
  ],
873
851
  "Content Only": [
874
- ""
852
+ "只包括内容"
875
853
  ],
876
854
  "Content synced depends on the specifity of the URL and/or the optional requirements.yaml specified below <a class=\\\"fa fa-question-circle\\\" ng-show=\\\"repository.content_type === 'ansible_collection'\\\" uib-popover-html=\\\"collectionURLPopover\\\" popover-class=\\\"popover-large\\\" popover-trigger=\\\"'outsideClick'\\\" popover-append-to-body=\\\"true\\\" popover-title=\\\"Upstream URL\\\">\\n </a>": [
877
- ""
855
+ "同步的内容取决于URL的特殊性和/或下面指定的可选要求。 <a class=\\\"fa fa-question-circle\\\" ng-show=\\\"repository.content_type === 'ansible_collection'\\\" uib-popover-html=\\\"collectionURLPopover\\\" popover-class=\\\"popover-large\\\" popover-trigger=\\\"'outsideClick'\\\" popover-append-to-body=\\\"true\\\" popover-title=\\\"Upstream URL\\\">\\n </a>"
878
856
  ],
879
857
  "Content Type": [
880
- "Tipo de Conteúdo"
858
+ "内容类型"
881
859
  ],
882
860
  "Content View": [
883
- "Visão do conteúdo"
861
+ "内容视图"
884
862
  ],
885
863
  "Content View Version": [
886
- "Versão de visualização do conteúdo"
864
+ "內容视图版本"
887
865
  ],
888
866
  "Content View:": [
889
- "Vista do conteúdo:"
867
+ "内容视图:"
890
868
  ],
891
869
  "Content Views": [
892
- "Exibições de conteúdo"
870
+ "内容视图"
893
871
  ],
894
872
  "Content Views <div>{{ library.counts.content_views || 0 }}</div>": [
895
- "Visualizações de conteúdo <div>{{ library.counts.content_views || 0 }}</div>"
873
+ "内容视图 <div>{{ library.counts.content_views || 0 }}</div>"
896
874
  ],
897
875
  "Content Views for Deb:": [
898
- "Visualizações de conteúdo para Deb:"
876
+ "用于 Deb 的内容视图:"
899
877
  ],
900
878
  "Content Views for File:": [
901
- "Visualizações de conteúdo para arquivo:"
879
+ "用于文件的内容视图:"
902
880
  ],
903
881
  "Content Views that contain this Deb": [
904
- "Visualizações de conteúdo que contêm esta Deb"
882
+ "包含此 Deb 的内容视图"
905
883
  ],
906
884
  "Content Views that contain this File": [
907
- "Visualizações de conteúdo que contêm este arquivo"
885
+ "包含此文件的内容视图"
908
886
  ],
909
887
  "Context": [
910
- "Contexto"
888
+ "上下文"
911
889
  ],
912
890
  "Contract": [
913
- "Contrato"
891
+ "合同"
914
892
  ],
915
893
  "Copy Activation Key": [
916
- "Chave de ativação de cópia"
894
+ "复制激活码"
917
895
  ],
918
896
  "Copy Host Collection": [
919
- "Cópia da Coleção Host"
897
+ "复制主机集"
920
898
  ],
921
899
  "Cores per Socket": [
922
- "Núcleos por Tomada"
900
+ "每个插槽的内核数"
923
901
  ],
924
902
  "Create": [
925
- "Criar"
903
+ "创建"
926
904
  ],
927
905
  "Create a copy of {{ activationKey.name }}": [
928
- "Crie uma cópia de {{ activationKey.name }}"
906
+ "创建一个 {{ activationKey.name }} 副本"
929
907
  ],
930
908
  "Create a copy of {{ hostCollection.name }}": [
931
- "Crie uma cópia de {{ hostCollection.name }}"
909
+ "创建一个 {{ hostCollection.name }} 副本"
932
910
  ],
933
911
  "Create Activation Key": [
934
- "Criar chave de ativação"
912
+ "创建激活码"
935
913
  ],
936
914
  "Create Content Credential": [
937
- "Criar Credencial de Conteúdo"
915
+ "建立內容凭证"
938
916
  ],
939
917
  "Create Copy": [
940
- ""
918
+ "创建复制"
941
919
  ],
942
920
  "Create Discovered Repositories": [
943
- "Criar Repositórios Descobertos"
921
+ "创建发现的仓库"
944
922
  ],
945
923
  "Create Environment Path": [
946
- "Criar caminho ambiental"
924
+ "创建环境路径"
947
925
  ],
948
926
  "Create Host Collection": [
949
- "Criar coleção de anfitriões"
927
+ "创建主机集"
950
928
  ],
951
929
  "Create Product": [
952
- "Criar Produto"
930
+ "创建产品"
953
931
  ],
954
932
  "Create Repositories": [
955
- "Criar repositórios"
933
+ "创建仓库"
956
934
  ],
957
935
  "Create Selected": [
958
- "Criar Selecionado"
936
+ "创建所选"
959
937
  ],
960
938
  "Create Status": [
961
- "Criar status"
939
+ "创建状态"
962
940
  ],
963
941
  "Create Sync Plan": [
964
- "Criar Plano de Sincronização"
942
+ "创建同步计划"
965
943
  ],
966
944
  "Creating repository...": [
967
- "Criando repositório..."
945
+ "正在创建仓库..."
968
946
  ],
969
947
  "Critical": [
970
- "Crítico"
948
+ "关键"
971
949
  ],
972
950
  "Cron Logic": [
973
- ""
951
+ "Cron 逻辑"
974
952
  ],
975
953
  "ctrl-click or shift-click to select multiple Add ons": [
976
- ""
954
+ "按 Ctrl 或 Shift 以选择多个附加组件"
977
955
  ],
978
956
  "Current Lifecycle Environment (%e/%cv)": [
979
- ""
957
+ "当前的生命周期环境 (%e/%cv)"
980
958
  ],
981
959
  "Current Subscriptions for Activation Key:": [
982
- "Assinaturas atuais para chave de ativação:"
960
+ "当前的激活码订阅:"
983
961
  ],
984
962
  "Custom": [
985
- ""
963
+ "定制"
986
964
  ],
987
965
  "custom cron": [
988
- ""
966
+ "自定义 cron"
989
967
  ],
990
968
  "Custom Cron": [
991
- ""
969
+ "自定义Cron"
992
970
  ],
993
971
  "Custom Cron : {{ product.sync_plan.cron_expression }}": [
994
- ""
972
+ "自定义Cron: {{ product.sync_plan.cron_expression }}"
995
973
  ],
996
974
  "Customize": [
997
- ""
975
+ "自定义"
998
976
  ],
999
977
  "CVEs": [
1000
- "CVEs"
978
+ "CVE"
1001
979
  ],
1002
980
  "daily": [
1003
- "diariamente"
981
+ "每日"
1004
982
  ],
1005
983
  "Daily at {{ product.sync_plan.sync_date | date:'mediumTime' }} (Server Time)": [
1006
- "Diariamente em {{ product.sync_plan.sync_date | date:'mediumTime' }} (horário do servidor)"
984
+ "每天在{{ product.sync_plan.sync_date | date:'mediumTime' }}(服务器时间)"
1007
985
  ],
1008
986
  "Date": [
1009
- "Data"
987
+ "日期"
1010
988
  ],
1011
989
  "deb metadata generation has been initiated in the background. Click <a href=\\\"{{ taskUrl() }}\\\">Here</a> to monitor the progress.": [
1012
- "A geração de metadados deb foi iniciada em segundo plano. Clique <a href=\\\"{{ taskUrl() }}\\\">Aqui</a> para monitorar o progresso."
990
+ "deb元数据生成已在后台启动。请点击<a href=\\\"{{ taskUrl() }}\\\">这里</a>监视进度。"
1013
991
  ],
1014
992
  "Deb Package Actions": [
1015
- ""
993
+ "deb 软件包操作"
1016
994
  ],
1017
995
  "deb Package Updates": [
1018
- ""
996
+ "deb 软件包更新"
1019
997
  ],
1020
998
  "deb Packages": [
1021
- "pacotes deb"
999
+ "deb 软件包"
1022
1000
  ],
1023
1001
  "Deb Packages": [
1024
- "Pacotes deb"
1002
+ "Deb 软件包"
1025
1003
  ],
1026
1004
  "Deb Packages <div>{{ library.counts.debs || 0 }}</div>": [
1027
- ""
1005
+ "Deb 软件包 <div>{{ library.counts.debs || 0 }}</div>"
1028
1006
  ],
1029
1007
  "Deb Packages for:": [
1030
- ""
1008
+ "Deb 软件包用于:"
1031
1009
  ],
1032
1010
  "Deb Repositories": [
1033
- "Repositórios de depuração"
1011
+ "Deb 存储库"
1034
1012
  ],
1035
1013
  "Deb Repositories <div>{{ library.counts.deb_repositories || 0 }}</div>": [
1036
- ""
1014
+ "Deb 软件仓库 <div>{{ library.counts.deb_repositories || 0 }}</div>"
1037
1015
  ],
1038
1016
  "Deb:": [
1039
1017
  "Deb:"
1040
1018
  ],
1041
1019
  "Debs": [
1042
- "Depurações"
1020
+ "Debs"
1043
1021
  ],
1044
1022
  "Default": [
1045
- "Padrão"
1023
+ "默认"
1046
1024
  ],
1047
1025
  "Default Status": [
1048
- ""
1026
+ "默认状态"
1049
1027
  ],
1050
1028
  "Delete": [
1051
- "Excluir"
1029
+ "刪除"
1052
1030
  ],
1053
1031
  "Delete {{ table.numSelected }} Hosts?": [
1054
- ""
1032
+ "删除 {{ table.numSelected }} 主机?"
1055
1033
  ],
1056
1034
  "Delete filters": [
1057
- ""
1035
+ "删除过滤"
1058
1036
  ],
1059
1037
  "Delete Hosts": [
1060
- "Apagar hosts"
1038
+ "删除主机"
1061
1039
  ],
1062
1040
  "Delta RPM": [
1063
- ""
1041
+ "Delta RPM"
1064
1042
  ],
1065
1043
  "Dependencies": [
1066
- "Dependências"
1044
+ "依赖性"
1067
1045
  ],
1068
1046
  "Description": [
1069
- "Descrição"
1047
+ "描述"
1070
1048
  ],
1071
1049
  "Details": [
1072
- "Detalhes"
1050
+ "详情"
1073
1051
  ],
1074
1052
  "Details for Activation Key:": [
1075
- "Detalhes da chave de ativação:"
1053
+ "激活码详情:"
1076
1054
  ],
1077
1055
  "Details for Container Image Tag:": [
1078
- ""
1056
+ "容器镜像标签的详情:"
1079
1057
  ],
1080
1058
  "Details for Product:": [
1081
- "Detalhes do Produto:"
1059
+ "产品详情:"
1082
1060
  ],
1083
1061
  "Details for Repository:": [
1084
- "Detalhes para Repositório:"
1062
+ "仓库详情:"
1085
1063
  ],
1086
1064
  "Determines whether to require login to pull container images in this lifecycle environment.": [
1087
- ""
1065
+ "确定是否需要登录才能在此生命周期环境中提取容器镜像。"
1088
1066
  ],
1089
1067
  "Digest": [
1090
- "Digest"
1068
+ "文摘值"
1091
1069
  ],
1092
1070
  "Disable": [
1093
- "Desabilitar"
1071
+ "禁用"
1094
1072
  ],
1095
1073
  "Disabled": [
1096
- "Desativado"
1074
+ "禁用"
1097
1075
  ],
1098
1076
  "Disabled (overridden)": [
1099
- "Deficiente (anulado)"
1077
+ "禁用(已覆盖)"
1100
1078
  ],
1101
1079
  "Discover": [
1102
- "Descubra"
1080
+ "发现"
1103
1081
  ],
1104
1082
  "Discover Repositories": [
1105
- "Descobrir Repositórios "
1083
+ "发现软件仓库"
1106
1084
  ],
1107
1085
  "Discovered Repository": [
1108
- "Repositório Descoberto"
1086
+ "发现的仓库"
1109
1087
  ],
1110
1088
  "Discovery failed. Error: %s": [
1111
- "A descoberta falhou. Erro: %s"
1089
+ "发现失败。错误: %s"
1112
1090
  ],
1113
1091
  "Distribution": [
1114
- "Distribuição"
1092
+ "发布"
1115
1093
  ],
1116
1094
  "Distribution Information": [
1117
- "Informações sobre distribuição"
1095
+ "发布信息"
1118
1096
  ],
1119
1097
  "Do not require a subscription entitlement certificate for accessing this repository.": [
1120
- ""
1098
+ "访问这个仓库不需要订阅授权证书。"
1121
1099
  ],
1122
1100
  "Docker": [
1123
1101
  "Docker"
1124
1102
  ],
1125
1103
  "Docker metadata generation has been initiated in the background. Click\\n <a ng-href=\\\"{{ taskUrl() }}\\\">Here</a> to monitor the progress.": [
1126
- ""
1104
+ "Docker元数据生成已在后台启动。请点击<a ng-href=\\\"{{ taskUrl() }}\\\">这里</a>监视进度。"
1127
1105
  ],
1128
1106
  "Docker Repositories <div>{{ library.counts.docker_repositories || 0 }}</div>": [
1129
- "Repositórios de Docker <div>{{ library.counts.docker_repositories || 0 }}</div>"
1107
+ "Docker 仓库 <div>{{ library.counts.docker_repositories || 0 }}</div>"
1130
1108
  ],
1131
1109
  "Docker Tags": [
1132
- "Tags do Docker "
1110
+ "Docker 标签"
1133
1111
  ],
1134
1112
  "Done": [
1135
- "Feito"
1113
+ "完成"
1136
1114
  ],
1137
1115
  "Download Policy": [
1138
- "Política de download"
1116
+ "下载政策"
1139
1117
  ],
1140
1118
  "Enable": [
1141
- "Habilitar"
1119
+ "启用"
1142
1120
  ],
1143
1121
  "Enable Traces": [
1144
- ""
1122
+ "启用跟踪"
1145
1123
  ],
1146
1124
  "Enabled": [
1147
- "Ativado"
1125
+ "启用"
1148
1126
  ],
1149
1127
  "Enabled (overridden)": [
1150
- "Ativado (anulado)"
1128
+ "已启用(已覆盖)"
1151
1129
  ],
1152
1130
  "Enhancement": [
1153
- "Melhoria"
1131
+ "功能增强"
1154
1132
  ],
1155
1133
  "Enter Package Group Name(s)...": [
1156
- "Digite o(s) nome(s) do(s) grupo(s) de pacote(s)..."
1134
+ "输入软件包组名称"
1157
1135
  ],
1158
1136
  "Enter Package Name(s)...": [
1159
- "Digite o(s) nome(s) do(s) pacote(s)..."
1137
+ "输入软件包名称..."
1160
1138
  ],
1161
1139
  "Environment": [
1162
- "Ambiente"
1140
+ "环境"
1163
1141
  ],
1164
1142
  "Environment saved": [
1165
- "Meio ambiente economizado"
1143
+ "保存环境"
1166
1144
  ],
1167
1145
  "Environment will also be removed from the following published content views!": [
1168
- ""
1146
+ "环境也将从以下发布的内容视图中移除!"
1169
1147
  ],
1170
1148
  "Environments": [
1171
- "Ambientes"
1149
+ "环境"
1172
1150
  ],
1173
1151
  "Environments List": [
1174
- "Lista de Ambientes"
1152
+ "环境列表"
1175
1153
  ],
1176
1154
  "Errata": [
1177
- "Erratas"
1155
+ "勘误"
1178
1156
  ],
1179
1157
  "Errata <div>{{ library.counts.errata.total || 0 }}</div>": [
1180
- "Errata <div>{{ library.counts.errata.total || 0 }}</div>"
1158
+ "勘误<div>{{ library.counts.errata.total || 0 }}"
1181
1159
  ],
1182
1160
  "Errata are automatically Applicable if they are Installable": [
1183
- "Os erros são automaticamente aplicáveis se forem instaláveis"
1161
+ "如果是可安装的,勘误将会自动可适用"
1184
1162
  ],
1185
1163
  "Errata Details": [
1186
- "Detalhes da Errata"
1164
+ "勘误详情"
1187
1165
  ],
1188
1166
  "Errata for:": [
1189
- "Errata para:"
1167
+ "勘误:"
1190
1168
  ],
1191
1169
  "Errata ID": [
1192
- "Errata ID"
1170
+ "勘误 ID"
1193
1171
  ],
1194
1172
  "Errata Installation": [
1195
- "Instalação de Errata"
1173
+ "勘误安装"
1196
1174
  ],
1197
1175
  "Errata Task List": [
1198
- "Lista de tarefas de erros"
1176
+ "勘误任务列表"
1199
1177
  ],
1200
1178
  "Errata Tasks": [
1201
- "Errata Tarefas"
1179
+ "勘误任务"
1202
1180
  ],
1203
1181
  "Errata:": [
1204
- "Errata:"
1182
+ "勘误:"
1205
1183
  ],
1206
1184
  "Error during upload:": [
1207
- "Erro durante o upload:"
1185
+ "上载时发生错误:"
1208
1186
  ],
1209
1187
  "Error saving the Sync Plan:": [
1210
- ""
1188
+ "保存同步计划时出错:"
1211
1189
  ],
1212
1190
  "Event": [
1213
- "Evento"
1191
+ "事件"
1214
1192
  ],
1215
1193
  "Exclude Tags": [
1216
- ""
1194
+ "排除标签"
1217
1195
  ],
1218
1196
  "Existing Product": [
1219
- "Produto Existente"
1197
+ "现有产品"
1220
1198
  ],
1221
1199
  "Expires": [
1222
- "Expira"
1200
+ "过期"
1223
1201
  ],
1224
1202
  "Export": [
1225
- "Exportar"
1203
+ "导出"
1226
1204
  ],
1227
1205
  "Family": [
1228
- "Família"
1206
+ "系列"
1229
1207
  ],
1230
1208
  "File Information": [
1231
- "Informações do arquivo"
1209
+ "文件信息"
1232
1210
  ],
1233
1211
  "File removal been initiated in the background. Click <a href=\\\"{{ taskUrl() }}\\\">Here</a> to monitor the progress.": [
1234
- "A remoção do arquivo foi iniciada em segundo plano. Clique <a href=\\\"{{ taskUrl() }}\\\">Aqui</a> para monitorar o progresso."
1212
+ "文件删除已在后台启动。请点击<a href=\\\"{{ taskUrl() }}\\\">这里</a>监视进度。"
1235
1213
  ],
1236
1214
  "File too large.": [
1237
- "Arquivo muito grande."
1215
+ "文件过大。"
1238
1216
  ],
1239
1217
  "File too large. Please use the CLI instead.": [
1240
- "Arquivo muito grande. Por favor, use o CLI em seu lugar."
1218
+ "文件过大。请使用 CLI"
1241
1219
  ],
1242
1220
  "File:": [
1243
- "Arquivo:"
1221
+ "文件:"
1244
1222
  ],
1245
1223
  "Filename": [
1246
- "Nome do arquivo"
1224
+ "文件名"
1247
1225
  ],
1248
1226
  "Files": [
1249
- "Arquivos"
1227
+ "文件"
1250
1228
  ],
1251
1229
  "Files in package {{ package.nvrea }}": [
1252
- "Arquivos em pacote {{ package.nvrea }}"
1230
+ "软件包 {{ package.nvrea }} 中的文件"
1253
1231
  ],
1254
1232
  "Filter": [
1255
- "Flitro"
1233
+ "过滤器"
1256
1234
  ],
1257
1235
  "Filter by Environment": [
1258
- ""
1236
+ "按环境过滤"
1259
1237
  ],
1260
1238
  "Filter by Status:": [
1261
- ""
1239
+ "根据状态过滤:"
1262
1240
  ],
1263
1241
  "Filter...": [
1264
- "Filtro..."
1242
+ "过滤器......"
1265
1243
  ],
1266
1244
  "Filters": [
1267
- ""
1245
+ "过滤器"
1268
1246
  ],
1269
1247
  "Finished At": [
1270
- "Concluído em"
1248
+ "完成于"
1271
1249
  ],
1272
1250
  "For older operating systems such as Red Hat Enterprise Linux 5 or CentOS 5 it is recommended to use sha1.": [
1273
- "Para sistemas operacionais mais antigos como o Red Hat Enterprise Linux 5 ou CentOS 5 é recomendado o uso do sha1."
1251
+ "对于较旧的操作系统,如 Red Hat Enterprise Linux 5 CentOS 5,建议使用 sha1"
1274
1252
  ],
1275
1253
  "For On Demand synchronization, only the metadata is downloaded during sync and packages are fetched and stored on the filesystem when clients request them.\\n On Demand is not recommended for custom repositories unless the upstream repository maintains older versions of packages within the repository.\\n The Immediate option will download all metadata and packages immediately during the sync.": [
1276
- ""
1254
+ "对于按需同步,仅在同步期间下载元数据,并在客户端请求时将软件包提取并存储在文件系统中。对于自定义仓库,建议不要使用按需存储,除非上游仓库在仓库中维护较旧版本的软件包。 “立即”选项将在同步期间立即下载所有元数据和程序包。"
1277
1255
  ],
1278
1256
  "Global Default": [
1279
- ""
1257
+ "全局默认值"
1280
1258
  ],
1281
1259
  "Global Default (None)": [
1282
- ""
1260
+ "全局默认值(无)"
1283
1261
  ],
1284
1262
  "GPG Key": [
1285
- "Chave GPG"
1263
+ "GPG 密钥"
1286
1264
  ],
1287
1265
  "Group": [
1288
- "Grupo"
1266
+ ""
1289
1267
  ],
1290
1268
  "Group Install (Deprecated)": [
1291
- ""
1269
+ "组安装(已弃用)"
1292
1270
  ],
1293
1271
  "Group package actions are being deprecated, and will be removed in a future version.": [
1294
- ""
1272
+ "组软件包操作已被弃用,并将在以后的版本中删除。"
1295
1273
  ],
1296
1274
  "Group Remove (Deprecated)": [
1297
- ""
1275
+ "组删除(已弃用)"
1298
1276
  ],
1299
1277
  "Guests of": [
1300
- "Convidados de"
1278
+ "的客户"
1301
1279
  ],
1302
1280
  "Helper": [
1303
- "Ajudante"
1281
+ "帮助"
1304
1282
  ],
1305
1283
  "Host %s has been deleted.": [
1306
- "O host %s foi excluído."
1284
+ "主机 %s 已被删除。"
1307
1285
  ],
1308
1286
  "Host %s has been unregistered.": [
1309
- "O host %s não foi registrado."
1287
+ "主机 %s 已被取消注册。"
1310
1288
  ],
1311
1289
  "Host Collection Management": [
1312
- "Gerenciamento de coleta de hospedagem"
1290
+ "主机集合管理"
1313
1291
  ],
1314
1292
  "Host Collection Membership": [
1315
- "Afiliação a Coleta de Anfitriões"
1293
+ "主机集合成员"
1316
1294
  ],
1317
1295
  "Host Collection Membership Management": [
1318
- ""
1296
+ "主机集合成员资格管理"
1319
1297
  ],
1320
1298
  "Host Collection removed.": [
1321
- "Coleção de anfitriões removida."
1299
+ "主机集合已删除"
1322
1300
  ],
1323
1301
  "Host Collection updated": [
1324
- "Coleção de anfitriões atualizada"
1302
+ "主机集合已更新"
1325
1303
  ],
1326
1304
  "Host Collection:": [
1327
- "Coleção de anfitriões:"
1305
+ "主机集合:"
1328
1306
  ],
1329
1307
  "Host Collections": [
1330
- "Coleções de Host"
1308
+ "主机集合"
1331
1309
  ],
1332
1310
  "Host Collections for:": [
1333
- "Coleções de anfitriões para:"
1311
+ "主机集合:"
1334
1312
  ],
1335
1313
  "Host Count": [
1336
- "Contagem de anfitriões"
1314
+ "主机数"
1337
1315
  ],
1338
1316
  "Host Group": [
1339
- "Grupo de Host"
1317
+ "主机组"
1340
1318
  ],
1341
1319
  "Host Limit": [
1342
- "Limite do anfitrião"
1320
+ "主机限制"
1343
1321
  ],
1344
1322
  "Hostname": [
1345
- "Nome da máquina"
1323
+ "主机名"
1346
1324
  ],
1347
1325
  "Hosts": [
1348
- "Hosts"
1326
+ "主机"
1349
1327
  ],
1350
1328
  "hourly": [
1351
- "de hora em hora"
1329
+ "每小时"
1352
1330
  ],
1353
1331
  "Hourly at {{ product.sync_plan.sync_date | date:'m' }} minutes and {{ product.sync_plan.sync_date | date:'s' }} seconds": [
1354
- "De hora em hora em {{ product.sync_plan.sync_date | date:'m' }} minutos e {{ product.sync_plan.sync_date | date:'s' }} segundos"
1332
+ "每小时{{ product.sync_plan.sync_date | date:'m' }}分钟和{{ product.sync_plan.sync_date | date:'s' }}"
1355
1333
  ],
1356
1334
  "HTTP Proxy": [
1357
- "Proxy HTTP"
1335
+ "HTTP 代理"
1358
1336
  ],
1359
1337
  "HTTP Proxy Management": [
1360
- ""
1338
+ "HTTP 代理管理"
1361
1339
  ],
1362
1340
  "HTTP Proxy Policy": [
1363
- ""
1341
+ "HTTP 代理策略"
1364
1342
  ],
1365
1343
  "HTTP Proxy Policy:": [
1366
- ""
1344
+ "HTTP 代理策略:"
1367
1345
  ],
1368
1346
  "HTTP Proxy:": [
1369
- ""
1347
+ "HTTP 代理:"
1370
1348
  ],
1371
1349
  "HttpProxyPolicy": [
1372
1350
  "HttpProxyPolicy"
1373
1351
  ],
1374
1352
  "Id": [
1375
- "Id"
1353
+ "ID"
1354
+ ],
1355
+ "If you want to upload individual packages, create a separate repository with an empty \\\"Upstream URL\\\" field.": [
1356
+ "如果要上传单个软件包,请使用一个空的 \\\"Upstream URL\\\" 字段创建单独的仓库。"
1376
1357
  ],
1377
1358
  "Ignore SRPMs": [
1378
- ""
1359
+ "忽略 SRPM"
1379
1360
  ],
1380
1361
  "Ignore treeinfo": [
1381
- ""
1362
+ "忽略 treeinfo"
1382
1363
  ],
1383
1364
  "Image": [
1384
- "Imagem"
1365
+ "镜像"
1385
1366
  ],
1386
1367
  "Immediate": [
1387
- "Imediato(a)"
1368
+ "立即"
1388
1369
  ],
1389
1370
  "Important": [
1390
- "Importante"
1371
+ "重要"
1391
1372
  ],
1392
1373
  "In order to browse this repository you must <a ng-href=\\\"/organizations/{{ organization }}/edit\\\">download the certificate</a>\\n or ask your admin for a certificate.": [
1393
- "Para navegar por este repositório você deve <a ng-href=\\\"/organizations/{{ organization }}/edit\\\">baixar o certificado</a>\\n ou peça um certificado a seu administrador."
1374
+ "为了浏览此仓库,您必须<a ng-href=\\\"/organizations/{{ organization }}/edit\\\">下载证书</a>或向管理员询问证书。"
1394
1375
  ],
1395
1376
  "Include Tags": [
1396
- ""
1377
+ "包含标签"
1397
1378
  ],
1398
1379
  "Independent Packages": [
1399
- ""
1380
+ "独立软件包"
1400
1381
  ],
1401
1382
  "Install": [
1402
- "Instalar"
1383
+ "安装"
1403
1384
  ],
1404
1385
  "Install Selected": [
1405
- "Instalação Selecionada"
1386
+ "安装所选"
1406
1387
  ],
1407
1388
  "Install the pre-built bootstrap RPM:": [
1408
- "Instalar o RPM do bootstrap pré-construído:"
1389
+ "安装预构建的引导程序 RPM"
1409
1390
  ],
1410
1391
  "Installable": [
1411
- "Instalável"
1392
+ "可安装"
1412
1393
  ],
1413
1394
  "Installable Errata": [
1414
- "Errata instalável"
1395
+ "可安装的勘误"
1415
1396
  ],
1416
1397
  "Installable Updates": [
1417
- "Atualizações instaláveis"
1398
+ "可安装的更新"
1418
1399
  ],
1419
1400
  "Installed": [
1420
- "Instalados"
1401
+ "已安裝"
1421
1402
  ],
1422
1403
  "Installed Deb Packages": [
1423
- ""
1404
+ "安装的 Deb 软件包"
1424
1405
  ],
1425
1406
  "Installed On": [
1426
- "Instalado em"
1407
+ "安装于"
1427
1408
  ],
1428
1409
  "Installed Package": [
1429
- "Pacote instalado"
1410
+ "已安装的软件包"
1430
1411
  ],
1431
1412
  "Installed Packages": [
1432
- "Pacotes instalados"
1413
+ "已安装的软件包"
1433
1414
  ],
1434
1415
  "Installed Products": [
1435
- "Produtos Instalados"
1416
+ "安装的产品"
1436
1417
  ],
1437
1418
  "Installed Profile": [
1438
- ""
1419
+ "安装的配置集"
1439
1420
  ],
1440
1421
  "Interfaces": [
1441
- "Interfaces"
1422
+ "接口"
1442
1423
  ],
1443
1424
  "Interval": [
1444
- "Intervalo"
1425
+ "间隔"
1445
1426
  ],
1446
1427
  "IPv4 Address": [
1447
- "Endereço IPv4"
1428
+ "IPv4 位址"
1448
1429
  ],
1449
1430
  "IPv6 Address": [
1450
- "Endereço IPv6"
1431
+ "IPv6 地址"
1451
1432
  ],
1452
1433
  "Issued": [
1453
- "Emitido em"
1434
+ "发行"
1454
1435
  ],
1455
1436
  "Katello Tracer": [
1456
- ""
1437
+ "Katello Tracer"
1457
1438
  ],
1458
1439
  "Label": [
1459
- "Rótulo"
1440
+ "标签"
1460
1441
  ],
1461
1442
  "Last Checkin": [
1462
- "Último Checkin"
1443
+ "最后签到"
1463
1444
  ],
1464
1445
  "Last Published": [
1465
- "Publicado pela última vez"
1446
+ "最后发布的"
1466
1447
  ],
1467
1448
  "Last Puppet Report": [
1468
- "Último Relatório de Marionetes"
1449
+ "最后的 Puppet 报告"
1469
1450
  ],
1470
1451
  "Last reclaim failed:": [
1471
- ""
1452
+ "最后重新声明失败:"
1472
1453
  ],
1473
1454
  "Last reclaim space failed:": [
1474
- ""
1455
+ "最后的重新声明空间失败:"
1475
1456
  ],
1476
1457
  "Last Sync": [
1477
- "Última Sincronia"
1458
+ "最后同步"
1478
1459
  ],
1479
1460
  "Last sync failed:": [
1480
- ""
1461
+ "最后的同步失败:"
1481
1462
  ],
1482
1463
  "Last synced": [
1483
- ""
1464
+ "最后同步的"
1484
1465
  ],
1485
1466
  "Last Updated On": [
1486
- "Última Atualização em"
1467
+ "最后更新于:"
1487
1468
  ],
1488
1469
  "Library": [
1489
- "Biblioteca"
1470
+ ""
1490
1471
  ],
1491
1472
  "Library Repositories": [
1492
- "Repositórios de bibliotecas"
1473
+ "库仓库"
1493
1474
  ],
1494
1475
  "Library Repositories that contain this Deb.": [
1495
- "Repositórios de bibliotecas que contêm esta Deb."
1476
+ "包含此 Deb 的库仓库。"
1496
1477
  ],
1497
1478
  "Library Repositories that contain this File.": [
1498
- "Repositórios da biblioteca que contêm este arquivo."
1479
+ "包含此文件的库仓库。"
1499
1480
  ],
1500
1481
  "Library Synced Content": [
1501
- "Biblioteca Conteúdo Sincronizado"
1482
+ "库更新的内容"
1502
1483
  ],
1503
1484
  "License": [
1504
- "Licença"
1485
+ "许可证"
1505
1486
  ],
1506
1487
  "Lifecycle Environment": [
1507
- "Ambiente de Ciclo de Vida"
1488
+ "生命周期环境"
1508
1489
  ],
1509
1490
  "Lifecycle Environment Paths": [
1510
- "Caminhos do ambiente do ciclo de vida"
1491
+ "生命周期环境路径"
1511
1492
  ],
1512
1493
  "Lifecycle Environment:": [
1513
- ""
1494
+ "生命周期环境:"
1514
1495
  ],
1515
1496
  "Lifecycle Environments": [
1516
- "Ambientes de ciclo de vida"
1497
+ "生命周期环境"
1517
1498
  ],
1518
1499
  "Limit": [
1519
- "Limite"
1500
+ "限制"
1520
1501
  ],
1521
1502
  "Limit Repository Sets to only those available in this Activation Key's Lifecycle Environment": [
1522
- ""
1503
+ "将仓库集限制为仅此激活码的生命周期环境中可用的仓库集"
1523
1504
  ],
1524
1505
  "Limit Repository Sets to only those available in this Host's Lifecycle Environment": [
1525
- "Limitar os Conjuntos de Repositório a apenas aqueles disponíveis no Ambiente de Ciclo de Vida deste Host"
1506
+ "将仓库集限制为仅此主机的生命周期环境中可用的仓库集"
1526
1507
  ],
1527
1508
  "Limit to environment": [
1528
- "Limite ao meio ambiente"
1509
+ "限制到环境"
1529
1510
  ],
1530
1511
  "Limit to Environment": [
1531
- "Limite ao meio ambiente"
1512
+ "限制到环境"
1532
1513
  ],
1533
1514
  "Limit to Lifecycle Environment": [
1534
- ""
1515
+ "限制到生命周期环境"
1535
1516
  ],
1536
1517
  "Limit:": [
1537
- "Limite:"
1518
+ "限制:"
1538
1519
  ],
1539
1520
  "List": [
1540
- "Lista"
1521
+ "列出"
1541
1522
  ],
1542
1523
  "List Host Collections": [
1543
- ""
1524
+ "列出主机集合"
1544
1525
  ],
1545
1526
  "List Hosts": [
1546
- ""
1527
+ "列出主机"
1547
1528
  ],
1548
1529
  "List Products": [
1549
- ""
1530
+ "列出产品"
1550
1531
  ],
1551
1532
  "List Subscriptions": [
1552
- ""
1533
+ "列出订阅"
1553
1534
  ],
1554
1535
  "List/Remove": [
1555
- "Lista/Remover"
1536
+ "列出/删除"
1556
1537
  ],
1557
1538
  "Loading...": [
1558
- "Carregando..."
1539
+ "载入中..."
1559
1540
  ],
1560
1541
  "Loading...\\\"": [
1561
- "Carregando...\\\""
1542
+ "加载...\\\""
1562
1543
  ],
1563
1544
  "Make filters apply to all repositories in the content view": [
1564
- ""
1545
+ "使过滤应用到内容视图中的所有仓库"
1565
1546
  ],
1566
1547
  "Manage Ansible Collections for Repository:": [
1567
- ""
1548
+ "管理仓库的 Ansible 集合:"
1568
1549
  ],
1569
1550
  "Manage Container Image Manifests for Repository:": [
1570
- ""
1551
+ "管理仓库的容器镜像清单:"
1571
1552
  ],
1572
1553
  "Manage Content for Repository:": [
1573
- ""
1554
+ "管理仓库的内容:"
1574
1555
  ],
1575
1556
  "Manage deb Packages for Repository:": [
1576
- "Gerenciar pacotes de deb para Repositório:"
1557
+ "管理仓库的 deb 软件包:"
1577
1558
  ],
1578
1559
  "Manage Errata": [
1579
- "Gerenciar Errata"
1560
+ "管理勘误"
1580
1561
  ],
1581
1562
  "Manage Files for Repository:": [
1582
- "Gerenciar Arquivos para Repositório:"
1563
+ "管理仓库文件:"
1583
1564
  ],
1584
1565
  "Manage Host Traces": [
1585
- ""
1566
+ "管理主机 Traces"
1586
1567
  ],
1587
1568
  "Manage HTTP Proxy": [
1588
- ""
1569
+ "管理 HTTP 代理"
1589
1570
  ],
1590
1571
  "Manage Module Streams": [
1591
- ""
1572
+ "管理模块流"
1592
1573
  ],
1593
1574
  "Manage Module Streams for Repository:": [
1594
- ""
1575
+ "管理仓库的模块流:"
1595
1576
  ],
1596
1577
  "Manage Packages": [
1597
- "Gerenciar pacotes"
1578
+ "管理软件包"
1598
1579
  ],
1599
1580
  "Manage Packages for Repository:": [
1600
- "Gerenciar Pacotes para Repositório:"
1581
+ "管理仓库软件包:"
1601
1582
  ],
1602
1583
  "Manage Repository Sets": [
1603
- "Gerenciar Conjuntos de Repositórios"
1584
+ "管理仓库集"
1604
1585
  ],
1605
1586
  "Manage Subscriptions": [
1606
- "Gerenciar Assinaturas"
1587
+ "管理订阅"
1607
1588
  ],
1608
1589
  "Manage Sync Plan": [
1609
- "Gerenciar Plano de Sincronização"
1590
+ "管理同步计划"
1610
1591
  ],
1611
1592
  "Manage System Purpose": [
1612
- ""
1593
+ "管理系统目的"
1613
1594
  ],
1614
1595
  "Manifest Lists": [
1615
- "Listas Manifestativas"
1596
+ "清单列表"
1616
1597
  ],
1617
1598
  "Manifest Type": [
1618
- "Tipo de Manifesto"
1599
+ "清单类型"
1619
1600
  ],
1620
1601
  "Metadata Expiration (Seconds)": [
1621
- ""
1602
+ "元数据过期 (以秒为单位)"
1622
1603
  ],
1623
1604
  "Mirroring Policy": [
1624
- ""
1605
+ "镜像策略"
1625
1606
  ],
1626
1607
  "Model": [
1627
- "Modelar"
1608
+ "模型"
1628
1609
  ],
1629
1610
  "Moderate": [
1630
- "Moderado"
1611
+ "中等"
1631
1612
  ],
1632
1613
  "Modular": [
1633
- ""
1614
+ "模块化"
1634
1615
  ],
1635
1616
  "Module Stream Management": [
1636
- ""
1617
+ "模块流管理"
1637
1618
  ],
1638
1619
  "Module Stream metadata generation has been initiated in the background. Click\\n <a ng-href=\\\"{{ taskUrl() }}\\\">Here</a> to monitor the progress.": [
1639
- ""
1620
+ "模块流元数据生成已在后台启动。请点击<a ng-href=\\\"{{ taskUrl() }}\\\">这里</a>监视进度。"
1640
1621
  ],
1641
1622
  "Module Stream Packages": [
1642
- ""
1623
+ "模块流软件包"
1643
1624
  ],
1644
1625
  "Module Streams": [
1645
- "Fluxos de módulo"
1626
+ "模块流"
1646
1627
  ],
1647
1628
  "Module Streams <div>{{ library.counts.module_streams || 0 }}</div>": [
1648
- ""
1629
+ "模块流<div>{{ library.counts.module_streams || 0 }}"
1649
1630
  ],
1650
1631
  "Module Streams for:": [
1651
- ""
1632
+ "模块流:"
1652
1633
  ],
1653
1634
  "More Details": [
1654
- "Mais detalhes"
1635
+ "更多详情"
1655
1636
  ],
1656
1637
  "N/A": [
1657
- "N/D"
1638
+ "不适用"
1658
1639
  ],
1659
1640
  "Name": [
1660
- "Nome"
1641
+ "名称"
1661
1642
  ],
1662
1643
  "Name of the upstream repository you want to sync. Example: 'quay/busybox' or 'fedora/ssh'.": [
1663
- ""
1644
+ "您要同步的上游仓库的名称。例如:'quay/busybox' 或 'fedora/ssh'。"
1664
1645
  ],
1665
1646
  "Networking": [
1666
- "Trabalho em rede"
1647
+ "网络"
1667
1648
  ],
1668
1649
  "Never": [
1669
- "Nunca"
1650
+ "决不"
1670
1651
  ],
1671
1652
  "Never checked in": [
1672
- ""
1653
+ "从未签到"
1673
1654
  ],
1674
1655
  "Never registered": [
1675
- ""
1656
+ "从未注册"
1676
1657
  ],
1677
1658
  "Never synced": [
1678
- "Nunca sincronizado"
1659
+ "从未同步"
1679
1660
  ],
1680
1661
  "New Activation Key": [
1681
- "Nova chave de ativação"
1662
+ "新激活码"
1682
1663
  ],
1683
1664
  "New Content Credential": [
1684
- ""
1665
+ "新内容凭证"
1685
1666
  ],
1686
1667
  "New Environment": [
1687
- "Novo Ambiente"
1668
+ "新环境"
1688
1669
  ],
1689
1670
  "New Host Collection": [
1690
- ""
1671
+ "新主机集合"
1691
1672
  ],
1692
1673
  "New Name:": [
1693
- "Novo nome:"
1674
+ "新名称:"
1694
1675
  ],
1695
1676
  "New Product": [
1696
- "Novo produto"
1677
+ "新产品"
1697
1678
  ],
1698
1679
  "New Repository": [
1699
- "Novo Repositório"
1680
+ "新仓库"
1700
1681
  ],
1701
1682
  "New Sync Plan": [
1702
- "Novo Plano de Sincronização"
1683
+ "新同步计划"
1703
1684
  ],
1704
1685
  "New sync plan successfully created.": [
1705
- "Novo plano de sincronização criado com sucesso."
1686
+ "已成功创建新的同步计划。"
1706
1687
  ],
1707
1688
  "Next": [
1708
- "Próximo"
1689
+ "下一个"
1709
1690
  ],
1710
1691
  "Next Sync": [
1711
- "Próxima Sincronia"
1692
+ "下一个同步"
1712
1693
  ],
1713
1694
  "No": [
1714
- "Não"
1695
+ ""
1715
1696
  ],
1716
1697
  "No alternate release version choices are available. The available releases are based upon what is available in \\\"{{ host.content_facet_attributes.content_view.name }}\\\", the selected <a href=\\\"/content_views\\\">content view</a> this content host is attached to for the given <a href=\\\"/lifecycle_environments\\\">lifecycle environment</a>, \\\"{{ host.content_facet_attributes.lifecycle_environment.name }}\\\".": [
1717
- "Não há opções de versões alternativas disponíveis. As versões disponíveis são baseadas no que está disponível em \\\"{{ host.content_facet_attributes.content_view.name }}\\\", a visão de conteúdo selecionada <a href=\\\"/content_views\\\"></a> a que este anfitrião de conteúdo está anexado para o ambiente <a href=\\\"/lifecycle_environments\\\">dado ciclo de vida</a>, \\\"{{ host.content_facet_attributes.lifecycle_environment.name }}\\\"."
1698
+ "没有其他可用的发行版本选择。可用版本基于“{{ host.content_facet_attributes.content_view.name }} ”,选中<a href=\\\"/content_views\\\">内容检视</a>此内容主机已附加到给定的<a href=\\\"/lifecycle_environments\\\">生命周期环境</a>,“{{ host.content_facet_attributes.lifecycle_environment.name }} ”。"
1718
1699
  ],
1719
1700
  "No Content Hosts match this Erratum.": [
1720
- "Nenhum hospedeiro de conteúdo corresponde a este erro."
1701
+ "没有内容主机与此勘误匹配。"
1721
1702
  ],
1722
1703
  "No Content Views contain this Deb": [
1723
- "Nenhuma Vista de Conteúdo contém esta Deb"
1704
+ "没有内容视图包含此 Deb"
1724
1705
  ],
1725
1706
  "No Content Views contain this File": [
1726
- "Nenhuma vista de conteúdo contém este arquivo"
1707
+ "没有内容视图包含此文件"
1727
1708
  ],
1728
1709
  "No content views exist for {{selected.environment.name}}": [
1729
- "Não existem visualizações de conteúdo para {{selected.environment.name}}"
1710
+ "没有用于 {{selected.environment.name}} 的内容视图"
1730
1711
  ],
1731
1712
  "No discovered repositories.": [
1732
- "Nenhum repositório descoberto."
1713
+ "没有发现的仓库。"
1733
1714
  ],
1734
1715
  "No enabled Repository Sets provided through subscriptions.": [
1735
- ""
1716
+ "没有通过订阅提供的已启用仓库集。"
1736
1717
  ],
1737
1718
  "No Host Collections match your search.": [
1738
- "Nenhuma coleção de anfitriões corresponde à sua busca."
1719
+ "没有主机集合与您的搜索匹配。"
1739
1720
  ],
1740
1721
  "No Host Collections to show, you can add Host Collections after selecting 'Host Collections' under 'Hosts' in main menu.": [
1741
- "Não há coleções de anfitriões para mostrar, você pode adicionar Coleções de anfitriões após selecionar 'Coleções de anfitriões' em 'Anfitriões' no menu principal."
1722
+ "没有主机集合显示,您可以在主菜单中的“主机”下选择“主机集合”后添加主机集合。"
1742
1723
  ],
1743
1724
  "No Host Collections to show, you can add Host Collections after selecting the 'Add' tab.": [
1744
- "Sem Coleções Hospedeiras para mostrar, você pode adicionar Coleções Hospedeiras após selecionar a guia 'Adicionar'."
1725
+ "没有主机集合可显示,您可以在选择“添加”选项卡后添加主机集合。"
1745
1726
  ],
1746
1727
  "No HTTP Proxies found": [
1747
- ""
1728
+ "没有找到 HTTP 代理"
1748
1729
  ],
1749
1730
  "No HTTP Proxy": [
1750
- ""
1731
+ "没有 HTTP 代理"
1751
1732
  ],
1752
1733
  "No matching results.": [
1753
- "Sem resultados correspondentes."
1734
+ "没有匹配的结果。"
1754
1735
  ],
1755
1736
  "No Packages to show": [
1756
- ""
1737
+ "没有要显示的软件包"
1757
1738
  ],
1758
1739
  "No products are available to add to this Sync Plan.": [
1759
- "Não há produtos disponíveis para adicionar a este Plano de Sincronização."
1740
+ "没有可用于添加到此同步计划的产品。"
1760
1741
  ],
1761
1742
  "No products have been added to this Sync Plan.": [
1762
- ""
1743
+ "未将任何产品添加到此同步计划中。"
1763
1744
  ],
1764
1745
  "No releases exist in the Library.": [
1765
- "Não existem lançamentos na Biblioteca."
1746
+ "库中没有发行版本。"
1766
1747
  ],
1767
1748
  "No Repositories contain this Deb": [
1768
- "Nenhum Repositório contém este Deb"
1749
+ "没有仓库包含此 Deb"
1769
1750
  ],
1770
1751
  "No Repositories contain this Erratum.": [
1771
- "Nenhum Repositório contém este erro."
1752
+ "没有仓库包含此勘误。"
1772
1753
  ],
1773
1754
  "No Repositories contain this File": [
1774
- "Nenhum Repositório contém este arquivo"
1755
+ "没有仓库包含此文件"
1775
1756
  ],
1776
1757
  "No Repositories contain this Package.": [
1777
- "Nenhum Repositório contém este pacote."
1758
+ "没有仓库含此软件包。"
1778
1759
  ],
1779
1760
  "No repository sets provided through subscriptions.": [
1780
- "Não são fornecidos conjuntos de repositórios através de assinaturas."
1761
+ "没有通过订阅提供的仓库集。"
1781
1762
  ],
1782
1763
  "No restriction": [
1783
- ""
1764
+ "没有限制"
1784
1765
  ],
1785
1766
  "No sync information available.": [
1786
- "Não há informações de sincronização disponíveis."
1767
+ "没有可用的同步信息。"
1787
1768
  ],
1788
1769
  "No tasks exist for this resource.": [
1789
- "Não existem tarefas para este recurso."
1770
+ "此资源不存在任何任务。"
1790
1771
  ],
1791
1772
  "None": [
1792
- "Nenhum"
1773
+ "没有"
1793
1774
  ],
1794
1775
  "Not Applicable": [
1795
- ""
1776
+ "不适用"
1796
1777
  ],
1797
1778
  "Not started": [
1798
- "Não iniciado"
1779
+ "未启动"
1799
1780
  ],
1800
1781
  "Not Synced": [
1801
- "Não foi Sincronizado"
1782
+ "未同步"
1802
1783
  ],
1803
1784
  "Number of CPUs": [
1804
- "Número de CPUs"
1785
+ "CPU 的数量"
1805
1786
  ],
1806
1787
  "Number of Repositories": [
1807
- "Número de Repositórios"
1788
+ "仓库数量"
1808
1789
  ],
1809
1790
  "On Demand": [
1810
- "Sob demanda"
1791
+ "按需"
1811
1792
  ],
1812
1793
  "One or more of the selected Errata are not Installable via your published Content View versions running on the selected hosts. The new Content View Versions (specified below)\\n will be created which will make this Errata Installable in the host's Environment. This new version will replace the current version in your host's Lifecycle\\n Environment. To install these errata immediately on hosts after publishing check the box below.": [
1813
- "Uma ou mais das Erratas selecionadas não podem ser instaladas através de suas versões publicadas de Visualização de Conteúdo rodando nos hosts selecionados. As novas Versões de Visualização de Conteúdo (especificadas abaixo)\\n que tornará esta Errata Instalável no Ambiente do hospedeiro. Esta nova versão substituirá a versão atual no Ciclo de Vida do seu host\\n Meio ambiente. Para instalar estas erratas imediatamente nos hosts após a publicação, marque a caixa abaixo."
1794
+ "无法通过在选定主机上运行的已发布内容视图版本来安装一个或多个选定勘误。将创建新的内容视图版本(在下面指定),使该勘误可在主机的环境中安装。此新版本将替换主机的生命周期环境中的当前版本。要在发布后立即在主机上安装这些勘误,请选中以下框。"
1814
1795
  ],
1815
1796
  "One or more packages are not showing up in the local repository even though they exist in the upstream repository.": [
1816
- ""
1797
+ "即使上游仓库中存在一个或多个软件包,它们也不会出现在本地仓库中。"
1817
1798
  ],
1818
1799
  "Only show content hosts where the errata is currently installable in the host's Lifecycle Environment.": [
1819
- "Mostrar apenas os hosts de conteúdo onde a errata é atualmente instalável no ambiente do ciclo de vida do host."
1800
+ "仅显示内容主机当前在主机的生命周期环境中可安装勘误的主机。"
1820
1801
  ],
1821
1802
  "Only show Errata that are Applicable to one or more Content Hosts": [
1822
- "Mostrar apenas Erratas que se aplicam a um ou mais Hosts de Conteúdo"
1803
+ "仅显示适用于一个或多个内容主机的勘误"
1823
1804
  ],
1824
1805
  "Only show Errata that are Installable on one or more Content Hosts": [
1825
- "Mostrar apenas Erratas que podem ser instaladas em um ou mais Hosts de Conteúdo"
1806
+ "仅显示可在一个或多个内容主机上安装的勘误"
1826
1807
  ],
1827
1808
  "Only show Packages that are Applicable to one or more Content Hosts": [
1828
- "Mostrar apenas Pacotes que são aplicáveis a um ou mais Hosts de Conteúdo"
1809
+ "仅显示适用于一个或多个内容主机的软件包"
1829
1810
  ],
1830
1811
  "Only show Packages that are Upgradable on one or more Content Hosts": [
1831
- "Mostrar apenas pacotes que podem ser atualizados em um ou mais Hosts de Conteúdo"
1812
+ "仅返回可在一个或多个主机上升级的软件包"
1832
1813
  ],
1833
1814
  "Only show Subscriptions for products not already covered by a Subscription": [
1834
- "Mostrar apenas Assinaturas para produtos ainda não cobertos por uma Assinatura"
1815
+ "仅显示订阅尚未涵盖的产品的订阅"
1835
1816
  ],
1836
1817
  "Only show Subscriptions which can be applied to products installed on this Host": [
1837
- "Mostrar apenas Assinaturas que podem ser aplicadas aos produtos instalados neste Host"
1818
+ "仅显示可应用于此主机上安装的产品的订阅"
1838
1819
  ],
1839
1820
  "Only show Subscriptions which can be attached to this Host": [
1840
- "Mostrar apenas Assinaturas que podem ser anexadas a este Host"
1821
+ "仅显示可以附加到该主机的订阅"
1841
1822
  ],
1842
1823
  "Only the Applications with a Helper can be restarted.": [
1843
- "Somente as aplicações com um Helper podem ser reiniciadas."
1824
+ "只有带有 Helper 的应用程序才能重新启动。"
1844
1825
  ],
1845
1826
  "Operating System": [
1846
- "Sistema Operacional"
1827
+ "操作系统"
1847
1828
  ],
1848
1829
  "Optimized Sync": [
1849
- "Sincronia Otimizada"
1830
+ "优化同步"
1850
1831
  ],
1851
1832
  "Organization": [
1852
- "Organização"
1833
+ "机构"
1853
1834
  ],
1854
1835
  "Original Sync Date": [
1855
- "Data de Sincronização Original"
1836
+ "原始同步日期"
1856
1837
  ],
1857
1838
  "OS": [
1858
1839
  "OS"
1859
1840
  ],
1860
1841
  "OSTree Repositories <div>{{ library.counts.ostree_repositories || 0 }}</div>": [
1861
- "OSTree Repositórios <div>{{ library.counts.ostree_repositories || 0 }}</div>"
1842
+ "OSTree 仓库 <div>{{ library.counts.ostree_repositories || 0 }}</div>"
1862
1843
  ],
1863
1844
  "Override to Disabled": [
1864
- "Substituição para Deficientes"
1845
+ "覆盖禁用"
1865
1846
  ],
1866
1847
  "Override to Enabled": [
1867
- "Anular para Ativado"
1848
+ "覆盖启用"
1868
1849
  ],
1869
1850
  "Package": [
1870
- "Pacote"
1851
+ "软件包"
1871
1852
  ],
1872
1853
  "Package Actions": [
1873
- "Ações do pacote"
1854
+ "软件包操作"
1874
1855
  ],
1875
1856
  "Package Group (Deprecated)": [
1876
- ""
1857
+ "软件包组(已弃用)"
1877
1858
  ],
1878
1859
  "Package Groups": [
1879
- "Grupos de Pacote"
1860
+ "软件包组"
1880
1861
  ],
1881
1862
  "Package Groups for Repository:": [
1882
- "Grupos de Pacotes para Repositório:"
1863
+ "仓库的软件包组:"
1883
1864
  ],
1884
1865
  "Package Information": [
1885
- "Informações sobre o pacote"
1866
+ "软件包信息"
1886
1867
  ],
1887
1868
  "Package Install": [
1888
- "Instalar Pacote"
1869
+ "软件包安装"
1889
1870
  ],
1890
1871
  "Package Installation, Removal, and Update": [
1891
- "Instalação, remoção e atualização de pacotes"
1872
+ "程序包的安装,删除和更新"
1892
1873
  ],
1893
1874
  "Package Remove": [
1894
- "Remover Pacote"
1875
+ "软件包删除"
1895
1876
  ],
1896
1877
  "Package Update": [
1897
- "Atualizar Pacote"
1878
+ "软件包更新"
1898
1879
  ],
1899
1880
  "Package:": [
1900
- "Pacote:"
1881
+ "软件包:"
1901
1882
  ],
1902
1883
  "Package/Group Name": [
1903
- "Nome do pacote/grupo"
1884
+ "软件包/组名称"
1904
1885
  ],
1905
1886
  "Packages": [
1906
- "Pacotes"
1887
+ "软件包"
1907
1888
  ],
1908
1889
  "Packages <div>{{ library.counts.packages || 0 }}</div>": [
1909
- "Pacotes <div>{{ library.counts.packages || 0 }}</div>"
1890
+ "软件包<div>{{ library.counts.packages || 0 }}</div>"
1910
1891
  ],
1911
1892
  "Packages are automatically Applicable if they are Upgradable": [
1912
- "Os pacotes são automaticamente aplicáveis se forem atualizáveis"
1893
+ "如果软件包是可升级的,则自动适用"
1913
1894
  ],
1914
1895
  "Packages for Errata:": [
1915
- ""
1896
+ "勘误软件包:"
1916
1897
  ],
1917
1898
  "Packages for:": [
1918
- "Embalagens para:"
1899
+ "软件包:"
1919
1900
  ],
1920
1901
  "Parameters": [
1921
- "Parâmetros"
1902
+ "参数"
1922
1903
  ],
1923
1904
  "Part of a manifest list": [
1924
- "Parte de uma lista manifesta"
1905
+ "清单列表的一部分"
1925
1906
  ],
1926
1907
  "Password": [
1927
- "Senha"
1908
+ "密码"
1928
1909
  ],
1929
1910
  "Password of the upstream repository user for authentication. Leave empty if repository does not require authentication.": [
1930
- "Senha do usuário do repositório upstream para autenticação. Deixe em branco se o repositório não exigir autenticação."
1911
+ "用于身份验证的上游仓库用户的密码。如果仓库不需要身份验证,则保留为空。"
1931
1912
  ],
1932
1913
  "Paste contents of Content Credential": [
1933
- "Colar o conteúdo da Credencial de Conteúdo"
1914
+ "上载内容凭证内容"
1934
1915
  ],
1935
1916
  "Path": [
1936
- "Caminho"
1917
+ "路径"
1937
1918
  ],
1938
1919
  "Perform": [
1939
- "Realizar"
1920
+ "执行"
1940
1921
  ],
1941
1922
  "Performing host package actions is disabled because Katello is not configured for remote execution.": [
1942
- ""
1923
+ "执行主机软件包操作被禁用,因为没有为远程执行配置 Katello。"
1943
1924
  ],
1944
1925
  "Performing host package actions is disabled because Katello is not configured for Remote Execution.": [
1945
- ""
1926
+ "执行主机软件包操作被禁用,因为没有为远程执行配置 Katello。"
1946
1927
  ],
1947
1928
  "Physical": [
1948
- "Físico"
1929
+ "物理"
1949
1930
  ],
1950
1931
  "Please enter cron below": [
1951
- ""
1932
+ "请在下面输入 cron"
1952
1933
  ],
1953
1934
  "Please make sure a Content View is selected.": [
1954
- ""
1935
+ "请确保选择了内容视图。"
1955
1936
  ],
1956
1937
  "Please select an environment.": [
1957
- "Por favor, selecione um ambiente."
1938
+ "请先选择一个环境"
1958
1939
  ],
1959
1940
  "Please select one from the list below and you will be redirected.": [
1960
- "Selecione uma opção na lista abaixo e você será redirecionado."
1941
+ "请从下面的列表中选择一个,您将被重定向。"
1961
1942
  ],
1962
1943
  "Plus %y more errors": [
1963
- "Mais %y mais erros"
1944
+ "加%y个更多的错误"
1964
1945
  ],
1965
1946
  "Plus 1 more error": [
1966
- "Mais 1 erro"
1947
+ "再加上 1 个错误"
1967
1948
  ],
1968
1949
  "Previous Lifecycle Environment (%e/%cv)": [
1969
- ""
1950
+ "前面的生命周期环境 (%e/%cv)"
1970
1951
  ],
1971
1952
  "Prior Environment": [
1972
- ""
1953
+ "前面的环境"
1973
1954
  ],
1974
1955
  "Product": [
1975
- "Produto"
1956
+ "产品"
1976
1957
  ],
1977
1958
  "Product delete operation has been initiated in the background.": [
1978
- ""
1959
+ "产品删除操作已在后台启动。"
1979
1960
  ],
1980
1961
  "Product Enhancement Advisory": [
1981
- "Assessoria para Melhoria de Produtos"
1962
+ "产品增强公告"
1982
1963
  ],
1983
1964
  "Product information for:": [
1984
- "Informações sobre produtos para:"
1965
+ "产品信息:"
1985
1966
  ],
1986
1967
  "Product Management for Sync Plan:": [
1987
- "Gestão de Produtos para Sync Plan:"
1968
+ "同步计划的产品管理:"
1988
1969
  ],
1989
1970
  "Product Name": [
1990
- "Nome do produto"
1971
+ "产品名称"
1991
1972
  ],
1992
1973
  "Product Options": [
1993
- "Opções de produtos"
1974
+ "产品选项"
1994
1975
  ],
1995
1976
  "Product Saved": [
1996
- "Produto Salvo"
1977
+ "产品已保存"
1997
1978
  ],
1998
1979
  "Product sync has been initiated in the background.": [
1999
- ""
1980
+ "产品同步已在后台启动。"
2000
1981
  ],
2001
1982
  "Product syncs has been initiated in the background.": [
2002
- ""
1983
+ "产品同步已在后台启动。"
2003
1984
  ],
2004
1985
  "Product verify checksum has been initiated in the background.": [
2005
- ""
1986
+ "产品验证校验和已在后台启动。"
2006
1987
  ],
2007
1988
  "Products": [
2008
- "Produtos"
1989
+ "产品"
2009
1990
  ],
2010
1991
  "Products <div>{{ library.counts.products || 0 }}</div>": [
2011
- "Produtos <div>{{ library.counts.products || 0 }}</div>"
1992
+ "产品<div>{{ library.counts.products || 0 }}"
2012
1993
  ],
2013
1994
  "Products for": [
2014
- "Produtos para"
1995
+ "产品"
2015
1996
  ],
2016
1997
  "Products not covered": [
2017
- "Produtos não cobertos"
1998
+ "未涵盖的产品"
2018
1999
  ],
2019
2000
  "Provides": [
2020
- "Fornece"
2001
+ "提供"
2021
2002
  ],
2022
2003
  "Provisioning": [
2023
- ""
2004
+ "置备"
2024
2005
  ],
2025
2006
  "Provisioning Details": [
2026
- "Detalhes do provisionamento"
2007
+ "置备详情"
2027
2008
  ],
2028
2009
  "Provisioning Host Details": [
2029
- "Detalhes sobre o provisionamento do host"
2010
+ "设置主机详情"
2030
2011
  ],
2031
2012
  "Published At": [
2032
- "Publicado em"
2013
+ "发表于"
2033
2014
  ],
2034
2015
  "Published Repository Information": [
2035
- "Informações de Repositório Publicadas"
2016
+ "发布的仓库信息"
2036
2017
  ],
2037
2018
  "Publishing Settings": [
2038
- ""
2019
+ "发布设置"
2039
2020
  ],
2040
2021
  "Puppet Environment": [
2041
- "Ambiente puppet"
2022
+ "Puppet 环境"
2042
2023
  ],
2043
2024
  "Quantity": [
2044
- "Quantidade"
2025
+ "数量"
2045
2026
  ],
2046
2027
  "Quantity (To Add)": [
2047
- ""
2028
+ "数量(要添加的)"
2048
2029
  ],
2049
2030
  "RAM (GB)": [
2050
2031
  "RAM (GB)"
2051
2032
  ],
2052
2033
  "Reboot Suggested": [
2053
- "Reinicialização sugerida"
2034
+ "建议重启"
2054
2035
  ],
2055
2036
  "Reboot Suggested?": [
2056
- "Sugestão de reinicialização?"
2037
+ "重新启动建议?"
2057
2038
  ],
2058
2039
  "Recalculate\\n <i class=\\\"fa fa-spinner fa-spin\\\" ng-show=\\\"calculatingApplicability\\\"></i>": [
2059
- "Recalcule\\n <i class=\\\"fa fa-spinner fa-spin\\\" ng-show=\\\"calculatingApplicability\\\"></i>"
2040
+ "重新计算\\n <i class=\\\"fa fa-spinner fa-spin\\\" ng-show=\\\"calculatingApplicability\\\"></i>"
2060
2041
  ],
2061
2042
  "Reclaim Space": [
2062
- ""
2043
+ "重新声明空间"
2063
2044
  ],
2064
2045
  "Recurring Logic": [
2065
- ""
2046
+ "重复逻辑"
2066
2047
  ],
2067
2048
  "Red Hat": [
2068
- ""
2049
+ "Red Hat"
2069
2050
  ],
2070
2051
  "Red Hat Repositories page": [
2071
- "Página de Repositórios Red Hat"
2052
+ "红帽仓库页"
2072
2053
  ],
2073
2054
  "Red Hat Repositories page.": [
2074
- "Página de Repositórios Red Hat."
2055
+ "红帽仓库页。"
2075
2056
  ],
2076
2057
  "Refresh Table": [
2077
- "Tabela de Atualização"
2058
+ "刷新表"
2078
2059
  ],
2079
2060
  "Register a Content Host": [
2080
- "Registrar um hospedeiro de conteúdo"
2061
+ "注册一个内容主机"
2081
2062
  ],
2082
2063
  "Register Content Host": [
2083
- "Registro de Conteúdo Host"
2064
+ "注册内容主机"
2084
2065
  ],
2085
2066
  "Registered": [
2086
- "Registrado"
2067
+ "注册"
2087
2068
  ],
2088
2069
  "Registered By": [
2089
- "Registrado por"
2070
+ "注册人"
2090
2071
  ],
2091
2072
  "Registered Through": [
2092
- "Registrado através de"
2073
+ "注册通过"
2093
2074
  ],
2094
2075
  "Registry Name Pattern": [
2095
- "Padrão de nome de registro"
2076
+ "Registry 名称特征"
2096
2077
  ],
2097
2078
  "Registry Search Parameter": [
2098
- ""
2079
+ "Registry 搜索参数"
2099
2080
  ],
2100
2081
  "Registry to Discover": [
2101
- "Registro para descobrir"
2082
+ "发现的 Registry"
2102
2083
  ],
2103
2084
  "Registry URL": [
2104
- "URL do registro"
2085
+ "Registry URL"
2105
2086
  ],
2106
2087
  "Release": [
2107
- "Lançamento"
2088
+ "发行"
2108
2089
  ],
2109
2090
  "Release Version": [
2110
- "Versão de Lançamento"
2091
+ "发行版本"
2111
2092
  ],
2112
2093
  "Release Version:": [
2113
- "Versão de lançamento:"
2094
+ "发行版本:"
2114
2095
  ],
2115
2096
  "Releases/Distributions": [
2116
- ""
2097
+ "发行版本/发行"
2117
2098
  ],
2118
2099
  "Remote execution plugin is required to be able to run any helpers.": [
2119
- "O plugin de execução remota é necessário para poder executar qualquer ajudante."
2100
+ "需要远程执行插件才能运行任何帮助程序。"
2120
2101
  ],
2121
2102
  "Remove": [
2122
- "Remover"
2103
+ "移除"
2123
2104
  ],
2124
2105
  "Remove {{ table.numSelected }} Container Image manifest?": [
2125
- "",
2126
- "",
2127
- ""
2106
+ "删除{{ table.numSelected }}容器图像清单?"
2128
2107
  ],
2129
2108
  "Remove Activation Key \\\"{{ activationKey.name }}\\\"?": [
2130
- "Remover chave de ativação \\\"{{ activationKey.name }}\\\"?"
2109
+ "删除激活码 \\\"{{ activationKey.name }}\\\"?"
2131
2110
  ],
2132
2111
  "Remove Container Image Manifests": [
2133
- ""
2112
+ "删除容器图像清单"
2134
2113
  ],
2135
2114
  "Remove Content": [
2136
- "Remover Conteúdo"
2115
+ "删除内容"
2137
2116
  ],
2138
2117
  "Remove Content Credential": [
2139
- "Remover Credencial de Conteúdo"
2118
+ "显示内容凭证"
2140
2119
  ],
2141
2120
  "Remove Content Credential {{ contentCredential.name }}": [
2142
- "Remover Credencial de Conteúdo {{ contentCredential.name }}"
2121
+ "显示内容凭证{{ contentCredential.name }}"
2143
2122
  ],
2144
2123
  "Remove Content?": [
2145
- "",
2146
- "",
2147
- ""
2124
+ "删除内容?"
2148
2125
  ],
2149
2126
  "Remove Environment": [
2150
- "Remover Ambiente"
2127
+ "删除环境"
2151
2128
  ],
2152
2129
  "Remove environment {{ environment.name }}?": [
2153
- ""
2130
+ "删除环境 {{ environment.name }}?"
2154
2131
  ],
2155
2132
  "Remove File?": [
2156
- "",
2157
- "",
2158
- ""
2133
+ "删除文件?"
2159
2134
  ],
2160
2135
  "Remove Files": [
2161
- "Remover arquivos"
2136
+ "删除文件"
2162
2137
  ],
2163
2138
  "Remove From": [
2164
- "Remover de"
2139
+ "从......中删除"
2165
2140
  ],
2166
2141
  "Remove Host Collection \\\"{{ hostCollection.name }}\\\"?": [
2167
- "Remover coleção de anfitriões \\\"{{ hostCollection.name }}\\\"?"
2142
+ "删除主机集合 \\\"{{ hostCollection.name }}\\\"?"
2168
2143
  ],
2169
2144
  "Remove Package?": [
2170
- "",
2171
- "",
2172
- ""
2145
+ "删除软件包?"
2173
2146
  ],
2174
2147
  "Remove Packages": [
2175
- "Remover pacotes"
2148
+ "删除软件包"
2176
2149
  ],
2177
2150
  "Remove Product": [
2178
- "Remover Produto"
2151
+ "删除产品"
2179
2152
  ],
2180
2153
  "Remove Product \\\"{{ product.name }}\\\"?": [
2181
- "Remover Produto \\\"{{ product.name }}\\\"?"
2154
+ "删除产品“{{ product.name }} “?"
2182
2155
  ],
2183
2156
  "Remove product?": [
2184
- "",
2185
- "",
2186
- ""
2157
+ "删除产品?"
2187
2158
  ],
2188
2159
  "Remove Repositories": [
2189
- "Retirar os Repositórios"
2160
+ "删除仓库"
2190
2161
  ],
2191
2162
  "Remove Repository": [
2192
- "Remover Repositório"
2163
+ "删除仓库"
2193
2164
  ],
2194
2165
  "Remove Repository {{ repositoryWrapper.repository.name }}?": [
2195
- ""
2166
+ "删除仓库 {{ repositoryWrapper.repository.name }}?"
2196
2167
  ],
2197
2168
  "Remove repository?": [
2198
- "",
2199
- "",
2200
- ""
2169
+ "删除仓库?"
2201
2170
  ],
2202
2171
  "Remove Selected": [
2203
- "Remover Selecionado"
2172
+ "继续选择"
2204
2173
  ],
2205
2174
  "Remove Successful.": [
2206
- "Retirar com sucesso."
2175
+ "删除成功。"
2207
2176
  ],
2208
2177
  "Remove Sync Plan": [
2209
- "Remover Plano de Sincronização"
2178
+ "更新同步计划"
2210
2179
  ],
2211
2180
  "Remove Sync Plan \\\"{{ syncPlan.name }}\\\"?": [
2212
- "Remover Plano de Sincronização \\\"{{ syncPlan.name }}\\\"?"
2181
+ "更新同步计划{{ syncPlan.name }}"
2213
2182
  ],
2214
2183
  "Removed %x host collections from activation key \\\"%y\\\".": [
2215
- "Removido %x coleções de host da chave de ativação \\\"%y\\\"."
2184
+ "从激活码 \\\"%y\\\" 中删除的 %x 主机集合。"
2216
2185
  ],
2217
2186
  "Removed %x host collections from content host \\\"%y\\\".": [
2218
- "Removido %x coleções de anfitriões de conteúdo de anfitriões \\\"%y\\\"."
2187
+ "从内容主机 \\\"%y\\\" 中删除的 %x 主机集合。"
2219
2188
  ],
2220
2189
  "Removed %x products from sync plan \\\"%y\\\".": [
2221
- "Removido %x produtos do plano de sincronização \\\"%y\\\"."
2190
+ "从同步计划 \\\"%y\\\" 中删除 %x。"
2222
2191
  ],
2223
2192
  "Removing Repositories": [
2224
- "Remoção de Repositórios"
2193
+ "删除仓库"
2225
2194
  ],
2226
2195
  "Repo Discovery": [
2227
- "Descoberta do Repo"
2196
+ "仓库发现"
2228
2197
  ],
2229
2198
  "Repositories": [
2230
- "Repositórios"
2199
+ "软件仓库"
2231
2200
  ],
2232
2201
  "Repositories containing Errata {{ errata.errata_id }}": [
2233
- "Repositórios contendo Errata {{ errata.errata_id }}"
2202
+ "包含勘误 {{ errata.errata_id }} 的仓库"
2234
2203
  ],
2235
2204
  "Repositories containing package {{ package.nvrea }}": [
2236
- "Repositórios contendo pacote {{ package.nvrea }}"
2205
+ "包含软件包 {{ package.nvrea }} 的仓库"
2237
2206
  ],
2238
2207
  "Repositories for": [
2239
- "Repositórios para"
2208
+ "仓库"
2240
2209
  ],
2241
2210
  "Repositories for Deb:": [
2242
- "Repositórios para Deb:"
2211
+ "用于 Deb 的仓库:"
2243
2212
  ],
2244
2213
  "Repositories for Errata:": [
2245
- "Repositórios de Errata:"
2214
+ "用于勘误的仓库:"
2246
2215
  ],
2247
2216
  "Repositories for File:": [
2248
- "Repositórios para arquivo:"
2217
+ "用于文件的仓库:"
2249
2218
  ],
2250
2219
  "Repositories for Package:": [
2251
- "Repositórios para embalagem:"
2220
+ "用于软件包的仓库:"
2252
2221
  ],
2253
2222
  "Repositories for Product:": [
2254
- "Repositórios de Produtos:"
2223
+ "用于产品的仓库:"
2255
2224
  ],
2256
2225
  "Repositories to Create": [
2257
- "Repositórios para criar"
2226
+ "创建的仓库"
2258
2227
  ],
2259
2228
  "Repository": [
2260
- "Repo"
2229
+ "仓库"
2261
2230
  ],
2262
2231
  "Repository \\\"%s\\\" successfully deleted": [
2263
- "Repositório \\\"%s\\\" apagado com sucesso"
2232
+ "仓库 \\\"%s\\\" 成功删除"
2264
2233
  ],
2265
2234
  "Repository %s successfully created.": [
2266
- "Repositório %s criado com sucesso."
2235
+ "仓库 %s 成功创建。"
2267
2236
  ],
2268
2237
  "Repository created": [
2269
- "Repositório criado"
2238
+ "仓库已建立"
2270
2239
  ],
2271
2240
  "Repository Discovery": [
2272
- "Descoberta do Repositório"
2241
+ "仓库发现"
2273
2242
  ],
2274
2243
  "Repository HTTP proxy changes have been initiated in the background.": [
2275
- ""
2244
+ "仓库 HTTP 代理更改已在后台启动。"
2276
2245
  ],
2277
2246
  "Repository Label": [
2278
- "Rótulo Repositório"
2247
+ "仓库标签"
2279
2248
  ],
2280
2249
  "Repository Name": [
2281
- "Nome do Repositório"
2250
+ "仓库名称"
2282
2251
  ],
2283
2252
  "Repository Options": [
2284
- "Opções de Repositório"
2253
+ "仓库选项"
2285
2254
  ],
2286
2255
  "Repository Path": [
2287
- "Caminho Repositório"
2256
+ "仓库路径"
2288
2257
  ],
2289
2258
  "Repository Saved.": [
2290
- "Repositório Salvo."
2259
+ "仓库已保存。"
2291
2260
  ],
2292
2261
  "Repository Sets": [
2293
- "Conjuntos Repositórios"
2262
+ "仓库集"
2294
2263
  ],
2295
2264
  "Repository Sets Management": [
2296
- ""
2265
+ "仓库设置管理"
2297
2266
  ],
2298
2267
  "Repository Sets settings saved successfully.": [
2299
- "Repositório Define as configurações salvas com sucesso."
2268
+ "仓库集设置已成功保存。"
2300
2269
  ],
2301
2270
  "Repository type": [
2302
- ""
2271
+ "仓库类型"
2303
2272
  ],
2304
2273
  "Repository Type": [
2305
- "Tipo de Repositório"
2274
+ "仓库类型"
2306
2275
  ],
2307
2276
  "Repository URL": [
2308
- "URL do Repositório"
2277
+ "仓库 URL"
2309
2278
  ],
2310
2279
  "Repository will also be removed from the following published content view versions!": [
2311
- ""
2280
+ "仓库也将从以下发布的内容视图版本中移除!"
2312
2281
  ],
2313
2282
  "Repository:": [
2314
- "Repositório:"
2283
+ "仓库:"
2315
2284
  ],
2316
2285
  "Republish Repository Metadata": [
2317
- "Republicar metadados de repositórios"
2286
+ "重新发布仓库元数据"
2318
2287
  ],
2319
2288
  "Requirements": [
2320
- ""
2289
+ "要求"
2321
2290
  ],
2322
2291
  "Requirements.yml": [
2323
- ""
2292
+ "Requirements.yml"
2324
2293
  ],
2325
2294
  "Requires": [
2326
- "Requer"
2295
+ "需要"
2327
2296
  ],
2328
2297
  "Reset": [
2329
- ""
2298
+ "重置"
2330
2299
  ],
2331
2300
  "Reset to Default": [
2332
- "Redefinir para o padrão"
2301
+ "重置为默认"
2333
2302
  ],
2334
2303
  "Resolving the selected Traces will reboot the selected content hosts.": [
2335
- ""
2304
+ "解决选择的跟踪将重新启动选择的内容主机。"
2336
2305
  ],
2337
2306
  "Resolving the selected Traces will reboot this host.": [
2338
- ""
2307
+ "重新启动该主机解决选定的跟踪。"
2339
2308
  ],
2340
2309
  "Restart": [
2341
- "Reinicie"
2310
+ "重新开始"
2342
2311
  ],
2343
2312
  "Restart Selected": [
2344
- "Reinício Selecionado"
2313
+ "重新启动所选"
2345
2314
  ],
2346
2315
  "Restart Services on Content Host \\\"{{host.display_name}}\\\"?": [
2347
- ""
2316
+ "重新启动内容主机\\\"{{host.display_name}}\\\"上的服务?"
2348
2317
  ],
2349
2318
  "Restrict to <br>OS version": [
2350
- ""
2319
+ "仅限 <br>操作系统版本"
2351
2320
  ],
2352
2321
  "Restrict to architecture": [
2353
- "Restringir-se à arquitetura"
2322
+ "限制架构"
2354
2323
  ],
2355
2324
  "Restrict to Architecture": [
2356
- "Restringir-se à arquitetura"
2325
+ "限制架构"
2357
2326
  ],
2358
2327
  "Restrict to OS version": [
2359
- ""
2328
+ "仅限操作系统版本"
2360
2329
  ],
2361
2330
  "Result": [
2362
- "Resultado"
2331
+ "结果"
2363
2332
  ],
2364
2333
  "Retain package versions": [
2365
- ""
2334
+ "保持软件包版本"
2366
2335
  ],
2367
2336
  "Role": [
2368
- "Função"
2337
+ "角色"
2369
2338
  ],
2370
2339
  "Role:": [
2371
- ""
2340
+ "角色:"
2372
2341
  ],
2373
2342
  "RPM": [
2374
2343
  "RPM"
2375
2344
  ],
2376
2345
  "rpm Package Updates": [
2377
- ""
2346
+ "rpm 软件包更新"
2378
2347
  ],
2379
2348
  "Run Auto-Attach": [
2380
- "Executar Auto-Attach"
2349
+ "运行自动附加"
2381
2350
  ],
2382
2351
  "Run Repository Creation\\n <i class=\\\"fa fa-spinner fa-spin\\\" ng-show=\\\"creating()\\\"></i>": [
2383
- "Criação do Repositório Run\\n <i class=\\\"fa fa-spinner fa-spin\\\" ng-show=\\\"creating()\\\"></i>"
2352
+ "运行仓库创建\\n <i class=\\\"fa fa-spinner fa-spin\\\" ng-show=\\\"creating()\\\"></i>"
2384
2353
  ],
2385
2354
  "Run Sync Plan": [
2386
- "Executar Plano de Sincronização"
2355
+ "运行同步计划"
2387
2356
  ],
2388
2357
  "Save": [
2389
- "Salvar"
2358
+ "保存"
2390
2359
  ],
2391
2360
  "Save Successful.": [
2392
- "Salvar o sucesso."
2361
+ "保存成功。"
2393
2362
  ],
2394
2363
  "Schema Version": [
2395
- "Versão esquemática"
2364
+ "模式版本"
2396
2365
  ],
2397
2366
  "Schema Version 1": [
2398
- "Esquema Versão 1"
2367
+ "模式版本1"
2399
2368
  ],
2400
2369
  "Schema Version 2": [
2401
- "Esquema Versão 2"
2370
+ "模式版本2"
2402
2371
  ],
2403
2372
  "Security": [
2404
- "Segurança"
2373
+ "安全"
2405
2374
  ],
2406
2375
  "Security Advisory": [
2407
- "Assessoria de Segurança"
2376
+ "安全公告"
2408
2377
  ],
2409
2378
  "Select": [
2410
- "Selecionar"
2379
+ "选择"
2411
2380
  ],
2412
2381
  "Select a Content Source:": [
2413
- "Selecione uma Fonte de Conteúdo:"
2382
+ "选择一个内容源:"
2414
2383
  ],
2415
2384
  "Select Action": [
2416
- "Selecionar Ação"
2385
+ "选择操作"
2417
2386
  ],
2418
2387
  "Select an Organization": [
2419
- "Selecionar uma organização"
2388
+ "现在一个机构"
2420
2389
  ],
2421
2390
  "Select Content Host(s)": [
2422
- ""
2391
+ "选择内容主机"
2423
2392
  ],
2424
2393
  "Select Content View": [
2425
- "Selecionar Visualização de Conteúdo"
2394
+ "选择内容视图"
2426
2395
  ],
2427
2396
  "Select this option if treeinfo files or other kickstart content is failing to syncronize from the upstream repository.": [
2428
- ""
2397
+ "如果 treeinfo 文件或其他 kickstart 内容无法从上游存储库同步,请选择这个选项。"
2429
2398
  ],
2430
2399
  "Selecting \\\"Complete Sync\\\" will cause only yum/deb repositories of the selected product to be synced.": [
2431
- ""
2400
+ "选择\\\"完成同步\\\"将导致仅所选产品的 yum/deb 存储库被同步。"
2432
2401
  ],
2433
2402
  "Selecting this option will exclude SRPMs from repository synchronization.": [
2434
- ""
2403
+ "选择此选项将从存储库同步中排除 SRPM。"
2435
2404
  ],
2436
2405
  "Selecting this option will exclude treeinfo files from repository synchronization.": [
2437
- ""
2406
+ "选择这个选项将从存储库同步中排除 treeinfo 文件。"
2438
2407
  ],
2439
2408
  "Selecting this option will result in Katello verifying that the upstream url's SSL certificates are signed by a trusted CA. Unselect if you do not want this verification.": [
2440
- "Selecionando esta opção, a Katello verificará se os certificados SSL da url upstream são assinados por uma CA de confiança. Desselecione se você não quiser esta verificação."
2409
+ "选择此选项将导致Katello验证上游URL的SSL证书是否由受信任的CA签名。如果您不希望进行此验证,请取消选择。"
2441
2410
  ],
2442
2411
  "Service Level": [
2443
- "Nível de serviço"
2412
+ "服务等级"
2444
2413
  ],
2445
2414
  "Service Level (SLA)": [
2446
- "Nível de serviço (SLA)"
2415
+ "服务等级 (SLA)"
2447
2416
  ],
2448
2417
  "Service Level (SLA):": [
2449
- ""
2418
+ "服务等级 (SLA):"
2450
2419
  ],
2451
2420
  "Set Release Version": [
2452
- "Versão de lançamento do conjunto"
2421
+ "设置发行版本"
2453
2422
  ],
2454
2423
  "Severity": [
2455
- "Severidade"
2424
+ "严重性"
2456
2425
  ],
2457
2426
  "Show All": [
2458
- "Mostrar tudo"
2427
+ "显示所有"
2459
2428
  ],
2460
2429
  "Show all Repository Sets in Organization": [
2461
- "Mostrar todos os Conjuntos Repositórios em Organização"
2430
+ "显示组织中的所有仓库集"
2462
2431
  ],
2463
2432
  "Size": [
2464
- "Tam."
2433
+ "大小"
2465
2434
  ],
2466
2435
  "Skip dependency solving for a significant speed increase. If the update cannot be applied to the host, delete the incremental content view version and retry the application with dependency solving turned on.": [
2467
- ""
2436
+ "跳过对显著增长速度的依赖关系。如果无法对主机应用更新,请删除增量内容视图版本,并在打开依赖项的情况下重试应用程序。"
2468
2437
  ],
2469
2438
  "Smart proxy currently reclaiming space...": [
2470
- ""
2439
+ "智能代理当前正在重新声明空间..."
2471
2440
  ],
2472
2441
  "Smart proxy currently syncing to your locations...": [
2473
- "Proxy inteligente atualmente em sincronia com seus locais..."
2442
+ "智能代理当前正在同步到您的位置..."
2474
2443
  ],
2475
2444
  "Smart proxy is synchronized": [
2476
- "O proxy inteligente é sincronizado"
2445
+ "智能代理已同步"
2477
2446
  ],
2478
2447
  "Sockets": [
2479
- "Sockets"
2448
+ "插槽"
2480
2449
  ],
2481
2450
  "Solution": [
2482
- "Solução"
2451
+ "解决"
2483
2452
  ],
2484
2453
  "Some of the Errata shown below may not be installable as they are not in this Content Host's\\n Content View and Lifecycle Environment. In order to apply such Errata an Incremental Update is required.": [
2485
- "Algumas das Erratas mostradas abaixo podem não ser instaláveis, pois não estão neste Host de Conteúdo\\n Visão do conteúdo e ambiente do ciclo de vida. Para aplicar tais Erratas é necessária uma Atualização Incremental."
2454
+ "下面显示的某些勘误可能无法安装,因为它们不在此内容主机的内容视图和生命周期环境中。为了应用此类勘误,需要进行增量更新。"
2486
2455
  ],
2487
2456
  "Something went wrong when deleting the resource.": [
2488
- ""
2457
+ "删除资源时出错。"
2489
2458
  ],
2490
2459
  "Something went wrong when retrieving the resource.": [
2491
- "Algo deu errado quando se recuperou o recurso."
2460
+ "获取资源时出错。"
2492
2461
  ],
2493
2462
  "Something went wrong when saving the resource.": [
2494
- "Algo deu errado ao salvar o recurso."
2463
+ "保存资源时出错。"
2495
2464
  ],
2496
2465
  "Source RPM": [
2497
- "RPM de origem"
2466
+ "RPM"
2498
2467
  ],
2499
2468
  "Source RPMs": [
2500
- "RPMs de Origem"
2469
+ "來源 RPM"
2501
2470
  ],
2502
2471
  "Space reclamation is about to start...": [
2503
- ""
2472
+ "重新声明空间即将开始..."
2504
2473
  ],
2505
2474
  "SSL CA Cert": [
2506
- "SSL CA Cert"
2475
+ "SSL CA 证书"
2507
2476
  ],
2508
2477
  "SSL Certificate": [
2509
- "Certificado SSL"
2478
+ "SSL 证书"
2510
2479
  ],
2511
2480
  "SSL Client Cert": [
2512
- "Cliente SSL Cert"
2481
+ "SSL 客户端证书"
2513
2482
  ],
2514
2483
  "SSL Client Key": [
2515
- "Chave do cliente SSL"
2484
+ "Pulp 客户端密钥"
2516
2485
  ],
2517
2486
  "Standard sync, optimized for speed by bypassing any unneeded steps.": [
2518
- "Sincronização padrão, otimizada para a velocidade, contornando quaisquer passos desnecessários."
2487
+ "标准同步,通过绕过不需要的步骤来优化速度。"
2519
2488
  ],
2520
2489
  "Start Date": [
2521
- "Data de Início"
2490
+ "开始日期"
2522
2491
  ],
2523
2492
  "Start Time": [
2524
- "Hora de início"
2493
+ "起始时间"
2525
2494
  ],
2526
2495
  "Started At": [
2527
- "Começou em"
2496
+ "起始于"
2528
2497
  ],
2529
2498
  "Starting": [
2530
- "Início"
2499
+ "开始"
2531
2500
  ],
2532
2501
  "Starts": [
2533
- "Inicia"
2502
+ "开始"
2534
2503
  ],
2535
2504
  "State": [
2536
- "Estado"
2505
+ "状态"
2537
2506
  ],
2538
2507
  "Status": [
2539
- "Estado"
2508
+ "状态"
2540
2509
  ],
2541
2510
  "Stream": [
2542
- "Fluxo"
2511
+ ""
2543
2512
  ],
2544
2513
  "Subscription Details": [
2545
- "Detalhes de subscrição"
2514
+ "订阅详情"
2546
2515
  ],
2547
2516
  "Subscription Management": [
2548
- "Gestão de Assinaturas"
2517
+ "订阅管理"
2549
2518
  ],
2550
2519
  "Subscription Status": [
2551
- "Estado de subscrição"
2520
+ "订阅状态"
2552
2521
  ],
2553
2522
  "Subscription UUID": [
2554
- ""
2555
- ],
2556
- "subscription-manager register --org=\\\"{{ activationKey.organization.label }}\\\" --activationkey=\\\"{{ activationKey.name }}\\\"": [
2557
- "subscription-manager register --org=\\\"{{ activationKey.organization.label }}\\\" --activationkey=\\\"{{ activationKey.name }}\\\""
2523
+ "订阅 UUID"
2558
2524
  ],
2559
2525
  "Subscriptions": [
2560
- "Subscrições"
2526
+ "订阅"
2561
2527
  ],
2562
2528
  "Subscriptions for Activation Key:": [
2563
- "Assinaturas para chave de ativação:"
2529
+ "激活码订阅:"
2564
2530
  ],
2565
2531
  "Subscriptions for Content Host:": [
2566
- "Assinaturas para Host de Conteúdo:"
2532
+ "内容主机订阅:"
2567
2533
  ],
2568
2534
  "Subscriptions for:": [
2569
- "Assinaturas para:"
2535
+ "订阅:"
2570
2536
  ],
2571
2537
  "Success!": [
2572
- "Sucesso!"
2538
+ "成功!"
2573
2539
  ],
2574
2540
  "Successfully added %s subscriptions.": [
2575
- "Acrescentou com sucesso %s subscrições."
2541
+ "已成功新增 %s 个订阅。"
2576
2542
  ],
2577
2543
  "Successfully initiated restart of services.": [
2578
- ""
2544
+ "成功启动服务重启。"
2579
2545
  ],
2580
2546
  "Successfully removed %s items.": [
2581
- "Removido com sucesso %s itens."
2547
+ "成功删除 %s 个项。"
2582
2548
  ],
2583
2549
  "Successfully removed %s subscriptions.": [
2584
- "Eliminadas com sucesso as assinaturas %s."
2550
+ "成功删除 %s 个订阅。"
2585
2551
  ],
2586
2552
  "Successfully removed 1 item.": [
2587
- "Removido com sucesso 1 item."
2553
+ "成功删除 1 个项。"
2588
2554
  ],
2589
2555
  "Successfully updated subscriptions.": [
2590
- "Assinaturas atualizadas com sucesso."
2556
+ "成功更新的订阅。"
2591
2557
  ],
2592
2558
  "Successfully uploaded content:": [
2593
- "Conteúdo carregado com sucesso:"
2559
+ "成功上传的内容:"
2594
2560
  ],
2595
2561
  "Summary": [
2596
- "Sumário"
2562
+ "摘要"
2597
2563
  ],
2598
2564
  "Support Level": [
2599
- "Nível de suporte"
2565
+ "支持级别"
2600
2566
  ],
2601
2567
  "Sync": [
2602
- "Sincronizar"
2568
+ "同步"
2603
2569
  ],
2604
2570
  "Sync Enabled": [
2605
- "Sinc Enabled"
2571
+ "已启用同步"
2606
2572
  ],
2607
2573
  "Sync even if the upstream metadata appears to have no change. This option is only relevant for yum/deb repositories and will take longer than an optimized sync. Choose this option if:": [
2608
- ""
2574
+ "即使上游元数据没有变化,也要同步。此选项仅与 yum/deb 仓库相关,并且比优化的同步花费的时间更长。如果出现以下情况,请选择此选项:"
2609
2575
  ],
2610
2576
  "Sync Interval": [
2611
- "Intervalo de sincronização"
2577
+ "同步间隔"
2612
2578
  ],
2613
2579
  "Sync Now": [
2614
- "Sync Now"
2580
+ "立即同步"
2615
2581
  ],
2616
2582
  "Sync Plan": [
2617
- "Plano de sincronização"
2583
+ "同步计划"
2618
2584
  ],
2619
2585
  "Sync Plan %s has been deleted.": [
2620
- "O Sync Plan %s foi eliminado."
2586
+ "同步计划 %s 已删除。"
2621
2587
  ],
2622
2588
  "Sync Plan created and assigned to product.": [
2623
- "Plano de sincronização criado e atribuído ao produto."
2589
+ "同步计划已创建并分配给产品。"
2624
2590
  ],
2625
2591
  "Sync Plan Management": [
2626
- ""
2592
+ "同步计划管理"
2627
2593
  ],
2628
2594
  "Sync Plan saved": [
2629
- ""
2595
+ "同步计划已保存"
2630
2596
  ],
2631
2597
  "Sync Plan Saved": [
2632
- "Plano de Sincronização Salvo"
2598
+ "同步计划已保存"
2633
2599
  ],
2634
2600
  "Sync Plan:": [
2635
- "Plano de sincronização:"
2601
+ "同步计划:"
2636
2602
  ],
2637
2603
  "Sync Plans": [
2638
- "Planos de Sincronização"
2604
+ "同步计划"
2639
2605
  ],
2640
2606
  "Sync Selected": [
2641
- "Sinc Selected"
2607
+ "同步计划已选定"
2642
2608
  ],
2643
2609
  "Sync Settings": [
2644
- "Configurações de Sincronização"
2610
+ "同步设置"
2645
2611
  ],
2646
2612
  "Sync State": [
2647
- "Estado do Sync"
2613
+ "同步状态"
2648
2614
  ],
2649
2615
  "Sync Status": [
2650
- "Estado da Sincronização"
2616
+ "同步状态"
2651
2617
  ],
2652
2618
  "Synced manually, no interval set.": [
2653
- "Sincronizado manualmente, sem intervalo definido."
2619
+ "手动同步,未设置间隔。"
2654
2620
  ],
2655
2621
  "Synchronization is about to start...": [
2656
- "A sincronização está prestes a começar..."
2622
+ "同步即将开始..."
2657
2623
  ],
2658
2624
  "Synchronization is being cancelled...": [
2659
- "A sincronização está sendo cancelada..."
2625
+ "同步正在取消..."
2660
2626
  ],
2661
2627
  "System Purpose": [
2662
- "Objetivo do sistema"
2628
+ "系统目的"
2663
2629
  ],
2664
2630
  "System purpose enables you to set the system's intended use on your network and improves reporting accuracy in the Subscriptions service of the Red Hat Hybrid Cloud Console.": [
2665
- ""
2631
+ "系统目的用于设置系统在网络中的使用目的,以便在 Red Hat Hybrid Cloud Console 的订阅服务中提高报告准确性。"
2666
2632
  ],
2667
2633
  "System Purpose Management": [
2668
- ""
2634
+ "系统目的管理"
2669
2635
  ],
2670
2636
  "System Purpose Status": [
2671
- ""
2637
+ "系统目的"
2672
2638
  ],
2673
2639
  "Tags": [
2674
- "Tags"
2640
+ "标签"
2675
2641
  ],
2676
2642
  "Task Details": [
2677
- "Detalhes da tarefa"
2643
+ "任务详情"
2678
2644
  ],
2679
2645
  "Tasks": [
2680
- "Tarefas"
2646
+ "任务"
2681
2647
  ],
2682
2648
  "Temporary": [
2683
- "Temporário"
2649
+ "临时"
2684
2650
  ],
2685
2651
  "The <i>Registry Name Pattern</i> overrides the default name by which container images may be pulled from the server. (By default this name is a combination of Organization, Lifecycle Environment, Content View, Product, and Repository labels.)\\n\\n <br><br>The name may be constructed using ERB syntax. Variables available for use are:\\n\\n <pre>\\norganization.name\\norganization.label\\nrepository.name\\nrepository.label\\nrepository.docker_upstream_name\\ncontent_view.label\\ncontent_view.name\\ncontent_view_version.version\\nproduct.name\\nproduct.label\\nlifecycle_environment.name\\nlifecycle_environment.label</pre>\\n\\n Examples:\\n <pre>\\n&lt;%= organization.label %&gt;-&lt;%= lifecycle_environment.label %&gt;-&lt;%= content_view.label %&gt;-&lt;%= product.label %&gt;-&lt;%= repository.label %&gt;\\n&lt;%= organization.label %&gt;/&lt;%= repository.docker_upstream_name %&gt;</pre>": [
2686
- ""
2652
+ "<i>Registry Name Pattern</i> 会覆盖容器镜像可能从服务器抓取的默认名称。(默认情况下,这个名称是一个组合了机构、生命周期环境、内容视图和仓库的标签)\\n\\n <br><br>The name may be constructed using ERB syntax. Variables available for use are:\\n\\n <pre>\\norganization.name\\norganization.label\\nrepository.name\\nrepository.label\\nrepository.docker_upstream_name\\ncontent_view.label\\ncontent_view.name\\ncontent_view_version.version\\nproduct.name\\nproduct.label\\nlifecycle_environment.name\\nlifecycle_environment.label</pre>\\n\\n Examples:\\n <pre>\\n&lt;%= organization.label %&gt;-&lt;%= lifecycle_environment.label %&gt;-&lt;%= content_view.label %&gt;-&lt;%= product.label %&gt;-&lt;%= repository.label %&gt;\\n&lt;%= organization.label %&gt;/&lt;%= repository.docker_upstream_name %&gt;</pre>"
2687
2653
  ],
2688
2654
  "The Content View or Lifecycle Environment needs to be updated in order to make errata available to these hosts.": [
2689
- "A Visão do Conteúdo ou Ambiente do Ciclo de Vida precisa ser atualizada a fim de tornar as erratas disponíveis para esses anfitriões."
2655
+ "需要更新内容视图或生命周期环境,以使勘误可用于这些主机。"
2690
2656
  ],
2691
2657
  "The filters below have this repository as the last affected repository!": [
2692
- ""
2658
+ "以下过滤器将此存储库作为最后一个受影响的存储库!"
2693
2659
  ],
2694
2660
  "The following actions can be performed on content hosts in this host collection:": [
2695
- "As seguintes ações podem ser realizadas em hosts de conteúdo nesta coleção de hosts:"
2661
+ "可以在此主机集合中的内容主机上执行以下操作:"
2696
2662
  ],
2697
2663
  "The host has not reported any applicable packages for upgrade.": [
2698
- "O anfitrião não relatou nenhum pacote aplicável para atualização."
2664
+ "主机尚未报告任何适用的软件包进行升级。"
2699
2665
  ],
2700
2666
  "The host has not reported any installed packages, registering with subscription-manager should cause these to be reported.": [
2701
- "O anfitrião não relatou nenhum pacote instalado, o registro no gerenciador de assinaturas deve fazer com que estes sejam relatados."
2667
+ "主机尚未报告任何已安装的软件包,请向subscription-manager注册以报告这些软件包。"
2702
2668
  ],
2703
2669
  "The host requires being attached to a content view and the lifecycle environment you have chosen has no content views promoted to it.\\n See the <a href=\\\"/content_views\\\">content views page</a> to manage and promote a content view.": [
2704
- ""
2670
+ "主机需要附加到内容视图,并且您选择的生命周期环境没有提升为内容视图的内容。见<a href=\\\"/content_views\\\">内容观看页面</a>管理和提升内容视图。"
2705
2671
  ],
2706
2672
  "The maximum number of versions of each package to keep.": [
2707
- ""
2673
+ "要保留的每个软件包的最大版本数。"
2708
2674
  ],
2709
2675
  "The page you are attempting to access requires selecting a specific organization.": [
2710
- "A página que você está tentando acessar requer a seleção de uma organização específica."
2676
+ "您尝试访问的页面需要选择一个特定的机构。"
2711
2677
  ],
2712
2678
  "The remote execution feature is required to manage packages on this Host.": [
2713
- ""
2679
+ "需要远程执行功能才能管理此主机上的程序包。"
2714
2680
  ],
2715
2681
  "The Remote Execution plugin needs to be installed in order to resolve Traces.": [
2716
- ""
2682
+ "需要安装远程执行插件才能解决跟踪。"
2717
2683
  ],
2718
2684
  "The repository will only be available on content hosts with the selected architecture.": [
2719
- ""
2685
+ "该存储库将仅在具有所选架构的内容主机上可用。"
2720
2686
  ],
2721
2687
  "The repository will only be available on content hosts with the selected OS version.": [
2722
- ""
2688
+ "存储库仅在带有所选操作系统版本的内容主机上可用。"
2723
2689
  ],
2724
2690
  "The selected environment contains no Content Views, please select a different environment.": [
2725
- "O ambiente selecionado não contém visualizações de conteúdo, favor selecionar um ambiente diferente."
2691
+ "所选环境不包含“内容视图”,请选择其他环境。"
2726
2692
  ],
2727
2693
  "The time the sync should happen in your current time zone.": [
2728
- "A hora em que a sincronização deve acontecer em seu fuso horário atual."
2694
+ "同步应该在您当前时区中发生的时间。"
2729
2695
  ],
2730
2696
  "The token key to use for authentication.": [
2731
- ""
2697
+ "用于身份验证的令牌密钥。"
2732
2698
  ],
2733
2699
  "The URL to receive a session token from, e.g. used with Automation Hub.": [
2734
- ""
2700
+ "从以下网址接收会话令牌的网址:与 Automation Hub 一起使用。"
2735
2701
  ],
2736
2702
  "There are {{ errataCount }} total Errata in this organization but none match the above filters.": [
2737
- "{{ errataCount }} Errata total nesta organização, mas nenhuma corresponde aos filtros acima."
2703
+ "该机构中有{{ errataCount }}个总勘误,但没有一个与上述过滤器匹配。"
2738
2704
  ],
2739
2705
  "There are {{ packageCount }} total Packages in this organization but none match the above filters.": [
2740
- "{{ packageCount }} pacotes totais nesta organização, mas nenhum corresponde aos filtros acima."
2706
+ "此组织中有{{ packageCount }}个软件包,但没有与上述过滤器匹配的软件包。"
2741
2707
  ],
2742
2708
  "There are no %(contentType)s that match the criteria.": [
2743
- ""
2709
+ "没有符合条件的%(contentType)s"
2744
2710
  ],
2745
2711
  "There are no Content Views in this Environment.": [
2746
- "Não há visualizações de conteúdo neste Ambiente."
2712
+ "此环境中没有内容视图。"
2747
2713
  ],
2748
2714
  "There are no Content Views that match the criteria.": [
2749
- "Não há Visualizações de Conteúdo que correspondam aos critérios."
2715
+ "没有符合条件的内容视图。"
2750
2716
  ],
2751
2717
  "There are no Errata associated with this Content Host to display.": [
2752
- "Não há Errata associada a este Host de Conteúdo para exibir."
2718
+ "没有与此内容主机关联的勘误可供显示。"
2753
2719
  ],
2754
2720
  "There are no Errata in this organization. Create one or more Products with Errata to view Errata on this page.": [
2755
- "Não há Errata nesta organização. Crie um ou mais Produtos com Errata para ver Errata nesta página."
2721
+ "该组织中没有勘误。使用带有勘误的一个或多个产品以在此页面上查看勘误。"
2756
2722
  ],
2757
2723
  "There are no Errata to display.": [
2758
- "Não há erros a serem exibidos."
2724
+ "没有要显示的勘误。"
2759
2725
  ],
2760
2726
  "There are no Host Collections available. You can create new Host Collections after selecting 'Host Collections' under 'Hosts' in main menu.": [
2761
- "Não há coleções de anfitriões disponíveis. Você pode criar novas Coleções Host após selecionar 'Host Collections' em 'Hosts' no menu principal."
2727
+ "没有可用的主机集合。在主菜单的“主机”下选择“主机集合”后,可以创建新的主机集合。"
2762
2728
  ],
2763
2729
  "There are no Module Streams to display.": [
2764
- ""
2730
+ "没有要显示的模块流。"
2765
2731
  ],
2766
2732
  "There are no Packages in this organization. Create one or more Products with Packages to view Packages on this page.": [
2767
- "Não há pacotes nesta organização. Crie um ou mais Produtos com Pacotes para ver os Pacotes nesta página."
2733
+ "该机构中没有软件包。创建带有软件包的一个或多个产品以在此页面上查看软件包。"
2768
2734
  ],
2769
2735
  "There are no Sync Plans available. You can create new Sync Plans after selecting 'Sync Plans' under 'Hosts' in main menu.": [
2770
- "Não há Planos de Sincronização disponíveis. Você pode criar novos Planos de Sincronização após selecionar 'Planos de Sincronização' em 'Anfitriões' no menu principal."
2736
+ "没有可用的同步计划。在主菜单中的“主机”下选择“同步计划”后,您可以创建新的同步计划。"
2771
2737
  ],
2772
2738
  "There are no Traces to display.": [
2773
- "Não há traços a serem exibidos."
2739
+ "没有要显示的 Traces。"
2774
2740
  ],
2775
2741
  "There is currently an Incremental Update task in progress. This update must finish before applying existing updates.": [
2776
- "Há atualmente uma tarefa de Atualização Incremental em andamento. Esta atualização deve ser concluída antes de aplicar as atualizações existentes."
2742
+ "当前正在执行一个增量更新任务。在应用现有更新之前,此更新必须完成。"
2777
2743
  ],
2778
2744
  "These instructions will be removed in a future release. NEW: To register a content host without following these manual steps, see <a href=\\\"https://{{ katelloHostname }}/hosts/register\\\">Register Host</a>": [
2779
- ""
2745
+ "这些说明将在以后的版本中删除。新增:要在不按照这些手动步骤注册内容主机,请参阅<a href=\\\"https://{{ katelloHostname }}/hosts/register\\\">注册主机</a>"
2780
2746
  ],
2781
2747
  "This action will affect only those Content Hosts that require a change.\\n If the Content Host does not have the selected Subscription no action will take place.": [
2782
- "Esta ação afetará somente aqueles Hosts de Conteúdo que requerem uma mudança.\\n Se o Host de Conteúdo não tiver a Assinatura selecionada, nenhuma ação ocorrerá."
2748
+ "此操作将仅影响那些需要更改的内容主机。如果内容主机没有所选的订阅,则不会执行任何操作。"
2783
2749
  ],
2784
2750
  "This activation key is not associated with any content hosts.": [
2785
- "Esta chave de ativação não está associada a nenhum anfitrião de conteúdo."
2751
+ "此激活码没有与任何内容主机关联。"
2786
2752
  ],
2787
- "This activation key may be used during system registration. For example:": [
2788
- "Esta chave de ativação pode ser usada durante o registro do sistema. Por exemplo, esta chave de ativação pode ser usada durante o registro do sistema:"
2753
+ "This activation key may be used during <a href=\\\"/hosts/register?initialAKSelection={{ activationKey.name }}\\\">system registration.</a>": [
2754
+ "这个激活码可用于在<a href=\\\"/hosts/register?initialAKSelection={{ activationKey.name }}\\\">系统注册</a>过程中使用。"
2789
2755
  ],
2790
2756
  "This change will be applied to <b>{{ hostCount }} systems.</b>": [
2791
- ""
2757
+ "此更改将应用于 <b>{{ hostCount }}系统。</b>"
2792
2758
  ],
2793
2759
  "This Container Image Tag is not present in any Lifecycle Environments.": [
2794
- ""
2760
+ "此容器镜像标记在任何生命周期环境中均不存在。"
2795
2761
  ],
2796
2762
  "This Container Image Tag is not present in any Repositories.": [
2797
- ""
2763
+ "此容器镜像标签没有任何软件仓库。"
2798
2764
  ],
2799
2765
  "This operation may also remove managed resources linked to the host such as virtual machines and DNS records.\\n Change the setting \\\"Delete Host upon Unregister\\\" to false on the <a href=\\\"/settings\\\">settings page</a> to prevent this.": [
2800
- "Esta operação também pode remover recursos gerenciados ligados ao host, tais como máquinas virtuais e registros DNS.\\n Altere a configuração \\\"Delete Host upon Unregister\\\" para falsa na página de configuração <a href=\\\"/settings\\\"></a> para evitar isso."
2766
+ "此操作还可以删除链接到主机的受管资源,例如虚拟机和DNS记录。将“取消注册时删除主机”设置更改为false<a href=\\\"/settings\\\">设定页面</a>为了防止这种情况。"
2801
2767
  ],
2802
2768
  "This organization has Simple Content Access enabled. Hosts are not required to have subscriptions attached to access repositories.": [
2803
- ""
2769
+ "该机构已启用“简单内容访问”。不需要主机将订阅附加到访问仓库。"
2804
2770
  ],
2805
2771
  "This organization is not using <a target=\\\"_blank\\\" href=\\\"https://access.redhat.com/articles/simple-content-access\\\">Simple Content Access.</a> Entitlement-based subscription management is deprecated and will be removed in Katello 4.12.": [
2806
- ""
2772
+ "这个机构没有使用 <a target=\\\"_blank\\\" href=\\\"https://access.redhat.com/articles/simple-content-access\\\">简单内容访问。</a>基于权利的订阅管理已弃用,并将在 Katello 4.12 版本中删除。"
2807
2773
  ],
2808
2774
  "Title": [
2809
- "Título"
2775
+ "提示"
2810
2776
  ],
2811
2777
  "To register a content host to this server, follow these steps.": [
2812
- "Para registrar um host de conteúdo para este servidor, siga estes passos."
2778
+ "要将内容主机注册到此服务器,请按照下列步骤操作。"
2813
2779
  ],
2814
2780
  "Toggle Dropdown": [
2815
- "Alternância de queda"
2781
+ "切换下拉"
2816
2782
  ],
2817
2783
  "Token of the upstream repository user for authentication. Leave empty if repository does not require authentication.": [
2818
- ""
2784
+ "用于认证的上游仓库用户的令牌。如果仓库不需要身份验证,则保留为空。"
2819
2785
  ],
2820
2786
  "Topic": [
2821
- "Tema"
2787
+ "主题"
2822
2788
  ],
2823
2789
  "Tracer helps administrators identify applications that need to be restarted after a system is patched.": [
2824
- ""
2790
+ "跟踪器可帮助管理员识别修补系统后需要重新启动的应用程序。"
2825
2791
  ],
2826
2792
  "Traces": [
2827
- "Rastreamentos"
2793
+ "Traces"
2828
2794
  ],
2829
2795
  "Traces for:": [
2830
- "Traços para:"
2796
+ "Traces"
2831
2797
  ],
2832
2798
  "Turn on Setting > Content > Allow deleting repositories in published content views": [
2833
- ""
2799
+ "打开 Setting > Content > Allow 在发布的内容视图中删除仓库"
2834
2800
  ],
2835
2801
  "Type": [
2836
- "Tipo"
2802
+ "类型"
2837
2803
  ],
2838
2804
  "Unauthenticated Pull": [
2839
- "Puxada não autenticada"
2805
+ "未经身份验证的 pull 操作"
2840
2806
  ],
2841
2807
  "Unknown": [
2842
- "Desconhecido"
2808
+ "未知"
2843
2809
  ],
2844
2810
  "Unlimited Content Hosts:": [
2845
- "Hosts de Conteúdo Ilimitado:"
2811
+ "无限的内容主机:"
2846
2812
  ],
2847
2813
  "Unlimited Hosts": [
2848
- "Anfitriões Ilimitados"
2814
+ "无限的主机"
2849
2815
  ],
2850
2816
  "Unprotected": [
2851
- ""
2817
+ "未受保护"
2852
2818
  ],
2853
2819
  "Unregister Host": [
2854
- "Cancelar registro de Host"
2820
+ "取消注册主机"
2855
2821
  ],
2856
2822
  "Unregister Host \\\"{{host.display_name}}\\\"?": [
2857
- ""
2823
+ "取消注册主机 \\\"{{host.display_name}}\\\"?"
2858
2824
  ],
2859
2825
  "Unregister Options:": [
2860
- "Opções para cancelar o registro:"
2826
+ "取消注册选项:"
2861
2827
  ],
2862
2828
  "Unregister the host as a subscription consumer. Provisioning and configuration information is preserved.": [
2863
- "Desregistrar o anfitrião como um consumidor de assinatura. As informações de provisionamento e configuração são preservadas."
2829
+ "取消将主机注册为订阅消费者。设置和配置信息将保留。"
2864
2830
  ],
2865
2831
  "Unsupported Type!": [
2866
- "Tipo sem suporte!"
2832
+ "不支持的类型!"
2867
2833
  ],
2868
2834
  "Update": [
2869
- "Atualizar"
2835
+ "更新"
2870
2836
  ],
2871
2837
  "Update All Deb Packages": [
2872
- ""
2838
+ "更新所有 Deb 软件包"
2873
2839
  ],
2874
2840
  "Update All Packages": [
2875
- "Atualização de todos os pacotes"
2841
+ "更新所有软件包"
2876
2842
  ],
2877
2843
  "Update Packages": [
2878
- "Pacotes de atualização"
2844
+ "更新软件包"
2879
2845
  ],
2880
2846
  "Update Sync Plan": [
2881
- "Atualizar Plano de Sinc"
2847
+ "更新同步计划"
2882
2848
  ],
2883
2849
  "Updated": [
2884
- "Atualizados"
2850
+ "已更新"
2885
2851
  ],
2886
2852
  "Upgradable": [
2887
- "Atualizável"
2853
+ "可升级"
2888
2854
  ],
2889
2855
  "Upgradable For": [
2890
- "Atualizável para"
2856
+ "可升级"
2891
2857
  ],
2892
2858
  "Upgradable Package": [
2893
- "Pacote atualizável"
2859
+ "可升级包"
2894
2860
  ],
2895
2861
  "Upgrade Available": [
2896
- ""
2862
+ "升级可用"
2897
2863
  ],
2898
2864
  "Upgrade Selected": [
2899
- "Atualização Selecionada"
2865
+ "升级所选"
2900
2866
  ],
2901
2867
  "Upload": [
2902
- "Upload"
2868
+ "上载"
2903
2869
  ],
2904
2870
  "Upload Content Credential file": [
2905
- "Upload do arquivo de credenciais de conteúdo"
2871
+ "上载内容凭证文件"
2906
2872
  ],
2907
2873
  "Upload File": [
2908
- "Carregar arquivo"
2874
+ "上传文件"
2909
2875
  ],
2910
2876
  "Upload Package": [
2911
- "Pacote de Upload"
2877
+ "上传软件包"
2912
2878
  ],
2913
2879
  "Upload Requirements": [
2914
- ""
2880
+ "上传要求"
2915
2881
  ],
2916
2882
  "Upload Requirements.yml file <a class=\\\"fa fa-question-circle\\\" ng-show=\\\"repository.content_type === 'ansible_collection'\\\" uib-popover-html=\\\"requirementPopover\\\" popover-class=\\\"popover-large\\\" popover-trigger=\\\"'outsideClick'\\\" popover-append-to-body=\\\"true\\\">\\n </a>": [
2917
- ""
2883
+ "上载Requirements.yml文件 <a class=\\\"fa fa-question-circle\\\" ng-show=\\\"repository.content_type === 'ansible_collection'\\\" uib-popover-html=\\\"requirementPopover\\\" popover-class=\\\"popover-large\\\" popover-trigger=\\\"'outsideClick'\\\" popover-append-to-body=\\\"true\\\">\\n </a>"
2918
2884
  ],
2919
2885
  "Uploading...": [
2920
- "Carregando..."
2886
+ "上载中..."
2921
2887
  ],
2922
2888
  "Upstream Authentication Token": [
2923
- ""
2889
+ "上游验证令牌"
2924
2890
  ],
2925
2891
  "Upstream Authorization": [
2926
- ""
2892
+ "上游授权"
2927
2893
  ],
2928
2894
  "Upstream Image Name": [
2929
- "Nome da imagem a montante"
2895
+ "上游镜像名称"
2930
2896
  ],
2931
2897
  "Upstream Password": [
2932
- "Senha upstream"
2898
+ "上游密码"
2933
2899
  ],
2934
2900
  "Upstream Repository Name": [
2935
- "Nome do Repositório Upstream"
2901
+ "上游仓库名称"
2936
2902
  ],
2937
2903
  "Upstream URL": [
2938
- "URL a montante"
2904
+ "上游 URL"
2939
2905
  ],
2940
2906
  "Upstream Username": [
2941
- "Nome de usuário upstream"
2907
+ "上游用户名"
2942
2908
  ],
2943
2909
  "Url": [
2944
2910
  "Url"
2945
2911
  ],
2946
2912
  "URL of the registry you want to sync. Example: https://registry-1.docker.io/ or https://quay.io/": [
2947
- ""
2913
+ "您要同步的 registry 的URL。例如:https://registry-1.docker.io/或https://quay.io/"
2948
2914
  ],
2949
2915
  "URL to Discover": [
2950
- "URL a descobrir"
2916
+ "发现 URL"
2951
2917
  ],
2952
2918
  "URL to the repository base. Example: http://ftp.de.debian.org/debian/ <a class=\\\"fa fa-question-circle\\\" ng-show=\\\"repository.content_type === 'deb'\\\" uib-popover-html=\\\"debURLPopover\\\" popover-class=\\\"popover-large\\\" popover-trigger=\\\"'outsideClick'\\\" popover-append-to-body=\\\"true\\\" popover-title=\\\"Upstream URL\\\">\\n </a>": [
2953
- ""
2919
+ "到仓库基础的 URL。示例:http://ftp.de.debian.org/debian/ <a class=\\\"fa fa-question-circle\\\" ng-show=\\\"repository.content_type === 'deb'\\\" uib-popover-html=\\\"debURLPopover\\\" popover-class=\\\"popover-large\\\" popover-trigger=\\\"'outsideClick'\\\" popover-append-to-body=\\\"true\\\" popover-title=\\\"Upstream URL\\\">\\n </a>"
2954
2920
  ],
2955
2921
  "Usage Type": [
2956
- "Tipo de uso"
2922
+ "使用类型"
2957
2923
  ],
2958
2924
  "Usage Type:": [
2959
- ""
2925
+ "使用类型:"
2960
2926
  ],
2961
2927
  "Use specific HTTP Proxy": [
2962
- ""
2928
+ "使用特定的 HTTP 代理"
2963
2929
  ],
2964
2930
  "Use the cancel button on content view selection to revert your lifecycle environment selection.": [
2965
- ""
2931
+ "使用内容视图选择上的“取消”按钮可以还原生命周期环境选择。"
2966
2932
  ],
2967
2933
  "Used as": [
2968
- "Usado como"
2934
+ "用作"
2969
2935
  ],
2970
2936
  "User": [
2971
- "Usuário"
2937
+ "用户"
2972
2938
  ],
2973
2939
  "Username": [
2974
- "Nome do usuário"
2940
+ "用户名"
2975
2941
  ],
2976
2942
  "Username of the upstream repository user for authentication. Leave empty if repository does not require authentication.": [
2977
- "Nome de usuário do usuário do repositório upstream para autenticação. Deixe em branco se o repositório não exigir autenticação."
2943
+ "用于认证的上游仓库用户的用户名。如果仓库不需要身份验证,则保留为空。"
2978
2944
  ],
2979
2945
  "Variant": [
2980
- "Variante"
2946
+ "变体"
2981
2947
  ],
2982
2948
  "Verify Content Checksum": [
2983
- ""
2949
+ "验证内容校验和"
2984
2950
  ],
2985
2951
  "Verify SSL": [
2986
- "Verifique o SSL"
2952
+ "验证 SSL"
2987
2953
  ],
2988
2954
  "Version": [
2989
- "Versão"
2955
+ "版本"
2990
2956
  ],
2991
2957
  "Version {{ cvVersions['version'] }}": [
2992
- ""
2958
+ "版本 {{ cvVersions['version'] }}"
2993
2959
  ],
2994
2960
  "Versions": [
2995
- "Versões"
2961
+ "版本"
2996
2962
  ],
2997
2963
  "via remote execution": [
2998
- "via execução remota"
2964
+ "通过远程执行"
2999
2965
  ],
3000
2966
  "via remote execution - customize first": [
3001
- "via execução remota - personalizar primeiro"
2967
+ "通过远程执行 - 首先进行自定义"
3002
2968
  ],
3003
2969
  "View Container Image Manifest Lists for Repository:": [
3004
- ""
2970
+ "查看仓库的容器镜像清单列表:"
3005
2971
  ],
3006
2972
  "View Docker Tags for Repository:": [
3007
- ""
2973
+ "查看仓库的 Docker 标签:"
3008
2974
  ],
3009
2975
  "View job invocations.": [
3010
- ""
2976
+ "列出工作调用"
3011
2977
  ],
3012
2978
  "Virtual": [
3013
- "Virtual"
2979
+ "虚拟"
3014
2980
  ],
3015
2981
  "Virtual Guest": [
3016
- "Sistema Virtual"
2982
+ "虚拟客户系统"
3017
2983
  ],
3018
2984
  "Virtual Guests": [
3019
- "Convidados virtuais"
2985
+ "虚拟客户系统"
3020
2986
  ],
3021
2987
  "Virtual Host": [
3022
- "Anfitrião virtual"
2988
+ "虚拟主机"
3023
2989
  ],
3024
2990
  "Warning: reclaiming space for an \\\"On Demand\\\" repository will delete all cached content units. Take precaution when cleaning custom repositories whose upstream parents don't keep old package versions.": [
3025
- ""
2991
+ "警告:为 \\\"On Demand\\\" 仓库重新声明空间将删除所有缓存的内容单元。在清理其上游父项没有保留旧软件包版本的自定义软件仓库时需要非常小心。"
3026
2992
  ],
3027
2993
  "weekly": [
3028
- "semanalmente"
2994
+ "每周"
3029
2995
  ],
3030
2996
  "Weekly on {{ product.sync_plan.sync_date | date:'EEEE' }} at {{ product.sync_plan.sync_date | date:'mediumTime' }} (Server Time)": [
3031
- "Semanalmente em {{ product.sync_plan.sync_date | date:'EEEE' }} em {{ product.sync_plan.sync_date | date:'mediumTime' }} (horário do servidor)"
2997
+ "每周 {{ product.sync_plan.sync_date | date:'EEEE' }} {{ product.sync_plan.sync_date | date:'mediumTime' }}(服务器时间)"
3032
2998
  ],
3033
2999
  "When Auto Attach is disabled, registering systems will be attached to all associated subscriptions.": [
3034
- "Quando o Auto Attach estiver desativado, os sistemas de registro serão anexados a todas as assinaturas associadas."
3000
+ "禁用“自动附加”后,注册系统将附加到所有关联的订阅中。"
3035
3001
  ],
3036
3002
  "When Auto Attach is enabled, registering systems will be attached to all associated custom products and only associated Red Hat subscriptions required to satisfy the system's installed products.": [
3037
- ""
3003
+ "启用自动附加后,注册系统将附加到所有相关自定义产品中,且只有相关的红帽订阅以满足系统安装的产品。"
3038
3004
  ],
3039
3005
  "Whitespace-separated list of components to sync (leave clear to sync all). Example: main <a class=\\\"fa fa-question-circle\\\" ng-show=\\\"repository.content_type === 'deb'\\\" uib-popover-html=\\\"componentPopover\\\" popover-class=\\\"popover-large\\\" popover-trigger=\\\"'outsideClick'\\\" popover-append-to-body=\\\"true\\\" popover-title=\\\"Components\\\">\\n </a>": [
3040
- ""
3006
+ "以空格分隔的要同步的组件列表(留空可以同步所有组件)。例如:<a class=\\\"fa fa-question-circle\\\" ng-show=\\\"repository.content_type === 'deb'\\\" uib-popover-html=\\\"componentPopover\\\" popover-class=\\\"popover-large\\\" popover-trigger=\\\"'outsideClick'\\\" popover-append-to-body=\\\"true\\\" popover-title=\\\"Components\\\">\\n </a>"
3041
3007
  ],
3042
3008
  "Whitespace-separated list of processor architectures to sync (leave clear to sync all). Example: amd64 <a class=\\\"fa fa-question-circle\\\" ng-show=\\\"repository.content_type === 'deb'\\\" uib-popover-html=\\\"archPopover\\\" popover-class=\\\"popover-large\\\" popover-trigger=\\\"'outsideClick'\\\" popover-append-to-body=\\\"true\\\" popover-title=\\\"Architectures\\\">\\n </a>": [
3043
- ""
3009
+ "空格分隔的要同步的处理器体系结构列表留空可以同步所有组件)。例如:amd64 <a class=\\\"fa fa-question-circle\\\" ng-show=\\\"repository.content_type === 'deb'\\\" uib-popover-html=\\\"archPopover\\\" popover-class=\\\"popover-large\\\" popover-trigger=\\\"'outsideClick'\\\" popover-append-to-body=\\\"true\\\" popover-title=\\\"Architectures\\\">\\n </a>"
3044
3010
  ],
3045
3011
  "Whitespace-separated list of releases/distributions to sync (required for syncing). Example: buster <a class=\\\"fa fa-question-circle\\\" ng-show=\\\"repository.content_type === 'deb'\\\" uib-popover-html=\\\"distPopover\\\" popover-class=\\\"popover-large\\\" popover-trigger=\\\"'outsideClick'\\\" popover-append-to-body=\\\"true\\\" popover-title=\\\"Releases/Distributions\\\">\\n </a>": [
3046
- ""
3012
+ "空格分隔的发行版本/发行列表(同步需要)。示例: buster <a class=\\\"fa fa-question-circle\\\" ng-show=\\\"repository.content_type === 'deb'\\\" uib-popover-html=\\\"distPopover\\\" popover-class=\\\"popover-large\\\" popover-trigger=\\\"'outsideClick'\\\" popover-append-to-body=\\\"true\\\" popover-title=\\\"Releases/Distributions\\\">\\n </a>"
3047
3013
  ],
3048
3014
  "Working": [
3049
- "Trabalhando"
3015
+ "工作"
3050
3016
  ],
3051
3017
  "Yes": [
3052
- "Sim"
3018
+ ""
3053
3019
  ],
3054
3020
  "You can upload a requirements.yml file above to auto-fill contents <b>OR</b> paste contents of <a ng-href=\\\"https://docs.ansible.com/ansible/latest/galaxy/user_guide.html#install-multiple-collections-with-a-requirements-file\\\" target=\\\"_blank\\\"> Requirements.yml </a>below.": [
3055
- ""
3021
+ "您可以上传上面的 requirements.yml 文件以自动填充内容<b>或</b>粘贴下面的<a ng-href=\\\"https://docs.ansible.com/ansible/latest/galaxy/user_guide.html#install-multiple-collections-with-a-requirements-file\\\" target=\\\"_blank\\\">Requirements.yml</a>内容。"
3056
3022
  ],
3057
3023
  "You can upload a requirements.yml file below to auto-fill contents or paste contents of requirement.yml here": [
3058
- ""
3024
+ "您可以上传下面的 requirements.yml 文件以自动填充内容,或在此处粘贴 requirement.yml 的内容"
3059
3025
  ],
3060
3026
  "You cannot remove content from a redhat repository": [
3061
- ""
3027
+ "您无法从 redhat 存储库中删除内容"
3062
3028
  ],
3063
3029
  "You cannot remove these repositories because you do not have permission.": [
3064
- "Você não pode remover estes repositórios porque não tem permissão."
3030
+ "您无权删除这些仓库。"
3065
3031
  ],
3066
3032
  "You cannot remove this product because it has repositories that are the last affected repository on content view filters": [
3067
- ""
3033
+ "您无法删除此产品,因为它具有在内容视图过滤中最后一个受影响的存储库的存储库"
3068
3034
  ],
3069
3035
  "You cannot remove this product because it is a Red Hat product.": [
3070
- "Você não pode remover este produto porque é um produto da Red Hat."
3036
+ "您不能删除此产品,因为它是红帽产品。"
3071
3037
  ],
3072
3038
  "You cannot remove this product because it was published to a content view.": [
3073
- "Você não pode remover este produto porque ele foi publicado para uma visualização de conteúdo."
3039
+ "您无法删除此产品,因为它已发布到内容视图。"
3074
3040
  ],
3075
3041
  "You cannot remove this product because you do not have permission.": [
3076
- "Você não pode remover este produto porque não tem permissão."
3042
+ "您无权删除此产品。"
3077
3043
  ],
3078
3044
  "You cannot remove this repository because you do not have permission.": [
3079
- "Você não pode remover este repositório porque não tem permissão."
3045
+ "您无权删除此仓库。"
3080
3046
  ],
3081
3047
  "You currently don't have any Activation Keys, you can add Activation Keys using the button on the right.": [
3082
- "Atualmente você não tem nenhuma Chave de Ativação, você pode adicionar Chaves de Ativação usando o botão da direita."
3048
+ "您目前没有任何激活码,可以使用右侧的按钮添加激活码。"
3083
3049
  ],
3084
3050
  "You currently don't have any Alternate Content Sources associated with this Content Credential.": [
3085
- ""
3051
+ "您当前没有与此内容凭证关联的 Alternate 内容源。"
3086
3052
  ],
3087
3053
  "You currently don't have any Container Image Tags.": [
3088
- ""
3054
+ "您目前没有任何内容视图。"
3089
3055
  ],
3090
3056
  "You currently don't have any Content Credential, you can add Content Credentials using the button on the right.": [
3091
- "Atualmente você não tem nenhuma Credencial de Conteúdo, você pode adicionar Credenciais de Conteúdo usando o botão à direita."
3057
+ "您目前没有任何内容凭据,您可以使用右侧的按钮添加内容凭据。"
3092
3058
  ],
3093
3059
  "You currently don't have any Content Hosts, you can create new Content Hosts by selecting Contents Host from main menu and then clicking the button on the right.": [
3094
- "Atualmente você não tem nenhum Host de Conteúdo, você pode criar novos Hosts de Conteúdo selecionando Host de Conteúdo no menu principal e depois clicando no botão à direita."
3060
+ "当前您没有任何内容主机,可以通过从主菜单中选择“内容主机”,然后单击右侧的按钮来创建新的内容主机。"
3095
3061
  ],
3096
3062
  "You currently don't have any Content Hosts, you can register one by clicking the button on the right and following the instructions.": [
3097
- "Atualmente você não tem nenhum Hosts de Conteúdo, você pode registrar um clicando no botão à direita e seguindo as instruções."
3063
+ "您目前没有任何内容主机,您可以通过单击右侧的按钮并按照说明进行注册。"
3098
3064
  ],
3099
3065
  "You currently don't have any Files.": [
3100
- "Atualmente você não tem nenhum Arquivo."
3066
+ "您目前没有任何内容视图。"
3101
3067
  ],
3102
3068
  "You currently don't have any Host Collections, you can add Host Collections using the button on the right.": [
3103
- "Atualmente você não tem nenhuma Coleção Host, você pode adicionar Coleções Host usando o botão à direita."
3069
+ "您目前没有任何主机集合,您可以使用右侧的按钮添加主机集合。"
3104
3070
  ],
3105
3071
  "You currently don't have any Hosts in this Host Collection, you can add Content Hosts after selecting the 'Add' tab.": [
3106
- ""
3072
+ "您目前在此主机集合中没有任何主机,可以在选择“添加”选项卡后添加内容主机。"
3107
3073
  ],
3108
3074
  "You currently don't have any Products associated with this Content Credential.": [
3109
- "Atualmente você não tem nenhum Produto associado a esta Credencial de Conteúdo."
3075
+ "您目前没有与此内容证书关联的任何产品。"
3110
3076
  ],
3111
3077
  "You currently don't have any Products to subscribe to, you can add Products after selecting 'Products' under 'Content' in the main menu": [
3112
- "Atualmente você não tem nenhum Produto para assinar, você pode adicionar Produtos após selecionar 'Produtos' em 'Conteúdo' no menu principal"
3078
+ "您目前没有要订阅的产品,可以在主菜单中的“内容”下选择“产品”后添加产品"
3113
3079
  ],
3114
3080
  "You currently don't have any Products to subscribe to. You can add Products after selecting 'Products' under 'Content' in the main menu.": [
3115
- ""
3081
+ "您目前没有要订阅的任何产品。您可以在主菜单中的“内容”下选择“产品”后添加产品。"
3116
3082
  ],
3117
3083
  "You currently don't have any Products<span bst-feature-flag=\\\"custom_products\\\">, you can add Products using the button on the right</span>.": [
3118
- "Atualmente você não tem nenhum Produto<span bst-feature-flag=\\\"custom_products\\\">, você pode adicionar Produtos usando o botão da direita</span>."
3084
+ "您目前没有任何产品<span bst-feature-flag=\\\"custom_products\\\">,您可以使用右侧的按钮添加产品</span>。"
3119
3085
  ],
3120
3086
  "You currently don't have any Repositories associated with this Content Credential.": [
3121
- "Atualmente você não tem nenhum Repositório associado a esta Credencial de Conteúdo."
3087
+ "您目前没有与此内容证书关联的任何仓库。"
3122
3088
  ],
3123
3089
  "You currently don't have any Repositories included in this Product, you can add Repositories using the button on the right.": [
3124
- "Atualmente você não tem nenhum Repositório incluído neste Produto, você pode adicionar Repositórios usando o botão à direita."
3090
+ "您目前没有此产品中包含的任何仓库,您可以使用右侧的按钮添加仓库。"
3125
3091
  ],
3126
3092
  "You currently don't have any Subscriptions associated with this Activation Key, you can add Subscriptions after selecting the 'Add' tab.": [
3127
- "Atualmente você não tem nenhuma Assinatura associada a esta Chave de Ativação, você pode adicionar Assinaturas após selecionar a guia 'Adicionar'."
3093
+ "您目前没有与此激活码关联的任何订阅,可以在选择“添加”标签后添加订阅。"
3128
3094
  ],
3129
3095
  "You currently don't have any Subscriptions associated with this Content Host. You can add Subscriptions after selecting the 'Add' tab.": [
3130
- ""
3096
+ "您目前没有与此内容主机关联的任何订阅。您可以在选择“添加”标签后添加订阅。"
3131
3097
  ],
3132
3098
  "You currently don't have any Sync Plans. A Sync Plan can be created by using the button on the right.": [
3133
- "Atualmente você não tem nenhum Plano de Sincronização. Um Plano de Sincronização pode ser criado usando o botão à direita."
3099
+ "您目前没有任何同步计划。可以使用右侧的按钮创建同步计划。"
3134
3100
  ],
3135
3101
  "You do not have any Installed Products": [
3136
- "Você não tem nenhum produto instalado"
3102
+ "您没有任何安装的产品"
3137
3103
  ],
3138
3104
  "You must select a content view in order to save your environment.": [
3139
- "Você deve selecionar uma visão de conteúdo para salvar seu ambiente."
3105
+ "您必须选择一个内容视图才能保存环境。"
3140
3106
  ],
3141
3107
  "You must select a new content view before your change of environment can be saved. Use the cancel button on content view selection to revert your environment selection.": [
3142
- "Você deve selecionar uma nova visão de conteúdo antes que sua mudança de ambiente possa ser salva. Use o botão cancelar na seleção da visualização do conteúdo para reverter a seleção de seu ambiente."
3108
+ "必须先选择一个新的内容视图,然后才能保存环境更改。使用内容视图选择上的取消按钮可以还原您的环境选择。"
3143
3109
  ],
3144
3110
  "You must select a new content view before your change of lifecycle environment can be saved.": [
3145
- ""
3111
+ "必须先选择一个新的内容视图,然后才能保存生命周期环境更改。"
3146
3112
  ],
3147
3113
  "You must select at least one Content Host in order to apply Errata.": [
3148
- "Você deve selecionar pelo menos um Host de Conteúdo para poder aplicar Errata."
3114
+ "您必须至少选择一个内容主机才能应用勘误。"
3149
3115
  ],
3150
3116
  "You must select at least one Errata to apply.": [
3151
- "Você deve selecionar pelo menos uma Errata para se candidatar."
3117
+ "您必须至少选择一个勘误来应用。"
3152
3118
  ],
3153
3119
  "Your search returned zero %(contentType)s that match the criteria.": [
3154
- ""
3120
+ "您的搜索返回零个%(contentType)s符合条件"
3155
3121
  ],
3156
3122
  "Your search returned zero Activation Keys.": [
3157
- "Sua busca retornou zero Chaves de ativação."
3123
+ "您的搜索返回了零个激活码。"
3158
3124
  ],
3159
3125
  "Your search returned zero Container Image Tags.": [
3160
- ""
3126
+ "您的搜索返回了零个容器镜像标签。"
3161
3127
  ],
3162
3128
  "Your search returned zero Content Credential.": [
3163
- "Sua busca retornou Credencial de Conteúdo zero."
3129
+ "您的搜索返回了零个内容凭证。"
3164
3130
  ],
3165
3131
  "Your search returned zero Content Hosts.": [
3166
- "Sua busca retornou Hosts de conteúdo zero."
3132
+ "您的搜索返回了零个内容主机。"
3167
3133
  ],
3168
3134
  "Your search returned zero Content Views": [
3169
- "Sua busca retornou zero visualizações de conteúdo"
3135
+ "您的搜索返回了零个内容视图"
3170
3136
  ],
3171
3137
  "Your search returned zero Content Views.": [
3172
- "Sua busca retornou zero visualizações de conteúdo."
3138
+ "您的搜索返回了零个内容视图。"
3173
3139
  ],
3174
3140
  "Your search returned zero Deb Packages.": [
3175
- ""
3141
+ "您的搜索返回了零个 Deb 软件包。"
3176
3142
  ],
3177
3143
  "Your search returned zero Debs.": [
3178
- "Sua busca retornou zero débitos."
3144
+ "您的搜索返回了零个 Debs。"
3179
3145
  ],
3180
3146
  "Your search returned zero Errata.": [
3181
- "Sua busca retornou zero Errata."
3147
+ "您的搜索返回了零个勘误。"
3182
3148
  ],
3183
3149
  "Your search returned zero Erratum.": [
3184
- "Sua busca retornou zero Erratum."
3150
+ "您的搜索返回了零个勘误。"
3185
3151
  ],
3186
3152
  "Your search returned zero Files.": [
3187
- "Sua busca retornou zero arquivos."
3153
+ "您的搜索返回了零个文件。"
3188
3154
  ],
3189
3155
  "Your search returned zero Host Collections.": [
3190
- "Sua busca retornou zero Coleções Host."
3156
+ "您的搜索返回了零个主机集合。"
3191
3157
  ],
3192
3158
  "Your search returned zero Hosts.": [
3193
- "Sua busca retornou zero Hosts."
3159
+ "您的搜索返回了零个主机。"
3194
3160
  ],
3195
3161
  "Your search returned zero Lifecycle Environments.": [
3196
- "Sua busca retornou ambientes com ciclo de vida zero."
3162
+ "您的搜索返回了零个生命周期环境。"
3197
3163
  ],
3198
3164
  "Your search returned zero Module Streams.": [
3199
- ""
3165
+ "您的搜索返回了零个模块流。"
3200
3166
  ],
3201
3167
  "Your search returned zero Packages.": [
3202
- "Sua busca retornou zero pacotes."
3168
+ "您的搜索返回了零个软件包。"
3203
3169
  ],
3204
3170
  "Your search returned zero Products.": [
3205
- "Sua busca retornou zero Produtos."
3171
+ "您的搜索返回了零个产品。"
3206
3172
  ],
3207
3173
  "Your search returned zero Repositories": [
3208
- "Sua busca retornou zero Repositórios"
3174
+ "您的搜索返回了零个仓库"
3209
3175
  ],
3210
3176
  "Your search returned zero Repositories.": [
3211
- "Sua busca retornou zero Repositórios."
3177
+ "您的搜索返回了零个仓库。"
3212
3178
  ],
3213
3179
  "Your search returned zero repository sets.": [
3214
- "Sua busca retornou conjuntos de repositório zero."
3180
+ "您的搜索返回了零个仓库集。"
3215
3181
  ],
3216
3182
  "Your search returned zero Repository Sets.": [
3217
- "Sua busca retornou zero Repositório Sets."
3183
+ "您的搜索返回了零个仓库集。"
3218
3184
  ],
3219
3185
  "Your search returned zero results.": [
3220
- "Sua busca retornou zero resultados."
3186
+ "您的搜索返回了零个结果。"
3221
3187
  ],
3222
3188
  "Your search returned zero Subscriptions.": [
3223
- "Sua busca retornou zero Assinaturas."
3189
+ "您的搜索返回了零个订阅。"
3224
3190
  ],
3225
3191
  "Your search returned zero Sync Plans.": [
3226
- "Sua busca retornou planos de sincronização zero."
3192
+ "您的搜索返回了零个同步计划。"
3227
3193
  ],
3228
3194
  "Your search returned zero Traces.": [
3229
- "Sua busca retornou zero Traços."
3195
+ "您的搜索返回了零个 Traces。"
3230
3196
  ],
3231
3197
  "Yum Metadata Checksum": [
3232
- "Yum Metadata Checksum"
3198
+ "Yum 元数据校验和"
3233
3199
  ],
3234
3200
  "Yum metadata generation has been initiated in the background. Click <a href=\\\"{{ taskUrl() }}\\\">Here</a> to monitor the progress.": [
3235
- "A geração de metadados Yum foi iniciada em segundo plano. Clique <a href=\\\"{{ taskUrl() }}\\\">Aqui</a> para monitorar o progresso."
3201
+ "Yum元数据生成已在后台启动。请点击<a href=\\\"{{ taskUrl() }}\\\">这里</a>监视进度。"
3236
3202
  ],
3237
3203
  "Yum Repositories <div>{{ library.counts.yum_repositories || 0 }}</div>": [
3238
- "Repositórios Yum <div>{{ library.counts.yum_repositories || 0 }}</div>"
3204
+ "Yum 仓库 <div>{{ library.counts.yum_repositories || 0 }}</div>"
3239
3205
  ]
3240
3206
  }
3241
3207
  }