katello 4.1.0.rc2.2 → 4.1.0

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 (141) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/katello/api/v2/content_export_incrementals_controller.rb +1 -1
  3. data/app/controllers/katello/api/v2/content_exports_controller.rb +1 -1
  4. data/app/controllers/katello/api/v2/content_imports_controller.rb +2 -2
  5. data/app/controllers/katello/api/v2/errata_controller.rb +2 -23
  6. data/app/controllers/katello/api/v2/host_errata_controller.rb +5 -32
  7. data/app/controllers/katello/api/v2/host_packages_controller.rb +1 -1
  8. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +1 -1
  9. data/app/controllers/katello/api/v2/products_bulk_actions_controller.rb +0 -1
  10. data/app/controllers/katello/api/v2/repositories_controller.rb +1 -1
  11. data/app/controllers/katello/concerns/api/v2/host_errata_extensions.rb +41 -0
  12. data/app/controllers/katello/remote_execution_controller.rb +5 -9
  13. data/app/lib/actions/candlepin/abstract_async_task.rb +9 -1
  14. data/app/lib/actions/katello/agent_action.rb +2 -0
  15. data/app/lib/actions/katello/applicability/repository/regenerate.rb +10 -10
  16. data/app/lib/actions/katello/capsule_content/sync.rb +1 -1
  17. data/app/lib/actions/katello/host/upload_package_profile.rb +1 -6
  18. data/app/lib/actions/katello/host/upload_profiles.rb +2 -41
  19. data/app/lib/actions/katello/orphan_cleanup/remove_orphans.rb +2 -2
  20. data/app/lib/actions/katello/repository/check_matching_content.rb +13 -14
  21. data/app/lib/actions/katello/repository/sync.rb +3 -14
  22. data/app/lib/actions/katello/repository/verify_checksum.rb +1 -1
  23. data/app/lib/actions/katello/sync_plan/run.rb +7 -2
  24. data/app/lib/actions/pulp3/content_guard/refresh.rb +6 -10
  25. data/app/lib/actions/pulp3/orchestration/orphan_cleanup/remove_orphans.rb +1 -1
  26. data/app/lib/actions/pulp3/repository/save_version.rb +1 -0
  27. data/app/lib/katello/errors.rb +1 -1
  28. data/app/lib/katello/event_daemon/monitor.rb +1 -0
  29. data/app/lib/katello/event_daemon/services/agent_event_receiver.rb +6 -10
  30. data/app/lib/katello/util/hostgroup_facets_helper.rb +126 -0
  31. data/app/models/katello/authorization/content_view.rb +5 -9
  32. data/app/models/katello/authorization/organization.rb +4 -4
  33. data/app/models/katello/concerns/hostgroup_extensions.rb +3 -1
  34. data/app/models/katello/concerns/pulp_database_unit.rb +42 -0
  35. data/app/models/katello/concerns/redhat_extensions.rb +18 -10
  36. data/app/models/katello/erratum.rb +0 -4
  37. data/app/models/katello/glue/pulp/repo.rb +0 -19
  38. data/app/models/katello/host/content_facet.rb +11 -20
  39. data/app/models/katello/host_available_module_stream.rb +4 -4
  40. data/app/models/katello/module_stream.rb +0 -4
  41. data/app/models/katello/ping.rb +2 -9
  42. data/app/models/katello/repository.rb +14 -4
  43. data/app/models/katello/root_repository.rb +4 -0
  44. data/app/models/katello/rpm.rb +0 -4
  45. data/app/services/cert/certs.rb +4 -0
  46. data/app/services/katello/applicable_host_queue.rb +2 -2
  47. data/app/services/katello/pulp/yum_metadata_file.rb +6 -2
  48. data/app/services/katello/pulp3/api/content_guard.rb +39 -5
  49. data/app/services/katello/pulp3/repository/ansible_collection.rb +1 -1
  50. data/app/services/katello/pulp3/repository/yum.rb +1 -0
  51. data/app/services/katello/registration_manager.rb +4 -24
  52. data/app/services/katello/ui_notifications/pulp/proxy_disk_space.rb +1 -0
  53. data/app/views/katello/api/v2/repository_sets/show.json.rabl +9 -5
  54. data/config/katello.yaml.example +0 -13
  55. data/config/routes/api/v2.rb +0 -1
  56. data/db/migrate/20200514092553_move_katello_fields_from_hostgroups.katello.rb +15 -1
  57. data/db/migrate/20210119162528_delete_puppet_and_ostree_repos.rb +18 -22
  58. data/db/migrate/20210512170039_add_repo_timestamps.rb +6 -0
  59. data/db/migrate/20210512192745_fix_red_hat_root_repository_arch.rb +11 -0
  60. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +26 -27
  61. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-module-streams-modal.controller.js +1 -3
  62. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js +1 -5
  63. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html +1 -1
  64. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +2 -2
  65. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html +7 -2
  66. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +5 -2
  67. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js +1 -1
  68. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +1 -1
  69. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +2 -2
  70. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html +1 -1
  71. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +7 -2
  72. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages.html +2 -2
  73. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +5 -10
  74. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +3 -5
  75. data/lib/katello.rb +1 -1
  76. data/lib/katello/engine.rb +0 -2
  77. data/lib/katello/permission_creator.rb +7 -14
  78. data/lib/katello/plugin.rb +9 -0
  79. data/lib/katello/tasks/fix_hostgroup_facets.rake +8 -0
  80. data/lib/katello/tasks/upgrades/4.1/update_content_import_export_perms.rake +33 -0
  81. data/lib/katello/version.rb +1 -1
  82. data/locale/action_names.rb +39 -39
  83. data/locale/bn/katello.edit.po +114 -107
  84. data/locale/bn/katello.po +12 -6
  85. data/locale/cs/katello.edit.po +118 -115
  86. data/locale/cs/katello.po +12 -6
  87. data/locale/de/katello.edit.po +126 -136
  88. data/locale/de/katello.po +12 -6
  89. data/locale/en/katello.edit.po +114 -106
  90. data/locale/en/katello.po +12 -6
  91. data/locale/es/katello.edit.po +129 -165
  92. data/locale/es/katello.po +12 -6
  93. data/locale/fr/katello.edit.po +143 -247
  94. data/locale/fr/katello.po +13 -9
  95. data/locale/gu/katello.edit.po +114 -107
  96. data/locale/gu/katello.po +12 -6
  97. data/locale/hi/katello.edit.po +114 -107
  98. data/locale/hi/katello.po +12 -6
  99. data/locale/it/katello.edit.po +121 -131
  100. data/locale/it/katello.po +12 -6
  101. data/locale/ja/katello.edit.po +141 -229
  102. data/locale/ja/katello.po +13 -9
  103. data/locale/katello.pot +124 -114
  104. data/locale/kn/katello.edit.po +114 -107
  105. data/locale/kn/katello.po +12 -6
  106. data/locale/ko/katello.edit.po +126 -136
  107. data/locale/ko/katello.po +12 -6
  108. data/locale/mr/katello.edit.po +114 -107
  109. data/locale/mr/katello.po +12 -6
  110. data/locale/or/katello.edit.po +114 -107
  111. data/locale/or/katello.po +12 -6
  112. data/locale/pa/katello.edit.po +114 -107
  113. data/locale/pa/katello.po +12 -6
  114. data/locale/pt/katello.edit.po +114 -107
  115. data/locale/pt/katello.po +12 -6
  116. data/locale/pt_BR/katello.edit.po +129 -165
  117. data/locale/pt_BR/katello.po +12 -6
  118. data/locale/ru/katello.edit.po +126 -136
  119. data/locale/ru/katello.po +12 -6
  120. data/locale/ta/katello.edit.po +114 -107
  121. data/locale/ta/katello.po +12 -6
  122. data/locale/te/katello.edit.po +114 -107
  123. data/locale/te/katello.po +12 -6
  124. data/locale/zh_CN/katello.edit.po +140 -229
  125. data/locale/zh_CN/katello.po +13 -9
  126. data/locale/zh_TW/katello.edit.po +127 -153
  127. data/locale/zh_TW/katello.po +12 -6
  128. data/webpack/components/react-bootstrap-select/index.js +1 -1
  129. metadata +26 -18
  130. data/app/lib/actions/katello/host/generate_applicability.rb +0 -41
  131. data/app/lib/actions/katello/repository/import_applicability.rb +0 -25
  132. data/app/lib/actions/pulp/consumer.rb +0 -100
  133. data/app/lib/actions/pulp/consumer/create.rb +0 -19
  134. data/app/lib/actions/pulp/consumer/destroy.rb +0 -17
  135. data/app/lib/actions/pulp/consumer/generate_applicability.rb +0 -24
  136. data/app/lib/actions/pulp/consumer/update.rb +0 -20
  137. data/app/lib/actions/pulp3/capsule_content/refresh_content_guard.rb +0 -17
  138. data/app/models/katello/events/import_host_applicability.rb +0 -16
  139. data/app/services/katello/applicable_content_helper.rb +0 -111
  140. data/app/services/katello/pulp/consumer.rb +0 -83
  141. data/app/services/katello/pulp/consumer_group.rb +0 -95
data/locale/it/katello.po CHANGED
@@ -3137,6 +3137,9 @@ msgstr ""
3137
3137
  msgid "No manifest file uploaded"
3138
3138
  msgstr "Nessun file del manifesto caricato"
3139
3139
 
3140
+ msgid "No manifest found. Import a manifest with the appropriate subscriptions before importing content."
3141
+ msgstr ""
3142
+
3140
3143
  msgid "No matching content views found"
3141
3144
  msgstr ""
3142
3145
 
@@ -4408,10 +4411,13 @@ msgstr ""
4408
4411
  msgid "Source RPM"
4409
4412
  msgstr ""
4410
4413
 
4414
+ msgid "Specify an export chunk size less than 1_000_000 GB"
4415
+ msgstr ""
4416
+
4411
4417
  msgid "Specify the list of units in each repo"
4412
4418
  msgstr ""
4413
4419
 
4414
- msgid "Split the exported content into archives no greater than the specified size in megabytes."
4420
+ msgid "Split the exported content into archives no greater than the specified size in gigabytes."
4415
4421
  msgstr ""
4416
4422
 
4417
4423
  msgid "Stacking ID"
@@ -4741,11 +4747,6 @@ msgstr ""
4741
4747
  msgid "The following hosts have errata that apply to them: "
4742
4748
  msgstr "I seguenti host dispongono di errata da applicare:"
4743
4749
 
4744
- msgid ""
4745
- "The following repositories provided in the import metadata are either not available in the Library or are of incorrect Respository Type. Please add or enable the repositories before importing\n"
4746
- " %{repos}"
4747
- msgstr ""
4748
-
4749
4750
  msgid ""
4750
4751
  "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
4752
  " %{repos}"
@@ -4772,6 +4773,11 @@ msgstr "L'offset nel file all'inizio del contenuto"
4772
4773
  msgid "The order to sort the results in. ['asc', 'desc'] Defaults to 'desc'."
4773
4774
  msgstr ""
4774
4775
 
4776
+ msgid ""
4777
+ "The organization's manifest does not contain the subscriptions required to enable the following repositories.\n"
4778
+ " %{repos}"
4779
+ msgstr ""
4780
+
4775
4781
  msgid "The page you are attempting to access requires selecting a specific organization."
4776
4782
  msgstr "Per accedere alla pagina desiderata selezionare una organizzazione specifica."
4777
4783
 
@@ -15,7 +15,6 @@ msgid ""
15
15
  msgstr ""
16
16
  "Project-Id-Version: katello 2.4.0-RC1\n"
17
17
  "Report-Msgid-Bugs-To: \n"
18
- "POT-Creation-Date: 2021-05-07 20:06+0000\n"
19
18
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
20
19
  "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2021\n"
21
20
  "Language-Team: Japanese (https://www.transifex.com/foreman/teams/114/ja/)\n"
@@ -514,8 +513,8 @@ msgid "Destination Server name"
514
513
  msgstr "宛先サーバー名"
515
514
 
516
515
  #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:11 ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:31 ../app/controllers/katello/api/v2/content_exports_controller.rb:32 ../app/controllers/katello/api/v2/content_exports_controller.rb:48
517
- msgid "Split the exported content into archives no greater than the specified size in megabytes."
518
- msgstr "エクスポートされたコンテンツを、メガバイト単位で指定されたサイズ以下のアーカイブに分割します。"
516
+ msgid "Split the exported content into archives no greater than the specified size in gigabytes."
517
+ msgstr ""
519
518
 
520
519
  #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:13 ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:33
521
520
  msgid "Export history identifier used for incremental export. If not provided the most recent export history will be used."
@@ -3609,11 +3608,11 @@ msgstr "環境 %{name} は %{count} 台のホストで使用されています (
3609
3608
  msgid "The environment %{name} is in use by %{count} Host Group(s) including %{names}"
3610
3609
  msgstr "環境 %{name} は %{count} 個のホストグループで使用されています (%{names} を含む)"
3611
3610
 
3612
- #: ../app/lib/actions/katello/activation_key/create.rb:21 ../app/lib/actions/katello/content_view/create.rb:10 ../app/lib/actions/katello/content_view/environment_create.rb:16 ../app/lib/actions/katello/repository/create.rb:50 ../app/lib/actions/katello/repository/create_root.rb:17 action_names.rb:17
3611
+ #: ../app/lib/actions/katello/activation_key/create.rb:21 ../app/lib/actions/katello/content_view/create.rb:10 ../app/lib/actions/katello/content_view/environment_create.rb:16 ../app/lib/actions/katello/repository/create.rb:50 ../app/lib/actions/katello/repository/create_root.rb:17 action_names.rb:23
3613
3612
  msgid "Create"
3614
3613
  msgstr "作成"
3615
3614
 
3616
- #: ../app/lib/actions/katello/activation_key/destroy.rb:19 action_names.rb:57
3615
+ #: ../app/lib/actions/katello/activation_key/destroy.rb:19 action_names.rb:66
3617
3616
  msgid "Delete Activation Key"
3618
3617
  msgstr "アクティベーションキーの削除"
3619
3618
 
@@ -3629,11 +3628,11 @@ msgstr "削除済みのパッケージはありません"
3629
3628
  msgid "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?"
3630
3629
  msgstr "ホストが %s 秒以内に応答しなかったため、タスクはキャンセルされました。katello-agent がインストールされており、goferd がホストで実行されていますか?"
3631
3630
 
3632
- #: ../app/lib/actions/katello/agent_action.rb:86
3631
+ #: ../app/lib/actions/katello/agent_action.rb:90
3633
3632
  msgid "Host did not finish content action in %s seconds. The task has been cancelled."
3634
3633
  msgstr "ホストがコンテンツアクションを %s 秒以内に終了しませんでした。タスクはキャンセルされました。"
3635
3634
 
3636
- #: ../app/lib/actions/katello/applicability/host/generate.rb:22 action_names.rb:55
3635
+ #: ../app/lib/actions/katello/applicability/host/generate.rb:22 action_names.rb:65
3637
3636
  msgid "Generate host applicability"
3638
3637
  msgstr "ホストに適用可能なエラータを生成します"
3639
3638
 
@@ -3641,15 +3640,15 @@ msgstr "ホストに適用可能なエラータを生成します"
3641
3640
  msgid "Content Facet for host with id %s is non-existent. Skipping applicability calculation."
3642
3641
  msgstr "ID が %s のホストのコンテンツファセットが存在しません。適用性の計算をスキップします。"
3643
3642
 
3644
- #: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:30 action_names.rb:54
3643
+ #: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:30 action_names.rb:71
3645
3644
  msgid "Bulk generate applicability for hosts"
3646
3645
  msgstr "ホストに適用可能なエラータを一括生成します"
3647
3646
 
3648
- #: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25 action_names.rb:53
3647
+ #: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25 action_names.rb:70
3649
3648
  msgid "Generate repository applicability"
3650
3649
  msgstr "リポジトリーに適用可能なエラータを生成します"
3651
3650
 
3652
- #: ../app/lib/actions/katello/capsule_content/sync.rb:14 action_names.rb:52
3651
+ #: ../app/lib/actions/katello/capsule_content/sync.rb:14 action_names.rb:69
3653
3652
  msgid "Synchronize smart proxy"
3654
3653
  msgstr "Smart Proxy の同期"
3655
3654
 
@@ -3661,7 +3660,7 @@ msgstr "デフォルトの Smart Proxy で許可されないアクションで
3661
3660
  msgid "Sync Content View on Smart Proxy(ies)"
3662
3661
  msgstr "Smart Proxy でコンテンツビューの同期"
3663
3662
 
3664
- #: ../app/lib/actions/katello/content_view/destroy.rb:34 ../app/lib/actions/katello/provider/destroy.rb:19 ../app/lib/actions/katello/repository/destroy.rb:67 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:262 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:277 ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/DeleteDialog.js:27 ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:90 action_names.rb:16
3663
+ #: ../app/lib/actions/katello/content_view/destroy.rb:34 ../app/lib/actions/katello/provider/destroy.rb:19 ../app/lib/actions/katello/repository/destroy.rb:67 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:262 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:277 ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/DeleteDialog.js:27 ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:90 action_names.rb:22
3665
3664
  msgid "Delete"
3666
3665
  msgstr "削除"
3667
3666
 
@@ -3713,7 +3712,7 @@ msgstr "追加されたコンテンツ:"
3713
3712
  msgid "Cannot promote environment out of sequence. Use force to bypass restriction."
3714
3713
  msgstr "順序の正しくない環境をプロモートできません。強制プロモートを使用して制限を無視してください。"
3715
3714
 
3716
- #: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40 action_names.rb:47
3715
+ #: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40 action_names.rb:40
3717
3716
  msgid "Promotion to Environment"
3718
3717
  msgstr "環境にプロモート"
3719
3718
 
@@ -3725,7 +3724,7 @@ msgstr "コンテンツビューには、リポジトリーラベル '%s' が関
3725
3724
  msgid "Content view has repository label '%s' which is not specified in repos_units parameter."
3726
3725
  msgstr "コンテンツビューには '%s' のリポジトリーラベルが含まれていますが、このラベルは repos_units パラメーターで指定されていません。"
3727
3726
 
3728
- #: ../app/lib/actions/katello/content_view/publish.rb:90 action_names.rb:46
3727
+ #: ../app/lib/actions/katello/content_view/publish.rb:90 action_names.rb:42
3729
3728
  msgid "Publish"
3730
3729
  msgstr "公開"
3731
3730
 
@@ -3737,7 +3736,7 @@ msgstr "自動公開 - '%s' によるトリガー"
3737
3736
  msgid "Cannot delete version while it is in environment %s"
3738
3737
  msgstr "%s 環境にこのバージョンが存在するため、削除できません"
3739
3738
 
3740
- #: ../app/lib/actions/katello/content_view/remove.rb:86 action_names.rb:45
3739
+ #: ../app/lib/actions/katello/content_view/remove.rb:86 action_names.rb:39
3741
3740
  msgid "Remove Versions and Associations"
3742
3741
  msgstr "バージョンおよび関連付けの削除"
3743
3742
 
@@ -3757,7 +3756,7 @@ msgstr "activation_keys の再割り当てを実行できません。activation_
3757
3756
  msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
3758
3757
  msgstr "環境からコンテンツビューを削除できません。ライフサイクル環境 '%{env}' にはコンテンツビュー '%{view}' がありません。"
3759
3758
 
3760
- #: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35 action_names.rb:44
3759
+ #: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35 action_names.rb:38
3761
3760
  msgid "Remove from Environment"
3762
3761
  msgstr "環境からの削除"
3763
3762
 
@@ -3769,7 +3768,7 @@ msgstr "バージョンの削除"
3769
3768
  msgid "Create Repositories"
3770
3769
  msgstr "リポジトリーの作成"
3771
3770
 
3772
- #: ../app/lib/actions/katello/content_view_version/export.rb:31 ../app/lib/actions/katello/repository/export.rb:63 action_names.rb:12
3771
+ #: ../app/lib/actions/katello/content_view_version/export.rb:31 ../app/lib/actions/katello/repository/export.rb:63 action_names.rb:37
3773
3772
  msgid "Export"
3774
3773
  msgstr "エクスポート"
3775
3774
 
@@ -3777,15 +3776,15 @@ msgstr "エクスポート"
3777
3776
  msgid "Content view not provided in the metadata"
3778
3777
  msgstr ""
3779
3778
 
3780
- #: ../app/lib/actions/katello/content_view_version/import.rb:40 action_names.rb:42
3779
+ #: ../app/lib/actions/katello/content_view_version/import.rb:41 action_names.rb:44
3781
3780
  msgid "Import Content View Version"
3782
3781
  msgstr "コンテンツビューバージョンのインポート"
3783
3782
 
3784
- #: ../app/lib/actions/katello/content_view_version/import_library.rb:14 action_names.rb:41
3783
+ #: ../app/lib/actions/katello/content_view_version/import_library.rb:14 action_names.rb:36
3785
3784
  msgid "Import Default Content View"
3786
3785
  msgstr "デフォルトのコンテンツビューのインポート"
3787
3786
 
3788
- #: ../app/lib/actions/katello/content_view_version/incremental_update.rb:16 action_names.rb:40
3787
+ #: ../app/lib/actions/katello/content_view_version/incremental_update.rb:16 action_names.rb:35
3789
3788
  msgid "Incremental Update"
3790
3789
  msgstr "増分更新"
3791
3790
 
@@ -3809,15 +3808,15 @@ msgstr "複合コンテンツビュー %{composite} のバージョン %{version
3809
3808
  msgid "Republish Repositories of %{name} %{version}"
3810
3809
  msgstr "%{name} %{version} のリポジトリーの再公開"
3811
3810
 
3812
- #: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:27 action_names.rb:39
3811
+ #: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:27 action_names.rb:34
3813
3812
  msgid "Republish Version Repositories"
3814
3813
  msgstr "バージョンリポジトリーの再公開"
3815
3814
 
3816
- #: ../app/lib/actions/katello/environment/destroy.rb:36 action_names.rb:38
3815
+ #: ../app/lib/actions/katello/environment/destroy.rb:36 action_names.rb:45
3817
3816
  msgid "Delete Lifecycle Environment"
3818
3817
  msgstr "ライフサイクル環境の削除"
3819
3818
 
3820
- #: ../app/lib/actions/katello/environment/publish_repositories.rb:33 action_names.rb:37
3819
+ #: ../app/lib/actions/katello/environment/publish_repositories.rb:33 action_names.rb:33
3821
3820
  msgid "Publish Lifecycle Environment Repositories"
3822
3821
  msgstr "ライフサイクル環境リポジトリーの公開"
3823
3822
 
@@ -3833,7 +3832,7 @@ msgstr "%s へのサブスクリプションの割り当て"
3833
3832
  msgid "Unknown"
3834
3833
  msgstr "不明"
3835
3834
 
3836
- #: ../app/lib/actions/katello/host/attach_subscriptions.rb:49 action_names.rb:36
3835
+ #: ../app/lib/actions/katello/host/attach_subscriptions.rb:49 action_names.rb:46
3837
3836
  msgid "Attach subscriptions"
3838
3837
  msgstr "サブスクリプションの割り当て"
3839
3838
 
@@ -3841,7 +3840,7 @@ msgstr "サブスクリプションの割り当て"
3841
3840
  msgid "Destroy Content Host %s"
3842
3841
  msgstr "コンテンツホスト %s の破棄"
3843
3842
 
3844
- #: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:34
3843
+ #: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:47
3845
3844
  msgid "Destroy Content Host"
3846
3845
  msgstr "コンテンツホストの破棄"
3847
3846
 
@@ -3853,7 +3852,7 @@ msgstr "errata_ids または update_all を指定する必要があります"
3853
3852
  msgid "No applicable errata for %s, skipping"
3854
3853
  msgstr "%s に適用可能なエラータがありません。省略します"
3855
3854
 
3856
- #: ../app/lib/actions/katello/host/erratum/applicable_errata_install.rb:31 action_names.rb:33
3855
+ #: ../app/lib/actions/katello/host/erratum/applicable_errata_install.rb:31 action_names.rb:31
3857
3856
  msgid "Install Applicable Errata"
3858
3857
  msgstr "適用可能なエラータのインストール"
3859
3858
 
@@ -3945,7 +3944,7 @@ msgstr "%s のステータスの更新エラー: "
3945
3944
  msgid "Remove subscriptions from %s"
3946
3945
  msgstr "%s からのサブスクリプションの削除"
3947
3946
 
3948
- #: ../app/lib/actions/katello/host/remove_subscriptions.rb:40 action_names.rb:30
3947
+ #: ../app/lib/actions/katello/host/remove_subscriptions.rb:40 action_names.rb:29
3949
3948
  msgid "Remove subscriptions"
3950
3949
  msgstr "サブスクリプションの削除"
3951
3950
 
@@ -3957,7 +3956,7 @@ msgstr "このホストは現在、subscription-manager に登録されていま
3957
3956
  msgid "Update Content Overrides to %s"
3958
3957
  msgstr "%s へのコンテンツ上書きの更新"
3959
3958
 
3960
- #: ../app/lib/actions/katello/host/update_content_overrides.rb:32 action_names.rb:29
3959
+ #: ../app/lib/actions/katello/host/update_content_overrides.rb:32 action_names.rb:48
3961
3960
  msgid "Update Content Overrides"
3962
3961
  msgstr "コンテンツ上書きの更新"
3963
3962
 
@@ -3977,7 +3976,7 @@ msgstr "ホスト %s の更新"
3977
3976
  msgid "Host %{name} cannot be assigned release version %{release_version}."
3978
3977
  msgstr "ホスト %{name} は、リリースバージョン %{release_version} に割り当てることができません。"
3979
3978
 
3980
- #: ../app/lib/actions/katello/host/update_release_version.rb:21 action_names.rb:27
3979
+ #: ../app/lib/actions/katello/host/update_release_version.rb:21 action_names.rb:49
3981
3980
  msgid "Update release version for host"
3982
3981
  msgstr "ホストのリリースバージョンの更新"
3983
3982
 
@@ -3989,7 +3988,7 @@ msgstr "ホスト %s のリリースバージョンの更新"
3989
3988
  msgid "Updating System Purpose for host %s"
3990
3989
  msgstr "ホスト %s のシステム目的を更新中"
3991
3990
 
3992
- #: ../app/lib/actions/katello/host/update_system_purpose.rb:25 action_names.rb:26
3991
+ #: ../app/lib/actions/katello/host/update_system_purpose.rb:25 action_names.rb:50
3993
3992
  msgid "Updating System Purpose for host"
3994
3993
  msgstr "ホストのシステム目的を更新中"
3995
3994
 
@@ -3997,7 +3996,7 @@ msgstr "ホストのシステム目的を更新中"
3997
3996
  msgid "Package Profile Update for %s"
3998
3997
  msgstr "%s のパッケージプロファイルの更新"
3999
3998
 
4000
- #: ../app/lib/actions/katello/host/upload_package_profile.rb:22 action_names.rb:25
3999
+ #: ../app/lib/actions/katello/host/upload_package_profile.rb:22 action_names.rb:27
4001
4000
  msgid "Package Profile Update"
4002
4001
  msgstr "パッケージプロファイルの更新"
4003
4002
 
@@ -4005,11 +4004,11 @@ msgstr "パッケージプロファイルの更新"
4005
4004
  msgid "Combined Profile Update for %s"
4006
4005
  msgstr "%s の統合プロファイルの更新"
4007
4006
 
4008
- #: ../app/lib/actions/katello/host/upload_profiles.rb:24 action_names.rb:24
4007
+ #: ../app/lib/actions/katello/host/upload_profiles.rb:24 action_names.rb:26
4009
4008
  msgid "Combined Profile Update"
4010
4009
  msgstr "統合プロファイルの更新"
4011
4010
 
4012
- #: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:23
4011
+ #: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:51
4013
4012
  msgid "Destroy"
4014
4013
  msgstr "破棄"
4015
4014
 
@@ -4049,7 +4048,7 @@ msgstr "シンプルコンテンツアクセスの有効化"
4049
4048
  msgid "Cannot delete redhat product content"
4050
4049
  msgstr "Red Hat 製品コンテンツを削除できません"
4051
4050
 
4052
- #: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:22
4051
+ #: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:56
4053
4052
  msgid "Product Create"
4054
4053
  msgstr "製品の作成"
4055
4054
 
@@ -4061,7 +4060,7 @@ msgstr "Red Hat 製品: %{product} を削除できません"
4061
4060
  msgid "Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}"
4062
4061
  msgstr "コンテンツビューに公開リポジトリーが含まれている場合には、製品を削除できません。製品: %{product}、%{view_versions}"
4063
4062
 
4064
- #: ../app/lib/actions/katello/product/destroy.rb:65 action_names.rb:21
4063
+ #: ../app/lib/actions/katello/product/destroy.rb:65 action_names.rb:25
4065
4064
  msgid "Delete Product"
4066
4065
  msgstr "製品の削除"
4067
4066
 
@@ -4077,7 +4076,7 @@ msgstr "Red Hat プロバイダーは削除できません"
4077
4076
  msgid "Cannot delete provider with attached products"
4078
4077
  msgstr "製品が割り当てられたプロバイダーを削除できません"
4079
4078
 
4080
- #: ../app/lib/actions/katello/provider/update.rb:12 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:188 action_names.rb:18
4079
+ #: ../app/lib/actions/katello/provider/update.rb:12 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:188 action_names.rb:9
4081
4080
  msgid "Update"
4082
4081
  msgstr "更新"
4083
4082
 
@@ -4093,7 +4092,7 @@ msgstr "rpm ファイル名の複合を公開できません"
4093
4092
  msgid "Cannot publish a link repository if multiple component clones are specified"
4094
4093
  msgstr "複数のコンポーネントのクローンが指定されている場合には、リンクリポジトリーを公開できません"
4095
4094
 
4096
- #: ../app/lib/actions/katello/repository/destroy_package_group.rb:21 action_names.rb:15
4095
+ #: ../app/lib/actions/katello/repository/destroy_package_group.rb:21 action_names.rb:62
4097
4096
  msgid "Delete Package Group"
4098
4097
  msgstr "パッケージグループの削除"
4099
4098
 
@@ -4105,7 +4104,7 @@ msgstr "エクスポートできません。'pulp_export_destination' 設定が
4105
4104
  msgid "Unable to export. 'pulp_export_destination' setting is not a writable directory."
4106
4105
  msgstr "エクスポートできません。'pulp_export_destination' 設定は書き込み可能なディレクトリーではありません。"
4107
4106
 
4108
- #: ../app/lib/actions/katello/repository/import_upload.rb:59 ../app/lib/actions/katello/repository/upload_files.rb:46 action_names.rb:9
4107
+ #: ../app/lib/actions/katello/repository/import_upload.rb:59 ../app/lib/actions/katello/repository/upload_files.rb:46 action_names.rb:12
4109
4108
  msgid "Upload into"
4110
4109
  msgstr "アップロード:"
4111
4110
 
@@ -4117,7 +4116,7 @@ msgstr "非カスタムリポジトリーからコンテンツを削除できま
4117
4116
  msgid "Can only remove content from within the Default Content View"
4118
4117
  msgstr "デフォルトコンテンツビューからコンテンツのみを削除できます"
4119
4118
 
4120
- #: ../app/lib/actions/katello/repository/remove_content.rb:56 action_names.rb:3
4119
+ #: ../app/lib/actions/katello/repository/remove_content.rb:56 action_names.rb:16
4121
4120
  msgid "Remove Content"
4122
4121
  msgstr "コンテンツの削除"
4123
4122
 
@@ -4141,19 +4140,19 @@ msgstr "同期: コンテンツを検証します"
4141
4140
  msgid "Synchronize: Skip Metadata Check"
4142
4141
  msgstr "同期: メタデータチェックをスキップします"
4143
4142
 
4144
- #: ../app/lib/actions/katello/repository/sync.rb:100 action_names.rb:2
4143
+ #: ../app/lib/actions/katello/repository/sync.rb:100 action_names.rb:15
4145
4144
  msgid "Synchronize"
4146
4145
  msgstr "同期"
4147
4146
 
4148
- #: ../app/lib/actions/katello/repository/upload_errata.rb:33 action_names.rb:72
4147
+ #: ../app/lib/actions/katello/repository/upload_errata.rb:33 action_names.rb:13
4149
4148
  msgid "Upload errata into"
4150
4149
  msgstr "エラータのアップロード:"
4151
4150
 
4152
- #: ../app/lib/actions/katello/repository/upload_package_group.rb:28 action_names.rb:68
4151
+ #: ../app/lib/actions/katello/repository/upload_package_group.rb:28 action_names.rb:53
4153
4152
  msgid "Create Package Group"
4154
4153
  msgstr "パッケージグループの作成"
4155
4154
 
4156
- #: ../app/lib/actions/katello/repository_set/disable_repository.rb:6 ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:10 action_names.rb:69
4155
+ #: ../app/lib/actions/katello/repository_set/disable_repository.rb:6 ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:10 action_names.rb:54
4157
4156
  msgid "Disable"
4158
4157
  msgstr "無効化"
4159
4158
 
@@ -4161,7 +4160,7 @@ msgstr "無効化"
4161
4160
  msgid "Repository not found"
4162
4161
  msgstr "リポジトリーが見つかりません"
4163
4162
 
4164
- #: ../app/lib/actions/katello/repository_set/enable_repository.rb:6 action_names.rb:71
4163
+ #: ../app/lib/actions/katello/repository_set/enable_repository.rb:6 action_names.rb:10
4165
4164
  msgid "Enable"
4166
4165
  msgstr "有効"
4167
4166
 
@@ -4169,7 +4168,7 @@ msgstr "有効"
4169
4168
  msgid "The repository is already enabled"
4170
4169
  msgstr "リポジトリー がすでに有効にされています"
4171
4170
 
4172
- #: ../app/lib/actions/katello/sync_plan/run.rb:36 action_names.rb:67
4171
+ #: ../app/lib/actions/katello/sync_plan/run.rb:36 action_names.rb:8
4173
4172
  msgid "Run Sync Plan:"
4174
4173
  msgstr "同期プランの実行:"
4175
4174
 
@@ -4330,15 +4329,15 @@ msgstr ""
4330
4329
  msgid "Group %{id} already created."
4331
4330
  msgstr "グループ %{id} はすでに作成されています。"
4332
4331
 
4333
- #: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:52 action_names.rb:66
4332
+ #: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:52 action_names.rb:7
4334
4333
  msgid "Create Export History"
4335
4334
  msgstr ""
4336
4335
 
4337
- #: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:29 action_names.rb:65
4336
+ #: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:29 action_names.rb:6
4338
4337
  msgid "Create Import History"
4339
4338
  msgstr ""
4340
4339
 
4341
- #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:37 action_names.rb:63
4340
+ #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:37 action_names.rb:4
4342
4341
  msgid "Export Library"
4343
4342
  msgstr "ライブラリーのエクスポート"
4344
4343
 
@@ -4350,7 +4349,7 @@ msgstr ""
4350
4349
  "注記: 「即時」ダウンロードポリシーのないリポジトリーが含まれているため、'%{organization}' 組織のライブラリーを完全にエクスポートすることはできません。ダウンロードポリシーを更新し、影響を受けるリポジトリーを同期して、エクスポートに含めます。\n"
4351
4350
  " %{repos}"
4352
4351
 
4353
- #: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:49 action_names.rb:62
4352
+ #: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:49 action_names.rb:3
4354
4353
  msgid "Import"
4355
4354
  msgstr "インポート"
4356
4355
 
@@ -4410,7 +4409,7 @@ msgstr "現在の組織にはマニフェストがインポートされていま
4410
4409
  msgid "This Organization's subscription manifest has expired. Please import a new manifest."
4411
4410
  msgstr "この組織のサブスクリプションマニフェストは期限切れです。新しいマニフェストをインポートしてください。"
4412
4411
 
4413
- #: ../app/lib/katello/http_resource.rb:93 ../app/lib/katello/http_resource.rb:107 ../app/lib/katello/http_resource.rb:121 ../app/lib/katello/http_resource.rb:135
4412
+ #: ../app/lib/katello/http_resource.rb:83 ../app/lib/katello/http_resource.rb:97 ../app/lib/katello/http_resource.rb:111 ../app/lib/katello/http_resource.rb:125
4414
4413
  msgid "A backend service [ %s ] is unreachable"
4415
4414
  msgstr "バックエンドサービス [ %s ] に到達できません"
4416
4415
 
@@ -6366,7 +6365,11 @@ msgstr "Pulp メッセージバス接続の問題。"
6366
6365
  msgid "Failed indexing errata, maximum retries encountered"
6367
6366
  msgstr "エラータのインデックス作成に失敗しました。最大再試行回数に到達しました"
6368
6367
 
6369
- #: ../app/services/katello/pulp3/content_view_version/export.rb:102
6368
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:98
6369
+ msgid "Specify an export chunk size less than 1_000_000 GB"
6370
+ msgstr ""
6371
+
6372
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:111
6370
6373
  msgid ""
6371
6374
  "NOTE: Unable to fully export Content View Version '%{content_view} %{current}' it contains repositories without the 'immediate' download policy. Update the download policy and sync affected repositories. Once synced republish the content view and export the generated version. \n"
6372
6375
  " %{repos}"
@@ -6374,43 +6377,45 @@ msgstr ""
6374
6377
  "注記: コンテンツビューバージョン '%{content_view} %{current}' を完全にエクスポートすることができません。これには、「即時」ダウンロードポリシーのないリポジトリーが含まれています。ダウンロードポリシーを更新し、影響を受けるリポジトリーを同期します。同期したら、コンテンツビューを再公開し、生成されたバージョンをエクスポートします。 \n"
6375
6378
  " %{repos}"
6376
6379
 
6377
- #: ../app/services/katello/pulp3/content_view_version/export.rb:123
6380
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:132
6378
6381
  msgid "The exported Content View Version '%{content_view} %{current}' cannot be incrementally updated from version '%{from}'. Please do a full export."
6379
6382
  msgstr "エクスポートされたコンテンツビューのバージョン '%{content_view} %{current}' は、バージョン '%{from}' から増分更新することはできません。完全にエクスポートしてください。"
6380
6383
 
6381
- #: ../app/services/katello/pulp3/content_view_version/export.rb:155
6384
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:164
6382
6385
  msgid "Product: '%{product}', Repository: '%{repository}'"
6383
6386
  msgstr "製品: '%{product}'、リポジトリー: '%{repository}'"
6384
6387
 
6385
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:39
6388
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:40
6386
6389
  msgid "Content View Version specified in the metadata - '%{name}' already exists. If you wish to replace the existing version, delete %{name} and try again. "
6387
6390
  msgstr "メタデータに指定されたコンテンツビューバージョン ('%{name}') はすでに存在します。既存のバージョンを置き換えるには、%{name} を削除してもう一度お試しください。 "
6388
6391
 
6389
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:53
6392
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:54
6390
6393
  msgid "Prior Content View Version specified in the metadata - '%{name}' does not exist. Please import the metadata for '%{name}' before importing '%{current}' "
6391
6394
  msgstr "メタデータ '%{name}' で指定された以前のコンテンツビューバージョンは存在しません。'%{current}' をインポートする前に、'%{name}' のメタデータをインポートしてください。 "
6392
6395
 
6393
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:81
6396
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:64
6397
+ msgid "No manifest found. Import a manifest with the appropriate subscriptions before importing content."
6398
+ msgstr ""
6399
+
6400
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:91
6394
6401
  msgid ""
6395
6402
  "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"
6396
6403
  " %{repos}"
6397
6404
  msgstr ""
6398
6405
 
6399
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:100
6406
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:126
6400
6407
  msgid ""
6401
- "The following repositories provided in the import metadata are either not available in the Library or are of incorrect Respository Type. Please add or enable the repositories before importing\n"
6408
+ "The organization's manifest does not contain the subscriptions required to enable the following repositories.\n"
6402
6409
  " %{repos}"
6403
6410
  msgstr ""
6404
- "インポートメタデータで提供されている次のリポジトリーは、ライブラリーで使用できないか、リポジトリータイプが正しくありません。インポートする前にリポジトリーを追加または有効にしてください\n"
6405
- " %{repos}"
6406
6411
 
6407
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:110
6412
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:135
6408
6413
  msgid ""
6409
6414
  "\n"
6410
6415
  "* Product = '%{product}', Repository = '%{repository}'"
6411
6416
  msgstr ""
6412
6417
 
6413
- #: ../app/services/katello/pulp3/content_view_version/importable_repositories.rb:33
6418
+ #: ../app/services/katello/pulp3/content_view_version/importable_repositories.rb:38
6414
6419
  msgid "Unable to find product '%s' in organization '%s'"
6415
6420
  msgstr ""
6416
6421
 
@@ -8196,222 +8201,129 @@ msgstr "サブスクリプションがアップストリームにありません
8196
8201
  msgid "The subscription is no longer available"
8197
8202
  msgstr "サブスクリプションは利用できなくなりました"
8198
8203
 
8199
- #: action_names.rb:4
8200
- msgid "Instance update"
8201
- msgstr "インスタンスの更新"
8204
+ #: action_names.rb:2
8205
+ msgid "Remote action:"
8206
+ msgstr "リモートアクション:"
8202
8207
 
8203
8208
  #: action_names.rb:5
8204
- msgid "Index package groups"
8205
- msgstr "パッケージグループのインデックス作成"
8209
+ msgid "Copy version units to library"
8210
+ msgstr "バージョンユニットのライブラリーへのコピー"
8211
+
8212
+ #: action_names.rb:11
8213
+ msgid "Verify checksum"
8214
+ msgstr "チェックサムの確認"
8206
8215
 
8207
- #: action_names.rb:6
8216
+ #: action_names.rb:14
8217
+ msgid "Update http proxy details"
8218
+ msgstr "HTTP プロキシーの詳細更新"
8219
+
8220
+ #: action_names.rb:17
8221
+ msgid "Instance update"
8222
+ msgstr "インスタンスの更新"
8223
+
8224
+ #: action_names.rb:18
8208
8225
  msgid "Index module streams"
8209
8226
  msgstr "モジュールストリームのインデックス作成"
8210
8227
 
8211
- #: action_names.rb:7
8212
- msgid "Index errata"
8213
- msgstr "エラータのインデックス作成"
8214
-
8215
- #: action_names.rb:8
8228
+ #: action_names.rb:19
8216
8229
  msgid "Index content"
8217
8230
  msgstr "コンテンツのインデックス作成"
8218
8231
 
8219
- #: action_names.rb:10
8220
- msgid "Filtered index content"
8221
- msgstr "フィルタリングしたインデックスコンテンツ"
8222
-
8223
- #: action_names.rb:11
8232
+ #: action_names.rb:20
8224
8233
  msgid "Fetch pxe files"
8225
8234
  msgstr "PXE ファイルの取得"
8226
8235
 
8227
- #: action_names.rb:13
8236
+ #: action_names.rb:21
8228
8237
  msgid "Errata mail"
8229
8238
  msgstr "エラータメール"
8230
8239
 
8231
- #: action_names.rb:14
8232
- msgid "Discover"
8233
- msgstr "検出"
8234
-
8235
- #: action_names.rb:19
8240
+ #: action_names.rb:24
8236
8241
  msgid "Update http proxy"
8237
8242
  msgstr "http プロキシーの更新"
8238
8243
 
8239
- #: action_names.rb:20
8240
- msgid "Reindex subscriptions"
8241
- msgstr "サブスクリプションのインデックス再作成"
8242
-
8243
- #: action_names.rb:31
8244
- msgid "Hypervisors update"
8245
- msgstr "ハイパーバイザーの更新"
8246
-
8247
- #: action_names.rb:32
8244
+ #: action_names.rb:30
8248
8245
  msgid "Hypervisors"
8249
8246
  msgstr "ハイパーバイザー"
8250
8247
 
8251
- #: action_names.rb:35
8248
+ #: action_names.rb:32
8252
8249
  msgid "Auto attach subscriptions"
8253
8250
  msgstr "サブスクリプションの自動割り当て"
8254
8251
 
8255
- #: action_names.rb:48
8252
+ #: action_names.rb:41
8256
8253
  msgid "Promote"
8257
8254
  msgstr "Promote (プロモート)"
8258
8255
 
8259
- #: action_names.rb:49
8260
- msgid "Remote action:"
8261
- msgstr "リモートアクション:"
8262
-
8263
- #: action_names.rb:50
8264
- msgid "Incremental Update of Content View Version(s) "
8265
- msgstr "コンテンツビューバージョンの増分更新 "
8256
+ #: action_names.rb:52
8257
+ msgid "Hypervisors update"
8258
+ msgstr "ハイパーバイザーの更新"
8266
8259
 
8267
- #: action_names.rb:51
8268
- msgid "Sync capsule"
8269
- msgstr "Capsule の同期"
8260
+ #: action_names.rb:55
8261
+ msgid "Update content urls"
8262
+ msgstr "コンテンツ url の更新"
8270
8263
 
8271
- #: action_names.rb:56
8272
- msgid "Agent action"
8273
- msgstr "エージェントのアクション"
8264
+ #: action_names.rb:57
8265
+ msgid "Reindex subscriptions"
8266
+ msgstr "サブスクリプションのインデックス再作成"
8274
8267
 
8275
8268
  #: action_names.rb:58
8276
- msgid "Abstract async task"
8277
- msgstr "非同期タスクの抽象化"
8269
+ msgid "Update redhat repository"
8270
+ msgstr "redhat リポジトリーの更新"
8278
8271
 
8279
8272
  #: action_names.rb:59
8280
- msgid "Import Puppet classes"
8281
- msgstr "Puppet クラスのインポート"
8273
+ msgid "Filtered index content"
8274
+ msgstr "フィルタリングしたインデックスコンテンツ"
8282
8275
 
8283
8276
  #: action_names.rb:60
8284
- msgid "Import facts"
8285
- msgstr "ファクトのインポート"
8277
+ msgid "Index errata"
8278
+ msgstr "エラータのインデックス作成"
8286
8279
 
8287
8280
  #: action_names.rb:61
8288
- msgid "Action with sub plans"
8289
- msgstr "サブプランによるアクション"
8281
+ msgid "Index package groups"
8282
+ msgstr "パッケージグループのインデックス作成"
8283
+
8284
+ #: action_names.rb:63
8285
+ msgid "Discover"
8286
+ msgstr "検出"
8290
8287
 
8291
8288
  #: action_names.rb:64
8292
- msgid "Copy version units to library"
8293
- msgstr "バージョンユニットのライブラリーへのコピー"
8289
+ msgid "Incremental Update of Content View Version(s) "
8290
+ msgstr "コンテンツビューバージョンの増分更新 "
8294
8291
 
8295
- #: action_names.rb:70
8296
- msgid "Verify checksum"
8297
- msgstr "チェックサムの確認"
8292
+ #: action_names.rb:67
8293
+ msgid "Abstract async task"
8294
+ msgstr "非同期タスクの抽象化"
8295
+
8296
+ #: action_names.rb:68
8297
+ msgid "Sync capsule"
8298
+ msgstr "Capsule の同期"
8299
+
8300
+ #: action_names.rb:72
8301
+ msgid "Agent action"
8302
+ msgstr "エージェントのアクション"
8298
8303
 
8299
8304
  #: action_names.rb:73
8300
- msgid "Update redhat repository"
8301
- msgstr "redhat リポジトリーの更新"
8305
+ msgid "Import Puppet classes"
8306
+ msgstr "Puppet クラスのインポート"
8302
8307
 
8303
8308
  #: action_names.rb:74
8304
- msgid "Update http proxy details"
8305
- msgstr "HTTP プロキシーの詳細更新"
8309
+ msgid "Import facts"
8310
+ msgstr "ファクトのインポート"
8306
8311
 
8307
8312
  #: action_names.rb:75
8308
- msgid "Update content urls"
8309
- msgstr "コンテンツ url の更新"
8310
-
8311
- #: ../app/controllers/katello/api/v2/host_errata_controller.rb:52
8312
- #~ msgid "Schedule errata for installation"
8313
- #~ msgstr "エラータのインストールをスケジュール"
8314
-
8315
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:30
8316
- #~ msgid "Install packages remotely"
8317
- #~ msgstr "パッケージのリモートインストール"
8318
-
8319
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:48
8320
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:59
8321
- #~ msgid "Update packages remotely"
8322
- #~ msgstr "パッケージのリモートでの更新"
8323
-
8324
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:66
8325
- #~ msgid "Uninstall packages remotely"
8326
- #~ msgstr "パッケージのリモートでのアンインストール"
8327
-
8328
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:118
8329
- #~ msgid "Install content on one or more hosts"
8330
- #~ msgstr "コンテンツの 1 つ以上のホストへのインストール"
8331
-
8332
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:128
8333
- #~ msgid "Update content on one or more hosts"
8334
- #~ msgstr "1 台以上のホストのコンテンツを更新します"
8335
-
8336
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:139
8337
- #~ msgid "Remove content on one or more hosts"
8338
- #~ msgstr "1 つ以上のホストのコンテンツを削除します"
8339
-
8340
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:55
8341
- #~ msgid "comma-separated list of releases to be synced from deb-archive"
8342
- #~ msgstr "deb-archive から同期されるリリースのコンマ区切りリスト"
8343
-
8344
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:56
8345
- #~ msgid "comma-separated list of repo components to be synced from deb-archive"
8346
- #~ msgstr "deb-archive から同期される repo コンポーネントのコンマ区切りリスト"
8347
-
8348
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:57
8349
- #~ msgid "comma-separated list of architectures to be synced from deb-archive"
8350
- #~ msgstr "deb-archive から同期されるアーキテクチャーのコンマ区切りリスト"
8313
+ msgid "Action with sub plans"
8314
+ msgstr "サブプランによるアクション"
8351
8315
 
8352
- #:
8353
- #: ../app/controllers/katello/concerns/api/v2/registration_commands_controller_extensions.rb:11
8354
8316
  #~ msgid ""
8355
- #~ "Activation key(s) for Subscription Manager. Required for CentOS and Red Hat En"
8356
- #~ "terprise Linux. Multiple keys add separated by comma, example: key1,key2,key3."
8357
- #~ msgstr ""
8358
- #~ "Subscription Manager のアクティベーションキー。CentOS および Red Hat Enterprise Linux で必要です。複数"
8359
- #~ "のキーをコンマ区切りで追加します (例: key1、key2、key3)。"
8317
+ #~ "Split the exported content into archives no greater than the specified size in"
8318
+ #~ " megabytes."
8319
+ #~ msgstr "エクスポートされたコンテンツを、メガバイト単位で指定されたサイズ以下のアーカイブに分割します。"
8360
8320
 
8361
- #: ../app/models/katello/root_repository.rb:141
8362
8321
  #~ msgid ""
8363
- #~ "Cannot sync file:// repositories with On Demand or Background Download Policie"
8364
- #~ "s"
8365
- #~ msgstr "オンデマンドまたはバックグラウンドダウンロードポリシーを file:// リポジトリーと同期できません"
8366
-
8367
- #: ../app/models/setting/content.rb:115
8368
- #~ msgid "If set to true, use the remote execution over katello-agent for remote actions"
8369
- #~ msgstr "true に設定した場合には、リモートアクションに katello-agent でのリモート実行が使用されます"
8370
-
8371
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:75
8372
- #~ msgid "Red Hat"
8373
- #~ msgstr "Red Hat"
8374
-
8375
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:75
8376
- #~ msgid "Custom"
8377
- #~ msgstr "カスタム"
8378
-
8379
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:76
8380
- #~ msgid ""
8381
- #~ "\n"
8382
- #~ "* Product = '%{product}', Repository = '%{repository}', Repository Type = '%{r"
8383
- #~ "epo_type}'"
8322
+ #~ "The following repositories provided in the import metadata are either not avai"
8323
+ #~ "lable in the Library or are of incorrect Respository Type. Please add or enabl"
8324
+ #~ "e the repositories before importing\n"
8325
+ #~ " %{repos}"
8384
8326
  #~ msgstr ""
8385
- #~ "\n"
8386
- #~ "* 製品 = '%{product}'、リポジトリー = '%{repository}'、リポジトリータイプ = '%{repo_type}'"
8387
-
8388
- #: ../app/views/foreman/hosts/_registration_commands.html.erb:16
8389
- #~ msgid "Activation Key(s) *"
8390
- #~ msgstr "アクティベーションキー *"
8391
-
8392
- #: ../app/views/foreman/hosts/_registration_commands.html.erb:17
8393
- #~ msgid ""
8394
- #~ "Activation key(s) for Subscription Manager. Multiple keys should be comma-sepa"
8395
- #~ "rated, for example: key1,key2,key3."
8396
- #~ msgstr "Subscription Manager のアクティベーションキー。複数のキーをコンマ区切りする必要があります (例: key1、key2、key3)。"
8397
-
8398
- #: ../lib/katello/plugin.rb:279
8399
- #~ msgid "Katello"
8400
- #~ msgstr "Katello"
8401
-
8402
- #: ../lib/proxy_api/container_gateway.rb:18
8403
- #~ msgid "Unable to perform unauthenticated repository list operation"
8404
- #~ msgstr "認証されていないリポジトリーリスト操作を実行できません"
8405
-
8406
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:74
8407
- #~ msgid "Something went wrong while retrieving the repository types! ${error}"
8408
- #~ msgstr "リポジトリータイプの取得時にエラーが発生しました! ${error}"
8409
-
8410
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:81
8411
- #~ msgid "Something went wrong while retrieving the content view filters! ${error}"
8412
- #~ msgstr "コンテンツビューフィルターの取得中に問題が発生しました! ${error}"
8413
-
8414
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:88
8415
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:97
8416
- #~ msgid "Something went wrong while retrieving the content view filter! ${error}"
8417
- #~ msgstr "コンテンツビューフィルターの取得中に問題が発生しました! ${error}"
8327
+ #~ "インポートメタデータで提供されている次のリポジトリーは、ライブラリーで使用できないか、リポジトリータイプが正しくありません。インポートする前にリポジトリーを"
8328
+ #~ "追加または有効にしてください\n"
8329
+ #~ " %{repos}"