katello 4.0.3 → 4.1.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 (563) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/hosts/host_and_hostgroup_edit.js +0 -33
  3. data/app/assets/stylesheets/katello/contents.scss +1 -1
  4. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +5 -11
  5. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +2 -9
  6. data/app/controllers/katello/api/v2/activation_keys_controller.rb +10 -24
  7. data/app/controllers/katello/api/v2/api_controller.rb +15 -3
  8. data/app/controllers/katello/api/v2/content_credentials_controller.rb +1 -1
  9. data/app/controllers/katello/api/v2/content_export_incrementals_controller.rb +1 -8
  10. data/app/controllers/katello/api/v2/content_exports_controller.rb +1 -14
  11. data/app/controllers/katello/api/v2/content_imports_controller.rb +38 -15
  12. data/app/controllers/katello/api/v2/content_uploads_controller.rb +1 -1
  13. data/app/controllers/katello/api/v2/content_view_components_controller.rb +22 -1
  14. data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +6 -1
  15. data/app/controllers/katello/api/v2/content_view_versions_controller.rb +2 -59
  16. data/app/controllers/katello/api/v2/content_views_controller.rb +3 -58
  17. data/app/controllers/katello/api/v2/host_errata_controller.rb +7 -6
  18. data/app/controllers/katello/api/v2/host_packages_controller.rb +4 -4
  19. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +18 -22
  20. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +16 -16
  21. data/app/controllers/katello/api/v2/organizations_controller.rb +2 -1
  22. data/app/controllers/katello/api/v2/package_groups_controller.rb +4 -0
  23. data/app/controllers/katello/api/v2/repositories_controller.rb +13 -12
  24. data/app/controllers/katello/api/v2/repository_sets_controller.rb +50 -4
  25. data/app/controllers/katello/api/v2/subscriptions_controller.rb +7 -1
  26. data/app/controllers/katello/concerns/api/api_controller.rb +10 -0
  27. data/app/controllers/katello/concerns/api/v2/registration_commands_controller_extensions.rb +46 -0
  28. data/app/controllers/katello/concerns/api/v2/registration_controller_extensions.rb +8 -0
  29. data/app/controllers/katello/concerns/api/v2/repository_content_controller.rb +31 -22
  30. data/app/controllers/katello/concerns/hosts_controller_extensions.rb +0 -8
  31. data/app/controllers/katello/concerns/organizations_controller_extensions.rb +1 -1
  32. data/app/controllers/katello/concerns/registration_commands_controller_extensions.rb +34 -0
  33. data/app/helpers/katello/katello_urls_helper.rb +23 -0
  34. data/app/lib/actions/candlepin/owner/import.rb +10 -3
  35. data/app/lib/actions/candlepin/product/content_update.rb +1 -1
  36. data/app/lib/actions/foreman/environment/destroy.rb +2 -2
  37. data/app/lib/actions/katello/agent_action.rb +1 -6
  38. data/app/lib/actions/katello/capsule_content/refresh_repos.rb +0 -7
  39. data/app/lib/actions/katello/capsule_content/sync.rb +1 -1
  40. data/app/lib/actions/katello/capsule_content/sync_capsule.rb +1 -2
  41. data/app/lib/actions/katello/content_view/add_to_environment.rb +9 -7
  42. data/app/lib/actions/katello/content_view/incremental_updates.rb +3 -10
  43. data/app/lib/actions/katello/content_view/presenters/incremental_updates_presenter.rb +2 -3
  44. data/app/lib/actions/katello/content_view/promote_to_environment.rb +1 -4
  45. data/app/lib/actions/katello/content_view/publish.rb +21 -31
  46. data/app/lib/actions/katello/content_view_environment/destroy.rb +0 -5
  47. data/app/lib/actions/katello/content_view_version/auto_create_products.rb +22 -0
  48. data/app/lib/actions/katello/content_view_version/auto_create_repositories.rb +22 -0
  49. data/app/lib/actions/katello/content_view_version/destroy.rb +0 -10
  50. data/app/lib/actions/katello/content_view_version/export.rb +20 -22
  51. data/app/lib/actions/katello/content_view_version/import.rb +27 -13
  52. data/app/lib/actions/katello/content_view_version/import_library.rb +4 -2
  53. data/app/lib/actions/katello/content_view_version/incremental_update.rb +12 -67
  54. data/app/lib/actions/katello/content_view_version/republish_repositories.rb +0 -4
  55. data/app/lib/actions/katello/content_view_version/reset_content_view_repositories_from_metadata.rb +11 -0
  56. data/app/lib/actions/katello/foreman/content_update.rb +0 -3
  57. data/app/lib/actions/katello/host/auto_attach_subscriptions.rb +0 -4
  58. data/app/lib/actions/katello/organization/manifest_import.rb +7 -1
  59. data/app/lib/actions/katello/organization/manifest_refresh.rb +28 -7
  60. data/app/lib/actions/katello/orphan_cleanup/remove_orphans.rb +2 -2
  61. data/app/lib/actions/katello/product/create.rb +0 -1
  62. data/app/lib/actions/katello/repository/check_matching_content.rb +4 -3
  63. data/app/lib/actions/katello/repository/destroy.rb +1 -1
  64. data/app/lib/actions/katello/repository/discover.rb +1 -1
  65. data/app/lib/actions/katello/repository/filtered_index_content.rb +1 -4
  66. data/app/lib/actions/katello/repository/import_upload.rb +0 -1
  67. data/app/lib/actions/katello/repository/update.rb +0 -1
  68. data/app/lib/actions/middleware/record_smart_proxy_sync_history.rb +0 -5
  69. data/app/lib/actions/pulp/repository/create.rb +1 -7
  70. data/app/lib/actions/pulp/repository/distributor_publish.rb +2 -10
  71. data/app/lib/actions/pulp/repository/sync.rb +1 -3
  72. data/app/lib/actions/pulp3/capsule_content/refresh_content_guard.rb +17 -0
  73. data/app/lib/actions/pulp3/content_guard/refresh.rb +10 -6
  74. data/app/lib/actions/pulp3/content_view_version/create_export_history.rb +57 -0
  75. data/app/lib/actions/pulp3/content_view_version/create_import_history.rb +34 -0
  76. data/app/lib/actions/pulp3/orchestration/content_view_version/copy_version_units_to_library.rb +2 -3
  77. data/app/lib/actions/pulp3/orchestration/content_view_version/export.rb +34 -51
  78. data/app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb +2 -2
  79. data/app/lib/actions/pulp3/orchestration/content_view_version/import.rb +13 -1
  80. data/app/lib/actions/pulp3/orchestration/orphan_cleanup/remove_orphans.rb +1 -1
  81. data/app/lib/actions/pulp3/orchestration/repository/sync.rb +1 -0
  82. data/app/lib/actions/pulp3/repository/refresh_remote.rb +17 -0
  83. data/app/lib/katello/agent/client_message_handler.rb +3 -11
  84. data/app/lib/katello/concerns/base_template_scope_extensions.rb +117 -3
  85. data/app/lib/katello/errors.rb +6 -11
  86. data/app/lib/katello/event_daemon/monitor.rb +0 -1
  87. data/app/lib/katello/event_daemon/runner.rb +2 -2
  88. data/app/lib/katello/event_daemon/services/agent_event_receiver.rb +10 -6
  89. data/app/lib/katello/http_resource.rb +1 -6
  90. data/app/lib/katello/logging.rb +11 -6
  91. data/app/lib/katello/qpid/connection.rb +1 -3
  92. data/app/lib/katello/repo_discovery.rb +15 -1
  93. data/app/lib/katello/resources/candlepin/owner.rb +3 -2
  94. data/app/lib/katello/resources/candlepin/pool.rb +6 -2
  95. data/app/lib/katello/resources/candlepin.rb +10 -0
  96. data/app/lib/katello/util/package.rb +1 -1
  97. data/app/lib/katello/util/pulpcore_content_filters.rb +1 -1
  98. data/app/lib/katello/validators/hostgroup_kickstart_repository_validator.rb +0 -6
  99. data/app/models/katello/authorization/content_view.rb +8 -0
  100. data/app/models/katello/authorization/content_view_version_import_history.rb +11 -0
  101. data/app/models/katello/concerns/content_facet_host_extensions.rb +1 -1
  102. data/app/models/katello/concerns/content_view_filter_rule_common.rb +2 -2
  103. data/app/models/katello/concerns/host_managed_extensions.rb +1 -32
  104. data/app/models/katello/concerns/hostgroup_extensions.rb +2 -9
  105. data/app/models/katello/concerns/http_proxy_extensions.rb +2 -4
  106. data/app/models/katello/concerns/location_extensions.rb +2 -25
  107. data/app/models/katello/concerns/operatingsystem_extensions.rb +0 -2
  108. data/app/models/katello/concerns/organization_extensions.rb +4 -18
  109. data/app/models/katello/concerns/redhat_extensions.rb +10 -18
  110. data/app/models/katello/concerns/smart_proxy_extensions.rb +6 -31
  111. data/app/models/katello/content_view.rb +17 -113
  112. data/app/models/katello/content_view_component.rb +5 -0
  113. data/app/models/katello/content_view_docker_filter_rule.rb +1 -0
  114. data/app/models/katello/content_view_package_filter_rule.rb +4 -0
  115. data/app/models/katello/content_view_package_group_filter.rb +1 -0
  116. data/app/models/katello/content_view_repository.rb +4 -5
  117. data/app/models/katello/content_view_version.rb +9 -33
  118. data/app/models/katello/content_view_version_export_history.rb +18 -4
  119. data/app/models/katello/content_view_version_import_history.rb +42 -0
  120. data/app/models/katello/erratum.rb +1 -1
  121. data/app/models/katello/events/delete_pool.rb +19 -0
  122. data/app/models/katello/glue/candlepin/environment.rb +7 -0
  123. data/app/models/katello/glue/candlepin/owner.rb +12 -1
  124. data/app/models/katello/glue/candlepin/pool.rb +42 -25
  125. data/app/models/katello/glue/provider.rb +3 -6
  126. data/app/models/katello/glue/pulp/repo.rb +19 -9
  127. data/app/models/katello/host/content_facet.rb +1 -0
  128. data/app/models/katello/host/subscription_facet.rb +3 -1
  129. data/app/models/katello/kt_environment.rb +0 -6
  130. data/app/models/katello/package_group.rb +4 -0
  131. data/app/models/katello/ping.rb +15 -4
  132. data/app/models/katello/pool.rb +9 -0
  133. data/app/models/katello/product.rb +0 -6
  134. data/app/models/katello/product_content.rb +3 -1
  135. data/app/models/katello/pulp_sync_status.rb +0 -10
  136. data/app/models/katello/repository.rb +20 -35
  137. data/app/models/katello/root_repository.rb +0 -5
  138. data/app/models/katello/subscription.rb +10 -0
  139. data/app/models/katello/sync_plan.rb +7 -0
  140. data/app/models/setting/content.rb +7 -8
  141. data/app/presenters/katello/content_view_version_compare_presenter.rb +2 -6
  142. data/app/presenters/katello/product_content_presenter.rb +3 -5
  143. data/app/services/cert/certs.rb +3 -7
  144. data/app/services/katello/applicability/applicable_content_helper.rb +1 -2
  145. data/app/services/katello/candlepin/event_handler.rb +22 -22
  146. data/app/services/katello/candlepin/message_handler.rb +24 -15
  147. data/app/services/katello/content_view_manager.rb +24 -0
  148. data/app/services/katello/event_monitor/poller_thread.rb +25 -20
  149. data/app/services/katello/managed_content_medium_provider.rb +4 -0
  150. data/app/services/katello/organization_creator.rb +120 -0
  151. data/app/services/katello/product_content_finder.rb +5 -1
  152. data/app/services/katello/pulp/pulp_content_unit.rb +6 -6
  153. data/app/services/katello/pulp/smart_proxy_repository.rb +2 -17
  154. data/app/services/katello/pulp3/api/ansible_collection.rb +14 -2
  155. data/app/services/katello/pulp3/api/apt.rb +1 -1
  156. data/app/services/katello/pulp3/api/content_guard.rb +6 -40
  157. data/app/services/katello/pulp3/api/core.rb +27 -2
  158. data/app/services/katello/pulp3/api/docker.rb +1 -1
  159. data/app/services/katello/pulp3/api/file.rb +5 -1
  160. data/app/services/katello/pulp3/api/yum.rb +9 -1
  161. data/app/services/katello/pulp3/content_view_version/export.rb +18 -40
  162. data/app/services/katello/pulp3/content_view_version/import.rb +75 -30
  163. data/app/services/katello/pulp3/content_view_version/import_gpg_keys.rb +32 -0
  164. data/app/services/katello/pulp3/content_view_version/import_validator.rb +53 -21
  165. data/app/services/katello/pulp3/content_view_version/importable_products.rb +47 -0
  166. data/app/services/katello/pulp3/content_view_version/importable_repositories.rb +52 -0
  167. data/app/services/katello/pulp3/content_view_version/metadata_generator.rb +99 -0
  168. data/app/services/katello/pulp3/pulp_content_unit.rb +1 -1
  169. data/app/services/katello/pulp3/repository/ansible_collection.rb +5 -1
  170. data/app/services/katello/pulp3/repository/apt.rb +2 -1
  171. data/app/services/katello/pulp3/repository/yum.rb +0 -16
  172. data/app/services/katello/pulp3/repository.rb +20 -1
  173. data/app/services/katello/pulp3/rpm.rb +5 -1
  174. data/app/services/katello/pulp3/task.rb +12 -5
  175. data/app/services/katello/pulp3/task_group.rb +10 -5
  176. data/app/services/katello/smart_proxy_helper.rb +1 -8
  177. data/app/services/katello/ui_notifications/pulp/proxy_disk_space.rb +0 -1
  178. data/app/services/katello/ui_notifications/system_error.rb +25 -0
  179. data/app/views/katello/api/v2/content_view_components/show.json.rabl +1 -1
  180. data/app/views/katello/api/v2/content_view_filters/show.json.rabl +0 -1
  181. data/app/views/katello/api/v2/{puppet_modules → content_view_version_import_histories}/index.json.rabl +1 -1
  182. data/app/views/katello/api/v2/content_view_version_import_histories/show.json.rabl +14 -0
  183. data/app/views/katello/api/v2/content_view_versions/base.json.rabl +2 -2
  184. data/app/views/katello/api/v2/content_view_versions/show.json.rabl +0 -7
  185. data/app/views/katello/api/v2/content_views/base.json.rabl +20 -9
  186. data/app/views/katello/api/v2/environments/show.json.rabl +0 -1
  187. data/app/views/katello/api/v2/package_groups/index.json.rabl +4 -0
  188. data/app/views/katello/api/v2/repositories/base.json.rabl +0 -1
  189. data/app/views/katello/api/v2/repositories/show.json.rabl +1 -1
  190. data/app/views/katello/api/v2/repository_sets/index.json.rabl +4 -1
  191. data/app/views/katello/api/v2/repository_sets/show.json.rabl +22 -0
  192. data/app/views/katello/api/v2/subscriptions/show.json.rabl +1 -1
  193. data/app/views/overrides/activation_keys/_host_media_type_select.html.erb +1 -1
  194. data/app/views/overrides/smart_proxies/_download_policy.erb +1 -1
  195. data/config/initializers/monkeys.rb +0 -1
  196. data/config/katello.yaml.example +0 -1
  197. data/config/routes/api/v2.rb +9 -21
  198. data/config/routes/overrides.rb +1 -2
  199. data/db/migrate/20140422000001_update_products_add_organization.rb +3 -2
  200. data/db/migrate/20160701180402_add_sortable_version_to_puppet_modules.rb +2 -0
  201. data/db/migrate/20200514092553_move_katello_fields_from_hostgroups.katello.rb +1 -1
  202. data/db/migrate/20210119162528_delete_puppet_and_ostree_repos.rb +14 -20
  203. data/db/migrate/20210224160921_remove_disabled_products_from_sync_plans.rb +6 -0
  204. data/db/migrate/20210302165636_remove_katello_puppet_modules.rb +62 -0
  205. data/db/migrate/20210309160925_create_katello_content_view_version_import_histories.rb +13 -0
  206. data/db/migrate/20210318204533_add_import_type_to_import_histories.rb +8 -0
  207. data/db/migrate/20210319123300_add_foreign_keys_to_import_export_histories.rb +6 -0
  208. data/db/migrate/20210322142311_add_auth_url_token_to_root_repositories.rb +6 -0
  209. data/db/migrate/20210331180353_katello_pool_organization_id_not_nullable.rb +16 -0
  210. data/db/migrate/20210409033915_add_created_in_katello_to_taxonomy.rb +9 -0
  211. data/db/seeds.d/101-locations.rb +0 -3
  212. data/db/seeds.d/102-organizations.rb +1 -5
  213. data/db/seeds.d/109-katello-notification-blueprints.rb +12 -0
  214. data/db/seeds.d/111-upgrade_tasks.rb +3 -2
  215. data/engines/bastion/vendor/assets/javascripts/bastion/angular/angular.js +325 -156
  216. data/engines/bastion/vendor/assets/javascripts/bastion/angular-animate/angular-animate.js +3 -3
  217. data/engines/bastion/vendor/assets/javascripts/bastion/angular-resource/angular-resource.js +3 -3
  218. data/engines/bastion/vendor/assets/javascripts/bastion/angular-route/angular-route.js +3 -3
  219. data/engines/bastion/vendor/assets/javascripts/bastion/angular-sanitize/angular-sanitize.js +21 -43
  220. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js +9 -10
  221. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html +2 -9
  222. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/bastion-katello-bootstrap.js +0 -1
  223. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/bastion_katello.js +0 -3
  224. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +2 -0
  225. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js +2 -0
  226. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +11 -4
  227. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html +18 -11
  228. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html +10 -4
  229. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +2 -0
  230. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-actions.controller.js +5 -1
  231. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js +7 -2
  232. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js +7 -2
  233. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +6 -6
  234. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +7 -7
  235. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html +14 -6
  236. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html +5 -5
  237. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.routes.js +0 -14
  238. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js +9 -11
  239. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +2 -2
  240. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html +2 -8
  241. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +3 -6
  242. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html +5 -0
  243. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-view.factory.js +0 -6
  244. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-views.routes.js +0 -56
  245. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite-available-content-views.html +0 -5
  246. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite-content-views-list.html +0 -5
  247. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details.html +2 -9
  248. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html +0 -12
  249. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-versions.html +0 -3
  250. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-version-content.controller.js +2 -6
  251. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-versions.module.js +0 -1
  252. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version.html +0 -7
  253. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/content.service.js +0 -5
  254. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/environments.module.js +0 -1
  255. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/environments.routes.js +0 -11
  256. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/views/environments.html +0 -3
  257. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +21 -6
  258. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html +9 -0
  259. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +71 -311
  260. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +0 -10
  261. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/organizations/fenced-pages.service.js +0 -1
  262. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js +2 -4
  263. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +13 -15
  264. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +21 -7
  265. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/repositories.routes.js +0 -9
  266. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html +0 -6
  267. data/engines/bastion_katello/lib/bastion_katello/engine.rb +3 -3
  268. data/lib/katello/engine.rb +16 -15
  269. data/lib/katello/middleware/organization_created_enforcer.rb +22 -0
  270. data/lib/katello/permission_creator.rb +12 -28
  271. data/lib/katello/permissions/host_permissions.rb +3 -2
  272. data/lib/katello/plugin.rb +6 -19
  273. data/lib/katello/repository_types/ansible_collection.rb +1 -1
  274. data/lib/katello/repository_types/deb.rb +1 -1
  275. data/lib/katello/repository_types/docker.rb +1 -1
  276. data/lib/katello/repository_types/file.rb +1 -1
  277. data/lib/katello/repository_types/yum.rb +1 -1
  278. data/lib/katello/tasks/clean_backend_objects.rake +25 -0
  279. data/lib/katello/tasks/jenkins.rake +6 -0
  280. data/lib/katello/tasks/receptor/extract_orgs.rake +1 -3
  281. data/lib/katello/tasks/reimport.rake +0 -1
  282. data/lib/katello/tasks/repository.rake +0 -30
  283. data/lib/katello/tasks/update_subscription_facet_backend_data.rake +3 -3
  284. data/lib/katello/tasks/upgrades/4.0/remove_ostree_puppet_content.rake +2 -4
  285. data/lib/katello/tasks/upgrades/4.1/fix_invalid_pools.rake +62 -0
  286. data/lib/katello/tasks/upgrades/4.1/sync_noarch_content.rake +15 -0
  287. data/lib/katello/version.rb +1 -1
  288. data/lib/katello.rb +1 -1
  289. data/locale/action_names.rb +65 -63
  290. data/locale/bn/katello.edit.po +1357 -1606
  291. data/locale/bn/katello.po +465 -744
  292. data/locale/cs/katello.edit.po +1213 -1087
  293. data/locale/cs/katello.po +307 -219
  294. data/locale/de/katello.edit.po +1498 -1520
  295. data/locale/de/katello.po +589 -625
  296. data/locale/en/katello.edit.po +1198 -1074
  297. data/locale/en/katello.po +304 -213
  298. data/locale/es/katello.edit.po +2344 -2304
  299. data/locale/es/katello.po +1407 -1407
  300. data/locale/fr/katello.edit.po +2720 -2642
  301. data/locale/fr/katello.po +1703 -1750
  302. data/locale/gu/katello.edit.po +1546 -1797
  303. data/locale/gu/katello.po +654 -935
  304. data/locale/hi/katello.edit.po +1545 -1793
  305. data/locale/hi/katello.po +653 -931
  306. data/locale/it/katello.edit.po +1323 -1310
  307. data/locale/it/katello.po +407 -409
  308. data/locale/ja/katello.edit.po +2645 -2557
  309. data/locale/ja/katello.po +1646 -1664
  310. data/locale/katello.pot +1435 -1289
  311. data/locale/kn/katello.edit.po +1546 -1795
  312. data/locale/kn/katello.po +654 -933
  313. data/locale/ko/katello.edit.po +1464 -1449
  314. data/locale/ko/katello.po +554 -554
  315. data/locale/mr/katello.edit.po +1545 -1758
  316. data/locale/mr/katello.po +653 -896
  317. data/locale/or/katello.edit.po +1546 -1795
  318. data/locale/or/katello.po +654 -933
  319. data/locale/pa/katello.edit.po +1541 -1775
  320. data/locale/pa/katello.po +649 -913
  321. data/locale/pt/katello.edit.po +1289 -1255
  322. data/locale/pt/katello.po +398 -394
  323. data/locale/pt_BR/katello.edit.po +2370 -2315
  324. data/locale/pt_BR/katello.po +1435 -1421
  325. data/locale/ru/katello.edit.po +1611 -1608
  326. data/locale/ru/katello.po +704 -716
  327. data/locale/ta/katello.edit.po +1358 -1605
  328. data/locale/ta/katello.po +465 -742
  329. data/locale/te/katello.edit.po +1545 -1792
  330. data/locale/te/katello.po +653 -930
  331. data/locale/zh_CN/katello.edit.po +3052 -2930
  332. data/locale/zh_CN/katello.po +2055 -2039
  333. data/locale/zh_TW/katello.edit.po +1571 -1669
  334. data/locale/zh_TW/katello.po +649 -777
  335. data/package.json +2 -2
  336. data/webpack/{scenes/ContentViews/Details/Repositories/RepoAddedStatus.js → components/AddedStatusLabel.js} +5 -5
  337. data/webpack/components/RoutedTabs/RoutedTabs.js +91 -0
  338. data/webpack/components/RoutedTabs/__tests__/RoutedTabs.test.js +32 -0
  339. data/webpack/components/RoutedTabs/index.js +4 -0
  340. data/webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageConstants.js +2 -0
  341. data/webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageHelpers.js +21 -0
  342. data/webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageSelectors.js +21 -0
  343. data/webpack/components/extensions/RegistrationCommands/__tests__/ActivationKeys.test.js +18 -0
  344. data/webpack/components/extensions/RegistrationCommands/__tests__/Force.test.js +9 -0
  345. data/webpack/components/extensions/RegistrationCommands/__tests__/IgnoreSubmanErrors.test.js +9 -0
  346. data/webpack/components/extensions/RegistrationCommands/__tests__/LifeCycleEnvironment.test.js +11 -0
  347. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/ActivationKeys.test.js.snap +58 -0
  348. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/Force.test.js.snap +25 -0
  349. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/IgnoreSubmanErrors.test.js.snap +25 -0
  350. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/LifeCycleEnvironment.test.js.snap +27 -0
  351. data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +99 -0
  352. data/webpack/components/extensions/RegistrationCommands/fields/Force.js +38 -0
  353. data/webpack/components/extensions/RegistrationCommands/fields/IgnoreSubmanErrors.js +38 -0
  354. data/webpack/components/extensions/RegistrationCommands/fields/LifecycleEnvironment.js +56 -0
  355. data/webpack/components/extensions/RegistrationCommands/index.js +81 -0
  356. data/webpack/components/pf3Table/formatters/EntitlementsInlineEditFormatter.js +23 -24
  357. data/webpack/components/pf3Table/formatters/__tests__/__snapshots__/EntitlementsInlineEditFormatter.test.js.snap +3 -1
  358. data/webpack/components/pf3Table/formatters/entitlementsValueFormatter.js +16 -0
  359. data/webpack/containers/Application/overrides.scss +3 -0
  360. data/webpack/fills_index.js +3 -0
  361. data/webpack/redux/reducers/RedHatRepositories/enabled.fixtures.js +0 -2
  362. data/webpack/scenes/ContentViews/ContentViewsConstants.js +8 -1
  363. data/webpack/scenes/ContentViews/Copy/__tests__/contentViewCopyResult.fixtures.json +1 -3
  364. data/webpack/scenes/ContentViews/Create/__tests__/contentViewCreateResult.fixtures.json +1 -3
  365. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentEnvironments.js +28 -0
  366. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentVersion.js +45 -0
  367. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +124 -0
  368. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.fixtures.json +161 -0
  369. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +163 -0
  370. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/unpublishedCVComponents.fixtures.json +64 -0
  371. data/webpack/scenes/ContentViews/Details/ContentViewDetailActions.js +67 -7
  372. data/webpack/scenes/ContentViews/Details/ContentViewDetailSelectors.js +61 -4
  373. data/webpack/scenes/ContentViews/Details/ContentViewDetails.js +34 -11
  374. data/webpack/scenes/ContentViews/Details/Filters/CVFilterDetailType.js +33 -0
  375. data/webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js +117 -0
  376. data/webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js +115 -0
  377. data/webpack/scenes/ContentViews/Details/Filters/ContentType.js +7 -10
  378. data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetails.js +49 -0
  379. data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetailsHeader.js +56 -0
  380. data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js +3 -17
  381. data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVRpmFilterContent.test.js +116 -0
  382. data/webpack/scenes/ContentViews/Details/Filters/__tests__/allFilterPackageGroups.fixtures.json +69 -0
  383. data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilterDetail.fixtures.json +103 -0
  384. data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilterDetails.test.js +116 -0
  385. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvPackageFilterDetail.fixtures.json +147 -0
  386. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvPackageFilterRules.fixtures.json +30 -0
  387. data/webpack/scenes/ContentViews/Details/Histories/ContentViewHistories.js +136 -0
  388. data/webpack/scenes/ContentViews/Details/Histories/__tests__/contentViewHistory.fixtures.json +370 -0
  389. data/webpack/scenes/ContentViews/Details/Histories/__tests__/contentViewHistory.test.js +94 -0
  390. data/webpack/scenes/ContentViews/Details/Repositories/ContentCounts.js +0 -1
  391. data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +106 -13
  392. data/webpack/scenes/ContentViews/Details/Repositories/LastSync.js +11 -5
  393. data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +5 -1
  394. data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewAddRemove.test.js +138 -0
  395. data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewDetailRepos.fixtures.json +0 -2
  396. data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewDetailRepos.test.js +1 -1
  397. data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewRepoAdd.fixture.json +57 -0
  398. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionContent.js +73 -0
  399. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionEnvironments.js +31 -0
  400. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionErrata.js +64 -0
  401. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionErrata.scss +8 -0
  402. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionPackages.js +0 -0
  403. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +105 -0
  404. data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.fixtures.json +728 -0
  405. data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js +154 -0
  406. data/webpack/scenes/ContentViews/Details/Versions/__tests__/emptyCVVersion.fixtures.json +13 -0
  407. data/webpack/scenes/ContentViews/Details/__tests__/contentViewDetail.test.js +3 -1
  408. data/webpack/scenes/ContentViews/Details/__tests__/contentViewDetails.fixtures.json +0 -2
  409. data/webpack/scenes/ContentViews/Table/ContentViewVersionCell.js +33 -0
  410. data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +17 -22
  411. data/webpack/scenes/ContentViews/Table/tableDataGenerator.js +51 -102
  412. data/webpack/scenes/ContentViews/__tests__/basicContentViews.fixtures.js +5 -3
  413. data/webpack/scenes/ContentViews/__tests__/contentViewList.fixtures.json +30 -5
  414. data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +95 -0
  415. data/webpack/scenes/ContentViews/components/ContentViewIcon.js +11 -5
  416. data/webpack/scenes/ContentViews/components/EnvironmentLabels.js +16 -0
  417. data/webpack/scenes/ContentViews/components/IconWithCount.js +1 -1
  418. data/webpack/scenes/ContentViews/components/InactiveText.js +15 -0
  419. data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +19 -1
  420. data/webpack/scenes/Subscriptions/Details/SubscriptionPurposeAttributes.js +1 -1
  421. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetailInfo.test.js.snap +1 -1
  422. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +3 -3
  423. data/webpack/scenes/Subscriptions/Details/__tests__/subscriptionDetails.fixtures.js +1 -1
  424. data/webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableHelpers.js +17 -0
  425. data/webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js +2 -1
  426. data/webpack/scenes/Subscriptions/components/SubscriptionsTable/__tests__/SubscriptionsTable.test.js +1 -1
  427. data/webpack/scenes/Subscriptions/components/SubscriptionsTable/__tests__/__snapshots__/SubscriptionsTable.test.js.snap +144 -0
  428. data/webpack/scenes/Tasks/helpers.js +2 -2
  429. data/webpack/test-utils/react-testing-lib-wrapper.js +11 -3
  430. data/webpack/utils/__tests__/useParamsWithHash.test.js +22 -0
  431. data/webpack/utils/helpers.js +2 -0
  432. data/webpack/utils/paramsFromHash.js +16 -0
  433. data/webpack/utils/useUrlParams.js +14 -0
  434. metadata +122 -206
  435. data/app/controllers/katello/api/v2/content_view_puppet_modules_controller.rb +0 -82
  436. data/app/controllers/katello/api/v2/puppet_modules_controller.rb +0 -19
  437. data/app/controllers/katello/concerns/registration_controller_extensions.rb +0 -16
  438. data/app/helpers/katello/concerns/hosts_and_hostgroups_helper_extensions.rb +0 -20
  439. data/app/lib/actions/candlepin/owner/create.rb +0 -16
  440. data/app/lib/actions/katello/content_view_puppet_environment/clear.rb +0 -11
  441. data/app/lib/actions/katello/content_view_puppet_environment/clone.rb +0 -78
  442. data/app/lib/actions/katello/content_view_puppet_environment/clone_content_for_version.rb +0 -20
  443. data/app/lib/actions/katello/content_view_puppet_environment/create.rb +0 -34
  444. data/app/lib/actions/katello/content_view_puppet_environment/create_for_version.rb +0 -23
  445. data/app/lib/actions/katello/content_view_puppet_environment/destroy.rb +0 -28
  446. data/app/lib/actions/katello/content_view_puppet_module/destroy.rb +0 -46
  447. data/app/lib/actions/katello/environment/library_create.rb +0 -35
  448. data/app/lib/actions/katello/organization/create.rb +0 -38
  449. data/app/lib/actions/pulp/content_view_puppet_environment/copy_contents.rb +0 -36
  450. data/app/lib/actions/pulp/content_view_puppet_environment/index_content.rb +0 -19
  451. data/app/lib/actions/pulp/repository/presenters/puppet_presenter.rb +0 -54
  452. data/app/lib/actions/pulp3/content_migration.rb +0 -31
  453. data/app/lib/actions/pulp3/content_migration_presenter.rb +0 -59
  454. data/app/lib/actions/pulp3/content_migration_reset.rb +0 -22
  455. data/app/lib/katello/foreman.rb +0 -32
  456. data/app/lib/katello/mapping.rb +0 -31
  457. data/app/lib/katello/util/hostgroup_facets_helper.rb +0 -126
  458. data/app/lib/katello/validators/content_view_puppet_module_validator.rb +0 -32
  459. data/app/models/katello/concerns/environment_extensions.rb +0 -74
  460. data/app/models/katello/content_view_puppet_environment.rb +0 -116
  461. data/app/models/katello/content_view_puppet_environment_puppet_module.rb +0 -11
  462. data/app/models/katello/content_view_puppet_module.rb +0 -63
  463. data/app/models/katello/puppet_module.rb +0 -77
  464. data/app/models/katello/repository_puppet_module.rb +0 -7
  465. data/app/services/katello/pulp/puppet_module.rb +0 -21
  466. data/app/services/katello/pulp/repository/puppet.rb +0 -68
  467. data/app/services/katello/pulp3/migration.rb +0 -329
  468. data/app/services/katello/pulp3/migration_plan.rb +0 -178
  469. data/app/services/katello/pulp3/migration_switchover.rb +0 -126
  470. data/app/services/katello/puppet_class_importer_extensions.rb +0 -32
  471. data/app/views/foreman/hosts/_registration.html.erb +0 -12
  472. data/app/views/katello/api/v2/activation_keys/product_content.json.rabl +0 -30
  473. data/app/views/katello/api/v2/content_view_puppet_modules/create.json.rabl +0 -3
  474. data/app/views/katello/api/v2/content_view_puppet_modules/index.json.rabl +0 -7
  475. data/app/views/katello/api/v2/content_view_puppet_modules/show.json.rabl +0 -9
  476. data/app/views/katello/api/v2/content_views/puppet_modules.json.rabl +0 -7
  477. data/app/views/katello/api/v2/host_subscriptions/content_override.json.rabl +0 -3
  478. data/app/views/katello/api/v2/host_subscriptions/product_content.json.rabl +0 -29
  479. data/app/views/katello/api/v2/puppet_modules/backend.json.rabl +0 -7
  480. data/app/views/katello/api/v2/puppet_modules/base.json.rabl +0 -9
  481. data/app/views/katello/api/v2/puppet_modules/compare.json.rabl +0 -10
  482. data/app/views/katello/api/v2/puppet_modules/name.json.rabl +0 -3
  483. data/app/views/katello/api/v2/puppet_modules/names.json.rabl +0 -7
  484. data/app/views/katello/api/v2/puppet_modules/show.json.rabl +0 -4
  485. data/db/migrate/20210512192745_fix_red_hat_root_repository_arch.rb +0 -11
  486. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-register-client.directive.js +0 -6
  487. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-register-os-client.directive.js +0 -17
  488. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-register.controller.js +0 -44
  489. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register-client.html +0 -28
  490. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register-deb-client.html +0 -38
  491. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register-oracle-client.html +0 -5
  492. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register-sles-client.html +0 -28
  493. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-puppet-modules.controller.js +0 -9
  494. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-module-names.controller.js +0 -45
  495. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-module-versions.controller.js +0 -61
  496. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-module.factory.js +0 -23
  497. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-modules.controller.js +0 -74
  498. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html +0 -57
  499. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-versions.html +0 -64
  500. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-modules.html +0 -54
  501. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-puppet-modules.html +0 -19
  502. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-puppet-modules.html +0 -25
  503. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +0 -6903
  504. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +0 -7094
  505. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +0 -7303
  506. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +0 -6895
  507. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +0 -6865
  508. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +0 -6720
  509. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +0 -7077
  510. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +0 -6832
  511. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +0 -6766
  512. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +0 -6703
  513. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-puppet-modules.html +0 -66
  514. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/puppet-module-content-views.controller.js +0 -44
  515. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/puppet-module-repositories.controller.js +0 -36
  516. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/puppet-module.controller.js +0 -34
  517. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-module-content-views.html +0 -41
  518. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-module-info.html +0 -32
  519. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-module-repositories.html +0 -52
  520. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-module.html +0 -37
  521. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/puppet-module.factory.js +0 -28
  522. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/puppet-modules.controller.js +0 -35
  523. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/puppet-modules.module.js +0 -20
  524. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/puppet-modules.routes.js +0 -71
  525. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules.html +0 -47
  526. data/lib/katello/repository_types/puppet.rb +0 -5
  527. data/lib/katello/tasks/fix_hostgroup_facets.rake +0 -8
  528. data/lib/katello/tasks/pulp3_content_switchover.rake +0 -32
  529. data/lib/katello/tasks/pulp3_migration.rake +0 -41
  530. data/lib/katello/tasks/pulp3_migration_abort.rake +0 -22
  531. data/lib/katello/tasks/pulp3_migration_reset.rake +0 -26
  532. data/lib/katello/tasks/pulp3_migration_stats.rake +0 -41
  533. data/lib/katello/tasks/pulp3_post_migration_check.rake +0 -51
  534. data/lib/monkeys/passenger_tee_input.rb +0 -20
  535. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  536. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  537. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  538. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  539. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  540. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  541. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  542. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  543. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  544. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  545. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  546. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  547. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  548. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  549. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  550. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  551. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  552. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  553. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  554. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  555. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  556. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  557. data/webpack/components/TabWrapper/TabWrapper.js +0 -26
  558. data/webpack/components/TabWrapper/index.js +0 -3
  559. data/webpack/components/TabbedView/TabbedView.js +0 -38
  560. data/webpack/components/TabbedView/TabbedView.scss +0 -3
  561. data/webpack/components/TabbedView/index.js +0 -3
  562. data/webpack/scenes/ContentViews/expansions/EnvironmentsExpansion.js +0 -19
  563. data/webpack/scenes/ContentViews/expansions/VersionsExpansion.js +0 -11
@@ -1,30 +1,30 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
- # This file is distributed under the same license as the PACKAGE package.
3
+ # This file is distributed under the same license as the katello package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4
5
  #
5
6
  # Translators:
6
- # Miroslav Suchy <msuchy@redhat.com>, 2012-2013.
7
- # ccheng <ccheng@redhat.com>, 2014. #zanata
8
- # tchuang <tchuang@redhat.com>, 2014. #zanata
9
- # ccheng <ccheng@redhat.com>, 2015. #zanata
10
- # tchuang <tchuang@redhat.com>, 2015. #zanata
7
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
8
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2021
9
+ # ChrisLee <chris_lee@hiiir.com>, 2021
10
+ #
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: version 0.0.1\n"
13
+ "Project-Id-Version: katello 2.4.0-RC1\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
- "PO-Revision-Date: 2015-04-28 02:09+0000\n"
16
- "Last-Translator: tchuang <tchuang@redhat.com>\n"
17
- "Language-Team: LANGUAGE <LL@li.org>\n"
18
- "Language: zh-TW\n"
15
+ "PO-Revision-Date: 2017-12-19 20:14+0000\n"
16
+ "Last-Translator: ChrisLee <chris_lee@hiiir.com>, 2021\n"
17
+ "Language-Team: Chinese (Taiwan) (https://www.transifex.com/foreman/teams/114/z"
18
+ "h_TW/)\n"
19
19
  "MIME-Version: 1.0\n"
20
20
  "Content-Type: text/plain; charset=UTF-8\n"
21
21
  "Content-Transfer-Encoding: 8bit\n"
22
+ "Language: zh_TW\n"
22
23
  "Plural-Forms: nplurals=1; plural=0;\n"
23
- "X-Generator: Zanata 3.6.0\n"
24
24
 
25
25
  msgid ""
26
26
  "\n"
27
- "* Product = '%{product}', Repository = '%{repository}', Repository Type = '%{repo_type}'"
27
+ "* Product = '%{product}', Repository = '%{repository}'"
28
28
  msgstr ""
29
29
 
30
30
  msgid " %{errata_count} Errata"
@@ -36,16 +36,15 @@ msgstr ""
36
36
  msgid " %{package_count} Package(s)"
37
37
  msgstr ""
38
38
 
39
- msgid " %{puppet_module_count} Puppet Module(s)"
40
- msgstr ""
41
-
42
39
  msgid " Content view updated."
43
40
  msgstr ""
44
41
 
45
42
  msgid " Either select the latest content view or the content view version. Cannot set both."
46
43
  msgstr ""
47
44
 
48
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
45
+ msgid " RPMs"
46
+ msgstr ""
47
+
49
48
  msgid " environment cannot be set to an environment already on its path"
50
49
  msgstr "環境無法設置為已在其路徑上的環境"
51
50
 
@@ -53,7 +52,7 @@ msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated po
53
52
  msgstr ""
54
53
 
55
54
  msgid "%s Available"
56
- msgstr ""
55
+ msgstr "%s 可用"
57
56
 
58
57
  msgid "%s Errata"
59
58
  msgstr "%s 勘誤"
@@ -64,16 +63,14 @@ msgstr[0] ""
64
63
  msgstr[1] ""
65
64
 
66
65
  msgid "%s Used"
67
- msgstr ""
66
+ msgstr "%s 已使用"
68
67
 
69
- # translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery
70
68
  msgid "%s ago"
71
69
  msgstr "%s 之前"
72
70
 
73
71
  msgid "%s has already been deleted"
74
72
  msgstr ""
75
73
 
76
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
77
74
  msgid "%s is not a valid package name"
78
75
  msgstr "%s 不是個有效的套件名稱"
79
76
 
@@ -83,58 +80,45 @@ msgstr ""
83
80
  msgid "%s must be an array."
84
81
  msgstr ""
85
82
 
86
- # auto translated by TM merge from project: Satellite6 Katello, version: Sam-1.3.0, DocId: katello
87
83
  msgid "%{errata} (%{total} other errata)"
88
84
  msgstr "%{errata}(%{total} 個其它勘誤)"
89
85
 
90
- # auto translated by TM merge from project: Satellite6 Katello, version: Sam-1.3.0, DocId: katello
91
86
  msgid "%{errata} (%{total} other errata) install canceled"
92
87
  msgstr "%{errata}(%{total} 個其它勘誤)安裝程序已取消"
93
88
 
94
- # auto translated by TM merge from project: Satellite6 Katello, version: Sam-1.3.0, DocId: katello
95
89
  msgid "%{errata} (%{total} other errata) install failed"
96
90
  msgstr "%{errata}(%{total} 個其它勘誤)安裝程序失敗"
97
91
 
98
- # auto translated by TM merge from project: Satellite6 Katello, version: Sam-1.3.0, DocId: katello
99
92
  msgid "%{errata} (%{total} other errata) install timed out"
100
93
  msgstr "%{errata}(%{total} 個其它勘誤)安裝逾時"
101
94
 
102
- # auto translated by TM merge from project: Satellite6 Katello, version: Sam-1.3.0, DocId: katello
103
95
  msgid "%{errata} (%{total} other errata) installed"
104
96
  msgstr "%{errata}(%{total} 個其它勘誤)已安裝"
105
97
 
106
- # auto translated by TM merge from project: Satellite6 Katello, version: Sam-1.3.0, DocId: katello
107
98
  msgid "%{errata} erratum install canceled"
108
99
  msgstr "%{errata} 勘誤安裝已取消"
109
100
 
110
- # auto translated by TM merge from project: Satellite6 Katello, version: Sam-1.3.0, DocId: katello
111
101
  msgid "%{errata} erratum install failed"
112
102
  msgstr "%{errata} 勘誤安裝失敗"
113
103
 
114
- # auto translated by TM merge from project: Satellite6 Katello, version: Sam-1.3.0, DocId: katello
115
104
  msgid "%{errata} erratum install timed out"
116
105
  msgstr "%{errata} 勘誤安裝逾時"
117
106
 
118
- # auto translated by TM merge from project: Satellite6 Katello, version: Sam-1.3.0, DocId: katello
119
107
  msgid "%{errata} erratum installed"
120
108
  msgstr "已安裝 %{errata} 個勘誤"
121
109
 
122
110
  msgid "%{expiring_subs} subscriptions in %{subject} are going to expire in less than %{days} days. Please renew them before they expire to guarantee your hosts will continue receiving content."
123
111
  msgstr ""
124
112
 
125
- # auto translated by TM merge from project: Satellite6 Katello, version: Sam-1.3.0, DocId: katello
126
113
  msgid "%{group} (%{total} other package groups)"
127
114
  msgstr "%{group}(%{total} 個其它套件群組)"
128
115
 
129
- # auto translated by TM merge from project: Satellite6 Katello, version: Sam-1.3.0, DocId: katello
130
116
  msgid "%{group} (%{total} other package groups) install canceled"
131
117
  msgstr "%{group}(%{total} 個其它套件群組)安裝已取消"
132
118
 
133
- # auto translated by TM merge from project: Satellite6 Katello, version: Sam-1.3.0, DocId: katello
134
119
  msgid "%{group} (%{total} other package groups) install failed"
135
120
  msgstr "%{group}(%{total} 個其它套件群組)安裝失敗"
136
121
 
137
- # auto translated by TM merge from project: Satellite6 Katello, version: Sam-1.3.0, DocId: katello
138
122
  msgid "%{group} (%{total} other package groups) install timed out"
139
123
  msgstr "%{group}(%{total} 個其它套件群組)安裝逾時"
140
124
 
@@ -280,7 +264,7 @@ msgid "%{unused_substitutions} cannot be specified for %{content_name} as that i
280
264
  msgstr ""
281
265
 
282
266
  msgid "%{used} of %{total}"
283
- msgstr ""
267
+ msgstr "%{used} 之 %{total}"
284
268
 
285
269
  msgid "%{view_label} could not be promoted to %{environment_label} because the content view and the environment are not in the same organization!"
286
270
  msgstr ""
@@ -294,7 +278,6 @@ msgstr ""
294
278
  msgid ", must be unique to major and version id version."
295
279
  msgstr ""
296
280
 
297
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
298
281
  msgid ": '%s' is a built-in environment"
299
282
  msgstr ":'%s' 乃內建的環境"
300
283
 
@@ -302,14 +285,17 @@ msgid ":a_resource identifier"
302
285
  msgstr ":a_resource 識別子"
303
286
 
304
287
  msgid "<b>PROMOTION</b> SUMMARY"
305
- msgstr ""
288
+ msgstr "<b>推送</b>摘要"
306
289
 
307
290
  msgid "<b>SYNC</b> SUMMARY"
308
- msgstr ""
291
+ msgstr "<b>同步</b>摘要"
309
292
 
310
293
  msgid "A CV version already exists with the same major and minor version (%{major}.%{minor})"
311
294
  msgstr ""
312
295
 
296
+ msgid "A Pool and its Subscription cannot belong to different organizations"
297
+ msgstr ""
298
+
313
299
  msgid "A backend service [ %s ] is unreachable"
314
300
  msgstr "無法連上後端服務 [ %s ]"
315
301
 
@@ -329,7 +315,7 @@ msgid "A list of subscriptions expiring soon"
329
315
  msgstr ""
330
316
 
331
317
  msgid "A post-promotion summary of hosts with installable errata"
332
- msgstr ""
318
+ msgstr "主機的後推送摘要與可安裝勘誤"
333
319
 
334
320
  msgid "A server operating in disconnected mode does not communicate with the Red Hat CDN."
335
321
  msgstr ""
@@ -346,6 +332,9 @@ msgstr "您的主機之可用、可套用的勘誤摘要"
346
332
  msgid "A summary of new errata after a repository is synchronized"
347
333
  msgstr "軟體庫同步後的新勘誤摘要"
348
334
 
335
+ msgid "About page"
336
+ msgstr ""
337
+
349
338
  msgid "Abstract async task"
350
339
  msgstr "抽象 async task"
351
340
 
@@ -353,47 +342,55 @@ msgid "Accept action timeout"
353
342
  msgstr ""
354
343
 
355
344
  msgid "Account Number"
356
- msgstr ""
345
+ msgstr "帳號號碼"
346
+
347
+ msgid "Action"
348
+ msgstr "動作"
357
349
 
358
350
  msgid "Action not allowed for the default smart proxy."
359
351
  msgstr ""
360
352
 
361
- msgid "Action unauthorized to be performed on selected hosts."
353
+ msgid "Action unauthorized to be performed in this organization."
362
354
  msgstr ""
363
355
 
364
- msgid "Action with sub plans"
365
- msgstr ""
356
+ msgid "Action unauthorized to be performed on selected hosts."
357
+ msgstr "動作允許在選擇的主機上執行。"
366
358
 
367
- msgid "Activation Key(s)"
368
- msgstr ""
359
+ msgid "Action with sub plans"
360
+ msgstr "有子計畫的動作"
369
361
 
370
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author snowlet
371
362
  msgid "Activation Keys"
372
363
  msgstr "啟動金鑰"
373
364
 
374
365
  msgid "Activation key ID"
375
366
  msgstr "啟動金鑰 ID"
376
367
 
377
- msgid "Activation key(s) for Subscription Manager. Required for CentOS and Red Hat Enterprise Linux. Multiple keys add separated by comma, example: key1,key2,key3."
368
+ msgid "Activation key for subscription-manager client. Required for CentOS and Red Hat Enterprise Linux. Multiple keys add separated by comma, example: key1,key2,key3."
369
+ msgstr ""
370
+
371
+ msgid "Activation key(s) for Subscription Manager."
372
+ msgstr ""
373
+
374
+ msgid "Activation key(s) for subscription-manager client. Required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys"
378
375
  msgstr ""
379
376
 
380
377
  msgid "Activation keys and subscriptions can be managed"
381
378
  msgstr "可管理啟動金鑰與訂閱"
382
379
 
383
- msgid "Active Subscriptions"
380
+ msgid "Activation keys: "
384
381
  msgstr ""
385
382
 
383
+ msgid "Active Subscriptions"
384
+ msgstr "啟用中的訂閱服務"
385
+
386
386
  msgid "Active only"
387
387
  msgstr "只有啟用的"
388
388
 
389
389
  msgid "Add Subscriptions"
390
390
  msgstr ""
391
391
 
392
- msgid "Add a puppet module to the content view"
393
- msgstr "新增 puppet 模組至內容視域"
394
-
395
392
  msgid "Add a subscription to a host"
396
- msgstr ""
393
+ msgstr "新增訂閱至一部主機"
397
394
 
398
395
  msgid "Add components to the content view"
399
396
  msgstr ""
@@ -405,13 +402,13 @@ msgid "Add filters using the 'Add filter' button above."
405
402
  msgstr ""
406
403
 
407
404
  msgid "Add host to the host collection"
408
- msgstr ""
405
+ msgstr "新增主機到主機集"
409
406
 
410
407
  msgid "Add lifecycle environments to the smart proxy"
411
408
  msgstr ""
412
409
 
413
410
  msgid "Add one or more host collections to one or more hosts"
414
- msgstr ""
411
+ msgstr "新增一或更多個主機集至一或更多個主機中"
415
412
 
416
413
  msgid "Add ons"
417
414
  msgstr ""
@@ -425,38 +422,47 @@ msgstr ""
425
422
  msgid "Add subscriptions to one or more hosts"
426
423
  msgstr ""
427
424
 
425
+ msgid "Add to this filter using the 'Add RPM' button."
426
+ msgstr ""
427
+
428
+ msgid "Add to this filter using the 'Add package group' button."
429
+ msgstr ""
430
+
431
+ msgid "Added"
432
+ msgstr ""
433
+
428
434
  msgid "Added Content:"
429
435
  msgstr "已新增內容:"
430
436
 
431
437
  msgid "Adding content units"
432
- msgstr ""
438
+ msgstr "新增內容單位"
433
439
 
434
- msgid "Adding multiple versions of the same Puppet Module is not supported by incremental update. The following Puppet Modules have duplicate versions in the incremental update content list: %{dup_list}"
440
+ msgid "Additional content"
435
441
  msgstr ""
436
442
 
437
443
  msgid "Addons"
438
444
  msgstr ""
439
445
 
440
446
  msgid "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently."
441
- msgstr ""
447
+ msgstr "產生累進更新後,將變更套用到指定的主機上。目前僅支援勘誤。"
442
448
 
443
449
  msgid "Agent action"
444
450
  msgstr ""
445
451
 
446
452
  msgid "All Media"
447
- msgstr ""
453
+ msgstr "所有媒介"
448
454
 
449
455
  msgid "All available architectures for this repo are enabled."
450
456
  msgstr ""
451
457
 
452
458
  msgid "All errata applied"
453
- msgstr ""
459
+ msgstr "所有已套用的勘誤"
454
460
 
455
461
  msgid "Allow new Host registrations to assume registered profiles with matching hostname as long as the registering DMI UUID is not used by another host."
456
462
  msgstr ""
457
463
 
458
464
  msgid "Alter a hosts host collections"
459
- msgstr ""
465
+ msgstr "修改主機集"
460
466
 
461
467
  msgid "Always Use Latest (currently %{version})"
462
468
  msgstr ""
@@ -474,6 +480,8 @@ msgid ""
474
480
  "An error occurred during the sync \n"
475
481
  "%{error_message}"
476
482
  msgstr ""
483
+ "同步時發生錯誤\n"
484
+ "%{error_message}"
477
485
 
478
486
  msgid "Another component already includes content view with ID %s"
479
487
  msgstr ""
@@ -491,13 +499,16 @@ msgid "Applicability Batch Size"
491
499
  msgstr ""
492
500
 
493
501
  msgid "Arch"
502
+ msgstr "架構"
503
+
504
+ msgid "Architecture"
494
505
  msgstr ""
495
506
 
496
507
  msgid "Architecture of content in the repository"
497
508
  msgstr ""
498
509
 
499
510
  msgid "Architecture(s)"
500
- msgstr ""
511
+ msgstr "架構"
501
512
 
502
513
  msgid "Are you sure you want to delete the manifest?"
503
514
  msgstr ""
@@ -521,7 +532,7 @@ msgid "Array of content view component IDs to remove. Identifier of the componen
521
532
  msgstr ""
522
533
 
523
534
  msgid "Array of host ids"
524
- msgstr ""
535
+ msgstr "主機 ID 陣列"
525
536
 
526
537
  msgid "Array of local pool IDs. Only pools originating upstream are accepted."
527
538
  msgstr ""
@@ -533,7 +544,7 @@ msgid "Array of subscriptions to add"
533
544
  msgstr "欲新增的訂閱集"
534
545
 
535
546
  msgid "Array of subscriptions to remove"
536
- msgstr ""
547
+ msgstr "欲移除的訂閱集"
537
548
 
538
549
  msgid "Array of uploads to import"
539
550
  msgstr ""
@@ -561,19 +572,17 @@ msgid "Associated location IDs"
561
572
  msgstr ""
562
573
 
563
574
  msgid "Associations"
564
- msgstr ""
575
+ msgstr "相聯性"
565
576
 
566
577
  msgid "At least one Content View Version must be specified"
567
578
  msgstr "必須指定至少一個內容視域版本"
568
579
 
569
- # translation auto-copied from project CFSE, version sam-1.2, document app, author snowlet
570
580
  msgid "At least one activation key must be provided"
571
581
  msgstr "必須提供至少一組啟動金鑰"
572
582
 
573
583
  msgid "At least one activation key must have a lifecycle environment and content view assigned to it"
574
584
  msgstr "至少必須有一組被指定了生命週期環境和內容視域的啟動金鑰"
575
585
 
576
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
577
586
  msgid "At least one organization must exist."
578
587
  msgstr "至少必須存在一個組織。"
579
588
 
@@ -581,16 +590,16 @@ msgid "Attach a subscription"
581
590
  msgstr "連接一組訂閱服務"
582
591
 
583
592
  msgid "Attach subscriptions"
584
- msgstr ""
593
+ msgstr "連接訂閱服務"
585
594
 
586
595
  msgid "Attach subscriptions to %s"
587
- msgstr ""
596
+ msgstr "連接訂閱服務至 %s"
588
597
 
589
598
  msgid "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin"
590
599
  msgstr ""
591
600
 
592
601
  msgid "Author"
593
- msgstr ""
602
+ msgstr "作者"
594
603
 
595
604
  msgid "Auto Publish"
596
605
  msgstr ""
@@ -620,7 +629,7 @@ msgid "Backend System Status"
620
629
  msgstr "後端系統狀態"
621
630
 
622
631
  msgid "Background"
623
- msgstr ""
632
+ msgstr "背景"
624
633
 
625
634
  msgid "Base URL to perform repo discovery on"
626
635
  msgstr ""
@@ -634,7 +643,6 @@ msgstr "啟用 Basearch"
634
643
  msgid "Batch size to sync repositories in."
635
644
  msgstr ""
636
645
 
637
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author tchuang
638
646
  msgid "Beta"
639
647
  msgstr "Beta"
640
648
 
@@ -648,13 +656,11 @@ msgid "Both major and minor parameters have to be used to override a CV version"
648
656
  msgstr ""
649
657
 
650
658
  msgid "Branches updated"
651
- msgstr ""
659
+ msgstr "分支已更新"
652
660
 
653
- # translation auto-copied from project CFSE, version sam-1.2, document app
654
661
  msgid "Bug Fix"
655
662
  msgstr "錯誤修正"
656
663
 
657
- # translation auto-copied from project Satellite6 Bastion Katello, version 6.1, document bastion_katello
658
664
  msgid "Bugfix"
659
665
  msgstr "Bugfix"
660
666
 
@@ -664,15 +670,12 @@ msgstr ""
664
670
  msgid "CDN SSL version"
665
671
  msgstr ""
666
672
 
667
- # translation auto-copied from project CFSE, version sam-1.2, document app, author snowlet
668
673
  msgid "CDN loading error: %s not found"
669
674
  msgstr "CDN 載入錯誤:找不到 %s"
670
675
 
671
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
672
676
  msgid "CDN loading error: access denied to %s"
673
677
  msgstr "CDN 載入錯誤:拒絕存取 %s"
674
678
 
675
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
676
679
  msgid "CDN loading error: access forbidden to %s"
677
680
  msgstr "CDN 載入錯誤:%s 被禁止存取"
678
681
 
@@ -700,11 +703,9 @@ msgstr "只能從預設的內容視域移除內容"
700
703
  msgid "Can only upload to Yum Repositories."
701
704
  msgstr ""
702
705
 
703
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
704
706
  msgid "Can't update the '%s' environment"
705
707
  msgstr "無法更新 '%s' 環境"
706
708
 
707
- # translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery
708
709
  msgid "Cancel"
709
710
  msgstr "取消"
710
711
 
@@ -714,18 +715,15 @@ msgstr "取消軟體庫搜尋"
714
715
  msgid "Cancel running smart proxy synchronization"
715
716
  msgstr ""
716
717
 
717
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
718
- #, fuzzy
719
718
  msgid "Canceled"
720
- msgstr "已取消。"
719
+ msgstr "已取消"
721
720
 
722
721
  msgid "Cancelled"
723
- msgstr ""
722
+ msgstr "已取消"
724
723
 
725
724
  msgid "Cancelled."
726
725
  msgstr "已取消。"
727
726
 
728
- # translation auto-copied from project CFSE, version sam-1.2, document app, author snowlet
729
727
  msgid "Candlepin Event"
730
728
  msgstr "Candlepin 事件"
731
729
 
@@ -774,7 +772,6 @@ msgstr "無法刪除 '%{view}' 因為它與 %{dependent} 相聯:%{names}。"
774
772
  msgid "Cannot delete Red Hat product: %{product}"
775
773
  msgstr ""
776
774
 
777
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author tchuang
778
775
  msgid "Cannot delete from %s, view does not exist there."
779
776
  msgstr "無法由 %s 進行刪除,視域不存在此。"
780
777
 
@@ -787,13 +784,10 @@ msgstr "無法刪除有連接產品的供應方"
787
784
  msgid "Cannot delete redhat product content"
788
785
  msgstr ""
789
786
 
790
- msgid "Cannot delete the default Location for Puppet content. If you no longer want this Location, change the default Location for Puppet content under Administer > Settings, tab Content."
791
- msgstr ""
792
-
793
787
  msgid "Cannot delete the default Location for subscribed hosts. If you no longer want this Location, change the default Location for subscribed hosts under Administer > Settings, tab Content."
794
788
  msgstr ""
795
789
 
796
- msgid "Cannot delete the last Location. Foreman needs at least one Location to put newly published Puppet content and Hosts registered via subscription-manager"
790
+ msgid "Cannot delete the last Location."
797
791
  msgstr ""
798
792
 
799
793
  msgid "Cannot delete version while it is in environment %s"
@@ -803,7 +797,7 @@ msgid "Cannot delete version while it is in environments: %s"
803
797
  msgstr "無法刪除位於環境中的版本:%s"
804
798
 
805
799
  msgid "Cannot delete version while it is in use by composite content views: %s"
806
- msgstr ""
800
+ msgstr "無法刪除版本,因為版本正被複合內容檢視所使用:%s"
807
801
 
808
802
  msgid "Cannot delete view while it exists in environments"
809
803
  msgstr "無法刪除還存在環境中的視域"
@@ -832,7 +826,6 @@ msgstr ""
832
826
  msgid "Cannot publish default content view"
833
827
  msgstr "無法發佈預設內容視域"
834
828
 
835
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
836
829
  msgid "Cannot register a system to the '%s' environment"
837
830
  msgstr "無法向 '%s' 環境註冊系統"
838
831
 
@@ -860,15 +853,12 @@ msgstr "無法為非複合檢視指定元件"
860
853
  msgid "Cannot specify content for composite views"
861
854
  msgstr "無法為複合檢視指定內容"
862
855
 
863
- msgid "Cannot sync file:// repositories with On Demand or Background Download Policies"
856
+ msgid "Cannot sync file:// repositories with the On Demand Download Policy"
864
857
  msgstr ""
865
858
 
866
859
  msgid "Cannot upload Container Image content."
867
860
  msgstr ""
868
861
 
869
- msgid "Cannot use this end point for importing to library. If you intented to upload to library, use the library endpoint."
870
- msgstr ""
871
-
872
862
  msgid "Cannot validate contents on non-yum/deb repositories."
873
863
  msgstr ""
874
864
 
@@ -882,7 +872,7 @@ msgid "Check services before actions"
882
872
  msgstr ""
883
873
 
884
874
  msgid "Checksum"
885
- msgstr ""
875
+ msgstr "Checksum"
886
876
 
887
877
  msgid "Checksum of file to upload"
888
878
  msgstr ""
@@ -893,17 +883,18 @@ msgstr ""
893
883
  msgid "Checksum type cannot be set for yum repositories with on demand download policy."
894
884
  msgstr ""
895
885
 
886
+ msgid "Clear any previous registration and run subscription-manager with --force."
887
+ msgstr ""
888
+
896
889
  msgid "Click here to go to the tasks page for the task."
897
890
  msgstr ""
898
891
 
899
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
900
892
  msgid "Clone"
901
893
  msgstr "複製"
902
894
 
903
895
  msgid "Close"
904
- msgstr ""
896
+ msgstr "關閉"
905
897
 
906
- # translation auto-copied from project CFSE, version sam-1.2, document app, author snowlet
907
898
  msgid "Collapse All"
908
899
  msgstr "全部收回"
909
900
 
@@ -916,7 +907,6 @@ msgstr ""
916
907
  msgid "Comma-separated list of tags to sync for Container Image repository"
917
908
  msgstr ""
918
909
 
919
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
920
910
  msgid "Component"
921
911
  msgstr "元件"
922
912
 
@@ -933,7 +923,7 @@ msgid "Composite content view"
933
923
  msgstr "複合式內容視域"
934
924
 
935
925
  msgid "Compute resource IDs"
936
- msgstr ""
926
+ msgstr "運算資源 ID"
937
927
 
938
928
  msgid "Confirm Deletion"
939
929
  msgstr ""
@@ -945,7 +935,7 @@ msgid "Consider changing the Lifecycle Environment's Registry Name Pattern to so
945
935
  msgstr ""
946
936
 
947
937
  msgid "Consumed"
948
- msgstr ""
938
+ msgstr "已消耗"
949
939
 
950
940
  msgid "Container Image Manifest"
951
941
  msgstr ""
@@ -968,7 +958,6 @@ msgstr ""
968
958
  msgid "Container image tag"
969
959
  msgstr ""
970
960
 
971
- # translation auto-copied from project PressGang CCMS topics, version 1, document 30851-704293, author ccheng
972
961
  msgid "Content"
973
962
  msgstr "內容"
974
963
 
@@ -982,7 +971,7 @@ msgid "Content Credentials"
982
971
  msgstr ""
983
972
 
984
973
  msgid "Content Download URL"
985
- msgstr ""
974
+ msgstr "內容的下載網址"
986
975
 
987
976
  msgid "Content Facet for host with id %s is non-existent. Skipping applicability calculation."
988
977
  msgstr ""
@@ -990,28 +979,18 @@ msgstr ""
990
979
  msgid "Content Hosts"
991
980
  msgstr "內容主機"
992
981
 
993
- msgid "Content Migration"
994
- msgstr ""
995
-
996
- msgid "Content Migration Reset"
997
- msgstr ""
998
-
999
982
  msgid "Content Source"
1000
983
  msgstr "內容來源"
1001
984
 
1002
985
  msgid "Content Sync"
1003
- msgstr ""
986
+ msgstr "內容同步"
1004
987
 
1005
988
  msgid "Content Types"
1006
989
  msgstr ""
1007
990
 
1008
- # translation auto-copied from project PressGang CCMS topics, version 1, document 30851-704293, author ccheng
1009
991
  msgid "Content View"
1010
992
  msgstr "內容視域"
1011
993
 
1012
- msgid "Content View %s cannot be published without an internal capsule."
1013
- msgstr ""
1014
-
1015
994
  msgid "Content View %{view}: Versions: %{versions}"
1016
995
  msgstr ""
1017
996
 
@@ -1024,16 +1003,14 @@ msgstr ""
1024
1003
  msgid "Content View Details"
1025
1004
  msgstr ""
1026
1005
 
1027
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author tchuang
1028
- #, fuzzy
1029
1006
  msgid "Content View Filter id"
1030
- msgstr "內容視域總覽"
1007
+ msgstr "內容視域篩選器 ID"
1031
1008
 
1032
1009
  msgid "Content View Filter identifier"
1033
1010
  msgstr ""
1034
1011
 
1035
1012
  msgid "Content View ID"
1036
- msgstr ""
1013
+ msgstr "內容視域 ID"
1037
1014
 
1038
1015
  msgid "Content View Version %{id} not in all specified environments %{envs}"
1039
1016
  msgstr "內容視域版本 %{id} 並不在所有指定的環境 %{envs} 中。"
@@ -1051,12 +1028,11 @@ msgid "Content View Version specified in the metadata - '%{name}' already exists
1051
1028
  msgstr ""
1052
1029
 
1053
1030
  msgid "Content View and Environment not set for registration."
1054
- msgstr ""
1031
+ msgstr "內容視域與環境並未設定給註冊用。"
1055
1032
 
1056
1033
  msgid "Content View id"
1057
1034
  msgstr ""
1058
1035
 
1059
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author tchuang
1060
1036
  msgid "Content Views"
1061
1037
  msgstr "內容視域"
1062
1038
 
@@ -1066,6 +1042,9 @@ msgstr "欲上傳的內容檔案。能夠是單一檔案或檔案集。"
1066
1042
  msgid "Content host must be unregistered before performing this action."
1067
1043
  msgstr ""
1068
1044
 
1045
+ msgid "Content imported from %{path} into content view '%{name}' by %{user}"
1046
+ msgstr ""
1047
+
1069
1048
  msgid "Content source ID"
1070
1049
  msgstr ""
1071
1050
 
@@ -1081,7 +1060,6 @@ msgstr ""
1081
1060
  msgid "Content view ${name} created"
1082
1061
  msgstr ""
1083
1062
 
1084
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author tchuang
1085
1063
  msgid "Content view '%{view}' is not in environment '%{env}'"
1086
1064
  msgstr "內容視域 '%{view}' 不在 '%{env}' 環境中"
1087
1065
 
@@ -1100,6 +1078,9 @@ msgstr "內容視域識別子"
1100
1078
  msgid "Content view label"
1101
1079
  msgstr "內容視域標籤"
1102
1080
 
1081
+ msgid "Content view not provided in the metadata"
1082
+ msgstr ""
1083
+
1103
1084
  msgid "Content view numeric identifier"
1104
1085
  msgstr "內容視域的數字識別子"
1105
1086
 
@@ -1109,6 +1090,9 @@ msgstr ""
1109
1090
  msgid "Content view version identifier"
1110
1091
  msgstr "內容視域的版本識別子"
1111
1092
 
1093
+ msgid "Content view version import history identifier"
1094
+ msgstr ""
1095
+
1112
1096
  msgid "Content_Host_Status"
1113
1097
  msgstr ""
1114
1098
 
@@ -1116,13 +1100,13 @@ msgid "Contents of requirement yaml file to sync from URL"
1116
1100
  msgstr ""
1117
1101
 
1118
1102
  msgid "Context"
1119
- msgstr ""
1103
+ msgstr "內容"
1120
1104
 
1121
1105
  msgid "Contract"
1122
- msgstr ""
1106
+ msgstr "合約"
1123
1107
 
1124
1108
  msgid "Contract Number"
1125
- msgstr ""
1109
+ msgstr "聯絡號碼"
1126
1110
 
1127
1111
  msgid "Copy an activation key"
1128
1112
  msgstr "複製啟動金鑰"
@@ -1133,7 +1117,6 @@ msgstr ""
1133
1117
  msgid "Cores: %s"
1134
1118
  msgstr "核心:%s"
1135
1119
 
1136
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
1137
1120
  msgid "Could not delete organization '%s'."
1138
1121
  msgstr "無法刪除組織 '%s'。"
1139
1122
 
@@ -1141,7 +1124,7 @@ msgid "Could not find %{content} with id '%{id}' in repository."
1141
1124
  msgstr "軟體庫中找不到擁有 '%{id}' 的 %{content}。"
1142
1125
 
1143
1126
  msgid "Could not find %{count} errata. Only found: %{found}"
1144
- msgstr ""
1127
+ msgstr "找不到 %{count} 個勘誤。只找到:%{found}"
1145
1128
 
1146
1129
  msgid "Could not find %{name} resource with id %{id}. %{perms_message}"
1147
1130
  msgstr ""
@@ -1155,9 +1138,6 @@ msgstr "找不到擁有 ID 的環境:%s"
1155
1138
  msgid "Could not find Lifecycle Environment with id '%{id}'."
1156
1139
  msgstr "找不到擁有 ID 為 '%{id}' 的生命週期環境。"
1157
1140
 
1158
- msgid "Could not find Repository for module %s."
1159
- msgstr "找不到 %s 模組的軟體庫。"
1160
-
1161
1141
  msgid "Could not find a host with id %s"
1162
1142
  msgstr ""
1163
1143
 
@@ -1173,9 +1153,6 @@ msgstr ""
1173
1153
  msgid "Could not remove the lifecycle environment from the smart proxy"
1174
1154
  msgstr ""
1175
1155
 
1176
- msgid "Could not unarchive puppet module. Please make sure the puppet module has been compressed properly."
1177
- msgstr "無法取消封存 puppet 模組。請確認 puppet 模組已正確壓縮。"
1178
-
1179
1156
  msgid "Couldn't find %{content_type} with id '%{id}'"
1180
1157
  msgstr ""
1181
1158
 
@@ -1188,10 +1165,6 @@ msgstr "找不到 id 為「%s」的 ContentViewFilter"
1188
1165
  msgid "Couldn't find Organization '%s'."
1189
1166
  msgstr "找不到組織「%s」。"
1190
1167
 
1191
- msgid "Couldn't find Puppet Module with id '%s'"
1192
- msgstr "找不到 id 為「%s」的 Puppet 模組"
1193
-
1194
- # translation auto-copied from project CFSE, version sam-1.2, document app
1195
1168
  msgid "Couldn't find activation key '%s'"
1196
1169
  msgstr "找不到啟動金鑰「%s」"
1197
1170
 
@@ -1210,7 +1183,6 @@ msgstr "找不到內容主機的內容視域 id「%s」"
1210
1183
  msgid "Couldn't find content host environment '%s'"
1211
1184
  msgstr "找不到內容主機環境「%s」"
1212
1185
 
1213
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author tchuang
1214
1186
  msgid "Couldn't find content view '%s'"
1215
1187
  msgstr "找不到內容視域 '%s'"
1216
1188
 
@@ -1220,7 +1192,6 @@ msgstr "找不到內容視域版本 '%s'"
1220
1192
  msgid "Couldn't find content view versions '%s'"
1221
1193
  msgstr "找不到內容視域版本 '%s'"
1222
1194
 
1223
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
1224
1195
  msgid "Couldn't find environment '%s'"
1225
1196
  msgstr "找不到環境 '%s'"
1226
1197
 
@@ -1231,37 +1202,38 @@ msgid "Couldn't find host collection '%s'"
1231
1202
  msgstr "找不到主機集「%s」"
1232
1203
 
1233
1204
  msgid "Couldn't find host with host id '%s'"
1234
- msgstr ""
1205
+ msgstr "找不到主機 ID 為「%s」的主機"
1235
1206
 
1236
- # translation auto-copied from project CFSE, version sam-1.2, document app
1237
1207
  msgid "Couldn't find organization '%s'"
1238
1208
  msgstr "找不到組織「%s」"
1239
1209
 
1240
1210
  msgid "Couldn't find prior-environment '%s'"
1241
1211
  msgstr "找不到先前的環境「%s」"
1242
1212
 
1243
- # translation auto-copied from project CFSE, version sam-1.2, document app
1244
1213
  msgid "Couldn't find product with id '%s'"
1245
1214
  msgstr "找不到 id 為「%s」的產品"
1246
1215
 
1247
- # translation auto-copied from project CFSE, version sam-1.2, document app
1248
1216
  msgid "Couldn't find repository '%s'"
1249
1217
  msgstr "找不到軟體庫「%s」"
1250
1218
 
1251
1219
  msgid "Couldn't find specified Content View and Lifecycle Environment."
1252
- msgstr ""
1220
+ msgstr "找不到特定的內容視域與生命週期環境。"
1253
1221
 
1254
- # translation auto-copied from project CFSE, version sam-1.2, document app, author dchen
1255
1222
  msgid "Couldn't find subject of synchronization"
1256
1223
  msgstr "找不到要同步的東西"
1257
1224
 
1258
1225
  msgid "Count"
1259
- msgstr ""
1226
+ msgstr "計數"
1260
1227
 
1261
- # translation auto-copied from project NetworkManager, version 0.9.9.0, document NetworkManager, author ccheng
1262
1228
  msgid "Create"
1263
1229
  msgstr "建立"
1264
1230
 
1231
+ msgid "Create Export History"
1232
+ msgstr ""
1233
+
1234
+ msgid "Create Import History"
1235
+ msgstr ""
1236
+
1265
1237
  msgid "Create Package Group"
1266
1238
  msgstr ""
1267
1239
 
@@ -1308,7 +1280,7 @@ msgid "Create organization"
1308
1280
  msgstr "建立組織"
1309
1281
 
1310
1282
  msgid "Creating local repository"
1311
- msgstr ""
1283
+ msgstr "建立本地軟體庫"
1312
1284
 
1313
1285
  msgid "Cron expression is not valid!"
1314
1286
  msgstr ""
@@ -1322,10 +1294,6 @@ msgstr ""
1322
1294
  msgid "Current organization not set."
1323
1295
  msgstr ""
1324
1296
 
1325
- msgid "Custom"
1326
- msgstr ""
1327
-
1328
- # translation auto-copied from project CFSE, version sam-1.2, document app
1329
1297
  msgid "Custom Content Repositories"
1330
1298
  msgstr "自訂內容軟體庫"
1331
1299
 
@@ -1336,9 +1304,11 @@ msgid "Custom repositories cannot be disabled."
1336
1304
  msgstr "無法停用自訂的軟體庫。"
1337
1305
 
1338
1306
  msgid "Database connection"
1339
- msgstr ""
1307
+ msgstr "資料庫連線"
1308
+
1309
+ msgid "Date"
1310
+ msgstr "日期"
1340
1311
 
1341
- # translation auto-copied from project CFSE, version sam-1.2, document app, author snowlet
1342
1312
  msgid "Date format is incorrect."
1343
1313
  msgstr "日期格式不正確。"
1344
1314
 
@@ -1354,7 +1324,6 @@ msgstr ""
1354
1324
  msgid "Deb Packages"
1355
1325
  msgstr ""
1356
1326
 
1357
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
1358
1327
  msgid "Debug Certificate"
1359
1328
  msgstr "除錯憑證"
1360
1329
 
@@ -1370,15 +1339,9 @@ msgstr ""
1370
1339
  msgid "Default HTTP proxy"
1371
1340
  msgstr ""
1372
1341
 
1373
- msgid "Default Location Puppet content"
1374
- msgstr ""
1375
-
1376
1342
  msgid "Default Location subscribed hosts"
1377
1343
  msgstr ""
1378
1344
 
1379
- msgid "Default Location where new Puppet content will be put upon Content View publish"
1380
- msgstr ""
1381
-
1382
1345
  msgid "Default Location where new subscribed hosts will put upon registration"
1383
1346
  msgstr ""
1384
1347
 
@@ -1463,7 +1426,6 @@ msgstr ""
1463
1426
  msgid "Default user data for new Operating Systems created from synced content"
1464
1427
  msgstr ""
1465
1428
 
1466
- # translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery
1467
1429
  msgid "Delete"
1468
1430
  msgstr "刪除"
1469
1431
 
@@ -1476,7 +1438,6 @@ msgstr ""
1476
1438
  msgid "Delete Lifecycle Environment"
1477
1439
  msgstr "刪除生命週期環境"
1478
1440
 
1479
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
1480
1441
  msgid "Delete Manifest"
1481
1442
  msgstr "刪除清單"
1482
1443
 
@@ -1523,7 +1484,7 @@ msgid "Deleting manifest in '%{subject}' failed."
1523
1484
  msgstr ""
1524
1485
 
1525
1486
  msgid "Description"
1526
- msgstr ""
1487
+ msgstr "描述"
1527
1488
 
1528
1489
  msgid "Description for the content view"
1529
1490
  msgstr "內容視域的描述"
@@ -1543,7 +1504,6 @@ msgstr ""
1543
1504
  msgid "Destination Server name"
1544
1505
  msgstr ""
1545
1506
 
1546
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
1547
1507
  msgid "Destroy"
1548
1508
  msgstr "銷毀"
1549
1509
 
@@ -1578,7 +1538,7 @@ msgid "Destroy an environment in an organization"
1578
1538
  msgstr "銷毀組織中的一個環境"
1579
1539
 
1580
1540
  msgid "Destroy one or more hosts"
1581
- msgstr ""
1541
+ msgstr "銷毀一或更多部主機"
1582
1542
 
1583
1543
  msgid "Destroy one or more products"
1584
1544
  msgstr "銷毀一或更多項產品"
@@ -1586,7 +1546,6 @@ msgstr "銷毀一或更多項產品"
1586
1546
  msgid "Destroy one or more repositories"
1587
1547
  msgstr "銷毀一或更多個軟體庫"
1588
1548
 
1589
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
1590
1549
  msgid "Details"
1591
1550
  msgstr "詳細資料"
1592
1551
 
@@ -1596,7 +1555,6 @@ msgstr ""
1596
1555
  msgid "Directory containing the exported Content View Version"
1597
1556
  msgstr ""
1598
1557
 
1599
- # translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery, author ccheng
1600
1558
  msgid "Disable"
1601
1559
  msgstr "停用"
1602
1560
 
@@ -1619,7 +1577,7 @@ msgid "Disconnected mode"
1619
1577
  msgstr ""
1620
1578
 
1621
1579
  msgid "Discover"
1622
- msgstr ""
1580
+ msgstr "尋找"
1623
1581
 
1624
1582
  msgid "Discover Repositories"
1625
1583
  msgstr "尋找軟體庫"
@@ -1634,7 +1592,7 @@ msgid "Do not wait for the update action to finish. Default: true"
1634
1592
  msgstr ""
1635
1593
 
1636
1594
  msgid "Domain IDs"
1637
- msgstr ""
1595
+ msgstr "區域 ID"
1638
1596
 
1639
1597
  msgid "Download Policy of the capsule, must be one of %s"
1640
1598
  msgstr ""
@@ -1643,16 +1601,14 @@ msgid "Download a debug certificate"
1643
1601
  msgstr "下載除錯憑證"
1644
1602
 
1645
1603
  msgid "Duplicate branches specified - %{branches}"
1646
- msgstr ""
1604
+ msgstr "指令的重複的分支 - %{branches}"
1647
1605
 
1648
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author snowlet
1649
1606
  msgid "Duration"
1650
1607
  msgstr "持續時間"
1651
1608
 
1652
1609
  msgid "ERRATA ADVISORY"
1653
- msgstr ""
1610
+ msgstr "勘誤諮詢"
1654
1611
 
1655
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
1656
1612
  msgid "Edit"
1657
1613
  msgstr "編輯"
1658
1614
 
@@ -1665,12 +1621,11 @@ msgstr "必須同時指定 'content_view_id' 和 'environment_id' 參數,或
1665
1621
  msgid "Either environments or versions must be specified."
1666
1622
  msgstr "必須指定環境或版本。"
1667
1623
 
1668
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
1669
1624
  msgid "Either organization ID or environment ID needs to be specified"
1670
1625
  msgstr "必須指定組織 ID 或環境 ID"
1671
1626
 
1672
1627
  msgid "Either packages or groups must be provided"
1673
- msgstr ""
1628
+ msgstr "必須提供套件或群組"
1674
1629
 
1675
1630
  msgid "Either set the content view with the latest flag or set the content view version"
1676
1631
  msgstr ""
@@ -1678,7 +1633,6 @@ msgstr ""
1678
1633
  msgid "Either set the latest content view or the content view version. Cannot set both"
1679
1634
  msgstr ""
1680
1635
 
1681
- # translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery, author ccheng
1682
1636
  msgid "Enable"
1683
1637
  msgstr "啟用"
1684
1638
 
@@ -1695,35 +1649,32 @@ msgid "Enable/Disable auto publish of composite view"
1695
1649
  msgstr ""
1696
1650
 
1697
1651
  msgid "Enabled"
1698
- msgstr ""
1652
+ msgstr "已啟用"
1699
1653
 
1700
1654
  msgid "Enabled Repositories"
1701
- msgstr ""
1655
+ msgstr "已啟用的軟體庫"
1702
1656
 
1703
1657
  msgid "Enabling Simple Content Access failed for '%{subject}'."
1704
1658
  msgstr ""
1705
1659
 
1706
1660
  msgid "End Date"
1707
- msgstr ""
1661
+ msgstr "結束日期"
1708
1662
 
1709
1663
  msgid "Ends"
1710
- msgstr ""
1664
+ msgstr "結束"
1711
1665
 
1712
- # translation auto-copied from project CFSE, version sam-1.2, document app
1713
1666
  msgid "Enhancement"
1714
1667
  msgstr "增強"
1715
1668
 
1716
1669
  msgid "Entitlements"
1717
1670
  msgstr ""
1718
1671
 
1719
- # translation auto-copied from project Satellite6 Hammer CLI Foreman, version 6.1, document hammer-cli-foreman
1720
1672
  msgid "Environment"
1721
1673
  msgstr "環境"
1722
1674
 
1723
1675
  msgid "Environment IDs"
1724
- msgstr ""
1676
+ msgstr "環境 ID"
1725
1677
 
1726
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
1727
1678
  msgid "Environment cannot be in its own promotion path"
1728
1679
  msgstr "環境不能位於自己的推送路徑上"
1729
1680
 
@@ -1731,21 +1682,17 @@ msgid "Environment identifier"
1731
1682
  msgstr ""
1732
1683
 
1733
1684
  msgid "Environments"
1734
- msgstr ""
1685
+ msgstr "環境"
1735
1686
 
1736
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author snowlet
1737
1687
  msgid "Errata"
1738
1688
  msgstr "勘誤"
1739
1689
 
1740
- # translation auto-copied from project Satellite6 Hammer CLI Katello, version 6.1, document hammer-cli-katello
1741
1690
  msgid "Errata ID"
1742
1691
  msgstr "勘誤 ID"
1743
1692
 
1744
- # translation auto-copied from project CFSE, version sam-1.2, document app, author snowlet
1745
1693
  msgid "Errata Install"
1746
1694
  msgstr "安裝勘誤"
1747
1695
 
1748
- # translation auto-copied from project CFSE, version sam-1.2, document app, author snowlet
1749
1696
  msgid "Errata Install scheduled by %s"
1750
1697
  msgstr "由 %s 排程安裝勘誤"
1751
1698
 
@@ -1764,45 +1711,45 @@ msgstr ""
1764
1711
  msgid "Erratum"
1765
1712
  msgstr "勘誤"
1766
1713
 
1767
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
1768
1714
  msgid "Erratum Install Canceled"
1769
1715
  msgstr "勘誤安裝已取消"
1770
1716
 
1771
- # translation auto-copied from project CFSE, version sam-1.2, document app
1772
1717
  msgid "Erratum Install Complete"
1773
1718
  msgstr "勘誤安裝完成"
1774
1719
 
1775
- # translation auto-copied from project CFSE, version sam-1.2, document app
1776
1720
  msgid "Erratum Install Failed"
1777
1721
  msgstr "勘誤安裝失敗"
1778
1722
 
1779
- # translation auto-copied from project CFSE, version sam-1.2, document app
1780
1723
  msgid "Erratum Install Timed Out"
1781
1724
  msgstr "勘誤安裝逾時"
1782
1725
 
1783
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
1784
1726
  msgid "Error"
1785
1727
  msgstr "錯誤"
1786
1728
 
1787
1729
  msgid "Error connecting to Pulp service"
1788
- msgstr ""
1730
+ msgstr "連線 Pulp 服務時發生錯誤"
1789
1731
 
1790
1732
  msgid "Error connecting. Got: %s"
1791
- msgstr ""
1733
+ msgstr "連線錯誤。收到:%s"
1792
1734
 
1793
1735
  msgid "Error refreshing status for %s: "
1794
1736
  msgstr ""
1795
1737
 
1796
1738
  msgid "Error retrieving Pulp storage"
1797
- msgstr ""
1739
+ msgstr "取得 Pulp 儲存時發生錯誤"
1798
1740
 
1799
1741
  msgid "Exceeds available quantity"
1800
1742
  msgstr ""
1801
1743
 
1744
+ msgid "Exclude"
1745
+ msgstr "排除"
1746
+
1747
+ msgid "Excluded"
1748
+ msgstr ""
1749
+
1802
1750
  msgid "Exit"
1803
1751
  msgstr ""
1804
1752
 
1805
- # translation auto-copied from project CFSE, version sam-1.2, document app, author snowlet
1806
1753
  msgid "Expand All"
1807
1754
  msgstr "全部展開"
1808
1755
 
@@ -1810,7 +1757,7 @@ msgid "Expire soon days"
1810
1757
  msgstr ""
1811
1758
 
1812
1759
  msgid "Export"
1813
- msgstr ""
1760
+ msgstr "匯出"
1814
1761
 
1815
1762
  msgid "Export CSV"
1816
1763
  msgstr ""
@@ -1821,11 +1768,8 @@ msgstr ""
1821
1768
  msgid "Export Types"
1822
1769
  msgstr ""
1823
1770
 
1824
- msgid "Export a content view version. Relevant only for Pulp 2 repositories."
1825
- msgstr ""
1826
-
1827
1771
  msgid "Export a repository"
1828
- msgstr ""
1772
+ msgstr "匯出軟體庫"
1829
1773
 
1830
1774
  msgid "Export as CSV"
1831
1775
  msgstr ""
@@ -1834,31 +1778,23 @@ msgid "Export history identifier used for incremental export. If not provided th
1834
1778
  msgstr ""
1835
1779
 
1836
1780
  msgid "Export to ISO format"
1837
- msgstr ""
1838
-
1839
- msgid "Export to ISO format."
1840
- msgstr ""
1781
+ msgstr "匯出至 ISO 格式"
1841
1782
 
1842
1783
  msgid "Exported version"
1843
- msgstr ""
1784
+ msgstr "匯出版本"
1844
1785
 
1845
1786
  msgid "Facts successfully updated."
1846
1787
  msgstr "詳情已成功更新。"
1847
1788
 
1848
- # translation auto-copied from project Satellite6 Hammer CLI Foreman, version 6.1, document hammer-cli-foreman
1849
1789
  msgid "Failed"
1850
1790
  msgstr "失敗"
1851
1791
 
1852
1792
  msgid "Failed indexing errata, maximum retries encountered"
1853
- msgstr ""
1793
+ msgstr "為勘誤製作索引失敗,已達最大重試次數"
1854
1794
 
1855
1795
  msgid "Failed to delete %{host}: %{errors}"
1856
1796
  msgstr ""
1857
1797
 
1858
- msgid "Failed to download %s module."
1859
- msgid_plural "Failed to download %s modules."
1860
- msgstr[0] "下載 %s 模組失敗。"
1861
-
1862
1798
  msgid "Failed to download %s package."
1863
1799
  msgid_plural "Failed to download %s packages."
1864
1800
  msgstr[0] "下載 %s 套件失敗。"
@@ -1891,13 +1827,13 @@ msgid "Field to sort the results on"
1891
1827
  msgstr "用來排序結果的欄位"
1892
1828
 
1893
1829
  msgid "File"
1894
- msgstr ""
1830
+ msgstr "檔案"
1895
1831
 
1896
1832
  msgid "File contents"
1897
1833
  msgstr ""
1898
1834
 
1899
1835
  msgid "Files"
1900
- msgstr ""
1836
+ msgstr "檔案"
1901
1837
 
1902
1838
  msgid "Filter by Product"
1903
1839
  msgstr ""
@@ -1909,7 +1845,7 @@ msgid "Filter composite versions whose publish was triggered by the specified co
1909
1845
  msgstr ""
1910
1846
 
1911
1847
  msgid "Filter only composite content views"
1912
- msgstr ""
1848
+ msgstr "僅篩選複合式的內容視域"
1913
1849
 
1914
1850
  msgid "Filter out composite content views"
1915
1851
  msgstr "排除複合式的內容視域"
@@ -1918,7 +1854,7 @@ msgid "Filter out default content views"
1918
1854
  msgstr "排除預設的內容視域"
1919
1855
 
1920
1856
  msgid "Filter products by host id"
1921
- msgstr ""
1857
+ msgstr "以主機 ID 來篩選產品"
1922
1858
 
1923
1859
  msgid "Filter products by name"
1924
1860
  msgstr "以名稱來篩選產品"
@@ -1930,14 +1866,11 @@ msgid "Filter products by subscription"
1930
1866
  msgstr "以訂閱來篩選產品"
1931
1867
 
1932
1868
  msgid "Filter products by sync plan id"
1933
- msgstr ""
1869
+ msgstr "透過同步計畫 ID 來篩選產品"
1934
1870
 
1935
1871
  msgid "Filter versions by environment"
1936
1872
  msgstr "透過環境篩選版本"
1937
1873
 
1938
- msgid "Filter versions by puppet module"
1939
- msgstr ""
1940
-
1941
1874
  msgid "Filter versions by version number"
1942
1875
  msgstr "透過版本編號篩選版本"
1943
1876
 
@@ -1945,20 +1878,23 @@ msgid "Filter versions that are components in the specified composite version"
1945
1878
  msgstr "篩選在特定複合版本中的元件版本"
1946
1879
 
1947
1880
  msgid "Filtered index content"
1948
- msgstr ""
1881
+ msgstr "已篩選的索引內容"
1949
1882
 
1950
1883
  msgid "Filters"
1951
- msgstr ""
1884
+ msgstr "篩選器"
1952
1885
 
1953
1886
  msgid "Finish action timeout"
1954
1887
  msgstr ""
1955
1888
 
1956
1889
  msgid "Finished"
1957
- msgstr ""
1890
+ msgstr "已完成"
1958
1891
 
1959
1892
  msgid "For pages that support it, automatically perform search while typing in search input."
1960
1893
  msgstr ""
1961
1894
 
1895
+ msgid "Force"
1896
+ msgstr ""
1897
+
1962
1898
  msgid ""
1963
1899
  "Force a sync and validate the checksums of all content. Non-yum repositories (or those with \\\n"
1964
1900
  " On Demand download policy) are skipped."
@@ -1983,12 +1919,11 @@ msgid "Forces a republish of the version's repositories' metadata"
1983
1919
  msgstr ""
1984
1920
 
1985
1921
  msgid "Fully entitled"
1986
- msgstr ""
1922
+ msgstr "有完整權利"
1987
1923
 
1988
1924
  msgid "GPG Key URL"
1989
- msgstr ""
1925
+ msgstr "GPG 金鑰的網址"
1990
1926
 
1991
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author Chester Cheng
1992
1927
  msgid "Generate and Download"
1993
1928
  msgstr "產生與下載"
1994
1929
 
@@ -2001,9 +1936,12 @@ msgstr ""
2001
1936
  msgid "Get all content available, not just that provided by subscriptions"
2002
1937
  msgstr ""
2003
1938
 
2004
- msgid "Get content and overrides for the host"
1939
+ msgid "Get all content available, not just that provided by subscriptions. Relevant for Activation Keys only"
2005
1940
  msgstr ""
2006
1941
 
1942
+ msgid "Get content and overrides for the host"
1943
+ msgstr "為主機取得內容與覆寫"
1944
+
2007
1945
  msgid "Get current smart proxy synchronization status"
2008
1946
  msgstr ""
2009
1947
 
@@ -2013,12 +1951,6 @@ msgstr "取得有關於軟體庫集的資訊"
2013
1951
  msgid "Get list of available repositories for the repository set"
2014
1952
  msgstr ""
2015
1953
 
2016
- msgid "Get puppet modules names that are available to be added to the content view"
2017
- msgstr "取得能夠附加至內容視域的 puppet 模組名稱"
2018
-
2019
- msgid "Get puppet modules that are available to be added to the content view"
2020
- msgstr "取得能夠附加至內容視域的 puppet 模組"
2021
-
2022
1954
  msgid "Get status of repo synchronisation for given product"
2023
1955
  msgstr "為指定的產品取得軟體庫同步化的狀態"
2024
1956
 
@@ -2026,16 +1958,16 @@ msgid "Get status of synchronisation for given repository"
2026
1958
  msgstr "為指定的軟體庫取得同步化的狀態"
2027
1959
 
2028
1960
  msgid "Given a set of hosts and errata, lists the content view versions and environments that need updating."
2029
- msgstr ""
1961
+ msgstr "給定一組主機與勘誤,列出需要更新的內容視域版本與環境。"
2030
1962
 
2031
1963
  msgid "Go to task page"
2032
1964
  msgstr ""
2033
1965
 
2034
1966
  msgid "Group %{id} already created."
2035
- msgstr ""
1967
+ msgstr "群組 %{id} 已建立。"
2036
1968
 
2037
1969
  msgid "Guests of"
2038
- msgstr ""
1970
+ msgstr "客座"
2039
1971
 
2040
1972
  msgid "HTTP Proxies"
2041
1973
  msgstr ""
@@ -2047,20 +1979,22 @@ msgid "Has to be > 0"
2047
1979
  msgstr ""
2048
1980
 
2049
1981
  msgid "History"
1982
+ msgstr "紀錄"
1983
+
1984
+ msgid "History will appear here when the content view is published or promoted."
2050
1985
  msgstr ""
2051
1986
 
2052
- # translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery
2053
1987
  msgid "Host"
2054
1988
  msgstr "主機"
2055
1989
 
2056
1990
  msgid "Host %s has not been registered with subscription-manager."
2057
- msgstr ""
1991
+ msgstr "主機 %s 並未使用 subscription-manager 註冊。"
2058
1992
 
2059
1993
  msgid "Host %{name} cannot be assigned release version %{release_version}."
2060
1994
  msgstr ""
2061
1995
 
2062
1996
  msgid "Host '%{name}' does not belong to an organization"
2063
- msgstr ""
1997
+ msgstr "主機 '%{name}' 並不屬於組織"
2064
1998
 
2065
1999
  msgid "Host Collection name"
2066
2000
  msgstr "主機集名稱"
@@ -2072,10 +2006,10 @@ msgid "Host Duplicate DMI UUIDs"
2072
2006
  msgstr ""
2073
2007
 
2074
2008
  msgid "Host Errata Advisory"
2075
- msgstr ""
2009
+ msgstr "主機勘誤諮詢"
2076
2010
 
2077
2011
  msgid "Host ID"
2078
- msgstr ""
2012
+ msgstr "主機 ID"
2079
2013
 
2080
2014
  msgid "Host Profile Assume"
2081
2015
  msgstr ""
@@ -2099,19 +2033,19 @@ msgid "Host creation was skipped for %s because it shares a BIOS UUID with %s. T
2099
2033
  msgstr ""
2100
2034
 
2101
2035
  msgid "Host did not finish content action in %s seconds. The task has been cancelled."
2102
- msgstr ""
2036
+ msgstr "主機 %s 秒內未完成內容動作。任務已經取消。"
2103
2037
 
2104
2038
  msgid "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?"
2105
- msgstr ""
2039
+ msgstr "主機 %s 秒內未回應。任務已經取消。katello-agent 已安裝且 goferd 已在主機上執行?"
2106
2040
 
2107
2041
  msgid "Host errata advisory"
2108
2042
  msgstr ""
2109
2043
 
2110
2044
  msgid "Host group IDs"
2111
- msgstr ""
2045
+ msgstr "主機群組 ID"
2112
2046
 
2113
2047
  msgid "Host has not been registered with subscription-manager"
2114
- msgstr ""
2048
+ msgstr "主機並未使用 subscription-manager 註冊"
2115
2049
 
2116
2050
  msgid "Host has not been registered with subscription-manager."
2117
2051
  msgstr ""
@@ -2137,6 +2071,9 @@ msgstr ""
2137
2071
  msgid "Hosts with Installable Errata"
2138
2072
  msgstr "主機與可安裝的勘誤"
2139
2073
 
2074
+ msgid "Hosts: "
2075
+ msgstr ""
2076
+
2140
2077
  msgid "How many repositories should be synced concurrently on the capsule. A smaller number may lead to longer sync times. A larger number will increase dynflow load."
2141
2078
  msgstr ""
2142
2079
 
@@ -2147,10 +2084,10 @@ msgid "How to order the sorted results (e.g. ASC for ascending)"
2147
2084
  msgstr "如何排序結果的順序(比方說 ASC 從下到上)"
2148
2085
 
2149
2086
  msgid "Hypervisors"
2150
- msgstr ""
2087
+ msgstr "Hypervisor"
2151
2088
 
2152
2089
  msgid "Hypervisors update"
2153
- msgstr ""
2090
+ msgstr "Hypervisor 更新"
2154
2091
 
2155
2092
  msgid "ID of a HTTP Proxy"
2156
2093
  msgstr ""
@@ -2183,7 +2120,7 @@ msgid "ID of the environment"
2183
2120
  msgstr "環境的 ID"
2184
2121
 
2185
2122
  msgid "ID of the host"
2186
- msgstr ""
2123
+ msgstr "主機的 ID"
2187
2124
 
2188
2125
  msgid "ID of the host collection"
2189
2126
  msgstr "主機集的 ID"
@@ -2206,12 +2143,11 @@ msgstr "設為啟用的軟體庫集之 ID"
2206
2143
  msgid "ID of the sync plan"
2207
2144
  msgstr "同步計劃的 ID"
2208
2145
 
2209
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
2210
2146
  msgid "ID: %s doesn't exist "
2211
2147
  msgstr "ID:%s 不存在"
2212
2148
 
2213
2149
  msgid "ISO export must be enabled when specifying ISO size"
2214
- msgstr ""
2150
+ msgstr "指定 ISO 大小時,必須啟用 ISO 匯出"
2215
2151
 
2216
2152
  msgid "Id of a deb package to find repositories that contain the deb"
2217
2153
  msgstr ""
@@ -2226,31 +2162,31 @@ msgid "Id of an ansible collection to find repositories that contain the ansible
2226
2162
  msgstr ""
2227
2163
 
2228
2164
  msgid "Id of an erratum to find repositories that contain the erratum"
2229
- msgstr ""
2165
+ msgstr "勘誤 ID,用來尋找包含勘誤的軟體庫"
2230
2166
 
2231
2167
  msgid "Id of an ostree branch to find repositories that contain that branch"
2232
2168
  msgstr ""
2233
2169
 
2234
2170
  msgid "Id of the content host"
2235
- msgstr ""
2171
+ msgstr "內容主機的 ID"
2236
2172
 
2237
2173
  msgid "Id of the environment to limit the synchronization on"
2238
- msgstr ""
2174
+ msgstr "要限制同步的環境 ID"
2239
2175
 
2240
2176
  msgid "Id of the host"
2241
- msgstr ""
2177
+ msgstr "主機的 ID"
2242
2178
 
2243
2179
  msgid "Id of the host collection"
2244
2180
  msgstr "主機集的 ID"
2245
2181
 
2246
2182
  msgid "Id of the lifecycle environment"
2247
- msgstr ""
2183
+ msgstr "生命週期環境的 ID"
2248
2184
 
2249
2185
  msgid "Id of the organization to get the status for"
2250
- msgstr ""
2186
+ msgstr "要取得狀態的組織 ID"
2251
2187
 
2252
2188
  msgid "Id of the organization to limit environments on"
2253
- msgstr ""
2189
+ msgstr "要限制環境的組織 ID"
2254
2190
 
2255
2191
  msgid "Id of the smart proxy"
2256
2192
  msgstr ""
@@ -2289,13 +2225,13 @@ msgid "If hosts fail to register because of duplicate DMI UUIDs add their comma-
2289
2225
  msgstr ""
2290
2226
 
2291
2227
  msgid "If set to true, a composite content view may not be published or promoted, unless the component content view versions that it includes exist in the target environment."
2292
- msgstr ""
2228
+ msgstr "如果設為 true,複合內容視域就無法出版或推送,除非它包括的元件內容視域版本存在於內容環境中。"
2293
2229
 
2294
- msgid "If set to true, use the remote execution over katello-agent for remote actions"
2230
+ msgid "If set to true, use remote execution instead of katello-agent for remote actions"
2295
2231
  msgstr ""
2296
2232
 
2297
2233
  msgid "If specified, remove the first instance of a subscription with matching id and quantity"
2298
- msgstr ""
2234
+ msgstr "指定後,使用相符的 ID 與數量,移除訂閱服務的第一個項目"
2299
2235
 
2300
2236
  msgid "If true, and register_hostname_fact is set and provided, registration will look for a new host by name only using that fact, and will skip all hostname matching"
2301
2237
  msgstr ""
@@ -2318,15 +2254,24 @@ msgstr ""
2318
2254
  msgid "Ignorable content can be only set for Yum repositories."
2319
2255
  msgstr ""
2320
2256
 
2321
- msgid "Ignore subscriptions that are unavailable to the specified host"
2257
+ msgid "Ignore errors"
2322
2258
  msgstr ""
2323
2259
 
2324
- msgid "Immediate"
2260
+ msgid "Ignore subscription manager errors"
2325
2261
  msgstr ""
2326
2262
 
2327
- msgid "Import"
2263
+ msgid "Ignore subscription-manager errors for `subscription-manager register` command"
2328
2264
  msgstr ""
2329
2265
 
2266
+ msgid "Ignore subscriptions that are unavailable to the specified host"
2267
+ msgstr "忽略對於特定主機不可用的訂閱服務"
2268
+
2269
+ msgid "Immediate"
2270
+ msgstr "立即"
2271
+
2272
+ msgid "Import"
2273
+ msgstr "匯入"
2274
+
2330
2275
  msgid "Import Content View Version"
2331
2276
  msgstr ""
2332
2277
 
@@ -2343,6 +2288,9 @@ msgid "Import Only"
2343
2288
  msgstr ""
2344
2289
 
2345
2290
  msgid "Import Puppet classes"
2291
+ msgstr "匯入 Puppet 類別"
2292
+
2293
+ msgid "Import Types"
2346
2294
  msgstr ""
2347
2295
 
2348
2296
  msgid "Import a Manifest"
@@ -2375,16 +2323,21 @@ msgstr ""
2375
2323
  msgid "Import-only content views can not be published directly"
2376
2324
  msgstr ""
2377
2325
 
2378
- msgid "Import-only content views will be available in a future version."
2379
- msgstr ""
2380
-
2381
2326
  msgid "Importing manifest into '%{subject}' failed."
2382
2327
  msgstr ""
2383
2328
 
2384
- # translation auto-copied from project evolution, version 3.8.5, document evolution-3.8
2385
2329
  msgid "In Progress"
2386
2330
  msgstr "進行中"
2387
2331
 
2332
+ msgid "Include"
2333
+ msgstr "包含"
2334
+
2335
+ msgid "Included"
2336
+ msgstr ""
2337
+
2338
+ msgid "Includes associated content view filter ids in response"
2339
+ msgstr ""
2340
+
2388
2341
  msgid "Inclusion type"
2389
2342
  msgstr ""
2390
2343
 
@@ -2407,7 +2360,7 @@ msgid "Incremental update specified for composite %{name} version %{version}, bu
2407
2360
  msgstr "已為複合式的 %{name} 版本 %{version} 指定了遞增的更新,不過沒有元件被更新。"
2408
2361
 
2409
2362
  msgid "Index content"
2410
- msgstr ""
2363
+ msgstr "索引內容"
2411
2364
 
2412
2365
  msgid "Index errata"
2413
2366
  msgstr "索引勘誤"
@@ -2416,7 +2369,7 @@ msgid "Index module streams"
2416
2369
  msgstr ""
2417
2370
 
2418
2371
  msgid "Index package groups"
2419
- msgstr ""
2372
+ msgstr "為套件群組製作索引"
2420
2373
 
2421
2374
  msgid "Informable Type must be one of the following [ %{list} ]"
2422
2375
  msgstr "Informable Type 必須是以下 [ %{list} ] 其中之一"
@@ -2425,19 +2378,19 @@ msgid "Inherit from Repository"
2425
2378
  msgstr ""
2426
2379
 
2427
2380
  msgid "Initiate a sync of the products attached to the sync plan"
2428
- msgstr ""
2381
+ msgstr "對連上同步計畫的產品進行同步"
2429
2382
 
2430
2383
  msgid "Install Applicable Errata"
2431
2384
  msgstr "安裝可套用的勘誤"
2432
2385
 
2433
2386
  msgid "Install Applicable Errata on %s"
2434
- msgstr ""
2387
+ msgstr "在 %s 上安裝可套用的勘誤"
2435
2388
 
2436
- msgid "Install content on one or more hosts"
2389
+ msgid "Install content on one or more hosts using katello-agent. %s"
2437
2390
  msgstr ""
2438
2391
 
2439
2392
  msgid "Install errata via Katello interface"
2440
- msgstr ""
2393
+ msgstr "透過 Katello 介面安裝勘誤"
2441
2394
 
2442
2395
  msgid "Install erratum"
2443
2396
  msgstr "安裝勘誤"
@@ -2445,7 +2398,6 @@ msgstr "安裝勘誤"
2445
2398
  msgid "Install erratum for %s"
2446
2399
  msgstr ""
2447
2400
 
2448
- # translation auto-copied from project gnome-packagekit, version 3.8.2, document gnome-packagekit
2449
2401
  msgid "Install package"
2450
2402
  msgstr "安裝套件"
2451
2403
 
@@ -2456,13 +2408,13 @@ msgid "Install package group"
2456
2408
  msgstr "安裝套件群組"
2457
2409
 
2458
2410
  msgid "Install package group via Katello interface"
2459
- msgstr ""
2411
+ msgstr "透過 Katello 介面安裝套件群組"
2460
2412
 
2461
2413
  msgid "Install package via Katello interface"
2462
- msgstr ""
2414
+ msgstr "透過 Katello 介面安裝套件"
2463
2415
 
2464
- msgid "Install packages remotely"
2465
- msgstr "遠端安裝套件"
2416
+ msgid "Install packages remotely using katello-agent. %s"
2417
+ msgstr ""
2466
2418
 
2467
2419
  msgid "Installable errata from Content View"
2468
2420
  msgstr ""
@@ -2476,19 +2428,15 @@ msgstr ""
2476
2428
  msgid "Installation of package(s) requested: %{packages}"
2477
2429
  msgstr ""
2478
2430
 
2479
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
2480
2431
  msgid "Installed Packages"
2481
2432
  msgstr "已安裝的套件"
2482
2433
 
2483
- # translation auto-copied from project CFSE, version sam-1.2, document app
2484
2434
  msgid "Installing Erratum..."
2485
2435
  msgstr "正在安裝勘誤..."
2486
2436
 
2487
- # translation auto-copied from project CFSE, version sam-1.2, document app
2488
2437
  msgid "Installing Package Group..."
2489
2438
  msgstr "正在安裝套件群組..."
2490
2439
 
2491
- # translation auto-copied from project CFSE, version sam-1.2, document app
2492
2440
  msgid "Installing Package..."
2493
2441
  msgstr "正在安裝套件..."
2494
2442
 
@@ -2496,13 +2444,13 @@ msgid "Instance update"
2496
2444
  msgstr ""
2497
2445
 
2498
2446
  msgid "Instance-based"
2499
- msgstr ""
2447
+ msgstr "以 Instance 為基礎"
2500
2448
 
2501
2449
  msgid "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported."
2502
- msgstr ""
2450
+ msgstr "解譯特定物件,以只傳回可與特定物件相關連的主機集。支援「host」值。"
2503
2451
 
2504
2452
  msgid "Interpret specified object to return only Products that can be associated with specified object. Only 'sync_plan' is supported."
2505
- msgstr ""
2453
+ msgstr "解譯特定物件,以只傳回可與特定物件相關連的產品。支援「sync_plan」值。"
2506
2454
 
2507
2455
  msgid "Interval cannot be nil"
2508
2456
  msgstr ""
@@ -2511,7 +2459,7 @@ msgid "Interval not set correctly"
2511
2459
  msgstr ""
2512
2460
 
2513
2461
  msgid "Invalid"
2514
- msgstr ""
2462
+ msgstr "無效"
2515
2463
 
2516
2464
  msgid "Invalid association of the content view id. Content View must match the content view version being saved"
2517
2465
  msgstr ""
@@ -2523,10 +2471,10 @@ msgid "Invalid content type %s"
2523
2471
  msgstr "無效的內容類型 %s"
2524
2472
 
2525
2473
  msgid "Invalid content type '%{content_type}' provided. Content types can be one of %{content_types}"
2526
- msgstr ""
2474
+ msgstr "提供了無效的內容類型 '%{content_type}'。內容類型能夠是 %{content_types} 之一"
2527
2475
 
2528
2476
  msgid "Invalid date provided."
2529
- msgstr ""
2477
+ msgstr "提供了無效的日期。"
2530
2478
 
2531
2479
  msgid "Invalid date range. The erratum filter rule start date must come before the end date"
2532
2480
  msgstr "無效的日期範圍。勘誤篩選規則的起始日期必須在結束日期之前"
@@ -2546,33 +2494,17 @@ msgstr ""
2546
2494
  msgid "Invalid filter rule specified, 'version' cannot be specified in the same tuple as 'min_version' or 'max_version'"
2547
2495
  msgstr "指定了無效的篩選器規則,'version' 不可指定為與 'min_version' 或 'max_version' 相同的變數值組"
2548
2496
 
2549
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
2550
2497
  msgid "Invalid parameters sent in the request for this operation. Please contact a system administrator."
2551
2498
  msgstr "此作業的請求中傳送了無效的參數。請聯絡系統管理員。"
2552
2499
 
2553
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
2554
2500
  msgid "Invalid parameters sent. You may have mistyped the address. If you continue having trouble with this, please contact an Administrator."
2555
2501
  msgstr "傳送了無效的參數。您可能輸入了錯誤的位址。若問題持續發生,請聯絡管理員。"
2556
2502
 
2557
2503
  msgid "Invalid params provided - content_type must be one of %s"
2558
- msgstr ""
2504
+ msgstr "提供了無效的參數 - content_type 必須是 %s 之一"
2559
2505
 
2560
2506
  msgid "Invalid params provided - date_type must be one of %s"
2561
- msgstr ""
2562
-
2563
- msgid ""
2564
- "Invalid puppet module parameters specified. \\\n"
2565
- " Either 'uuid' or 'name' and 'author' must be specified."
2566
- msgstr ""
2567
-
2568
- msgid "Invalid puppet module. Please make sure the puppet module contains a metadata.json file and is properly compressed."
2569
- msgstr "無效的 puppet 模組。請確認 puppet 模組包含了一個 metadata.json 檔案並且已正確壓縮。"
2570
-
2571
- msgid "Invalid usage for Pulp 2 repositories. Use export for Yum repositories"
2572
- msgstr ""
2573
-
2574
- msgid "Invalid usage for Pulp 3 repositories. Use hammer content-export for Yum repositories"
2575
- msgstr ""
2507
+ msgstr "提供了無效的參數 - date_type 必須是 %s 之一"
2576
2508
 
2577
2509
  msgid "Invalid value specified for Container Image repositories."
2578
2510
  msgstr ""
@@ -2583,41 +2515,38 @@ msgstr ""
2583
2515
  msgid "Invalid value specified for ignorable content. Permissible values %s"
2584
2516
  msgstr ""
2585
2517
 
2586
- msgid "Katello"
2587
- msgstr ""
2588
-
2589
2518
  msgid "Katello ID of local pool to update"
2590
2519
  msgstr ""
2591
2520
 
2592
2521
  msgid "Katello: Install Errata"
2593
- msgstr ""
2522
+ msgstr "Katello:安裝勘誤"
2594
2523
 
2595
2524
  msgid "Katello: Install Package"
2596
- msgstr ""
2525
+ msgstr "Katello:安裝套件"
2597
2526
 
2598
2527
  msgid "Katello: Install Package Group"
2599
- msgstr ""
2528
+ msgstr "Katello:安裝套件群組"
2600
2529
 
2601
2530
  msgid "Katello: Module Stream Actions"
2602
2531
  msgstr ""
2603
2532
 
2604
2533
  msgid "Katello: Remove Package"
2605
- msgstr ""
2534
+ msgstr "Katello:移除套件"
2606
2535
 
2607
2536
  msgid "Katello: Remove Package Group"
2608
- msgstr ""
2537
+ msgstr "Katello:移除套件群組"
2609
2538
 
2610
2539
  msgid "Katello: Service Restart"
2611
2540
  msgstr ""
2612
2541
 
2613
2542
  msgid "Katello: Update Package"
2614
- msgstr ""
2543
+ msgstr "Katello:更新套件"
2615
2544
 
2616
2545
  msgid "Katello: Update Package Group"
2617
- msgstr ""
2546
+ msgstr "Katello:更新套件群組"
2618
2547
 
2619
2548
  msgid "Key-value hash of subscription-manager facts, nesting uses a period delimiter (.)"
2620
- msgstr ""
2549
+ msgstr "subscription-manager 事實的金鑰值雜湊,使用句號(.)進行巢式。"
2621
2550
 
2622
2551
  msgid "Kickstart"
2623
2552
  msgstr ""
@@ -2632,7 +2561,7 @@ msgid "Kickstart repository was not set for host '%{host}'"
2632
2561
  msgstr ""
2633
2562
 
2634
2563
  msgid "Label"
2635
- msgstr ""
2564
+ msgstr "標籤"
2636
2565
 
2637
2566
  msgid "Label of the content"
2638
2567
  msgstr "內容的標籤"
@@ -2640,7 +2569,16 @@ msgstr "內容的標籤"
2640
2569
  msgid "Last published"
2641
2570
  msgstr ""
2642
2571
 
2572
+ msgid "Last task"
2573
+ msgstr ""
2574
+
2575
+ msgid "Latest (automatically updates)"
2576
+ msgstr ""
2577
+
2643
2578
  msgid "Latest Errata"
2579
+ msgstr "最新勘誤"
2580
+
2581
+ msgid "Latest version"
2644
2582
  msgstr ""
2645
2583
 
2646
2584
  msgid "Learn more about adding Subscription Manifests"
@@ -2665,17 +2603,23 @@ msgid "Lifecycle Environment %s has associated Hosts. Please unregister or move
2665
2603
  msgstr ""
2666
2604
 
2667
2605
  msgid "Lifecycle Environment ID"
2668
- msgstr ""
2606
+ msgstr "生命週期環境的 ID"
2669
2607
 
2670
2608
  msgid "Lifecycle Environments"
2671
2609
  msgstr "生命週期環境"
2672
2610
 
2611
+ msgid "Lifecycle environment"
2612
+ msgstr ""
2613
+
2673
2614
  msgid "Lifecycle environment '%{environment}' is not attached to this capsule."
2674
2615
  msgstr "生命週期環境 '%{environment}' 尚未連接至此 capsule。"
2675
2616
 
2676
2617
  msgid "Lifecycle environment ID"
2677
2618
  msgstr ""
2678
2619
 
2620
+ msgid "Lifecycle environment for the host."
2621
+ msgstr ""
2622
+
2679
2623
  msgid "Lifecycle environment was not attached to the smart proxy; therefore, no changes were made."
2680
2624
  msgstr ""
2681
2625
 
@@ -2685,11 +2629,14 @@ msgstr ""
2685
2629
  msgid "Limit content to just that available in the activation key's content view version"
2686
2630
  msgstr ""
2687
2631
 
2632
+ msgid "Limit content to just that available in the activation key's content view version. Relevant for Activation Keys only"
2633
+ msgstr ""
2634
+
2688
2635
  msgid "Limit content to just that available in the host's content view version"
2689
2636
  msgstr ""
2690
2637
 
2691
2638
  msgid "Limits"
2692
- msgstr ""
2639
+ msgstr "限制"
2693
2640
 
2694
2641
  msgid "List :resource_id"
2695
2642
  msgstr "列出:resource_id"
@@ -2698,7 +2645,7 @@ msgid "List Content Credentials"
2698
2645
  msgstr ""
2699
2646
 
2700
2647
  msgid "List a host's subscriptions"
2701
- msgstr ""
2648
+ msgstr "列出主機訂閱"
2702
2649
 
2703
2650
  msgid "List activation keys"
2704
2651
  msgstr "列出啟動金鑰"
@@ -2721,9 +2668,6 @@ msgstr ""
2721
2668
  msgid "List components attached to this content view"
2722
2669
  msgstr ""
2723
2670
 
2724
- msgid "List content view puppet modules"
2725
- msgstr "列出內容視域的 puppet 模組"
2726
-
2727
2671
  msgid "List content view versions"
2728
2672
  msgstr "列出內容視域版本"
2729
2673
 
@@ -2763,6 +2707,9 @@ msgstr ""
2763
2707
  msgid "List host collections within an organization"
2764
2708
  msgstr "列出組織中的主機集"
2765
2709
 
2710
+ msgid "List import histories"
2711
+ msgstr ""
2712
+
2766
2713
  msgid "List module streams available to the host"
2767
2714
  msgstr ""
2768
2715
 
@@ -2773,7 +2720,7 @@ msgid "List of Errata ids to install. Will be removed in Katello 4.1."
2773
2720
  msgstr ""
2774
2721
 
2775
2722
  msgid "List of Products for sync plan"
2776
- msgstr ""
2723
+ msgstr "同步計畫的產品清單"
2777
2724
 
2778
2725
  msgid "List of component content view version ids for composite views"
2779
2726
  msgstr "複合式視域的元件內容視域版本 ID 之清單"
@@ -2809,19 +2756,19 @@ msgid "List of host collection ids"
2809
2756
  msgstr "主機集 ID 清單"
2810
2757
 
2811
2758
  msgid "List of host collection ids to update"
2812
- msgstr ""
2759
+ msgstr "要更新的主機集 ID 清單"
2813
2760
 
2814
2761
  msgid "List of host id to list available module streams for"
2815
2762
  msgstr ""
2816
2763
 
2817
2764
  msgid "List of host ids to exclude and not run an action on"
2818
- msgstr ""
2765
+ msgstr "欲排除並且不執行任何動作的主機 ID 清單"
2819
2766
 
2820
2767
  msgid "List of host ids to perform an action on"
2821
- msgstr ""
2768
+ msgstr "欲在其上執行動作的主機 ID 清單"
2822
2769
 
2823
2770
  msgid "List of host ids to replace the hosts in host collection"
2824
- msgstr ""
2771
+ msgstr "要用來取代主機集中之主機的主機 ID 清單"
2825
2772
 
2826
2773
  msgid "List of hypervisor guest uuids"
2827
2774
  msgstr ""
@@ -2845,7 +2792,7 @@ msgid "List of products in an organization"
2845
2792
  msgstr "ㄧ個組織中的產品清單"
2846
2793
 
2847
2794
  msgid "List of products installed on the host"
2848
- msgstr ""
2795
+ msgstr "安裝在主機上的產品清單"
2849
2796
 
2850
2797
  msgid "List of repositories belonging to a product in an environment"
2851
2798
  msgstr ""
@@ -2875,10 +2822,10 @@ msgid "List organization subscriptions"
2875
2822
  msgstr "列出組織訂閱"
2876
2823
 
2877
2824
  msgid "List packages"
2878
- msgstr ""
2825
+ msgstr "列出套件"
2879
2826
 
2880
2827
  msgid "List packages installed on the host"
2881
- msgstr ""
2828
+ msgstr "列出安裝在主機上的套件"
2882
2829
 
2883
2830
  msgid "List products"
2884
2831
  msgstr "列出產品"
@@ -2911,7 +2858,7 @@ msgid "List the lifecycle environments not attached to the smart proxy"
2911
2858
  msgstr ""
2912
2859
 
2913
2860
  msgid "Loading"
2914
- msgstr ""
2861
+ msgstr "載入中"
2915
2862
 
2916
2863
  msgid "Make copy of a content view"
2917
2864
  msgstr "複製一份內容視域"
@@ -2923,13 +2870,13 @@ msgid "Make sure all the component content views are published before publishing
2923
2870
  msgstr ""
2924
2871
 
2925
2872
  msgid "Manage Manifest"
2926
- msgstr ""
2873
+ msgstr "管理清單"
2927
2874
 
2928
2875
  msgid "Manifest"
2929
2876
  msgstr ""
2930
2877
 
2931
2878
  msgid "Manifest History"
2932
- msgstr ""
2879
+ msgstr "清單紀錄"
2933
2880
 
2934
2881
  msgid "Manifest deleted"
2935
2882
  msgstr ""
@@ -2965,13 +2912,13 @@ msgid "Max %(maxQuantity)s"
2965
2912
  msgstr ""
2966
2913
 
2967
2914
  msgid "Max Hosts (%{limit}) reached for activation key '%{name}'"
2968
- msgstr ""
2915
+ msgstr "已達到啟動金鑰 '%{name}' 的最大主機限制(%{limit})"
2969
2916
 
2970
2917
  msgid "Maximum number of content hosts exceeded for host collection(s): %s"
2971
2918
  msgstr "已超過主機集的最大內容主機數量:%s"
2972
2919
 
2973
2920
  msgid "Maximum number of hosts in the host collection"
2974
- msgstr ""
2921
+ msgstr "主機集中的最大主機數量"
2975
2922
 
2976
2923
  msgid "May not add a type or date range rule to a filter that has existing rules."
2977
2924
  msgstr "不可將一項類型或日期範圍規則加入一個含有既有規則的篩選器。"
@@ -2979,15 +2926,17 @@ msgstr "不可將一項類型或日期範圍規則加入一個含有既有規則
2979
2926
  msgid "May not add an id rule to a filter that has an existing type or date range rule."
2980
2927
  msgstr "不可將一項 id 規則加入含有既有類型,或日期範圍規則的篩選器。"
2981
2928
 
2929
+ msgid "Media Selection"
2930
+ msgstr ""
2931
+
2982
2932
  msgid "Medium IDs"
2983
2933
  msgstr ""
2984
2934
 
2985
- # translation auto-copied from project Satellite6 Hammer CLI Foreman, version 6.1, document hammer-cli-foreman
2986
2935
  msgid "Message"
2987
2936
  msgstr "訊息"
2988
2937
 
2989
2938
  msgid "Messaging connection"
2990
- msgstr ""
2939
+ msgstr "訊息連線"
2991
2940
 
2992
2941
  msgid "Metadata taken from the upstream export history for this Content View Version"
2993
2942
  msgstr ""
@@ -2996,7 +2945,7 @@ msgid "Mismatched"
2996
2945
  msgstr ""
2997
2946
 
2998
2947
  msgid "Missing arguments %{substitutions} for %{content_url}"
2999
- msgstr ""
2948
+ msgstr "沒有引數 %{substitutions} 給 %{content_url}"
3000
2949
 
3001
2950
  msgid "Module Stream"
3002
2951
  msgstr ""
@@ -3011,12 +2960,18 @@ msgid "Module stream"
3011
2960
  msgstr ""
3012
2961
 
3013
2962
  msgid "Multi-entitlement"
3014
- msgstr ""
2963
+ msgstr "多重權利"
3015
2964
 
3016
2965
  msgid "Must supply at least one of mandatory_package_names, optional_package_names, conditional_package_names, default_package_names parameters"
3017
2966
  msgstr ""
3018
2967
 
2968
+ msgid "N/A"
2969
+ msgstr ""
2970
+
3019
2971
  msgid "NA"
2972
+ msgstr "NA"
2973
+
2974
+ msgid "NOTE: Katello-agent is deprecated and will be removed in %s. Consider using remote execution instead."
3020
2975
  msgstr ""
3021
2976
 
3022
2977
  msgid ""
@@ -3030,7 +2985,7 @@ msgid ""
3030
2985
  msgstr ""
3031
2986
 
3032
2987
  msgid "Name"
3033
- msgstr ""
2988
+ msgstr "名稱"
3034
2989
 
3035
2990
  msgid "Name of new activation key"
3036
2991
  msgstr "新啟動金鑰的名稱"
@@ -3042,7 +2997,7 @@ msgid "Name of the content view"
3042
2997
  msgstr "內容視域的名稱"
3043
2998
 
3044
2999
  msgid "Name of the host"
3045
- msgstr ""
3000
+ msgstr "主機名稱"
3046
3001
 
3047
3002
  msgid "Name of the repository"
3048
3003
  msgstr ""
@@ -3056,7 +3011,6 @@ msgstr ""
3056
3011
  msgid "Needs to only be set for file repositories or docker tags"
3057
3012
  msgstr ""
3058
3013
 
3059
- # auto translated by TM merge from project: Satellite6 Foreman, version: 6.0, DocId: foreman
3060
3014
  msgid "Nest"
3061
3015
  msgstr "巢狀"
3062
3016
 
@@ -3070,7 +3024,7 @@ msgid "New Files: %s"
3070
3024
  msgstr ""
3071
3025
 
3072
3026
  msgid "New blobs: %{count}."
3073
- msgstr ""
3027
+ msgstr "新 blob:%{count}。"
3074
3028
 
3075
3029
  msgid "New content view name"
3076
3030
  msgstr "新的內容視域名稱"
@@ -3087,23 +3041,33 @@ msgstr "內容視域的新名稱"
3087
3041
  msgid "New packages: %{count} (%{size})."
3088
3042
  msgstr "新套件:%{count} (%{size})。"
3089
3043
 
3044
+ msgid "New version is available: Version ${latestVersion}"
3045
+ msgstr ""
3046
+
3090
3047
  msgid "No"
3048
+ msgstr "否"
3049
+
3050
+ msgid "No Activation Keys selected"
3051
+ msgstr ""
3052
+
3053
+ msgid "No Activation keys to select"
3091
3054
  msgstr ""
3092
3055
 
3093
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author Chester Cheng
3094
3056
  msgid "No Content View"
3095
3057
  msgstr "沒有內容視域"
3096
3058
 
3097
3059
  msgid "No Content found"
3098
3060
  msgstr ""
3099
3061
 
3062
+ msgid "No Lifecycle environment to select"
3063
+ msgstr ""
3064
+
3100
3065
  msgid "No Manifest Uploaded"
3101
3066
  msgstr ""
3102
3067
 
3103
3068
  msgid "No Red Hat products currently exist, please import a manifest %(anchorBegin)s here %(anchorEnd)s to receive Red Hat content. No repository sets available."
3104
3069
  msgstr ""
3105
3070
 
3106
- # translation auto-copied from project CFSE, version sam-1.2, document app
3107
3071
  msgid "No Service Level Preference"
3108
3072
  msgstr "無服務等級偏好設定"
3109
3073
 
@@ -3123,21 +3087,32 @@ msgid "No content has been provided."
3123
3087
  msgstr "未提供內容。"
3124
3088
 
3125
3089
  msgid "No content ids provided"
3126
- msgstr ""
3090
+ msgstr "未提供內容 ID"
3127
3091
 
3128
3092
  msgid "No content view history events found."
3129
3093
  msgstr "找不到內容視域的歷史事件。"
3130
3094
 
3095
+ msgid "No content views belong to ${label}"
3096
+ msgstr ""
3097
+
3131
3098
  msgid "No content_view_version_ids provided"
3132
3099
  msgstr "未提供 content_view_version_ids"
3133
3100
 
3101
+ msgid "No description"
3102
+ msgstr ""
3103
+
3134
3104
  msgid "No enabled repositories match your search criteria."
3135
3105
  msgstr ""
3136
3106
 
3107
+ msgid "No environment"
3108
+ msgstr ""
3109
+
3110
+ msgid "No environments"
3111
+ msgstr ""
3112
+
3137
3113
  msgid "No errata has been specified."
3138
3114
  msgstr ""
3139
3115
 
3140
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
3141
3116
  msgid "No errors"
3142
3117
  msgstr "無錯誤"
3143
3118
 
@@ -3151,7 +3126,7 @@ msgid "No host collections found."
3151
3126
  msgstr "找不到主機集項目。"
3152
3127
 
3153
3128
  msgid "No hosts have been specified."
3154
- msgstr ""
3129
+ msgstr "未指定主機。"
3155
3130
 
3156
3131
  msgid "No hosts registered with subscription-manager found in selection."
3157
3132
  msgstr ""
@@ -3168,21 +3143,33 @@ msgstr ""
3168
3143
  msgid "No matching filters found"
3169
3144
  msgstr ""
3170
3145
 
3146
+ msgid "No matching history record found"
3147
+ msgstr ""
3148
+
3149
+ msgid "No matching package groups found."
3150
+ msgstr ""
3151
+
3171
3152
  msgid "No matching repositories found"
3172
3153
  msgstr ""
3173
3154
 
3174
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
3155
+ msgid "No matching rules found."
3156
+ msgstr ""
3157
+
3158
+ msgid "No matching version found"
3159
+ msgstr ""
3160
+
3175
3161
  msgid "No new packages installed"
3176
3162
  msgstr "未安裝新的套件"
3177
3163
 
3178
3164
  msgid "No new packages."
3179
3165
  msgstr "沒有新的套件。"
3180
3166
 
3181
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
3167
+ msgid "No package groups have been added to this filter."
3168
+ msgstr ""
3169
+
3182
3170
  msgid "No packages removed"
3183
3171
  msgstr "未移除任何套件"
3184
3172
 
3185
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
3186
3173
  msgid "No packages updated"
3187
3174
  msgstr "未更新任何套件"
3188
3175
 
@@ -3205,10 +3192,10 @@ msgid "No profiles to show"
3205
3192
  msgstr ""
3206
3193
 
3207
3194
  msgid "No pulp workers running."
3208
- msgstr ""
3195
+ msgstr "沒有 pulp 工作者執行中。"
3209
3196
 
3210
3197
  msgid "No recently synced products"
3211
- msgstr ""
3198
+ msgstr "沒有最近同步的產品。"
3212
3199
 
3213
3200
  msgid "No recurring logic tied to the sync plan."
3214
3201
  msgstr ""
@@ -3225,9 +3212,12 @@ msgstr ""
3225
3212
  msgid "No repository sets match your search criteria."
3226
3213
  msgstr ""
3227
3214
 
3228
- msgid "No services defined, is this class extended?"
3215
+ msgid "No rules have been added to this filter."
3229
3216
  msgstr ""
3230
3217
 
3218
+ msgid "No services defined, is this class extended?"
3219
+ msgstr "未定義服務,類別是否已延伸?"
3220
+
3231
3221
  msgid "No start time currently available."
3232
3222
  msgstr "目前沒有可選的開始時間。"
3233
3223
 
@@ -3241,7 +3231,7 @@ msgid "No uploads param specified. An array of uploads to import is required."
3241
3231
  msgstr ""
3242
3232
 
3243
3233
  msgid "Non-security errata applicable"
3244
- msgstr ""
3234
+ msgstr "可套用的非安全性勘誤"
3245
3235
 
3246
3236
  msgid "Non-security errata installable"
3247
3237
  msgstr ""
@@ -3249,7 +3239,6 @@ msgstr ""
3249
3239
  msgid "Non-system event"
3250
3240
  msgstr "非系統事件"
3251
3241
 
3252
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
3253
3242
  msgid "None"
3254
3243
  msgstr "無"
3255
3244
 
@@ -3262,12 +3251,18 @@ msgstr ""
3262
3251
  msgid "Not a number"
3263
3252
  msgstr ""
3264
3253
 
3254
+ msgid "Not added"
3255
+ msgstr ""
3256
+
3265
3257
  msgid "Not all necessary pulp workers running at %s."
3266
3258
  msgstr ""
3267
3259
 
3268
3260
  msgid "Not running"
3269
3261
  msgstr ""
3270
3262
 
3263
+ msgid "Not yet published"
3264
+ msgstr ""
3265
+
3271
3266
  msgid "Note: The number in parentheses reflects all applicable errata from the Library environment that are unavailable to the host. You will need to promote this content to the relevant content view in order to make it available."
3272
3267
  msgstr "請注意:括號中的數字反映了來自於主機所無法使用之函式庫環境中的所有可套用勘誤。您將需要推送此內容至相關的內容視域,方能使用它。"
3273
3268
 
@@ -3287,28 +3282,28 @@ msgid "Number to Allocate"
3287
3282
  msgstr ""
3288
3283
 
3289
3284
  msgid "OSTree"
3290
- msgstr ""
3285
+ msgstr "OSTree"
3291
3286
 
3292
3287
  msgid "OSTree Branch"
3293
- msgstr ""
3288
+ msgstr "OSTree 分支"
3294
3289
 
3295
3290
  msgid "OSTree Branches"
3296
- msgstr ""
3291
+ msgstr "OSTree 分支"
3297
3292
 
3298
3293
  msgid "OSTree Repositories cannot be unprotected."
3299
- msgstr ""
3294
+ msgstr "OSTree 軟體庫不能是沒有防護的。"
3300
3295
 
3301
3296
  msgid "Object to show subscriptions available for, either 'host' or 'activation_key'"
3302
- msgstr ""
3297
+ msgstr "顯示訂閱服務的可用物件,值可以是「host」或「activation_key」"
3303
3298
 
3304
3299
  msgid "On Demand"
3305
- msgstr ""
3300
+ msgstr "視需求"
3306
3301
 
3307
3302
  msgid "On demand repositories cannot be exported."
3308
3303
  msgstr ""
3309
3304
 
3310
3305
  msgid "On-disk location for exported repositories"
3311
- msgstr ""
3306
+ msgstr "匯入軟體庫的磁碟位置"
3312
3307
 
3313
3308
  msgid "On-disk location for pulp 3 exported repositories"
3314
3309
  msgstr ""
@@ -3331,24 +3326,18 @@ msgstr "一或更多個套件無法正確同步。"
3331
3326
  msgid "One or more processes require restarting"
3332
3327
  msgstr ""
3333
3328
 
3334
- # translation auto-copied from project CFSE, version sam-1.2, document app, author snowlet
3335
3329
  msgid "Only one Red Hat provider permitted for an Organization"
3336
3330
  msgstr "一個組織只能有一個 Red Hat 供應者"
3337
3331
 
3338
3332
  msgid "Only returns id and quantity fields"
3339
3333
  msgstr ""
3340
3334
 
3341
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
3342
3335
  msgid "Operators"
3343
3336
  msgstr "操作器"
3344
3337
 
3345
3338
  msgid "Optional date of last export (ex: 2010-01-01T12:00:00Z)"
3346
- msgstr ""
3347
-
3348
- msgid "Optional date of last export (ex: 2010-01-01T12:00:00Z). Relevant only for Pulp 2 repositories"
3349
- msgstr ""
3339
+ msgstr "最後匯出的選用日期(例如:2010-01-01T12:00:00Z)"
3350
3340
 
3351
- # translation auto-copied from project Satellite6 Hammer CLI Katello, version 6.1, document hammer-cli-katello
3352
3341
  msgid "Organization"
3353
3342
  msgstr "組織"
3354
3343
 
@@ -3361,7 +3350,9 @@ msgstr "組織 ID"
3361
3350
  msgid "Organization ID is required"
3362
3351
  msgstr ""
3363
3352
 
3364
- # translation auto-copied from project CFSE, version sam-1.2, document app
3353
+ msgid "Organization Information not provided."
3354
+ msgstr ""
3355
+
3365
3356
  msgid "Organization cannot be blank."
3366
3357
  msgstr "組織不能是空的。"
3367
3358
 
@@ -3380,7 +3371,6 @@ msgstr ""
3380
3371
  msgid "Organization required"
3381
3372
  msgstr "需要的組織"
3382
3373
 
3383
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author Chester Cheng
3384
3374
  msgid "Other"
3385
3375
  msgstr "其它"
3386
3376
 
@@ -3405,168 +3395,132 @@ msgstr ""
3405
3395
  msgid "Override value. Provide a boolean value if name is 'enabled'"
3406
3396
  msgstr ""
3407
3397
 
3408
- # translation auto-copied from project rhn-client-tools, version 6.5, document rhn-client-tools
3409
3398
  msgid "Package"
3410
3399
  msgstr "套件"
3411
3400
 
3412
- # translation auto-copied from project Satellite6 Bastion Katello, version 6.1, document bastion_katello
3413
3401
  msgid "Package Group"
3414
3402
  msgstr "套件群組"
3415
3403
 
3416
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
3417
3404
  msgid "Package Group Install"
3418
3405
  msgstr "套件群組安裝"
3419
3406
 
3420
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
3421
3407
  msgid "Package Group Install Canceled"
3422
3408
  msgstr "套件群組安裝程序已取消"
3423
3409
 
3424
- # translation auto-copied from project CFSE, version sam-1.2, document app
3425
3410
  msgid "Package Group Install Complete"
3426
3411
  msgstr "套件群組安裝已完成"
3427
3412
 
3428
- # translation auto-copied from project CFSE, version sam-1.2, document app
3429
3413
  msgid "Package Group Install Failed"
3430
3414
  msgstr "套件群組安裝失敗"
3431
3415
 
3432
- # translation auto-copied from project CFSE, version sam-1.2, document app
3433
3416
  msgid "Package Group Install Timed Out"
3434
3417
  msgstr "套件群組安裝逾時"
3435
3418
 
3436
- # translation auto-copied from project CFSE, version sam-1.2, document app, author snowlet
3437
3419
  msgid "Package Group Install scheduled by %s"
3438
3420
  msgstr "套件群組安裝,由 %s 排程"
3439
3421
 
3440
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
3441
3422
  msgid "Package Group Remove"
3442
3423
  msgstr "套件群組移除"
3443
3424
 
3444
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
3445
3425
  msgid "Package Group Remove Canceled"
3446
3426
  msgstr "套件群組移除程序已取消"
3447
3427
 
3448
- # translation auto-copied from project CFSE, version sam-1.2, document app
3449
3428
  msgid "Package Group Remove Complete"
3450
3429
  msgstr "已完成套件群組移除"
3451
3430
 
3452
- # translation auto-copied from project CFSE, version sam-1.2, document app
3453
3431
  msgid "Package Group Remove Failed"
3454
3432
  msgstr "套件群組移除失敗"
3455
3433
 
3456
- # translation auto-copied from project CFSE, version sam-1.2, document app
3457
3434
  msgid "Package Group Remove Timed Out"
3458
3435
  msgstr "套件群組移除逾時"
3459
3436
 
3460
- # translation auto-copied from project CFSE, version sam-1.2, document app, author snowlet
3461
3437
  msgid "Package Group Remove scheduled by %s"
3462
3438
  msgstr "套件群組移除,由 %s 排程"
3463
3439
 
3464
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
3465
3440
  msgid "Package Group Update"
3466
3441
  msgstr "套件群組更新"
3467
3442
 
3468
- # translation auto-copied from project CFSE, version sam-1.2, document app, author snowlet
3469
3443
  msgid "Package Group Update scheduled by %s"
3470
3444
  msgstr "套件群組更新,由 %s 排程"
3471
3445
 
3472
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author snowlet
3473
3446
  msgid "Package Groups"
3474
3447
  msgstr "套件群組"
3475
3448
 
3476
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
3477
3449
  msgid "Package Install"
3478
3450
  msgstr "套件安裝"
3479
3451
 
3480
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
3481
3452
  msgid "Package Install Canceled"
3482
3453
  msgstr "套件安裝程序已取消"
3483
3454
 
3484
- # translation auto-copied from project CFSE, version sam-1.2, document app
3485
3455
  msgid "Package Install Complete"
3486
3456
  msgstr "已完成套件安裝"
3487
3457
 
3488
- # translation auto-copied from project CFSE, version sam-1.2, document app
3489
3458
  msgid "Package Install Failed"
3490
3459
  msgstr "套件安裝失敗"
3491
3460
 
3492
- # translation auto-copied from project CFSE, version sam-1.2, document app
3493
3461
  msgid "Package Install Timed Out"
3494
3462
  msgstr "套件安裝逾時"
3495
3463
 
3496
- # translation auto-copied from project CFSE, version sam-1.2, document app, author snowlet
3497
3464
  msgid "Package Install scheduled by %s"
3498
3465
  msgstr "套件安裝,由 %s 排程"
3499
3466
 
3500
3467
  msgid "Package Profile Update"
3501
- msgstr ""
3468
+ msgstr "套件設定檔更新"
3502
3469
 
3503
3470
  msgid "Package Profile Update for %s"
3504
- msgstr ""
3471
+ msgstr "%s 用的套件設定檔更新"
3505
3472
 
3506
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
3507
3473
  msgid "Package Remove"
3508
3474
  msgstr "套件移除"
3509
3475
 
3510
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
3511
3476
  msgid "Package Remove Canceled"
3512
3477
  msgstr "套件移除程序已取消"
3513
3478
 
3514
- # translation auto-copied from project CFSE, version sam-1.2, document app
3515
3479
  msgid "Package Remove Complete"
3516
3480
  msgstr "已完成套件移除"
3517
3481
 
3518
- # translation auto-copied from project CFSE, version sam-1.2, document app
3519
3482
  msgid "Package Remove Failed"
3520
3483
  msgstr "套件移除失敗"
3521
3484
 
3522
- # translation auto-copied from project CFSE, version sam-1.2, document app
3523
3485
  msgid "Package Remove Timed Out"
3524
3486
  msgstr "套件移除逾時"
3525
3487
 
3526
- # translation auto-copied from project CFSE, version sam-1.2, document app, author snowlet
3527
3488
  msgid "Package Remove scheduled by %s"
3528
3489
  msgstr "套件移除,由 %s 排程"
3529
3490
 
3530
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
3531
3491
  msgid "Package Update"
3532
3492
  msgstr "套件更新"
3533
3493
 
3534
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
3535
3494
  msgid "Package Update Canceled"
3536
3495
  msgstr "套件更新程序已取消"
3537
3496
 
3538
- # translation auto-copied from project CFSE, version sam-1.2, document app
3539
3497
  msgid "Package Update Complete"
3540
3498
  msgstr "已完成套件更新"
3541
3499
 
3542
- # translation auto-copied from project CFSE, version sam-1.2, document app
3543
3500
  msgid "Package Update Failed"
3544
3501
  msgstr "套件更新失敗"
3545
3502
 
3546
- # translation auto-copied from project CFSE, version sam-1.2, document app
3547
3503
  msgid "Package Update Timed Out"
3548
3504
  msgstr "套件更新逾時"
3549
3505
 
3550
- # translation auto-copied from project CFSE, version sam-1.2, document app, author snowlet
3551
3506
  msgid "Package Update scheduled by %s"
3552
3507
  msgstr "套件更新,由 %s 排程"
3553
3508
 
3554
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author Chester Cheng
3555
3509
  msgid "Package group update canceled"
3556
3510
  msgstr "已取消套件群組更新"
3557
3511
 
3558
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author Chester Cheng
3559
3512
  msgid "Package group update complete"
3560
3513
  msgstr "已完成套件群組更新"
3561
3514
 
3562
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author Chester Cheng
3563
3515
  msgid "Package group update failed"
3564
3516
  msgstr "套件群組更新失敗"
3565
3517
 
3566
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author Chester Cheng
3567
3518
  msgid "Package group update timed out"
3568
3519
  msgstr "套件群組更新逾時"
3569
3520
 
3521
+ msgid "Package groups"
3522
+ msgstr "套件群組"
3523
+
3570
3524
  msgid "Package identifiers to filter content by"
3571
3525
  msgstr ""
3572
3526
 
@@ -3576,11 +3530,9 @@ msgstr "套件安裝失敗:\"%{package}\" "
3576
3530
  msgid "Package installation: \"%{package}\" "
3577
3531
  msgstr "安裝套件:\"%{package}\" "
3578
3532
 
3579
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author snowlet
3580
3533
  msgid "Packages"
3581
3534
  msgstr "套件"
3582
3535
 
3583
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
3584
3536
  msgid "Packages must be provided"
3585
3537
  msgstr "必須提供套件"
3586
3538
 
@@ -3588,13 +3540,13 @@ msgid "Page number, starting at 1"
3588
3540
  msgstr "頁數,從 1 開始"
3589
3541
 
3590
3542
  msgid "Partial"
3591
- msgstr ""
3543
+ msgstr "部分"
3592
3544
 
3593
3545
  msgid "Partially entitled"
3594
- msgstr ""
3546
+ msgstr "有部分權利"
3595
3547
 
3596
3548
  msgid "Partition template IDs"
3597
- msgstr ""
3549
+ msgstr "分割區範本 ID"
3598
3550
 
3599
3551
  msgid "Password of the upstream repository user used for authentication"
3600
3552
  msgstr ""
@@ -3603,16 +3555,14 @@ msgid "Password to access URL"
3603
3555
  msgstr ""
3604
3556
 
3605
3557
  msgid "Path for ssl cert used for pulp server auth"
3606
- msgstr ""
3558
+ msgstr "pulp 伺服器授權所使用的 SSL 金鑰憑證"
3607
3559
 
3608
3560
  msgid "Path for ssl key used for pulp server auth"
3609
- msgstr ""
3561
+ msgstr "pulp 伺服器授權所使用的 SSL 金鑰路徑"
3610
3562
 
3611
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
3612
3563
  msgid "Paused"
3613
3564
  msgstr "已暫停"
3614
3565
 
3615
- # translation auto-copied from project Satellite6 Hammer CLI Foreman, version 6.1, document hammer-cli-foreman
3616
3566
  msgid "Pending"
3617
3567
  msgstr "等待處理中"
3618
3568
 
@@ -3634,7 +3584,6 @@ msgstr ""
3634
3584
  msgid "Performs an incremental-export of the repositories in library."
3635
3585
  msgstr ""
3636
3586
 
3637
- # translation auto-copied from project CFSE, version sam-1.2, document app, author snowlet
3638
3587
  msgid "Permission Denied. User '%{user}' does not have permissions to access organization '%{org}'."
3639
3588
  msgstr "存取被拒。使用者 '%{user}' 並沒有存取組織 '%{org}' 的權限。"
3640
3589
 
@@ -3644,6 +3593,9 @@ msgstr "實體的"
3644
3593
  msgid "Plan numeric identifier"
3645
3594
  msgstr "計畫的數字識別元"
3646
3595
 
3596
+ msgid "Please add some content views."
3597
+ msgstr ""
3598
+
3647
3599
  msgid "Please add some repositories."
3648
3600
  msgstr ""
3649
3601
 
@@ -3672,7 +3624,7 @@ msgid "Please select an organization to view subscription totals."
3672
3624
  msgstr ""
3673
3625
 
3674
3626
  msgid "Please select one from the list below and you will be redirected."
3675
- msgstr ""
3627
+ msgstr "請從下方清單中選擇一項,而您將會被重新導向。"
3676
3628
 
3677
3629
  msgid "Prior Content View Version specified in the metadata - '%{name}' does not exist. Please import the metadata for '%{name}' before importing '%{current}' "
3678
3630
  msgstr ""
@@ -3683,18 +3635,17 @@ msgstr "處理 metadata"
3683
3635
  msgid "Processing metadata."
3684
3636
  msgstr "處理 metadata。"
3685
3637
 
3686
- # translation auto-copied from project PressGang CCMS topics, version 1, document 30851-704293, author ccheng
3687
3638
  msgid "Product"
3688
3639
  msgstr "產品"
3689
3640
 
3690
3641
  msgid "Product Content"
3691
- msgstr ""
3642
+ msgstr "產品內容"
3692
3643
 
3693
3644
  msgid "Product Create"
3694
- msgstr ""
3645
+ msgstr "產品建立"
3695
3646
 
3696
3647
  msgid "Product ID"
3697
- msgstr ""
3648
+ msgstr "產品 ID"
3698
3649
 
3699
3650
  msgid "Product and Repositories"
3700
3651
  msgstr "產品與軟體庫"
@@ -3714,7 +3665,7 @@ msgid "Product name"
3714
3665
  msgstr "產品名稱"
3715
3666
 
3716
3667
  msgid "Product name as listed from a host's installed products"
3717
- msgstr ""
3668
+ msgstr "來自主機已安裝產品的產品名稱"
3718
3669
 
3719
3670
  msgid "Product the repository belongs to"
3720
3671
  msgstr "產品的軟體庫屬於"
@@ -3728,7 +3679,6 @@ msgstr ""
3728
3679
  msgid "Product: '%{product}', Repository: '%{repository}'"
3729
3680
  msgstr ""
3730
3681
 
3731
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author snowlet
3732
3682
  msgid "Products"
3733
3683
  msgstr "產品"
3734
3684
 
@@ -3736,7 +3686,7 @@ msgid "Profiles"
3736
3686
  msgstr ""
3737
3687
 
3738
3688
  msgid "Promote"
3739
- msgstr ""
3689
+ msgstr "Promote"
3740
3690
 
3741
3691
  msgid "Promote a content view version"
3742
3692
  msgstr "推送內容視域版本"
@@ -3748,22 +3698,22 @@ msgid "Promoted to %{environment}"
3748
3698
  msgstr "已推送至 %{environment}"
3749
3699
 
3750
3700
  msgid "Promotion Summary"
3751
- msgstr ""
3701
+ msgstr "推送摘要"
3752
3702
 
3753
3703
  msgid "Promotion Summary for %{content_view}"
3754
- msgstr ""
3704
+ msgstr "%{content_view} 的推送摘要"
3755
3705
 
3756
3706
  msgid "Promotion to Environment"
3757
3707
  msgstr ""
3758
3708
 
3759
3709
  msgid "Provided Products"
3760
- msgstr ""
3710
+ msgstr "提供的產品"
3761
3711
 
3762
3712
  msgid "Provided pool with id %s has no upstream entitlement"
3763
3713
  msgstr ""
3764
3714
 
3765
3715
  msgid "Provisioning template IDs"
3766
- msgstr ""
3716
+ msgstr "佈建範本 ID"
3767
3717
 
3768
3718
  msgid "Proxies"
3769
3719
  msgstr ""
@@ -3771,7 +3721,6 @@ msgstr ""
3771
3721
  msgid "Public key block in DER encoding or certificate content"
3772
3722
  msgstr ""
3773
3723
 
3774
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author Chester Cheng
3775
3724
  msgid "Publish"
3776
3725
  msgstr "發行"
3777
3726
 
@@ -3788,20 +3737,20 @@ msgid "Pulling remote branches. Downloaded %s units."
3788
3737
  msgstr ""
3789
3738
 
3790
3739
  msgid "Pulp"
3791
- msgstr ""
3740
+ msgstr "Pulp"
3792
3741
 
3793
3742
  msgid "Pulp 3 export destination filepath"
3794
3743
  msgstr ""
3795
3744
 
3796
- msgid "Pulp 3 migration cannot run. Types %s have already been migrated."
3797
- msgstr ""
3798
-
3799
3745
  msgid "Pulp Consumer %s has already been removed"
3800
3746
  msgstr ""
3801
3747
 
3802
3748
  msgid "Pulp Docker registry port"
3803
3749
  msgstr ""
3804
3750
 
3751
+ msgid "Pulp bulk load size"
3752
+ msgstr ""
3753
+
3805
3754
  msgid "Pulp client cert"
3806
3755
  msgstr ""
3807
3756
 
@@ -3812,7 +3761,7 @@ msgid "Pulp database connection issue at %s."
3812
3761
  msgstr ""
3813
3762
 
3814
3763
  msgid "Pulp database connection issue."
3815
- msgstr ""
3764
+ msgstr "Pulp 資料庫連線有誤。"
3816
3765
 
3817
3766
  msgid "Pulp disk space notification"
3818
3767
  msgstr ""
@@ -3821,7 +3770,7 @@ msgid "Pulp does not appear to be running at %s."
3821
3770
  msgstr ""
3822
3771
 
3823
3772
  msgid "Pulp does not appear to be running."
3824
- msgstr ""
3773
+ msgstr "Pulp n似乎不在執行中。"
3825
3774
 
3826
3775
  msgid "Pulp export destination filepath"
3827
3776
  msgstr ""
@@ -3830,19 +3779,19 @@ msgid "Pulp message bus connection issue at %s."
3830
3779
  msgstr ""
3831
3780
 
3832
3781
  msgid "Pulp message bus connection issue."
3833
- msgstr ""
3782
+ msgstr "Pulp 訊息匯流排連線有誤。"
3834
3783
 
3835
3784
  msgid "Pulp node"
3836
- msgstr ""
3785
+ msgstr "Pulp 節點"
3837
3786
 
3838
3787
  msgid "Pulp redis connection issue at %s."
3839
3788
  msgstr ""
3840
3789
 
3841
3790
  msgid "Pulp server version"
3842
- msgstr ""
3791
+ msgstr "Pulp 伺服器版本"
3843
3792
 
3844
3793
  msgid "Pulp storage"
3845
- msgstr ""
3794
+ msgstr "Pulp 儲存"
3846
3795
 
3847
3796
  msgid "Pulp task error"
3848
3797
  msgstr "Pulp 任務錯誤"
@@ -3850,35 +3799,8 @@ msgstr "Pulp 任務錯誤"
3850
3799
  msgid "Pulpcore"
3851
3800
  msgstr ""
3852
3801
 
3853
- msgid "Puppet Environment"
3854
- msgstr "Puppet 環境"
3855
-
3856
- msgid "Puppet Module"
3857
- msgstr "Puppet 模組"
3858
-
3859
- msgid ""
3860
- "Puppet Module does not belong to content view organization\\\n"
3861
- " '%{name}'"
3862
- msgstr ""
3863
-
3864
- msgid ""
3865
- "Puppet Module with name='%{name}' and author='%{author}' does\\\n"
3866
- " not exist"
3867
- msgstr ""
3868
-
3869
- msgid ""
3870
- "Puppet Module with uuid='%{uuid}' does not\\\n"
3871
- " exist"
3872
- msgstr ""
3873
-
3874
- msgid "Puppet Modules"
3875
- msgstr "Puppet 模組"
3876
-
3877
- msgid "Puppet module conflict: '%{mod}' is in %{versions}."
3878
- msgstr "Puppet 模組有衝突:'%{mod}' 的版本為 %{versions}。"
3879
-
3880
3802
  msgid "Quantity"
3881
- msgstr ""
3803
+ msgstr "數量"
3882
3804
 
3883
3805
  msgid "Quantity must not be above ${pool.available}"
3884
3806
  msgstr ""
@@ -3905,41 +3827,38 @@ msgid "RH Repos"
3905
3827
  msgstr ""
3906
3828
 
3907
3829
  msgid "RPM"
3830
+ msgstr "RPM"
3831
+
3832
+ msgid "RPM name"
3908
3833
  msgstr ""
3909
3834
 
3910
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author Chester Cheng
3911
3835
  msgid "RPMs"
3912
3836
  msgstr "RPM"
3913
3837
 
3914
3838
  msgid "Realm IDs"
3915
- msgstr ""
3839
+ msgstr "領域 ID"
3916
3840
 
3917
3841
  msgid "Reboot required"
3918
3842
  msgstr ""
3919
3843
 
3920
3844
  msgid "Recently Expired Subscriptions"
3921
- msgstr ""
3845
+ msgstr "最近過期的訂閱服務"
3922
3846
 
3923
3847
  msgid "Recommended Repositories"
3924
3848
  msgstr ""
3925
3849
 
3926
- msgid "Red Hat"
3927
- msgstr ""
3928
-
3929
3850
  msgid "Red Hat CDN URL"
3930
3851
  msgstr "Red Hat CDN 網址"
3931
3852
 
3932
3853
  msgid "Red Hat Provider Details"
3933
- msgstr ""
3854
+ msgstr "Red Hat 供應方詳細資訊"
3934
3855
 
3935
- # translation auto-copied from project CFSE, version sam-1.2, document app
3936
3856
  msgid "Red Hat Repositories"
3937
3857
  msgstr "Red Hat 軟體庫"
3938
3858
 
3939
3859
  msgid "Red Hat products cannot be manipulated."
3940
3860
  msgstr "不能操控 Red Hat 產品"
3941
3861
 
3942
- # translation auto-copied from project CFSE, version sam-1.2, document app, author snowlet
3943
3862
  msgid "Red Hat provider can not be deleted"
3944
3863
  msgstr "不能刪除 Red Hat 供應者"
3945
3864
 
@@ -3947,7 +3866,7 @@ msgid "Red Hat repositories cannot be manipulated."
3947
3866
  msgstr "不能操控 Red Hat 軟體庫"
3948
3867
 
3949
3868
  msgid "Refresh"
3950
- msgstr ""
3869
+ msgstr "重新整理"
3951
3870
 
3952
3871
  msgid "Refresh Manifest"
3953
3872
  msgstr "更新清單"
@@ -3971,7 +3890,7 @@ msgid "Registry name pattern will result in invalid container image name of memb
3971
3890
  msgstr ""
3972
3891
 
3973
3892
  msgid "Reindex subscriptions"
3974
- msgstr ""
3893
+ msgstr "重新索引訂閱服務"
3975
3894
 
3976
3895
  msgid "Release version for this Host to use (7Server, 7.1, etc)"
3977
3896
  msgstr ""
@@ -3989,7 +3908,7 @@ msgid "Reload data"
3989
3908
  msgstr "重新載入資料"
3990
3909
 
3991
3910
  msgid "Remote action:"
3992
- msgstr ""
3911
+ msgstr "遠端動作:"
3993
3912
 
3994
3913
  msgid "Removal of package group(s) requested: %{groups}"
3995
3914
  msgstr ""
@@ -4009,13 +3928,13 @@ msgstr "移除版本與相聯項目"
4009
3928
  msgid "Remove a content view from an environment"
4010
3929
  msgstr "從環境移除內容視域"
4011
3930
 
4012
- msgid "Remove a puppet module from the content view"
4013
- msgstr "從內容視域移除 puppet 模組"
3931
+ msgid "Remove any `katello-ca-consumer` rpms before registration and run subscription-manager with `--force` argument."
3932
+ msgstr ""
4014
3933
 
4015
3934
  msgid "Remove components from the content view"
4016
3935
  msgstr ""
4017
3936
 
4018
- msgid "Remove content on one or more hosts"
3937
+ msgid "Remove content on one or more hosts using katello-agent. %s"
4019
3938
  msgstr ""
4020
3939
 
4021
3940
  msgid "Remove content view version"
@@ -4025,13 +3944,13 @@ msgid "Remove from Environment"
4025
3944
  msgstr "從環境移除"
4026
3945
 
4027
3946
  msgid "Remove hosts from the host collection"
4028
- msgstr ""
3947
+ msgstr "從主機集中移除主機"
4029
3948
 
4030
3949
  msgid "Remove lifecycle environments from the smart proxy"
4031
3950
  msgstr ""
4032
3951
 
4033
3952
  msgid "Remove one or more host collections from one or more hosts"
4034
- msgstr ""
3953
+ msgstr "從一或多台主機刪除一或多個主機集項目"
4035
3954
 
4036
3955
  msgid "Remove one or more subscriptions from an upstream subscription allocation"
4037
3956
  msgstr ""
@@ -4046,19 +3965,19 @@ msgid "Remove package group"
4046
3965
  msgstr "移除了套件群組"
4047
3966
 
4048
3967
  msgid "Remove package group via Katello interface"
4049
- msgstr ""
3968
+ msgstr "透過 Katello 介面移除套件群組"
4050
3969
 
4051
3970
  msgid "Remove package via Katello interface"
4052
- msgstr ""
3971
+ msgstr "透過 Katello 介面移除套件"
4053
3972
 
4054
3973
  msgid "Remove products from sync plan"
4055
3974
  msgstr "從同步計畫中移除產品"
4056
3975
 
4057
3976
  msgid "Remove subscriptions"
4058
- msgstr ""
3977
+ msgstr "移除訂閱服務"
4059
3978
 
4060
3979
  msgid "Remove subscriptions from %s"
4061
- msgstr ""
3980
+ msgstr "從 %s 移除訂閱服務"
4062
3981
 
4063
3982
  msgid "Remove subscriptions from one or more hosts"
4064
3983
  msgstr ""
@@ -4066,25 +3985,21 @@ msgstr ""
4066
3985
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
4067
3986
  msgstr "從內容視域中移除版本且(或)環境,並重新指定系統與金鑰"
4068
3987
 
4069
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
4070
3988
  msgid "Removing Package Group..."
4071
3989
  msgstr "正在移除套件群組..."
4072
3990
 
4073
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
4074
3991
  msgid "Removing Package..."
4075
3992
  msgstr "正在移除套件..."
4076
3993
 
4077
3994
  msgid "Repo Type"
4078
- msgstr ""
3995
+ msgstr "軟體庫類型"
4079
3996
 
4080
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author tchuang
4081
3997
  msgid "Repositories"
4082
3998
  msgstr "軟體庫"
4083
3999
 
4084
4000
  msgid "Repositories from published Content Views are not allowed."
4085
4001
  msgstr "不允許來自於已發行之內容視域的軟體庫。"
4086
4002
 
4087
- # translation auto-copied from project PressGang CCMS topics, version 1, document 30851-704293, author ccheng
4088
4003
  msgid "Repository"
4089
4004
  msgstr "軟體庫"
4090
4005
 
@@ -4104,16 +4019,14 @@ msgid "Repository Id associated with the kickstart repo used for provisioning"
4104
4019
  msgstr ""
4105
4020
 
4106
4021
  msgid "Repository cannot be deleted since it has already been included in a published Content View. Please delete all Content View versions containing this repository before attempting to delete it."
4107
- msgstr ""
4022
+ msgstr "無法刪除軟體庫,因為它已被包含在一個已發佈的內容視域中。請在嘗試刪除此軟體庫之前,刪除所有包含了此軟體庫的內容視域版本。"
4108
4023
 
4109
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
4110
4024
  msgid "Repository cannot be disabled since it has already been promoted."
4111
4025
  msgstr "軟體庫無法停用,因為該軟體庫已推送。"
4112
4026
 
4113
4027
  msgid "Repository content type must be 'yum' to export."
4114
4028
  msgstr ""
4115
4029
 
4116
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author Chester Cheng
4117
4030
  msgid "Repository has already been cloned to %{cv_name} in environment %{to_env}"
4118
4031
  msgstr "軟體庫已經複製給 %{cv_name} 於環境 %{to_env} 中"
4119
4032
 
@@ -4121,7 +4034,7 @@ msgid "Repository id"
4121
4034
  msgstr "軟體庫 ID"
4122
4035
 
4123
4036
  msgid "Repository identifier"
4124
- msgstr ""
4037
+ msgstr "軟體庫識別子"
4125
4038
 
4126
4039
  msgid "Repository label '%s' is not associated with content view."
4127
4040
  msgstr ""
@@ -4135,7 +4048,6 @@ msgstr "找不到軟體庫"
4135
4048
  msgid "Repository set name to search on"
4136
4049
  msgstr "要搜尋的軟體庫組之名稱"
4137
4050
 
4138
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author tchuang
4139
4051
  msgid "Repository sets are not available for custom products."
4140
4052
  msgstr "對自訂產品來說,軟體庫設置無法使用。"
4141
4053
 
@@ -4148,9 +4060,6 @@ msgstr ""
4148
4060
  msgid "Requires Virt-Who"
4149
4061
  msgstr ""
4150
4062
 
4151
- msgid "Reset Puppet Environment"
4152
- msgstr ""
4153
-
4154
4063
  msgid "Resolve Traces"
4155
4064
  msgstr ""
4156
4065
 
@@ -4158,7 +4067,7 @@ msgid "Resolve traces for one or more hosts"
4158
4067
  msgstr ""
4159
4068
 
4160
4069
  msgid "Resource"
4161
- msgstr ""
4070
+ msgstr "資源"
4162
4071
 
4163
4072
  msgid "Restart Services via Katello interface"
4164
4073
  msgstr ""
@@ -4166,12 +4075,11 @@ msgstr ""
4166
4075
  msgid "Restrict Composite Content View promotion"
4167
4076
  msgstr ""
4168
4077
 
4169
- # translation auto-copied from project Red Hat Satellite User Guide, version 6.0, document chap-Accessing_Red_Hat_Satellite
4170
4078
  msgid "Result"
4171
4079
  msgstr "結果"
4172
4080
 
4173
4081
  msgid "Retrieve a single errata for a host"
4174
- msgstr ""
4082
+ msgstr "為主機取得單一勘誤"
4175
4083
 
4176
4084
  msgid "Return Red Hat (non-custom) products only"
4177
4085
  msgstr ""
@@ -4219,10 +4127,10 @@ msgid "Return packages that can be added to the specified object. Only the valu
4219
4127
  msgstr ""
4220
4128
 
4221
4129
  msgid "Return subscriptions that match installed products of the specified host"
4222
- msgstr ""
4130
+ msgstr "回傳符合特定主機上已安裝項目的訂閱服務"
4223
4131
 
4224
4132
  msgid "Return subscriptions which do not overlap with a currently-attached subscription"
4225
- msgstr ""
4133
+ msgstr "傳回並沒有與目前相關連訂閱服務重複的訂閱服務"
4226
4134
 
4227
4135
  msgid "Return the content of a Content Credential, used directly by yum"
4228
4136
  msgstr ""
@@ -4230,16 +4138,21 @@ msgstr ""
4230
4138
  msgid "Return the content of a repo gpg key, used directly by yum"
4231
4139
  msgstr "回傳軟體庫 GPG 金鑰的內容,直接由 yum 所使用"
4232
4140
 
4233
- msgid "Role"
4141
+ msgid "Returns content that can be both added and is currently added to the object. The value 'content_view_filter' is supported"
4234
4142
  msgstr ""
4235
4143
 
4144
+ msgid "Role"
4145
+ msgstr "角色"
4146
+
4236
4147
  msgid "Role of host"
4237
4148
  msgstr ""
4238
4149
 
4150
+ msgid "Roles"
4151
+ msgstr "角色"
4152
+
4239
4153
  msgid "Run Sync Plan:"
4240
4154
  msgstr ""
4241
4155
 
4242
- # translation auto-copied from project virt-manager, version 0.10.0, document virt-manager
4243
4156
  msgid "Running"
4244
4157
  msgstr "執行中"
4245
4158
 
@@ -4256,13 +4169,13 @@ msgid "SUBSCRIPTIONS EXPIRING SOON"
4256
4169
  msgstr ""
4257
4170
 
4258
4171
  msgid "Save"
4259
- msgstr ""
4172
+ msgstr "儲存"
4260
4173
 
4261
- msgid "Schedule errata for installation"
4262
- msgstr "為安裝排程勘誤"
4174
+ msgid "Schedule errata for installation using katello-agent. %s"
4175
+ msgstr ""
4263
4176
 
4264
4177
  msgid "Search"
4265
- msgstr ""
4178
+ msgstr "搜尋"
4266
4179
 
4267
4180
  msgid "Search pattern (defaults to '*')"
4268
4181
  msgstr ""
@@ -4274,37 +4187,34 @@ msgid "Search string for erratum to perform an action on"
4274
4187
  msgstr ""
4275
4188
 
4276
4189
  msgid "Search string for host to perform an action on"
4277
- msgstr ""
4190
+ msgstr "搜尋用以進行動作之主機的字串"
4278
4191
 
4279
4192
  msgid "Search string for hosts to perform an action on"
4280
4193
  msgstr ""
4281
4194
 
4282
- # translation auto-copied from project CFSE, version sam-1.2, document app
4283
4195
  msgid "Security"
4284
4196
  msgstr "安全性"
4285
4197
 
4286
4198
  msgid "Security errata applicable"
4287
- msgstr ""
4199
+ msgstr "可套用的安全性勘誤"
4288
4200
 
4289
4201
  msgid "Security errata installable"
4290
4202
  msgstr ""
4291
4203
 
4292
4204
  msgid "Select"
4293
- msgstr ""
4205
+ msgstr "選擇"
4294
4206
 
4295
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
4296
4207
  msgid "Select All"
4297
4208
  msgstr "全部選擇"
4298
4209
 
4299
4210
  msgid "Select Content View"
4300
4211
  msgstr "選擇內容視域"
4301
4212
 
4302
- # translation auto-copied from project CFSE, version sam-1.2, document app, author snowlet
4303
4213
  msgid "Select None"
4304
4214
  msgstr "全部不選擇"
4305
4215
 
4306
4216
  msgid "Select Organization"
4307
- msgstr ""
4217
+ msgstr "選擇組織"
4308
4218
 
4309
4219
  msgid "Select Value"
4310
4220
  msgstr ""
@@ -4325,12 +4235,11 @@ msgid "Select row"
4325
4235
  msgstr ""
4326
4236
 
4327
4237
  msgid "Select the installation media that will be used to provision this host. Choose 'Synced Content' for Synced Kickstart Repositories or 'All Media' for other media."
4328
- msgstr ""
4238
+ msgstr "選擇要用來佈建此主機的安裝媒介。請為已同步的 Kickstart 軟體庫選擇「已同步內容」、或為其它媒介選擇「所有媒介」。"
4329
4239
 
4330
4240
  msgid "Service Level"
4331
- msgstr ""
4241
+ msgstr "服務等級"
4332
4242
 
4333
- # translation auto-copied from project CFSE, version sam-1.2, document app
4334
4243
  msgid "Service Level %s"
4335
4244
  msgstr "服務等級 %s"
4336
4245
 
@@ -4344,7 +4253,7 @@ msgid "Service level to be used for autoheal"
4344
4253
  msgstr ""
4345
4254
 
4346
4255
  msgid "Set content overrides for the host"
4347
- msgstr ""
4256
+ msgstr "為主機設定內容覆寫"
4348
4257
 
4349
4258
  msgid "Set content overrides to one or more hosts"
4350
4259
  msgstr ""
@@ -4361,13 +4270,9 @@ msgstr ""
4361
4270
  msgid "Sets whether the Host will autoheal subscriptions upon checkin"
4362
4271
  msgstr ""
4363
4272
 
4364
- msgid "Setting 'default_location_puppet_content' is not set to a valid location."
4365
- msgstr ""
4366
-
4367
4273
  msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
4368
4274
  msgstr ""
4369
4275
 
4370
- # translation auto-copied from project CFSE, version sam-1.2, document app
4371
4276
  msgid "Severity"
4372
4277
  msgstr "嚴重性"
4373
4278
 
@@ -4383,9 +4288,6 @@ msgstr "顯示內容視域"
4383
4288
  msgid "Show a content view component"
4384
4289
  msgstr ""
4385
4290
 
4386
- msgid "Show a content view puppet module"
4387
- msgstr "顯示內容視域的 puppet 模組"
4388
-
4389
4291
  msgid "Show a content view's history"
4390
4292
  msgstr "顯示內容視域的歷史紀錄"
4391
4293
 
@@ -4429,7 +4331,7 @@ msgid "Show releases available for the content host"
4429
4331
  msgstr "顯示內容主機的可用發行版本"
4430
4332
 
4431
4333
  msgid "Show the available repository types"
4432
- msgstr ""
4334
+ msgstr "顯示可用軟體庫類型"
4433
4335
 
4434
4336
  msgid "Shows status of Katello system and it's subcomponents"
4435
4337
  msgstr ""
@@ -4456,12 +4358,11 @@ msgid "Skip metadata check on each repository on the smart proxy"
4456
4358
  msgstr ""
4457
4359
 
4458
4360
  msgid "Skipped pulp_auth check after failed pulp check"
4459
- msgstr ""
4361
+ msgstr "pulp 檢查失敗後,跳過 pulp_auth"
4460
4362
 
4461
4363
  msgid "Smart proxy IDs"
4462
- msgstr ""
4364
+ msgstr "智慧型代理伺服器的 ID"
4463
4365
 
4464
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
4465
4366
  msgid "Sockets: %s"
4466
4367
  msgstr "插槽:%s"
4467
4368
 
@@ -4477,17 +4378,35 @@ msgstr ""
4477
4378
  msgid "Some of your inputs contain errors. Please update them and save your changes again."
4478
4379
  msgstr ""
4479
4380
 
4480
- msgid "Something went wrong while retrieving the content view filters! ${error}"
4381
+ msgid "Some services are not properly started. See the About page for more information."
4382
+ msgstr ""
4383
+
4384
+ msgid "Something went wrong while retrieving the content view components! ${getResponseErrorMsgs(error.response)}"
4481
4385
  msgstr ""
4482
4386
 
4483
- msgid "Something went wrong while retrieving the repository types! ${error}"
4387
+ msgid "Something went wrong while retrieving the content view filter rules! ${getResponseErrorMsgs(error.response)}"
4388
+ msgstr ""
4389
+
4390
+ msgid "Something went wrong while retrieving the content view filter! ${getResponseErrorMsgs(error.response)}"
4391
+ msgstr ""
4392
+
4393
+ msgid "Something went wrong while retrieving the content view filters! ${getResponseErrorMsgs(error.response)}"
4394
+ msgstr ""
4395
+
4396
+ msgid "Something went wrong while retrieving the content view history! ${getResponseErrorMsgs(error.response)}"
4397
+ msgstr ""
4398
+
4399
+ msgid "Something went wrong while retrieving the content view versions! ${getResponseErrorMsgs(error.response)}"
4400
+ msgstr ""
4401
+
4402
+ msgid "Something went wrong while retrieving the repository types! ${getResponseErrorMsgs(error.response)}"
4484
4403
  msgstr ""
4485
4404
 
4486
4405
  msgid "Sort field and order, eg. 'id DESC'"
4487
4406
  msgstr ""
4488
4407
 
4489
4408
  msgid "Source RPM"
4490
- msgstr ""
4409
+ msgstr "來源 RPM"
4491
4410
 
4492
4411
  msgid "Specify the list of units in each repo"
4493
4412
  msgstr ""
@@ -4496,29 +4415,25 @@ msgid "Split the exported content into archives no greater than the specified si
4496
4415
  msgstr ""
4497
4416
 
4498
4417
  msgid "Stacking ID"
4499
- msgstr ""
4418
+ msgstr "堆疊 ID"
4500
4419
 
4501
- # translation auto-copied from project subscription-manager, version 1.10.10, document keys
4502
4420
  msgid "Start Date"
4503
4421
  msgstr "起始日期"
4504
4422
 
4505
- # translation auto-copied from project CFSE, version sam-1.2, document app, author snowlet
4506
4423
  msgid "Start Date and Time can't be blank"
4507
4424
  msgstr "起始日期與時間不能留白"
4508
4425
 
4509
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author snowlet
4510
4426
  msgid "Start Time"
4511
4427
  msgstr "起始時間"
4512
4428
 
4513
4429
  msgid "Starts"
4514
- msgstr ""
4430
+ msgstr "起始"
4515
4431
 
4516
- # translation auto-copied from project Satellite6 Hammer CLI Foreman, version 6.1, document hammer-cli-foreman
4517
4432
  msgid "Status"
4518
4433
  msgstr "狀態"
4519
4434
 
4520
4435
  msgid "Storage"
4521
- msgstr ""
4436
+ msgstr "儲存裝置"
4522
4437
 
4523
4438
  msgid "Stream"
4524
4439
  msgstr ""
@@ -4527,12 +4442,11 @@ msgid "Streams based on the host based on their status"
4527
4442
  msgstr ""
4528
4443
 
4529
4444
  msgid "Submit"
4530
- msgstr ""
4445
+ msgstr "提交"
4531
4446
 
4532
4447
  msgid "Subnet IDs"
4533
- msgstr ""
4448
+ msgstr "子網路的 ID"
4534
4449
 
4535
- # translation auto-copied from project PressGang CCMS topics, version 1, document 30851-704293, author ccheng
4536
4450
  msgid "Subscription"
4537
4451
  msgstr "訂閱"
4538
4452
 
@@ -4540,16 +4454,16 @@ msgid "Subscription Allocation"
4540
4454
  msgstr ""
4541
4455
 
4542
4456
  msgid "Subscription Details"
4543
- msgstr ""
4457
+ msgstr "訂閱詳細資訊"
4544
4458
 
4545
4459
  msgid "Subscription ID"
4546
4460
  msgstr "訂閱 ID"
4547
4461
 
4548
4462
  msgid "Subscription Info"
4549
- msgstr ""
4463
+ msgstr "訂閱服務資訊"
4550
4464
 
4551
4465
  msgid "Subscription Manifest"
4552
- msgstr ""
4466
+ msgstr "訂閱資訊清單"
4553
4467
 
4554
4468
  msgid "Subscription Manifest validity check"
4555
4469
  msgstr ""
@@ -4558,13 +4472,13 @@ msgid "Subscription Name"
4558
4472
  msgstr ""
4559
4473
 
4560
4474
  msgid "Subscription Pool id"
4561
- msgstr ""
4475
+ msgstr "訂閱集區 ID"
4562
4476
 
4563
4477
  msgid "Subscription Pool uuid"
4564
4478
  msgstr "訂閱集區的 UUID"
4565
4479
 
4566
4480
  msgid "Subscription Status"
4567
- msgstr ""
4481
+ msgstr "訂閱狀態"
4568
4482
 
4569
4483
  msgid "Subscription Watch"
4570
4484
  msgstr ""
@@ -4573,7 +4487,7 @@ msgid "Subscription expiration notification"
4573
4487
  msgstr ""
4574
4488
 
4575
4489
  msgid "Subscription id is nil."
4576
- msgstr ""
4490
+ msgstr "無訂閱 ID。"
4577
4491
 
4578
4492
  msgid "Subscription identifier"
4579
4493
  msgstr "訂閱識別子"
@@ -4594,10 +4508,10 @@ msgid "Subscription was not persisted - %{error_message}"
4594
4508
  msgstr ""
4595
4509
 
4596
4510
  msgid "Subscriptions"
4597
- msgstr ""
4511
+ msgstr "訂閱服務"
4598
4512
 
4599
4513
  msgid "Subscriptions Expiring in 120 Days"
4600
- msgstr ""
4514
+ msgstr "訂閱服務會在 120 內過期"
4601
4515
 
4602
4516
  msgid "Subscriptions expiring soon"
4603
4517
  msgstr ""
@@ -4611,12 +4525,11 @@ msgstr "根基於啟動金鑰的訂閱資訊:"
4611
4525
  msgid "Substitution Mismatch. Unable to update for content: (%{content}). From [%{content_url}] To [%{new_url}]."
4612
4526
  msgstr ""
4613
4527
 
4614
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
4615
4528
  msgid "Success"
4616
4529
  msgstr "成功"
4617
4530
 
4618
4531
  msgid "Successfully added %s Host(s)."
4619
- msgstr ""
4532
+ msgstr "已成功新增 %s 台主機。"
4620
4533
 
4621
4534
  msgid "Successfully added %{count} content host(s) to host collection %{host_collection}."
4622
4535
  msgstr "已成功新增 %{count} 台內容主機至主機集項目 %{host_collection}。"
@@ -4628,7 +4541,7 @@ msgid "Successfully initiated removal of %s product(s)"
4628
4541
  msgstr "已成功開始移除 %s 項產品之活動"
4629
4542
 
4630
4543
  msgid "Successfully removed %s Host(s)."
4631
- msgstr ""
4544
+ msgstr "已成功移除 %s 台主機。"
4632
4545
 
4633
4546
  msgid "Successfully removed %{count} content host(s) from host collection %{host_collection}."
4634
4547
  msgstr "已成功移除 %{count} 台內容主機,從主機集項目 %{host_collection}。"
@@ -4636,37 +4549,36 @@ msgstr "已成功移除 %{count} 台內容主機,從主機集項目 %{host_col
4636
4549
  msgid "Successfully synchronized."
4637
4550
  msgstr ""
4638
4551
 
4639
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
4640
4552
  msgid "Summary"
4641
4553
  msgstr "摘要"
4642
4554
 
4643
4555
  msgid "Support Type"
4644
- msgstr ""
4556
+ msgstr "支援類型"
4645
4557
 
4646
4558
  msgid "Supported Content Types"
4647
4559
  msgstr ""
4648
4560
 
4649
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
4650
4561
  msgid "Sync Canceled"
4651
4562
  msgstr "已取消同步"
4652
4563
 
4564
+ msgid "Sync Connection Timeout"
4565
+ msgstr ""
4566
+
4653
4567
  msgid "Sync Content View on Smart Proxy(ies)"
4654
4568
  msgstr ""
4655
4569
 
4656
4570
  msgid "Sync Incomplete"
4657
4571
  msgstr "同步未完成"
4658
4572
 
4659
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
4660
4573
  msgid "Sync Overview"
4661
4574
  msgstr "同步總覽"
4662
4575
 
4663
4576
  msgid "Sync Plan"
4664
- msgstr ""
4577
+ msgstr "同步計劃"
4665
4578
 
4666
4579
  msgid "Sync Plan: "
4667
4580
  msgstr ""
4668
4581
 
4669
- # translation auto-copied from project CFSE, version sam-1.2, document app, author snowlet
4670
4582
  msgid "Sync Plans"
4671
4583
  msgstr "同步計劃"
4672
4584
 
@@ -4676,26 +4588,24 @@ msgstr ""
4676
4588
  msgid "Sync Smart Proxies after Content View promotion"
4677
4589
  msgstr ""
4678
4590
 
4679
- # translation auto-copied from project CFSE, version sam-1.2, document app, author snowlet
4680
4591
  msgid "Sync Status"
4681
4592
  msgstr "同步的狀態"
4682
4593
 
4683
4594
  msgid "Sync Summary"
4684
- msgstr ""
4595
+ msgstr "同步摘要"
4685
4596
 
4686
4597
  msgid "Sync Summary for %s"
4687
- msgstr ""
4598
+ msgstr "%s 的同步摘要"
4688
4599
 
4689
4600
  msgid "Sync a repository"
4690
4601
  msgstr "同步軟體庫"
4691
4602
 
4692
4603
  msgid "Sync all repositories for a product"
4693
- msgstr ""
4604
+ msgstr "同步產品的所有軟體庫"
4694
4605
 
4695
4606
  msgid "Sync capsule"
4696
4607
  msgstr ""
4697
4608
 
4698
- # translation auto-copied from project CFSE, version sam-1.2, document app, author snowlet
4699
4609
  msgid "Sync complete."
4700
4610
  msgstr "完成同步。"
4701
4611
 
@@ -4712,7 +4622,7 @@ msgid "Sync state"
4712
4622
  msgstr ""
4713
4623
 
4714
4624
  msgid "Synced Content"
4715
- msgstr ""
4625
+ msgstr "已同步內容"
4716
4626
 
4717
4627
  msgid "Synced to smart proxy"
4718
4628
  msgstr ""
@@ -4720,12 +4630,11 @@ msgstr ""
4720
4630
  msgid "Synchronize"
4721
4631
  msgstr "同步"
4722
4632
 
4723
- # translation auto-copied from project CFSE, version sam-1.2, document app, author snowlet
4724
4633
  msgid "Synchronize Now"
4725
4634
  msgstr "立即同步"
4726
4635
 
4727
4636
  msgid "Synchronize capsule content"
4728
- msgstr ""
4637
+ msgstr "同步 capsule 內容"
4729
4638
 
4730
4639
  msgid "Synchronize repository"
4731
4640
  msgstr "同步軟體庫"
@@ -4748,11 +4657,14 @@ msgstr "同步完成。"
4748
4657
  msgid "System Purpose"
4749
4658
  msgstr ""
4750
4659
 
4751
- msgid "Tags"
4660
+ msgid "System Status"
4752
4661
  msgstr ""
4753
4662
 
4663
+ msgid "Tags"
4664
+ msgstr "標籤"
4665
+
4754
4666
  msgid "Task"
4755
- msgstr ""
4667
+ msgstr "工作"
4756
4668
 
4757
4669
  msgid "Task ${task.humanized.action} has started."
4758
4670
  msgstr ""
@@ -4764,22 +4676,23 @@ msgid "Task detail"
4764
4676
  msgstr ""
4765
4677
 
4766
4678
  msgid "Temporary"
4767
- msgstr ""
4679
+ msgstr "暫時性"
4768
4680
 
4769
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
4770
4681
  msgid "The '%s' environment cannot contain a changeset!"
4771
4682
  msgstr "'%s' 環境不可包含變更集!"
4772
4683
 
4773
4684
  msgid "The Subscription Allocation providing the imported manifest has been removed. Please create a new Subscription Allocation and import the new manifest."
4774
4685
  msgstr ""
4775
4686
 
4687
+ msgid "The URL to receive a session token from, e.g. used with Automation Hub."
4688
+ msgstr ""
4689
+
4776
4690
  msgid "The action requested on this composite view cannot be performed until all of the component content view versions have been promoted to the target environment: %{env}. This restriction is optional and can be modified in the Administrator -> Settings -> Content page using the restrict_composite_view flag."
4777
4691
  msgstr ""
4778
4692
 
4779
4693
  msgid "The actual file contents"
4780
4694
  msgstr "實際的檔案內容"
4781
4695
 
4782
- # translation auto-copied from project CFSE, version sam-1.2, document app, author snowlet
4783
4696
  msgid "The current organization cannot be deleted. Please switch to a different organization before deleting."
4784
4697
  msgstr "不能刪除目前的組織。刪除前請切換到其它組織。"
4785
4698
 
@@ -4804,6 +4717,12 @@ msgstr "新產生的內容視域版本的詳述"
4804
4717
  msgid "The email notification will include subscriptions expiring in this number of days or fewer."
4805
4718
  msgstr ""
4806
4719
 
4720
+ msgid "The environment %{name} is in use by %{count} Host Group(s) including %{names}"
4721
+ msgstr ""
4722
+
4723
+ msgid "The environment %{name} is in use by %{count} Host(s) including %{names}"
4724
+ msgstr ""
4725
+
4807
4726
  msgid "The erratum filter rule end date is in an invalid format or type."
4808
4727
  msgstr "勘誤篩選器規則的結束日期之格式或類型無效。"
4809
4728
 
@@ -4827,9 +4746,14 @@ msgid ""
4827
4746
  " %{repos}"
4828
4747
  msgstr ""
4829
4748
 
4830
- msgid "The id of the host to alter"
4749
+ msgid ""
4750
+ "The following repositories provided in the import metadata have an incorrect content type or provider type. Make sure the export and import repositories are of the same type before importing\n"
4751
+ " %{repos}"
4831
4752
  msgstr ""
4832
4753
 
4754
+ msgid "The id of the host to alter"
4755
+ msgstr "要修改的主機之 ID"
4756
+
4833
4757
  msgid "The list of environments to promote the specified Content View Version to (replacing the older version)"
4834
4758
  msgstr ""
4835
4759
 
@@ -4839,6 +4763,9 @@ msgstr ""
4839
4763
  msgid "The number of days remaining in a subscription before you will be reminded about renewing it."
4840
4764
  msgstr ""
4841
4765
 
4766
+ msgid "The number of items fetched from a single paged Pulp API call."
4767
+ msgstr ""
4768
+
4842
4769
  msgid "The offset in the file where the content starts"
4843
4770
  msgstr "檔案中之位移值,位於內容開始之處"
4844
4771
 
@@ -4846,7 +4773,7 @@ msgid "The order to sort the results in. ['asc', 'desc'] Defaults to 'desc'."
4846
4773
  msgstr ""
4847
4774
 
4848
4775
  msgid "The page you are attempting to access requires selecting a specific organization."
4849
- msgstr ""
4776
+ msgstr "您嘗試存取的網頁需要選擇特定組織。"
4850
4777
 
4851
4778
  msgid "The path %{real_path} does not seem to be a valid repository. If you think this is an error, please try refreshing your manifest."
4852
4779
  msgstr ""
@@ -4860,12 +4787,6 @@ msgstr "推送 %{content_view} 至 %{environment} 的程序已完成。您的主
4860
4787
  msgid "The promotion of %{content_view} to <b>%{environment}</b> has completed. %{count} needed errata are installable on your hosts."
4861
4788
  msgstr "推送 %{content_view} 至 <b>%{environment}</b> 的程序已完成。您的主機可安裝 %{count} 個必要的勘誤。"
4862
4789
 
4863
- msgid "The puppet environment %{name} is in use by %{count} Host Group(s) including %{names}"
4864
- msgstr "Puppet 環境 %{name} 目前正被 %{count} 主機群組使用中,包括 %{names}"
4865
-
4866
- msgid "The puppet environment %{name} is in use by %{count} Host(s) including %{names}"
4867
- msgstr "Puppet 環境 %{name} 目前正被 %{count} 部主機使用中,包括 %{names}"
4868
-
4869
4790
  msgid "The repository is already enabled"
4870
4791
  msgstr "軟體庫已啟用"
4871
4792
 
@@ -4881,9 +4802,6 @@ msgstr ""
4881
4802
  msgid "The requested traces were not found for this host"
4882
4803
  msgstr ""
4883
4804
 
4884
- msgid "The selected content source and lifecycle environment do not match"
4885
- msgstr ""
4886
-
4887
4805
  msgid ""
4888
4806
  "The selected kickstart repository is not part of the assigned content view, lifecycle environment,\n"
4889
4807
  " content source, operating system, and architecture"
@@ -4901,6 +4819,9 @@ msgstr ""
4901
4819
  msgid "The synchronization of \"%s\" has completed. Below is a summary of new errata."
4902
4820
  msgstr "「%s」的同步已完成。以下為新勘誤的摘要。"
4903
4821
 
4822
+ msgid "The token key to use for authentication."
4823
+ msgstr ""
4824
+
4904
4825
  msgid "The type of content. The following types are supported: 'package' and 'package_group."
4905
4826
  msgstr "內容的類型。支援以下類型:「package」(套件)與「package_group」(套件群組)。"
4906
4827
 
@@ -4916,16 +4837,12 @@ msgstr ""
4916
4837
  msgid "There are no errata that need to be applied to registered content hosts."
4917
4838
  msgstr "沒有需要套用至已註冊之內容主機的勘誤。"
4918
4839
 
4919
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author Chester Cheng
4920
4840
  msgid "There are no products or repositories enabled. Try enabling via %{custom} or %{redhat}."
4921
4841
  msgstr "並未啟用產品或軟體庫。請透過 %{custom} 或 %{redhat} 來啟用。"
4922
4842
 
4923
4843
  msgid "There either were no environments nor versions specified or there were invalid environments/versions specified. Please check environment_ids and content_view_version_ids parameters."
4924
4844
  msgstr "未指定環境或是版本,或是指定了無效的環境/版本。請檢查 environment_ids 和 content_view_version_ids 參數。"
4925
4845
 
4926
- msgid "There is already a module named \"%{value}\" in this content view."
4927
- msgstr ""
4928
-
4929
4846
  msgid "There is no Manifest History to display."
4930
4847
  msgstr ""
4931
4848
 
@@ -4939,7 +4856,7 @@ msgid "There was a problem retrieving Activation Key data from the server."
4939
4856
  msgstr ""
4940
4857
 
4941
4858
  msgid "There was an issue with the backend service %s: "
4942
- msgstr ""
4859
+ msgstr "後端服務 %s 有問題:"
4943
4860
 
4944
4861
  msgid "There's no running synchronization for this smart proxy."
4945
4862
  msgstr ""
@@ -4954,17 +4871,14 @@ msgid "This Organization's subscription manifest has expired. Please import a ne
4954
4871
  msgstr ""
4955
4872
 
4956
4873
  msgid "This action doesn't support package groups"
4957
- msgstr ""
4874
+ msgstr "這項動作不支援套件群組"
4958
4875
 
4959
- msgid "This action will become available after the Pulp 3 content migration"
4876
+ msgid "This action uses katello-agent, which is currently disabled. Use remote execution instead."
4960
4877
  msgstr ""
4961
4878
 
4962
4879
  msgid "This certificate allows a user to view the repositories in any environment from a browser."
4963
4880
  msgstr "此憑證能讓使用者透過瀏覽器檢視任何環境中的軟體庫。"
4964
4881
 
4965
- msgid "This content view has on demand repositories that cannot be exported: %{repos}"
4966
- msgstr ""
4967
-
4968
4882
  msgid "This content view version doesn't have a history."
4969
4883
  msgstr ""
4970
4884
 
@@ -5017,10 +4931,10 @@ msgid "This subscription is not relevant to the current organization."
5017
4931
  msgstr ""
5018
4932
 
5019
4933
  msgid "Time in seconds to wait for a Host to finish a remote action"
5020
- msgstr ""
4934
+ msgstr "等待主機完成遠端動作的等待時間(秒)"
5021
4935
 
5022
4936
  msgid "Time in seconds to wait for a Host to pickup a remote action"
5023
- msgstr ""
4937
+ msgstr "等待主機取得遠端動作的等待時間(秒)"
5024
4938
 
5025
4939
  msgid "Timeout when refreshing a manifest (in seconds)"
5026
4940
  msgstr ""
@@ -5028,19 +4942,18 @@ msgstr ""
5028
4942
  msgid "Timestamp"
5029
4943
  msgstr ""
5030
4944
 
5031
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys
5032
4945
  msgid "Title"
5033
4946
  msgstr "提示"
5034
4947
 
5035
4948
  msgid "Toggling Simple Content Access will refresh your manifest."
5036
4949
  msgstr ""
5037
4950
 
5038
- msgid "Total module count: %s."
5039
- msgstr "模組總數:%s。"
5040
-
5041
4951
  msgid "Total steps: "
5042
4952
  msgstr ""
5043
4953
 
4954
+ msgid "Total timeout in seconds for connections when syncing"
4955
+ msgstr ""
4956
+
5044
4957
  msgid "Tracer profile uploaded successfully"
5045
4958
  msgstr ""
5046
4959
 
@@ -5048,7 +4961,7 @@ msgid "Traces"
5048
4961
  msgstr ""
5049
4962
 
5050
4963
  msgid "Trigger an auto-attach of subscriptions"
5051
- msgstr ""
4964
+ msgstr "觸發自動連接訂閱服務"
5052
4965
 
5053
4966
  msgid "Trigger an auto-attach of subscriptions on one or more hosts"
5054
4967
  msgstr ""
@@ -5057,10 +4970,10 @@ msgid "Try changing your search settings."
5057
4970
  msgstr ""
5058
4971
 
5059
4972
  msgid "Trying to cancel the synchronization..."
5060
- msgstr ""
4973
+ msgstr "試圖取消同步……"
5061
4974
 
5062
4975
  msgid "Type"
5063
- msgstr ""
4976
+ msgstr "類型"
5064
4977
 
5065
4978
  msgid "Type of content"
5066
4979
  msgstr ""
@@ -5069,7 +4982,7 @@ msgid "Type of content: \"cert\", \"gpg_key\""
5069
4982
  msgstr ""
5070
4983
 
5071
4984
  msgid "UUID"
5072
- msgstr ""
4985
+ msgstr "UUID"
5073
4986
 
5074
4987
  msgid "UUID of the consumer"
5075
4988
  msgstr ""
@@ -5081,33 +4994,33 @@ msgid "UUID of the system"
5081
4994
  msgstr "系統的 UUID"
5082
4995
 
5083
4996
  msgid "UUID to use for registered host, random uuid is generated if not provided"
5084
- msgstr ""
4997
+ msgstr "註冊主機使用的 UUID,如果未提供,則會產生亂數 UUID"
5085
4998
 
5086
4999
  msgid "UUIDs of the virtual guests from the host's hypervisor"
5087
- msgstr ""
5000
+ msgstr "來自主機 hypervisor 的虛擬客座端 UUID"
5088
5001
 
5089
5002
  msgid "Unable to connect. Got: %s"
5090
- msgstr ""
5003
+ msgstr "無法連線。收到:%s"
5091
5004
 
5092
5005
  msgid "Unable to detect pulp storage"
5093
- msgstr ""
5006
+ msgstr "無法偵測 pulp 儲存"
5094
5007
 
5095
5008
  msgid "Unable to detect puppet path"
5096
5009
  msgstr ""
5097
5010
 
5098
5011
  msgid "Unable to export, 'pulp_export_destination' setting is not set to a valid directory."
5099
- msgstr ""
5012
+ msgstr "無法匯出,'pulp_export_destination' 設定並未設定為正確的目錄。"
5100
5013
 
5101
5014
  msgid "Unable to export. 'pulp_export_destination' setting is not a writable directory."
5102
5015
  msgstr ""
5103
5016
 
5104
- msgid "Unable to export. 'pulpcore_export_destination' setting is not set to a valid directory."
5017
+ msgid "Unable to find product '%s' in organization '%s'"
5105
5018
  msgstr ""
5106
5019
 
5107
- msgid "Unable to incrementally export. Do a Full Export on the library content before updating from the latest increment."
5020
+ msgid "Unable to get users"
5108
5021
  msgstr ""
5109
5022
 
5110
- msgid "Unable to perform unauthenticated repository list operation"
5023
+ msgid "Unable to incrementally export. Do a Full Export on the library content before updating from the latest increment."
5111
5024
  msgstr ""
5112
5025
 
5113
5026
  msgid "Unable to reassign activation_keys. Please check activation_key_content_view_id and activation_key_environment_id."
@@ -5123,14 +5036,20 @@ msgid "Unable to reassign systems. Please check system_content_view_id and syste
5123
5036
  msgstr "無法重新指定系統。請檢查 system_content_view_id 與 system_environment_id。"
5124
5037
 
5125
5038
  msgid "Unable to send errata e-mail notification: %{error}"
5126
- msgstr ""
5039
+ msgstr "無法收到勘誤的電子郵件通知:%{error}"
5127
5040
 
5128
5041
  msgid "Unable to sync repo. This repository does not have a feed url."
5129
- msgstr ""
5042
+ msgstr "無法同步軟體庫。此軟體庫並沒有發送用的網址。"
5130
5043
 
5131
5044
  msgid "Unable to synchronize any repository. You either do not have the permission to synchronize or the selected repositories do not have a feed url."
5132
5045
  msgstr "無法同步任何軟體庫。您可能沒有同步的權限,或是選擇的軟體庫沒有摘要 url。"
5133
5046
 
5047
+ msgid "Unable to update the repository list"
5048
+ msgstr ""
5049
+
5050
+ msgid "Unable to update the user-repository mapping"
5051
+ msgstr ""
5052
+
5134
5053
  msgid "Unapplied Errata"
5135
5054
  msgstr "未套用的勘誤"
5136
5055
 
@@ -5141,15 +5060,14 @@ msgid "Unattach a subscription"
5141
5060
  msgstr "取消訂閱的連結"
5142
5061
 
5143
5062
  msgid "Unentitled"
5144
- msgstr ""
5063
+ msgstr "沒有權利"
5145
5064
 
5146
5065
  msgid "Unfiltered params array: %s."
5147
5066
  msgstr ""
5148
5067
 
5149
- msgid "Uninstall packages remotely"
5150
- msgstr "遠端移除套件"
5068
+ msgid "Uninstall packages remotely using katello-agent. %s"
5069
+ msgstr ""
5151
5070
 
5152
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
5153
5071
  msgid "Unknown"
5154
5072
  msgstr "不明"
5155
5073
 
@@ -5157,25 +5075,25 @@ msgid "Unknown Action"
5157
5075
  msgstr ""
5158
5076
 
5159
5077
  msgid "Unknown errata status"
5160
- msgstr ""
5078
+ msgstr "未知的勘誤狀態"
5161
5079
 
5162
5080
  msgid "Unknown or Unregistered"
5163
5081
  msgstr ""
5164
5082
 
5165
5083
  msgid "Unknown subscription status"
5166
- msgstr ""
5084
+ msgstr "未知的訂閱狀態"
5167
5085
 
5168
5086
  msgid "Unknown traces status"
5169
5087
  msgstr ""
5170
5088
 
5171
5089
  msgid "Unlimited"
5172
- msgstr ""
5090
+ msgstr "無限制"
5173
5091
 
5174
5092
  msgid "Unregister host %s before assigning an organization"
5175
5093
  msgstr ""
5176
5094
 
5177
5095
  msgid "Unregister the host as a subscription consumer"
5178
- msgstr ""
5096
+ msgstr "取消註冊主機為訂閱消耗者"
5179
5097
 
5180
5098
  msgid "Unspecified"
5181
5099
  msgstr ""
@@ -5186,7 +5104,6 @@ msgstr ""
5186
5104
  msgid "Unsubscribed hypervisor"
5187
5105
  msgstr ""
5188
5106
 
5189
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author Chester Cheng
5190
5107
  msgid "Unsupported URL protocol %s."
5191
5108
  msgstr "不支援的 URL 通訊協定 %s。"
5192
5109
 
@@ -5223,9 +5140,6 @@ msgstr "更新篩選規則。包含的參數不應該根基於篩選類型。"
5223
5140
  msgid "Update a host collection"
5224
5141
  msgstr "更新主機集項目"
5225
5142
 
5226
- msgid "Update a puppet module associated with the content view"
5227
- msgstr "更新與內容視域相聯的 puppet 模組"
5228
-
5229
5143
  msgid "Update a repository"
5230
5144
  msgstr "更新軟體庫"
5231
5145
 
@@ -5241,17 +5155,17 @@ msgstr "更新環境"
5241
5155
  msgid "Update an environment in an organization"
5242
5156
  msgstr "更新組織中的環境"
5243
5157
 
5244
- msgid "Update content on one or more hosts"
5158
+ msgid "Update content on one or more hosts using katello-agent. %s"
5245
5159
  msgstr ""
5246
5160
 
5247
5161
  msgid "Update content urls"
5248
5162
  msgstr ""
5249
5163
 
5250
5164
  msgid "Update for host"
5251
- msgstr ""
5165
+ msgstr "給主機的更新"
5252
5166
 
5253
5167
  msgid "Update for host %s"
5254
- msgstr ""
5168
+ msgstr "給主機 %s 的更新"
5255
5169
 
5256
5170
  msgid "Update http proxy"
5257
5171
  msgstr ""
@@ -5278,13 +5192,13 @@ msgid "Update package for %s"
5278
5192
  msgstr ""
5279
5193
 
5280
5194
  msgid "Update package group via Katello interface"
5281
- msgstr ""
5195
+ msgstr "透過 Katello 介面更新套件群組"
5282
5196
 
5283
5197
  msgid "Update package via Katello interface"
5284
- msgstr ""
5198
+ msgstr "透過 Katello 介面更新套件"
5285
5199
 
5286
- msgid "Update packages remotely"
5287
- msgstr "遠端更新套件"
5200
+ msgid "Update packages remotely using katello-agent. %s"
5201
+ msgstr ""
5288
5202
 
5289
5203
  msgid "Update redhat repository"
5290
5204
  msgstr ""
@@ -5308,10 +5222,10 @@ msgid "Update the quantity of one or more subscriptions on an upstream allocatio
5308
5222
  msgstr ""
5309
5223
 
5310
5224
  msgid "Updated"
5311
- msgstr ""
5225
+ msgstr "已更新"
5312
5226
 
5313
5227
  msgid "Updates"
5314
- msgstr ""
5228
+ msgstr "更新"
5315
5229
 
5316
5230
  msgid "Updates a product"
5317
5231
  msgstr "更新產品"
@@ -5319,7 +5233,6 @@ msgstr "更新產品"
5319
5233
  msgid "Updates all packages on the host(s)"
5320
5234
  msgstr ""
5321
5235
 
5322
- # translation auto-copied from project CFSE, version sam-1.2, document app, author snowlet
5323
5236
  msgid "Updating Package..."
5324
5237
  msgstr "正在更新套件……"
5325
5238
 
@@ -5329,7 +5242,6 @@ msgstr ""
5329
5242
  msgid "Updating System Purpose for host %s"
5330
5243
  msgstr ""
5331
5244
 
5332
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author Chester Cheng
5333
5245
  msgid "Updating package group..."
5334
5246
  msgstr "更新套件群組......"
5335
5247
 
@@ -5352,7 +5264,7 @@ msgid "Upload content into the repository"
5352
5264
  msgstr "上傳內容至軟體庫"
5353
5265
 
5354
5266
  msgid "Upload errata into"
5355
- msgstr ""
5267
+ msgstr "上傳勘誤至"
5356
5268
 
5357
5269
  msgid "Upload into"
5358
5270
  msgstr "上傳入"
@@ -5390,6 +5302,9 @@ msgstr ""
5390
5302
  msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
5391
5303
  msgstr ""
5392
5304
 
5305
+ msgid "User"
5306
+ msgstr "使用者"
5307
+
5393
5308
  msgid "User '%s' did not specify an organization ID and does not have a default organization."
5394
5309
  msgstr "使用者「%s」並未指定組織 ID,並且沒有預設的組織。"
5395
5310
 
@@ -5397,7 +5312,7 @@ msgid "User '%{user}' does not belong to Organization '%{organization}'."
5397
5312
  msgstr "使用者 '%{user}' 並不屬於組織 '%{organization}'。"
5398
5313
 
5399
5314
  msgid "User IDs"
5400
- msgstr ""
5315
+ msgstr "使用者 ID"
5401
5316
 
5402
5317
  msgid "User must be logged in."
5403
5318
  msgstr "使用者必須登入。"
@@ -5409,7 +5324,7 @@ msgid "Username to access URL"
5409
5324
  msgstr ""
5410
5325
 
5411
5326
  msgid "Valid"
5412
- msgstr ""
5327
+ msgstr "有效"
5413
5328
 
5414
5329
  msgid "Value must either be a boolean or 'default' for 'enabled'"
5415
5330
  msgstr ""
@@ -5424,19 +5339,20 @@ msgid "Verify checksum of repository contents"
5424
5339
  msgstr ""
5425
5340
 
5426
5341
  msgid "Version"
5427
- msgstr ""
5342
+ msgstr "版本"
5428
5343
 
5429
5344
  msgid "Versions"
5345
+ msgstr "版本"
5346
+
5347
+ msgid "Versions will appear here when the content view is published."
5430
5348
  msgstr ""
5431
5349
 
5432
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author Chester Cheng
5433
5350
  msgid "View %{view} has not been promoted to %{env}"
5434
5351
  msgstr "檢視 %{view} 並未被推送到 %{env}"
5435
5352
 
5436
5353
  msgid "View a report of the affected hosts"
5437
5354
  msgstr ""
5438
5355
 
5439
- # translation auto-copied from project nm-applet, version 0.8.1, document nm-applet, author ccheng
5440
5356
  msgid "Virtual"
5441
5357
  msgstr "虛擬"
5442
5358
 
@@ -5447,19 +5363,19 @@ msgid "When registering a host via subscription-manager, force use the specified
5447
5363
  msgstr ""
5448
5364
 
5449
5365
  msgid "When set to 'True' repository types that are creatable will be returned"
5450
- msgstr ""
5366
+ msgstr "設置為「真」的時候,會傳回可建立的軟體庫類型"
5451
5367
 
5452
5368
  msgid "When unregistering a host via subscription-manager, also delete the host record. Managed resources linked to host such as virtual machines and DNS records may also be deleted."
5453
5369
  msgstr ""
5454
5370
 
5455
5371
  msgid "Whether or not the host collection may have unlimited hosts"
5456
- msgstr ""
5372
+ msgstr "主機集項目是否有無上限的主機"
5457
5373
 
5458
5374
  msgid "Whether or not to auto sync the Smart Proxies after a Content View promotion."
5459
5375
  msgstr ""
5460
5376
 
5461
5377
  msgid "Whether or not to check the status of backend services such as pulp and candlepin prior to performing some actions."
5462
- msgstr ""
5378
+ msgstr "在進行一些動作前,是否要檢查後端服務(例如 pulp 與 candlepin)的狀態。"
5463
5379
 
5464
5380
  msgid "Whether or not to regenerate the repository on disk. Default: true"
5465
5381
  msgstr ""
@@ -5471,10 +5387,10 @@ msgid "Whether or not to sync an external capsule after upload. Default: true"
5471
5387
  msgstr ""
5472
5388
 
5473
5389
  msgid "Whether to include available content attribute in results"
5474
- msgstr ""
5390
+ msgstr "是否要在結果中包括可用的內容屬性"
5475
5391
 
5476
5392
  msgid "Workers"
5477
- msgstr ""
5393
+ msgstr "工作者"
5478
5394
 
5479
5395
  msgid "Wrong content type submitted."
5480
5396
  msgstr ""
@@ -5483,7 +5399,7 @@ msgid "Yay empty state"
5483
5399
  msgstr ""
5484
5400
 
5485
5401
  msgid "Yes"
5486
- msgstr ""
5402
+ msgstr ""
5487
5403
 
5488
5404
  msgid "You are currently operating in disconnected mode where access to Red Hat Subcription Management is prohibited. If you would like to change this, please update the content setting 'Disconnected mode'."
5489
5405
  msgstr ""
@@ -5498,7 +5414,7 @@ msgid "You can check sync status for repositories only in the library lifecycle
5498
5414
  msgstr "您只可以在函示庫生命週期的環境中,檢查軟體庫的同步狀態。"
5499
5415
 
5500
5416
  msgid "You cannot have more than %{max_hosts} host(s) associated with host collection '%{host_collection}'."
5501
- msgstr ""
5417
+ msgstr "您不能有超過 %{max_hosts} 台內容主機與主機集項目 '%{host_collection}' 相聯。"
5502
5418
 
5503
5419
  msgid "You cannot set an organization's parent. This feature is disabled."
5504
5420
  msgstr "您不能設置組織的父組織。這項功能已停用。"
@@ -5512,9 +5428,15 @@ msgstr ""
5512
5428
  msgid "You currently don't have any filters for this content view."
5513
5429
  msgstr ""
5514
5430
 
5431
+ msgid "You currently don't have any history for this content view."
5432
+ msgstr ""
5433
+
5515
5434
  msgid "You currently don't have any repositories to add to this content view."
5516
5435
  msgstr ""
5517
5436
 
5437
+ msgid "You currently don't have any versions for this content view."
5438
+ msgstr ""
5439
+
5518
5440
  msgid "You do not have permissions to delete %s"
5519
5441
  msgstr "您沒有刪除 %s 的權限"
5520
5442
 
@@ -5546,13 +5468,13 @@ msgid "Your search query was invalid. Please revise it and try again. The full e
5546
5468
  msgstr ""
5547
5469
 
5548
5470
  msgid "Yum Metadata: %s"
5549
- msgstr ""
5471
+ msgstr "Yum Metadata:%s"
5550
5472
 
5551
5473
  msgid "a deb"
5552
5474
  msgstr ""
5553
5475
 
5554
5476
  msgid "a docker manifest"
5555
- msgstr ""
5477
+ msgstr "docker 清單"
5556
5478
 
5557
5479
  msgid "a docker manifest list"
5558
5480
  msgstr ""
@@ -5563,6 +5485,9 @@ msgstr "docker 標籤"
5563
5485
  msgid "a file"
5564
5486
  msgstr ""
5565
5487
 
5488
+ msgid "a future release"
5489
+ msgstr ""
5490
+
5566
5491
  msgid "a module stream"
5567
5492
  msgstr ""
5568
5493
 
@@ -5572,9 +5497,6 @@ msgstr "套件"
5572
5497
  msgid "a package group"
5573
5498
  msgstr "套件群組"
5574
5499
 
5575
- msgid "a puppet module"
5576
- msgstr "puppet 模組"
5577
-
5578
5500
  msgid "actions not found"
5579
5501
  msgstr ""
5580
5502
 
@@ -5591,23 +5513,23 @@ msgid "add all module streams without errata to the included/excluded list. (mod
5591
5513
  msgstr ""
5592
5514
 
5593
5515
  msgid "add all packages without errata to the included/excluded list. (package filter only)"
5594
- msgstr ""
5516
+ msgstr "在不包含勘誤的情況下將所有套件加入 included/excluded 清單中。(僅有套件篩選器)"
5595
5517
 
5596
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
5597
5518
  msgid "all packages"
5598
5519
  msgstr "所有套件"
5599
5520
 
5600
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
5601
5521
  msgid "all packages update"
5602
5522
  msgstr "所有套件更新"
5603
5523
 
5604
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
5605
5524
  msgid "all packages update failed"
5606
5525
  msgstr "所有套件更新皆失敗了"
5607
5526
 
5608
5527
  msgid "allow unauthenticed pull of container images"
5609
5528
  msgstr ""
5610
5529
 
5530
+ msgid "already belongs to the content view"
5531
+ msgstr ""
5532
+
5611
5533
  msgid "already taken"
5612
5534
  msgstr "已取得"
5613
5535
 
@@ -5621,16 +5543,13 @@ msgid "an organization"
5621
5543
  msgstr "組織"
5622
5544
 
5623
5545
  msgid "an ostree branch"
5624
- msgstr ""
5546
+ msgstr "ostree 分支"
5625
5547
 
5626
5548
  msgid "are only allowed for Yum repositories."
5627
5549
  msgstr ""
5628
5550
 
5629
5551
  msgid "attempted to sync without a feed URL"
5630
- msgstr ""
5631
-
5632
- msgid "author of the puppet module"
5633
- msgstr "puppet 模組的作者"
5552
+ msgstr "試圖在沒有 feed URL 的情況下同步"
5634
5553
 
5635
5554
  msgid "auto attach subscriptions upon registration"
5636
5555
  msgstr "註冊後自動連接訂閱"
@@ -5641,18 +5560,15 @@ msgstr "進行軟體庫復原的基礎網址"
5641
5560
  msgid "can the activation key have unlimited hosts"
5642
5561
  msgstr ""
5643
5562
 
5644
- # translation auto-copied from project CFSE, version sam-1.2, document app, author snowlet
5645
5563
  msgid "can't be blank"
5646
5564
  msgstr "不能留白"
5647
5565
 
5648
5566
  msgid "cannot add filter to import-only view"
5649
5567
  msgstr ""
5650
5568
 
5651
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
5652
5569
  msgid "cannot be a binary file."
5653
5570
  msgstr "不能是二進位檔案。"
5654
5571
 
5655
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author Chester Cheng
5656
5572
  msgid "cannot be blank"
5657
5573
  msgstr "不可留白"
5658
5574
 
@@ -5681,7 +5597,7 @@ msgid "cannot be set for non-ostree repositories."
5681
5597
  msgstr ""
5682
5598
 
5683
5599
  msgid "cannot be set for non-yum repositories."
5684
- msgstr ""
5600
+ msgstr "不能設定為非 yum 軟體庫。"
5685
5601
 
5686
5602
  msgid "cannot contain characters other than ascii alpha numerals, '_', '-'. "
5687
5603
  msgstr "不可包含除了 ascii 字母數字、'_'、'-' 以外的字元。"
@@ -5695,24 +5611,14 @@ msgstr "在複合檢視中無法包含篩選器"
5695
5611
  msgid "cannot contain filters whose repositories do not belong to this content view"
5696
5612
  msgstr "無法包含不屬於此內容視域的篩選器"
5697
5613
 
5698
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
5699
5614
  msgid "cannot contain more than %s characters"
5700
5615
  msgstr "不可包含超過 %s 個字元"
5701
5616
 
5702
5617
  msgid "checking Candlepin task status"
5703
- msgstr ""
5618
+ msgstr "檢查 Candlepin 任務狀態"
5704
5619
 
5705
5620
  msgid "checking Pulp task status"
5706
- msgstr ""
5707
-
5708
- msgid "comma-separated list of architectures to be synced from deb-archive"
5709
- msgstr ""
5710
-
5711
- msgid "comma-separated list of releases to be synced from deb-archive"
5712
- msgstr ""
5713
-
5714
- msgid "comma-separated list of repo components to be synced from deb-archive"
5715
- msgstr ""
5621
+ msgstr "檢查 Pulp 任務狀態"
5716
5622
 
5717
5623
  msgid "composite content view identifier"
5718
5624
  msgstr ""
@@ -5726,7 +5632,7 @@ msgstr ""
5726
5632
  msgid "content release version"
5727
5633
  msgstr "內容發行版本"
5728
5634
 
5729
- msgid "content type ('deb', 'docker_manifest', 'file', 'ostree', 'puppet_module', 'rpm', 'srpm')"
5635
+ msgid "content type ('deb', 'docker_manifest', 'file', 'ostree', 'rpm', 'srpm')"
5730
5636
  msgstr ""
5731
5637
 
5732
5638
  msgid "content view component ID. Identifier of the component association"
@@ -5775,7 +5681,7 @@ msgid "content view versions to compare"
5775
5681
  msgstr "欲進行比較的內容視域版本"
5776
5682
 
5777
5683
  msgid "create a filter for a content view"
5778
- msgstr ""
5684
+ msgstr "為內容視域建立篩選器"
5779
5685
 
5780
5686
  msgid "deb Packages"
5781
5687
  msgstr ""
@@ -5787,9 +5693,8 @@ msgid "default package names to include in the package group"
5787
5693
  msgstr ""
5788
5694
 
5789
5695
  msgid "delete a filter"
5790
- msgstr ""
5696
+ msgstr "刪除篩選器"
5791
5697
 
5792
- # translation auto-copied from project webkitgtk3, version 2.0.3, document webkitgtk3
5793
5698
  msgid "description"
5794
5699
  msgstr "描述"
5795
5700
 
@@ -5851,7 +5756,7 @@ msgid "erratum: id"
5851
5756
  msgstr "勘誤:ID"
5852
5757
 
5853
5758
  msgid "erratum: search using the 'Issued On' or 'Updated On' column of the errata. Values are 'issued'/'updated'"
5854
- msgstr ""
5759
+ msgstr "勘誤:使用勘誤的'發出於' 或 '更新於' 欄位。值為 'issued'/'updated'"
5855
5760
 
5856
5761
  msgid "erratum: start date (YYYY-MM-DD)"
5857
5762
  msgstr "勘誤:開始日期(YYYY-MM-DD)"
@@ -5869,7 +5774,7 @@ msgid "filter by sync date"
5869
5774
  msgstr "用同步日期篩選"
5870
5775
 
5871
5776
  msgid "filter content view filters by name"
5872
- msgstr ""
5777
+ msgstr "以名稱來篩選內容視域篩選器"
5873
5778
 
5874
5779
  msgid "filter identifier"
5875
5780
  msgstr "篩選器識別子"
@@ -5884,13 +5789,13 @@ msgid "force content view promotion and bypass lifecycle environment restriction
5884
5789
  msgstr "強制進行內容視域推送,而跳過生命週期環境限制"
5885
5790
 
5886
5791
  msgid "foreman-tasks service not running or is not ready yet"
5887
- msgstr ""
5792
+ msgstr "foreman-tasks 服務非執行中或未準備好"
5888
5793
 
5889
5794
  msgid "has already been taken"
5890
5795
  msgstr "已被使用"
5891
5796
 
5892
5797
  msgid "has already been taken for a product in this organization."
5893
- msgstr ""
5798
+ msgstr "已經為此組織的產品使用。"
5894
5799
 
5895
5800
  msgid "has already been taken for this product."
5896
5801
  msgstr "已經為此產品使用。"
@@ -5902,13 +5807,13 @@ msgid "host collection name to filter by"
5902
5807
  msgstr "要篩選的主機集名稱,透過"
5903
5808
 
5904
5809
  msgid "hosts"
5905
- msgstr ""
5810
+ msgstr "主機"
5906
5811
 
5907
5812
  msgid "how often synchronization should run"
5908
5813
  msgstr "多久同步一次"
5909
5814
 
5910
5815
  msgid "id of a host"
5911
- msgstr ""
5816
+ msgstr "主機的 ID"
5912
5817
 
5913
5818
  msgid "id of host"
5914
5819
  msgstr ""
@@ -5929,32 +5834,26 @@ msgid "if true, Katello will verify the upstream url's SSL certifcates are signe
5929
5834
  msgstr ""
5930
5835
 
5931
5836
  msgid "initiating Candlepin task"
5932
- msgstr ""
5837
+ msgstr "初始化 Candlepin 任務"
5933
5838
 
5934
5839
  msgid "initiating Pulp task"
5935
- msgstr ""
5840
+ msgstr "初始化 Pulp 任務"
5936
5841
 
5937
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
5938
5842
  msgid "installing errata..."
5939
5843
  msgstr "正在安裝勘誤..."
5940
5844
 
5941
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
5942
5845
  msgid "installing erratum..."
5943
5846
  msgstr "正在安裝勘誤..."
5944
5847
 
5945
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
5946
5848
  msgid "installing package group..."
5947
5849
  msgstr "正在安裝套件群組..."
5948
5850
 
5949
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
5950
5851
  msgid "installing package groups..."
5951
5852
  msgstr "正在安裝套件群組..."
5952
5853
 
5953
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
5954
5854
  msgid "installing package..."
5955
5855
  msgstr "正在安裝套件..."
5956
5856
 
5957
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
5958
5857
  msgid "installing packages..."
5959
5858
  msgstr "正在安裝套件..."
5960
5859
 
@@ -5970,7 +5869,6 @@ msgstr ""
5970
5869
  msgid "is already attached to the capsule"
5971
5870
  msgstr "已連至 capsule"
5972
5871
 
5973
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
5974
5872
  msgid "is invalid"
5975
5873
  msgstr "無效"
5976
5874
 
@@ -5987,7 +5885,7 @@ msgid "limit to only repositories with this download policy"
5987
5885
  msgstr ""
5988
5886
 
5989
5887
  msgid "list filters"
5990
- msgstr ""
5888
+ msgstr "列出篩選器"
5991
5889
 
5992
5890
  msgid "list of packages names"
5993
5891
  msgstr "套件名稱清單"
@@ -6002,22 +5900,16 @@ msgid "mandatory package names to include in the package group"
6002
5900
  msgstr ""
6003
5901
 
6004
5902
  msgid "max_hosts must be given a value if this host collection is not unlimited."
6005
- msgstr ""
5903
+ msgstr "如果此主機集並非無限制,就必須給定一個值。"
6006
5904
 
6007
5905
  msgid "maximum number of registered content hosts"
6008
5906
  msgstr "已註冊的內容主機之最大數量"
6009
5907
 
6010
5908
  msgid "maximum size of each ISO in MB"
6011
- msgstr ""
6012
-
6013
- msgid "maximum size of each ISO in MB. Relevant only for Pulp 2 repositories"
6014
- msgstr ""
5909
+ msgstr "每個 ISO 的最大大小(MB)"
6015
5910
 
6016
5911
  msgid "may not be less than the number of hosts associated with the host collection."
6017
- msgstr ""
6018
-
6019
- msgid "module name to restrict modules for"
6020
- msgstr "要限制模組的模組名稱"
5912
+ msgstr "不能低於與此主機集相聯的主機數量。"
6021
5913
 
6022
5914
  msgid "module stream ids"
6023
5915
  msgstr ""
@@ -6028,7 +5920,6 @@ msgstr ""
6028
5920
  msgid "must be %{gpg_key} or %{cert}"
6029
5921
  msgstr ""
6030
5922
 
6031
- # translation auto-copied from project CFSE, version sam-1.2, document app
6032
5923
  msgid "must be a positive integer value."
6033
5924
  msgstr "必須是個正整數。"
6034
5925
 
@@ -6038,18 +5929,15 @@ msgstr "必須是以下其中之一:%s"
6038
5929
  msgid "must be one of: %s"
6039
5930
  msgstr ""
6040
5931
 
6041
- # translation auto-copied from project CFSE, version sam-1.2, document app, author snowlet
6042
5932
  msgid "must be unique within one organization"
6043
5933
  msgstr "必須在組織中是獨一無二的"
6044
5934
 
6045
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
6046
5935
  msgid "must contain '%s'"
6047
5936
  msgstr "必須包含 '%s'"
6048
5937
 
6049
5938
  msgid "must contain GPG Key"
6050
5939
  msgstr "必須包含 GPG 金鑰"
6051
5940
 
6052
- # translation auto-copied from project CFSE, version sam-1.2, document app, author snowlet
6053
5941
  msgid "must contain at least %s character"
6054
5942
  msgstr "必須包含至少 %s 個字元"
6055
5943
 
@@ -6059,11 +5947,9 @@ msgstr "必須包含正確的公開 GPG 金鑰"
6059
5947
  msgid "must contain valid Public GPG Key"
6060
5948
  msgstr "必須包含正確的公開 GPG 金鑰"
6061
5949
 
6062
- # translation auto-copied from project CFSE, version sam-1.2, document app, author snowlet
6063
5950
  msgid "must not contain leading or trailing white spaces."
6064
5951
  msgstr "前、後都不可包含空白字元。"
6065
5952
 
6066
- # translation auto-copied from project anaconda, version 19.31.34, document anaconda
6067
5953
  msgid "name"
6068
5954
  msgstr "名稱"
6069
5955
 
@@ -6085,13 +5971,12 @@ msgstr "篩選器名稱"
6085
5971
  msgid "name of the organization"
6086
5972
  msgstr "組織名稱"
6087
5973
 
6088
- msgid "name of the puppet module"
6089
- msgstr "puppet 模組名稱"
6090
-
6091
5974
  msgid "name of the repository"
6092
5975
  msgstr "軟體庫名稱"
6093
5976
 
6094
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
5977
+ msgid "name of the subscription"
5978
+ msgstr ""
5979
+
6095
5980
  msgid "name: %s doesn't exist "
6096
5981
  msgstr "名稱:%s 不存在"
6097
5982
 
@@ -6102,7 +5987,7 @@ msgid "new name to be given to the environment"
6102
5987
  msgstr "給環境的新名稱"
6103
5988
 
6104
5989
  msgid "no"
6105
- msgstr ""
5990
+ msgstr ""
6106
5991
 
6107
5992
  msgid "no global default"
6108
5993
  msgstr ""
@@ -6110,13 +5995,15 @@ msgstr ""
6110
5995
  msgid "obtain manifest history for subscriptions"
6111
5996
  msgstr "取得給訂閱服務使用的清單歷史"
6112
5997
 
6113
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
6114
5998
  msgid "of environment must be unique within one organization"
6115
5999
  msgstr "一個組織中的環境名稱必須是獨特的"
6116
6000
 
6117
6001
  msgid "only repositories having at least one of the specified content type ex: rpm , erratum"
6118
6002
  msgstr ""
6119
6003
 
6004
+ msgid "only show the repositories readable by this user with this username"
6005
+ msgstr ""
6006
+
6120
6007
  msgid "optional package names to include in the package group"
6121
6008
  msgstr ""
6122
6009
 
@@ -6156,11 +6043,14 @@ msgstr "套件:版本"
6156
6043
  msgid "package_ids is not an array"
6157
6044
  msgstr "package_ids 不是個陣列"
6158
6045
 
6046
+ msgid "params 'show_all_for' and 'available_for' must be used independently"
6047
+ msgstr ""
6048
+
6159
6049
  msgid "pattern for container image names"
6160
6050
  msgstr ""
6161
6051
 
6162
6052
  msgid "perform an incremental import"
6163
- msgstr ""
6053
+ msgstr "進行累進匯入"
6164
6054
 
6165
6055
  msgid "policies for HTTP proxy for content sync"
6166
6056
  msgstr ""
@@ -6177,28 +6067,18 @@ msgstr ""
6177
6067
  msgid "product numeric identifier"
6178
6068
  msgstr "產品的數字識別子"
6179
6069
 
6180
- msgid "puppet module ID"
6181
- msgstr " puppet 模組 ID"
6182
-
6183
- msgid "puppet_module_ids is not an array"
6184
- msgstr "puppet_module_ids 不是個陣列"
6185
-
6186
6070
  msgid "register_hostname_fact set for %s, but no fact found, or was localhost."
6187
6071
  msgstr ""
6188
6072
 
6189
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
6190
6073
  msgid "removing package group..."
6191
6074
  msgstr "正在移除套件群組..."
6192
6075
 
6193
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
6194
6076
  msgid "removing package groups..."
6195
6077
  msgstr "正在移除套件群組..."
6196
6078
 
6197
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
6198
6079
  msgid "removing package..."
6199
6080
  msgstr "正在移除套件..."
6200
6081
 
6201
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
6202
6082
  msgid "removing packages..."
6203
6083
  msgstr "正在移除套件..."
6204
6084
 
@@ -6248,16 +6128,16 @@ msgid "show archived repositories"
6248
6128
  msgstr ""
6249
6129
 
6250
6130
  msgid "show filter info"
6251
- msgstr ""
6131
+ msgstr "顯示篩選器資訊"
6252
6132
 
6253
6133
  msgid "show repositories in Library and the default content view"
6254
6134
  msgstr "在函示庫與預設內容視域中顯示軟體庫"
6255
6135
 
6256
6136
  msgid "some executors are not responding, check %{status_url}"
6257
- msgstr ""
6137
+ msgstr "一些執行者沒有回應,請檢查 %{status_url}"
6258
6138
 
6259
6139
  msgid "source URL is malformed"
6260
- msgstr ""
6140
+ msgstr "來源 URL 格式錯誤"
6261
6141
 
6262
6142
  msgid "specifies if content should be included or excluded, default: inclusion=false"
6263
6143
  msgstr "指定要納入或排除內容,預設值:inclusion=false"
@@ -6266,7 +6146,7 @@ msgid "start datetime of synchronization"
6266
6146
  msgstr "開始同步的日期與時間"
6267
6147
 
6268
6148
  msgid "subscriptions not specified"
6269
- msgstr ""
6149
+ msgstr "未指定訂閱服務"
6270
6150
 
6271
6151
  msgid "sync plan description"
6272
6152
  msgstr "同步計畫的描述"
@@ -6278,21 +6158,11 @@ msgid "sync plan numeric identifier"
6278
6158
  msgstr "同步計畫的數字型態識別子"
6279
6159
 
6280
6160
  msgid "temporarily override feed URL for sync"
6281
- msgstr ""
6161
+ msgstr "暫時覆寫同步的 feed URL"
6282
6162
 
6283
- # translation auto-copied from project CFSE, version sam-1.2, document app, author snowlet
6284
6163
  msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
6285
6164
  msgstr "Red Hat 供應者的以下屬性可以更新:[ %s ]"
6286
6165
 
6287
- msgid "the id of the puppet module to associate"
6288
- msgstr ""
6289
-
6290
- msgid "the uuid of the puppet module to associate"
6291
- msgstr "欲相聯的 puppet 模組之 UUID"
6292
-
6293
- msgid "true if the export api is pulp3 ready and usable. This API is intended for use by hammer-cli only."
6294
- msgstr ""
6295
-
6296
6166
  msgid "true if the latest version of the component's content view is desired"
6297
6167
  msgstr ""
6298
6168
 
@@ -6309,53 +6179,55 @@ msgid "type of filter (e.g. rpm, package_group, erratum, docker, modulemd)"
6309
6179
  msgstr ""
6310
6180
 
6311
6181
  msgid "type of repo"
6312
- msgstr "軟體庫類型"
6182
+ msgstr ""
6313
6183
 
6314
6184
  msgid "types of filters"
6315
6185
  msgstr ""
6316
6186
 
6317
6187
  msgid "unknown permission for %s"
6318
- msgstr ""
6188
+ msgstr "%s 的權限不明"
6319
6189
 
6320
6190
  msgid "update a filter"
6321
- msgstr ""
6191
+ msgstr "更新篩選器"
6322
6192
 
6323
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
6324
6193
  msgid "updating package group..."
6325
6194
  msgstr "正在更新套件群組..."
6326
6195
 
6327
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
6328
6196
  msgid "updating package groups..."
6329
6197
  msgstr "正在更新套件群組..."
6330
6198
 
6331
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
6332
6199
  msgid "updating package..."
6333
6200
  msgstr "正在更新套件..."
6334
6201
 
6335
- # translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
6336
6202
  msgid "updating packages..."
6337
6203
  msgstr "正在更新套件..."
6338
6204
 
6339
6205
  msgid "url not defined."
6340
6206
  msgstr "未定義網址"
6341
6207
 
6342
- msgid "uuid of the puppet module"
6343
- msgstr ""
6344
-
6345
6208
  msgid "waiting for Candlepin to finish the task"
6346
- msgstr ""
6209
+ msgstr "等待 Candlepin 完成任務"
6347
6210
 
6348
6211
  msgid "waiting for Pulp to finish the task"
6349
- msgstr ""
6212
+ msgstr "等待 Pulp 完成任務"
6350
6213
 
6351
6214
  msgid "waiting for Pulp to start the task"
6215
+ msgstr "等待 Pulp 開始任務"
6216
+
6217
+ msgid "whitespace-separated list of architectures to be synced from deb-archive"
6352
6218
  msgstr ""
6353
6219
 
6354
- msgid "with"
6220
+ msgid "whitespace-separated list of releases to be synced from deb-archive"
6355
6221
  msgstr ""
6356
6222
 
6357
- msgid "yes"
6223
+ msgid "whitespace-separated list of repo components to be synced from deb-archive"
6358
6224
  msgstr ""
6359
6225
 
6226
+ msgid "with"
6227
+ msgstr "為"
6228
+
6229
+ msgid "yes"
6230
+ msgstr "是"
6231
+
6360
6232
  msgid "{0} items selected"
6361
6233
  msgstr ""