katello 4.18.0 → 4.19.0.rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/locale/bn/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/ca/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/cs/katello.js +53 -350
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +54 -351
- data/app/assets/javascripts/katello/locale/de/katello.js +56 -353
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/el/katello.js +54 -351
- data/app/assets/javascripts/katello/locale/en/katello.js +53 -350
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +53 -350
- data/app/assets/javascripts/katello/locale/en_US/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/es/katello.js +56 -353
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/fr/katello.js +138 -435
- data/app/assets/javascripts/katello/locale/gl/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/gu/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/hi/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/id/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/it/katello.js +53 -350
- data/app/assets/javascripts/katello/locale/ja/katello.js +142 -439
- data/app/assets/javascripts/katello/locale/ka/katello.js +56 -353
- data/app/assets/javascripts/katello/locale/kn/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/ko/katello.js +135 -432
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/mr/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/or/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/pa/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/pl/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/pt/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +56 -353
- data/app/assets/javascripts/katello/locale/ro/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/ru/katello.js +54 -351
- data/app/assets/javascripts/katello/locale/sl/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/ta/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/te/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/tr/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/vi/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/zh/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +135 -432
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +54 -351
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +46 -13
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
- data/app/controllers/katello/api/v2/activation_keys_controller.rb +3 -65
- data/app/controllers/katello/api/v2/content_export_incrementals_controller.rb +56 -34
- data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +1 -1
- data/app/controllers/katello/api/v2/content_views_controller.rb +18 -3
- data/app/controllers/katello/api/v2/debs_controller.rb +21 -11
- data/app/controllers/katello/api/v2/docker_tags_controller.rb +7 -0
- data/app/controllers/katello/api/v2/errata_controller.rb +4 -4
- data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +21 -19
- data/app/controllers/katello/api/v2/host_debs_controller.rb +16 -1
- data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +3 -60
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +10 -53
- data/app/controllers/katello/api/v2/repositories_controller.rb +0 -1
- data/app/controllers/katello/concerns/organizations_controller_extensions.rb +3 -0
- data/app/lib/actions/candlepin/activation_key/create.rb +0 -2
- data/app/lib/actions/candlepin/activation_key/update.rb +0 -2
- data/app/lib/actions/candlepin/product/content_create.rb +3 -5
- data/app/lib/actions/candlepin/product/content_update.rb +2 -3
- data/app/lib/actions/helpers/rolling_cv_repos.rb +1 -1
- data/app/lib/actions/katello/activation_key/create.rb +0 -1
- data/app/lib/actions/katello/activation_key/update.rb +0 -2
- data/app/lib/actions/katello/capsule_content/sync_capsule.rb +1 -6
- data/app/lib/actions/katello/content_credential/update.rb +1 -1
- data/app/lib/actions/katello/content_view/add_rolling_repo_clone.rb +18 -24
- data/app/lib/actions/katello/content_view/create.rb +9 -4
- data/app/lib/actions/katello/content_view/publish.rb +7 -7
- data/app/lib/actions/katello/content_view/refresh_rolling_repo.rb +6 -1
- data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +16 -11
- data/app/lib/actions/katello/content_view/update.rb +34 -7
- data/app/lib/actions/katello/product/content_create.rb +2 -2
- data/app/lib/actions/katello/product/content_destroy.rb +1 -1
- data/app/lib/actions/katello/repository/check_matching_content.rb +1 -1
- data/app/lib/actions/katello/repository/clone_contents.rb +1 -1
- data/app/lib/actions/katello/repository/create.rb +1 -1
- data/app/lib/actions/katello/repository/destroy.rb +4 -4
- data/app/lib/actions/katello/repository/finish_upload.rb +1 -1
- data/app/lib/actions/katello/repository/sync.rb +1 -1
- data/app/lib/actions/pulp3/orchestration/repository/copy_all_units.rb +2 -2
- data/app/lib/actions/pulp3/orchestration/repository/generate_metadata.rb +1 -1
- data/app/lib/actions/pulp3/orchestration/repository/multi_copy_all_units.rb +1 -1
- data/app/lib/actions/pulp3/repository/save_publication.rb +3 -1
- data/app/lib/actions/pulp3/repository/save_version.rb +45 -24
- data/app/lib/actions/pulp3/repository/save_versions.rb +2 -1
- data/app/lib/katello/resources/candlepin/activation_key.rb +3 -4
- data/app/lib/katello/resources/candlepin/upstream_job.rb +9 -1
- data/app/lib/katello/resources/candlepin.rb +4 -0
- data/app/models/katello/authorization/repository.rb +17 -4
- data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -7
- data/app/models/katello/content_view_deb_filter.rb +10 -0
- data/app/models/katello/content_view_deb_filter_rule.rb +7 -0
- data/app/models/katello/deb.rb +10 -12
- data/app/models/katello/erratum.rb +1 -1
- data/app/models/katello/glue/provider.rb +14 -3
- data/app/models/katello/host/content_facet.rb +1 -1
- data/app/models/katello/host/subscription_facet.rb +1 -7
- data/app/models/katello/product_content.rb +2 -2
- data/app/models/katello/repository.rb +4 -23
- data/app/models/katello/root_repository.rb +2 -5
- data/app/services/katello/candlepin/event_handler.rb +0 -33
- data/app/services/katello/candlepin/message_handler.rb +0 -41
- data/app/services/katello/content_unit_indexer.rb +59 -13
- data/app/services/katello/product_content_finder.rb +16 -7
- data/app/services/katello/pulp3/alternate_content_source.rb +2 -2
- data/app/services/katello/pulp3/ansible_collection.rb +1 -0
- data/app/services/katello/pulp3/api/content_guard.rb +5 -5
- data/app/services/katello/pulp3/api/core.rb +10 -0
- data/app/services/katello/pulp3/content_view_version/export.rb +25 -10
- data/app/services/katello/pulp3/deb.rb +1 -0
- data/app/services/katello/pulp3/docker_manifest.rb +1 -0
- data/app/services/katello/pulp3/docker_manifest_list.rb +1 -0
- data/app/services/katello/pulp3/docker_tag.rb +1 -0
- data/app/services/katello/pulp3/file_unit.rb +1 -0
- data/app/services/katello/pulp3/generic_content_unit.rb +1 -0
- data/app/services/katello/pulp3/module_stream.rb +1 -0
- data/app/services/katello/pulp3/package_group.rb +1 -0
- data/app/services/katello/pulp3/repository/apt.rb +30 -13
- data/app/services/katello/pulp3/repository.rb +59 -10
- data/app/services/katello/pulp3/rpm.rb +3 -2
- data/app/services/katello/pulp3/srpm.rb +3 -2
- data/app/services/katello/pulp3/task_group.rb +1 -1
- data/app/services/katello/registration_manager.rb +19 -17
- data/app/services/katello/repository_type_manager.rb +7 -5
- data/app/services/katello/smart_proxy_helper.rb +1 -6
- data/app/views/foreman/job_templates/upload_profile.erb +5 -0
- data/app/views/katello/api/v2/activation_keys/base.json.rabl +1 -1
- data/app/views/katello/api/v2/content_views/base.json.rabl +1 -0
- data/app/views/katello/api/v2/debs/thindex.json.rabl +6 -0
- data/app/views/katello/api/v2/docker_tags/_base.json.rabl +32 -0
- data/app/views/katello/api/v2/docker_tags/show.json.rabl +0 -5
- data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +6 -0
- data/app/views/katello/api/v2/host_debs/installed_debs.json.rabl +6 -0
- data/app/views/katello/api/v2/hosts_bulk_actions/applicable_errata.json.rabl +1 -1
- data/app/views/katello/api/v2/hosts_bulk_actions/applicable_erratum.json.rabl +9 -0
- data/app/views/katello/api/v2/hosts_bulk_actions/installable_errata.json.rabl +1 -1
- data/app/views/katello/api/v2/hosts_bulk_actions/{erratum.json.rabl → installable_erratum.json.rabl} +3 -3
- data/app/views/katello/api/v2/subscription_facet/base.json.rabl +1 -1
- data/config/initializers/monkeys.rb +1 -0
- data/config/routes/api/v2.rb +2 -2
- data/config/routes/overrides.rb +2 -7
- data/config/routes.rb +2 -0
- data/db/migrate/20211019192121_create_cdn_configuration.katello.rb +1 -1
- data/db/migrate/20250912000000_add_pulp_prn_fields.rb +73 -0
- data/db/migrate/20250912000001_populate_pulp_prn_fields.rb +403 -0
- data/db/migrate/20251009142516_remove_auto_attach_from_activation_keys.rb +5 -0
- data/db/migrate/20251009142517_remove_autoheal_from_subscription_facets.rb +5 -0
- data/db/seeds.d/111-upgrade_tasks.rb +2 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +6 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +5 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +5 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +5 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +4 -4
- data/lib/katello/permission_creator.rb +2 -2
- data/lib/katello/permissions/host_permissions.rb +0 -6
- data/lib/katello/plugin.rb +16 -8
- data/lib/katello/tasks/jenkins.rake +1 -1
- data/lib/katello/tasks/upgrades/4.19/enable_structured_apt_for_deb.rake +87 -0
- data/lib/katello/tasks/upgrades/4.19/populate_repository_version_prns.rake +32 -0
- data/lib/katello/version.rb +1 -1
- data/lib/monkeys/fix_rpm_repository_gpgcheck.rb +38 -0
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +52 -349
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +52 -349
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +52 -349
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +54 -350
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +54 -351
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +56 -353
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +52 -349
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +52 -349
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +55 -352
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +54 -350
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +53 -350
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +52 -349
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +56 -353
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +52 -349
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +139 -435
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +52 -349
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +52 -349
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +52 -349
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +52 -349
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +52 -349
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +53 -350
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +143 -439
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +56 -353
- data/locale/katello.pot +695 -1152
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +52 -349
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +136 -432
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +52 -349
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +52 -349
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +52 -349
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +52 -349
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +52 -349
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +52 -349
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +52 -349
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +52 -349
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +56 -353
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +52 -349
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +52 -349
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +54 -351
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +52 -349
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +52 -349
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +52 -349
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +52 -349
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +52 -349
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +52 -349
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +52 -349
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +52 -349
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +52 -349
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +136 -432
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +54 -351
- data/webpack/components/Content/Details/__tests__/__snapshots__/ContentDetails.test.js.snap +2 -2
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +0 -2
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -2
- data/webpack/components/extensions/Hosts/ActionsBar/index.js +1 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkActionsConstants.js +7 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js +388 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/__tests__/BulkChangeHostCollectionsModal.test.js +640 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/actions.js +28 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/index.js +71 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +10 -3
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +51 -24
- data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +7 -0
- data/webpack/containers/Application/config.js +11 -1
- data/webpack/global_index.js +3 -0
- data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesConstants.js +1 -1
- data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesPage.js +7 -43
- data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImagesPage.test.js +1 -1
- data/webpack/scenes/ContainerImages/ContainerImagesPage.js +86 -0
- data/webpack/scenes/ContainerImages/LabelsAnnotationsModal.js +105 -0
- data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js +218 -0
- data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsActions.js +15 -0
- data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsSelectors.js +16 -0
- data/webpack/scenes/ContainerImages/Synced/Details/__tests__/ManifestDetails.test.js +395 -0
- data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestDetails.fixtures.json +43 -0
- data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestList.fixtures.json +58 -0
- data/webpack/scenes/ContainerImages/Synced/Details/index.js +4 -0
- data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js +359 -0
- data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.scss +21 -0
- data/webpack/scenes/ContainerImages/Synced/__tests__/LabelsAnnotationsModal.test.js +69 -0
- data/webpack/scenes/ContainerImages/Synced/__tests__/SyncedContainerImagesPage.test.js +335 -0
- data/webpack/scenes/ContainerImages/Synced/__tests__/syncedContainerImages.fixtures.json +105 -0
- data/webpack/scenes/ContainerImages/TableEmptyState.js +67 -0
- data/webpack/scenes/ContainerImages/containerImagesHelpers.js +48 -0
- data/webpack/scenes/ContainerImages/index.js +4 -0
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +29 -3
- data/webpack/scenes/ContentViews/Create/__tests__/contentViewCreateResult.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Create/__tests__/createContentView.test.js +45 -1
- data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +0 -1
- data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +59 -1
- data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js +164 -24
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVDebFilterContent.test.js +268 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterDetail.fixtures.json +95 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterRules.fixtures.json +31 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/emptyCVDebFilterRules.fixtures.json +10 -0
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +0 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +0 -1
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetail.test.js +15 -0
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetails.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +9 -0
- data/webpack/scenes/FlatpakRemotes/CreateEdit/CreateFlatpakRemoteModal.js +5 -3
- data/webpack/scenes/FlatpakRemotes/CreateEdit/EditFlatpakRemotesModal.js +1 -1
- data/webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js +35 -3
- data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js +1 -1
- data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.css +3 -0
- data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js +63 -132
- data/webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js +67 -143
- data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +10 -2
- data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +13 -2
- data/webpack/scenes/SmartProxy/SmartProxyContentConstants.js +1 -0
- data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +8 -2
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +67 -1
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +2 -2
- data/webpack/scenes/Subscriptions/SubscriptionConstants.js +0 -2
- data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsActions.test.js.snap +2 -2
- metadata +83 -55
- data/app/lib/actions/katello/host/attach_subscriptions.rb +0 -59
- data/app/lib/actions/katello/host/auto_attach_subscriptions.rb +0 -22
- data/app/lib/actions/katello/host/remove_subscriptions.rb +0 -50
- data/app/lib/actions/katello/organization/simple_content_access/disable.rb +0 -25
- data/app/lib/actions/katello/organization/simple_content_access/enable.rb +0 -25
- data/app/lib/actions/katello/organization/simple_content_access/toggle.rb +0 -42
- data/lib/katello/tasks/migrate_structure_content_for_deb.rake +0 -105
- data/lib/katello/tasks/upgrades/4.2/remove_checksum_values.rake +0 -17
- data/locale/action_names.rb +0 -186
- /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImages.fixtures.js +0 -0
- /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/index.js +0 -0
data/locale/ja/katello.po
CHANGED
|
@@ -8,13 +8,14 @@
|
|
|
8
8
|
# Amit Upadhye <aupadhye@redhat.com>, 2023
|
|
9
9
|
# Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025
|
|
10
10
|
# Bryan Kearney <bryan.kearney@gmail.com>, 2025
|
|
11
|
+
# Ondřej Gajdušek, 2025
|
|
11
12
|
#
|
|
12
13
|
msgid ""
|
|
13
14
|
msgstr ""
|
|
14
|
-
"Project-Id-Version: katello 4.
|
|
15
|
+
"Project-Id-Version: katello 4.19.0.pre.master\n"
|
|
15
16
|
"Report-Msgid-Bugs-To: \n"
|
|
16
17
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
|
17
|
-
"Last-Translator:
|
|
18
|
+
"Last-Translator: Ondřej Gajdušek, 2025\n"
|
|
18
19
|
"Language-Team: Japanese (https://app.transifex.com/foreman/teams/114/ja/)\n"
|
|
19
20
|
"MIME-Version: 1.0\n"
|
|
20
21
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -456,9 +457,6 @@ msgstr "リモート実行ジョブが進行中です"
|
|
|
456
457
|
msgid "A remote execution job is in progress."
|
|
457
458
|
msgstr "リモート実行ジョブが進行中です。"
|
|
458
459
|
|
|
459
|
-
msgid "A service level for auto-healing process, e.g. SELF-SUPPORT"
|
|
460
|
-
msgstr "自動修復プロセスのサービスレベル。例: SELF-SUPPORT"
|
|
461
|
-
|
|
462
460
|
msgid "A smart proxy seems to have been refreshed without pulpcore being running. Please refresh the smart proxy after ensuring that pulpcore services are running."
|
|
463
461
|
msgstr "Smart Proxy は、pulpcore を実行せずに更新されたようです。Pulpcore サービスが実行されていることを確認してから、Smart Proxy を更新してください。"
|
|
464
462
|
|
|
@@ -474,11 +472,8 @@ msgstr "任意"
|
|
|
474
472
|
msgid "About page"
|
|
475
473
|
msgstr "About ページ"
|
|
476
474
|
|
|
477
|
-
msgid "Abstract async task"
|
|
478
|
-
msgstr ""
|
|
479
|
-
|
|
480
475
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
|
481
|
-
msgstr "Red Hat
|
|
476
|
+
msgstr "Red Hat Subscription Management へのアクセスは禁止されています。これを変更するには、コンテンツ設定の 'サブスクリプション接続の有効化' を更新してください。"
|
|
482
477
|
|
|
483
478
|
msgid "Account Number"
|
|
484
479
|
msgstr "アカウント番号"
|
|
@@ -564,12 +559,15 @@ msgstr "DEB ルールの追加"
|
|
|
564
559
|
msgid "Add RPM rule"
|
|
565
560
|
msgstr "RPM ルールの追加"
|
|
566
561
|
|
|
562
|
+
msgid "Add Red Hat Flatpak remote"
|
|
563
|
+
msgstr ""
|
|
564
|
+
|
|
565
|
+
msgid "Add Red Hat flatpak remote"
|
|
566
|
+
msgstr ""
|
|
567
|
+
|
|
567
568
|
msgid "Add Subscriptions"
|
|
568
569
|
msgstr "サブスクリプションの追加"
|
|
569
570
|
|
|
570
|
-
msgid "Add a subscription to a host"
|
|
571
|
-
msgstr "ホストにサブスクリプションを追加します"
|
|
572
|
-
|
|
573
571
|
msgid "Add an alternate content source"
|
|
574
572
|
msgstr "代替コンテンツソースの追加"
|
|
575
573
|
|
|
@@ -621,9 +619,6 @@ msgstr "リポジトリーの追加"
|
|
|
621
619
|
msgid "Add repositories with package groups to content view to select them here."
|
|
622
620
|
msgstr "パッケージグループのあるリポジトリーをコンテンツビューに追加して、ここで選択します。"
|
|
623
621
|
|
|
624
|
-
msgid "Add rolling repo clone"
|
|
625
|
-
msgstr ""
|
|
626
|
-
|
|
627
622
|
msgid "Add rule"
|
|
628
623
|
msgstr "ルールの追加"
|
|
629
624
|
|
|
@@ -636,9 +631,6 @@ msgstr "サブスクリプションの追加"
|
|
|
636
631
|
msgid "Add subscriptions consumed by a manifest from Red Hat Subscription Management"
|
|
637
632
|
msgstr "Red Hat Subscription Management からマニフェストが使用するサブスクリプションを追加します"
|
|
638
633
|
|
|
639
|
-
msgid "Add subscriptions to one or more hosts"
|
|
640
|
-
msgstr "1 つ以上のホストにサブスクリプションを追加します"
|
|
641
|
-
|
|
642
634
|
msgid "Add subscriptions using the Add Subscriptions button."
|
|
643
635
|
msgstr "サブスクリプションの追加ボタンを使用してサブスクリプションを追加します。"
|
|
644
636
|
|
|
@@ -801,7 +793,7 @@ msgid "Ansible collections"
|
|
|
801
793
|
msgstr "Ansible コレクション"
|
|
802
794
|
|
|
803
795
|
msgid "Any updates to image mode host(s) will be lost on the next reboot."
|
|
804
|
-
msgstr ""
|
|
796
|
+
msgstr "イメージモードのホストへの更新は、次回の再起動時に失われます。"
|
|
805
797
|
|
|
806
798
|
msgid "Applicability Batch Size"
|
|
807
799
|
msgstr "適用可能なバッチサイズ"
|
|
@@ -825,7 +817,7 @@ msgid "Application"
|
|
|
825
817
|
msgstr "アプリケーション"
|
|
826
818
|
|
|
827
819
|
msgid "Application name"
|
|
828
|
-
msgstr ""
|
|
820
|
+
msgstr "アプリケーション名"
|
|
829
821
|
|
|
830
822
|
msgid "Apply"
|
|
831
823
|
msgstr "適用"
|
|
@@ -914,12 +906,6 @@ msgstr "ローカルプール ID の配列。アップストリームからの
|
|
|
914
906
|
msgid "Array of pools to add"
|
|
915
907
|
msgstr "追加するプールの配列"
|
|
916
908
|
|
|
917
|
-
msgid "Array of subscriptions to add"
|
|
918
|
-
msgstr "追加するサブスクリプションの配列"
|
|
919
|
-
|
|
920
|
-
msgid "Array of subscriptions to remove"
|
|
921
|
-
msgstr "削除するサブスクリプションの配列"
|
|
922
|
-
|
|
923
909
|
msgid "Array of uploads to import"
|
|
924
910
|
msgstr "インポートするアップロードの配列"
|
|
925
911
|
|
|
@@ -975,15 +961,6 @@ msgstr "選択した項目の少なくとも 1 つでホストの再起動が必
|
|
|
975
961
|
msgid "At least one organization must exist."
|
|
976
962
|
msgstr "1 つ以上の組織が存在している必要があります。"
|
|
977
963
|
|
|
978
|
-
msgid "Attach a subscription"
|
|
979
|
-
msgstr "サブスクリプションを割り当てる"
|
|
980
|
-
|
|
981
|
-
msgid "Attach subscriptions"
|
|
982
|
-
msgstr "サブスクリプションの割り当て"
|
|
983
|
-
|
|
984
|
-
msgid "Attach subscriptions to %s"
|
|
985
|
-
msgstr "%s へのサブスクリプションの割り当て"
|
|
986
|
-
|
|
987
964
|
msgid "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin"
|
|
988
965
|
msgstr "Candlepin からコンシューマー %s を破棄しようとしましたが、コンシューマーが candlepin に存在しません"
|
|
989
966
|
|
|
@@ -999,9 +976,6 @@ msgstr "作成者"
|
|
|
999
976
|
msgid "Auto Publish - Triggered by '%s'"
|
|
1000
977
|
msgstr "自動公開 - '%s' によるトリガー"
|
|
1001
978
|
|
|
1002
|
-
msgid "Auto attach subscriptions"
|
|
1003
|
-
msgstr ""
|
|
1004
|
-
|
|
1005
979
|
msgid "Auto publish"
|
|
1006
980
|
msgstr "自動公開"
|
|
1007
981
|
|
|
@@ -1069,7 +1043,7 @@ msgid "Below are the repository sets currently available for this content host.
|
|
|
1069
1043
|
msgstr "以下は、このコンテンツホストで現在利用可能なリポジトリーセットです。Red Hat サブスクリプションの場合は、{rhrp} により追加のコンテンツを利用できる可能性があります。デフォルト設定を変更するには、subscription-manager 1.10 またはそれ以降をこのホストにインストールする必要があります。"
|
|
1070
1044
|
|
|
1071
1045
|
msgid "Below you can add content overrides, which change whether a repository is enabled or disabled. Change their state one by one, or use the checkboxes and select an action to perform."
|
|
1072
|
-
msgstr ""
|
|
1046
|
+
msgstr "以下でコンテンツオーバーライドを追加できます。これにより、リポジトリーの有効/無効を変更できます。オーバーライドの状態を 1 つずつ変更するか、チェックボックスを使用して実行するアクションを選択してください。"
|
|
1073
1047
|
|
|
1074
1048
|
msgid "Beta"
|
|
1075
1049
|
msgstr "ベータ"
|
|
@@ -1098,6 +1072,9 @@ msgstr "Bootc インターフェイスを使用した Bootc スイッチ"
|
|
|
1098
1072
|
msgid "Bootc upgrade via Bootc interface"
|
|
1099
1073
|
msgstr "Bootc インターフェイスを使用した Bootc アップグレード"
|
|
1100
1074
|
|
|
1075
|
+
msgid "Booted"
|
|
1076
|
+
msgstr ""
|
|
1077
|
+
|
|
1101
1078
|
msgid "Booted Container Images"
|
|
1102
1079
|
msgstr "起動済みのコンテナーイメージ"
|
|
1103
1080
|
|
|
@@ -1231,7 +1208,7 @@ msgid "Cannot add composite versions to another composite content view"
|
|
|
1231
1208
|
msgstr "複合バージョンを別の複合コンテンツビューに追加できません"
|
|
1232
1209
|
|
|
1233
1210
|
msgid "Cannot add container push repositories to a rolling content view"
|
|
1234
|
-
msgstr ""
|
|
1211
|
+
msgstr "コンテナープッシュリポジトリーをローリングコンテンツビューに追加できません"
|
|
1235
1212
|
|
|
1236
1213
|
msgid "Cannot add content view environments from a different organization"
|
|
1237
1214
|
msgstr "別の組織からコンテンツビュー環境を追加できません"
|
|
@@ -1255,10 +1232,10 @@ msgid "Cannot add repositories to a composite content view"
|
|
|
1255
1232
|
msgstr "リポジトリーを複合コンテンツビューに追加できません"
|
|
1256
1233
|
|
|
1257
1234
|
msgid "Cannot add rolling content view to composite content view"
|
|
1258
|
-
msgstr ""
|
|
1235
|
+
msgstr "ローリングコンテンツビューを複合コンテンツビューに追加できません"
|
|
1259
1236
|
|
|
1260
1237
|
msgid "Cannot assign content view environment %s: The content view has either not been published or has not been promoted to that lifecycle environment."
|
|
1261
|
-
msgstr ""
|
|
1238
|
+
msgstr "コンテンツビュー環境を割り当てることができません %s: コンテンツビューが公開されていないか、そのライフサイクル環境にプロモートされていません。"
|
|
1262
1239
|
|
|
1263
1240
|
msgid "Cannot associate a Red Hat provider with a custom product"
|
|
1264
1241
|
msgstr "Red Hat プロバイダーをカスタム製品に関連付けることができません"
|
|
@@ -1267,7 +1244,7 @@ msgid "Cannot associate a component to a non composite content view"
|
|
|
1267
1244
|
msgstr "コンポーネントを複合コンテンツビュー以外に関連付けできません"
|
|
1268
1245
|
|
|
1269
1246
|
msgid "Cannot be disabled because it is part of a content view"
|
|
1270
|
-
msgstr ""
|
|
1247
|
+
msgstr "コンテンツビューの一部であるため無効にできません"
|
|
1271
1248
|
|
|
1272
1249
|
msgid "Cannot calculate name for custom repos"
|
|
1273
1250
|
msgstr "カスタムリポジトリーの名前を計算できません"
|
|
@@ -1411,10 +1388,10 @@ msgid "Change host content source"
|
|
|
1411
1388
|
msgstr "ホストコンテンツソースの変更"
|
|
1412
1389
|
|
|
1413
1390
|
msgid "Change the status of at least one repository."
|
|
1414
|
-
msgstr ""
|
|
1391
|
+
msgstr "少なくとも 1 つのリポジトリーのステータスを変更してください。"
|
|
1415
1392
|
|
|
1416
1393
|
msgid "Changed status"
|
|
1417
|
-
msgstr ""
|
|
1394
|
+
msgstr "変更されたステータス"
|
|
1418
1395
|
|
|
1419
1396
|
msgid "Changing a host's content source will change the Smart Proxy from which the host gets its content."
|
|
1420
1397
|
msgstr "ホストのコンテンツソースを変更すると、ホストのコンテンツ取得元の Smart Proxy が変更されます。"
|
|
@@ -1477,7 +1454,7 @@ msgid "Collapse All"
|
|
|
1477
1454
|
msgstr "すべて折りたたむ"
|
|
1478
1455
|
|
|
1479
1456
|
msgid "Comma-separated list of content view environment labels associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
|
|
1480
|
-
msgstr "
|
|
1457
|
+
msgstr "アクティベーションキーに関連付けるコンテンツビュー環境ラベルのコンマ区切りリスト。形式は 'lifecycle_environment_label/content_view_label' です。content_view_environment_ids が指定されている場合、または content_view_id と lifecycle_environment_id が指定されている場合は無視されます。allow_multiple_content_views 設定をオンにする必要があります。"
|
|
1481
1458
|
|
|
1482
1459
|
msgid "Comma-separated list of content view environment labels to be associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
|
|
1483
1460
|
msgstr "アクティベーションキーに関連付けるコンテンツビュー環境ラベルのコンマ区切りリスト。形式は 'lifecycle_environment_label/content_view_label' です。content_view_environment_ids が指定されている場合、または content_view_id と lifecycle_environment_id が指定されている場合は無視されます。allow_multiple_content_views 設定をオンにする必要があります。"
|
|
@@ -1494,9 +1471,6 @@ msgstr "コンテナーイメージリポジトリーの同期時に除外する
|
|
|
1494
1471
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
|
1495
1472
|
msgstr "コンテナーイメージリポジトリーに同期するコンマ区切りのタグ一覧"
|
|
1496
1473
|
|
|
1497
|
-
msgid "Commit upload"
|
|
1498
|
-
msgstr ""
|
|
1499
|
-
|
|
1500
1474
|
msgid "Compare"
|
|
1501
1475
|
msgstr "比較"
|
|
1502
1476
|
|
|
@@ -1569,6 +1543,9 @@ msgstr "コンテナーイメージタグ"
|
|
|
1569
1543
|
msgid "Container image tags"
|
|
1570
1544
|
msgstr "コンテナーイメージタグ"
|
|
1571
1545
|
|
|
1546
|
+
msgid "Container images"
|
|
1547
|
+
msgstr ""
|
|
1548
|
+
|
|
1572
1549
|
msgid "Container manifest lists"
|
|
1573
1550
|
msgstr "コンテナーマニフェストのリスト"
|
|
1574
1551
|
|
|
@@ -1579,13 +1556,13 @@ msgid "Container tags"
|
|
|
1579
1556
|
msgstr "コンテナータグ"
|
|
1580
1557
|
|
|
1581
1558
|
msgid "Contains content views. You must choose the version to use for each content view."
|
|
1582
|
-
msgstr ""
|
|
1559
|
+
msgstr "コンテンツビューが含まれます。各コンテンツビューで使用するバージョンを選択する必要があります。"
|
|
1583
1560
|
|
|
1584
1561
|
msgid "Contains repositories. Always serves the latest synced content, without the need to publish versions."
|
|
1585
|
-
msgstr ""
|
|
1562
|
+
msgstr "リポジトリーが含まれます。バージョンを公開する必要なく、常に最新の同期済みコンテンツを提供します。"
|
|
1586
1563
|
|
|
1587
1564
|
msgid "Contains repositories. Versions are published and optionally filtered."
|
|
1588
|
-
msgstr ""
|
|
1565
|
+
msgstr "リポジトリーが含まれます。バージョンが公開され、必要に応じてフィルタリングされます。"
|
|
1589
1566
|
|
|
1590
1567
|
msgid "Content"
|
|
1591
1568
|
msgstr "コンテンツ"
|
|
@@ -1711,7 +1688,7 @@ msgid "Content override search parameters"
|
|
|
1711
1688
|
msgstr "コンテンツオーバーライドの検索パラメーター"
|
|
1712
1689
|
|
|
1713
1690
|
msgid "Content overrides updating."
|
|
1714
|
-
msgstr ""
|
|
1691
|
+
msgstr "コンテンツオーバーライドを更新中です。"
|
|
1715
1692
|
|
|
1716
1693
|
msgid "Content source"
|
|
1717
1694
|
msgstr "コンテンツソース"
|
|
@@ -1848,27 +1825,15 @@ msgstr "クリップボードにコピーしました"
|
|
|
1848
1825
|
msgid "Copy"
|
|
1849
1826
|
msgstr "コピー"
|
|
1850
1827
|
|
|
1851
|
-
msgid "Copy all units"
|
|
1852
|
-
msgstr ""
|
|
1853
|
-
|
|
1854
1828
|
msgid "Copy an activation key"
|
|
1855
1829
|
msgstr "アクティベーションキーをコピーします"
|
|
1856
1830
|
|
|
1857
|
-
msgid "Copy content"
|
|
1858
|
-
msgstr ""
|
|
1859
|
-
|
|
1860
1831
|
msgid "Copy content view"
|
|
1861
1832
|
msgstr "コンテンツビューのコピー"
|
|
1862
1833
|
|
|
1863
1834
|
msgid "Copy to clipboard"
|
|
1864
1835
|
msgstr "クリップボードにコピー"
|
|
1865
1836
|
|
|
1866
|
-
msgid "Copy version"
|
|
1867
|
-
msgstr ""
|
|
1868
|
-
|
|
1869
|
-
msgid "Copy version units to library"
|
|
1870
|
-
msgstr ""
|
|
1871
|
-
|
|
1872
1837
|
msgid "Cores per socket"
|
|
1873
1838
|
msgstr "1 ソケットあたりのコア数"
|
|
1874
1839
|
|
|
@@ -1909,7 +1874,7 @@ msgid "Could not find environments for promotion"
|
|
|
1909
1874
|
msgstr "プロモート環境が見つかりませんでした"
|
|
1910
1875
|
|
|
1911
1876
|
msgid "Could not find product with name '%{name}' in organization id %{org_id}."
|
|
1912
|
-
msgstr ""
|
|
1877
|
+
msgstr "組織 id %{org_id} 内に '%{name}' という名前の製品は見つかりませんでした。"
|
|
1913
1878
|
|
|
1914
1879
|
msgid "Could not locate Pulp distribution."
|
|
1915
1880
|
msgstr "Pulp ディストリビューションが見つかりませんでした。"
|
|
@@ -2023,7 +1988,7 @@ msgid "Create Export History"
|
|
|
2023
1988
|
msgstr "エクスポート履歴の作成"
|
|
2024
1989
|
|
|
2025
1990
|
msgid "Create Flatpak Remote"
|
|
2026
|
-
msgstr ""
|
|
1991
|
+
msgstr "Flatpak リモートの作成"
|
|
2027
1992
|
|
|
2028
1993
|
msgid "Create Import History"
|
|
2029
1994
|
msgstr "インポート履歴の作成"
|
|
@@ -2082,39 +2047,18 @@ msgstr "生成された SSL 証明書およびキーでコンテンツの認証
|
|
|
2082
2047
|
msgid "Create content view"
|
|
2083
2048
|
msgstr "コンテンツビューの作成"
|
|
2084
2049
|
|
|
2085
|
-
msgid "Create exporter"
|
|
2086
|
-
msgstr ""
|
|
2087
|
-
|
|
2088
2050
|
msgid "Create filter"
|
|
2089
2051
|
msgstr "フィルターの作成"
|
|
2090
2052
|
|
|
2091
2053
|
msgid "Create host collection"
|
|
2092
2054
|
msgstr "ホストコレクションの作成"
|
|
2093
2055
|
|
|
2094
|
-
msgid "Create import"
|
|
2095
|
-
msgstr ""
|
|
2096
|
-
|
|
2097
|
-
msgid "Create importer"
|
|
2098
|
-
msgstr ""
|
|
2099
|
-
|
|
2100
2056
|
msgid "Create new activation key"
|
|
2101
2057
|
msgstr "新規アクティベーションキーの作成"
|
|
2102
2058
|
|
|
2103
2059
|
msgid "Create organization"
|
|
2104
2060
|
msgstr "組織の作成"
|
|
2105
2061
|
|
|
2106
|
-
msgid "Create package filter rule"
|
|
2107
|
-
msgstr "パッケージフィルタールールの作成"
|
|
2108
|
-
|
|
2109
|
-
msgid "Create publication"
|
|
2110
|
-
msgstr ""
|
|
2111
|
-
|
|
2112
|
-
msgid "Create remote"
|
|
2113
|
-
msgstr ""
|
|
2114
|
-
|
|
2115
|
-
msgid "Create rule"
|
|
2116
|
-
msgstr "ルールの作成"
|
|
2117
|
-
|
|
2118
2062
|
msgid "Credentials"
|
|
2119
2063
|
msgstr "認証情報"
|
|
2120
2064
|
|
|
@@ -2230,13 +2174,13 @@ msgid "Default System SLA"
|
|
|
2230
2174
|
msgstr "デフォルトのシステム SLA"
|
|
2231
2175
|
|
|
2232
2176
|
msgid "Default and Rolling content view versions cannot be promoted"
|
|
2233
|
-
msgstr ""
|
|
2177
|
+
msgstr "デフォルトおよびローリングコンテンツビューのバージョンはプロモートできません"
|
|
2234
2178
|
|
|
2235
2179
|
msgid "Default custom non-yum repository mirroring policy"
|
|
2236
|
-
msgstr ""
|
|
2180
|
+
msgstr "yum 以外のカスタムリポジトリーのデフォルトミラーリングポリシー"
|
|
2237
2181
|
|
|
2238
2182
|
msgid "Default custom yum repository mirroring policy"
|
|
2239
|
-
msgstr ""
|
|
2183
|
+
msgstr "yum カスタムリポジトリーのデフォルトミラーリングポリシー"
|
|
2240
2184
|
|
|
2241
2185
|
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
|
|
2242
2186
|
msgstr "Smart Proxy 同期のデフォルトのダウンロードポリシー ('継承'、'即時' または 'オンデマンド' のいずれか)"
|
|
@@ -2266,10 +2210,10 @@ msgid "Default location for subscribed hosts"
|
|
|
2266
2210
|
msgstr "サブスクライブ済みホストのデフォルトの場所"
|
|
2267
2211
|
|
|
2268
2212
|
msgid "Default mirroring policy for custom non-yum repositories (either 'mirror_content_only' or 'additive')"
|
|
2269
|
-
msgstr ""
|
|
2213
|
+
msgstr "yum 以外のカスタムリポジトリーのデフォルトのミラーリングポリシー ('mirror_content_only' または 'additive' のいずれか)"
|
|
2270
2214
|
|
|
2271
2215
|
msgid "Default mirroring policy for custom yum repositories (either 'mirror_content_only', 'additive' or 'mirror_complete')"
|
|
2272
|
-
msgstr ""
|
|
2216
|
+
msgstr "yum カスタムリポジトリーのデフォルトミラーリングポリシー ('mirror_content_only'、'additive'、または 'mirror_complete' のいずれか)"
|
|
2273
2217
|
|
|
2274
2218
|
msgid "Default partitioning table for new Operating Systems created from synced content"
|
|
2275
2219
|
msgstr "同期コンテンツから作成された新規オペレーティングシステムのデフォルトのパーティションテーブル"
|
|
@@ -2326,7 +2270,7 @@ msgid "Delete Activation Key"
|
|
|
2326
2270
|
msgstr "アクティベーションキーの削除"
|
|
2327
2271
|
|
|
2328
2272
|
msgid "Delete Flatpak remote?"
|
|
2329
|
-
msgstr ""
|
|
2273
|
+
msgstr "Flatpak リモートを削除しますか?"
|
|
2330
2274
|
|
|
2331
2275
|
msgid "Delete Host upon unregister"
|
|
2332
2276
|
msgstr "登録解除時にホストを削除します"
|
|
@@ -2376,36 +2320,12 @@ msgstr "コンテンツビューの削除"
|
|
|
2376
2320
|
msgid "Delete content view filters that have this repository as the last associated repository. Defaults to true. If false, such filters will now apply to all repositories in the content view."
|
|
2377
2321
|
msgstr "このリポジトリーが関連付けられた最後のリポジトリーであるコンテンツビューフィルターを削除します。デフォルトは true です。false の場合、そのようなフィルターがコンテンツビュー内のすべてのリポジトリーに適用されます。"
|
|
2378
2322
|
|
|
2379
|
-
msgid "Delete distributions"
|
|
2380
|
-
msgstr ""
|
|
2381
|
-
|
|
2382
2323
|
msgid "Delete manifest from Red Hat provider"
|
|
2383
2324
|
msgstr "Red Hat プロバイダーからマニフェストを削除"
|
|
2384
2325
|
|
|
2385
2326
|
msgid "Delete multiple filters from a content view"
|
|
2386
2327
|
msgstr "コンテンツビューから複数のフィルターを削除します"
|
|
2387
2328
|
|
|
2388
|
-
msgid "Delete orphan alternate content sources"
|
|
2389
|
-
msgstr ""
|
|
2390
|
-
|
|
2391
|
-
msgid "Delete orphan distributions"
|
|
2392
|
-
msgstr ""
|
|
2393
|
-
|
|
2394
|
-
msgid "Delete orphan remotes"
|
|
2395
|
-
msgstr ""
|
|
2396
|
-
|
|
2397
|
-
msgid "Delete orphan repository versions"
|
|
2398
|
-
msgstr ""
|
|
2399
|
-
|
|
2400
|
-
msgid "Delete orphaned migrated repositories"
|
|
2401
|
-
msgstr ""
|
|
2402
|
-
|
|
2403
|
-
msgid "Delete remote"
|
|
2404
|
-
msgstr ""
|
|
2405
|
-
|
|
2406
|
-
msgid "Delete repository references"
|
|
2407
|
-
msgstr ""
|
|
2408
|
-
|
|
2409
2329
|
msgid "Delete version"
|
|
2410
2330
|
msgstr "バージョンの削除"
|
|
2411
2331
|
|
|
@@ -2505,12 +2425,6 @@ msgstr "環境の破棄"
|
|
|
2505
2425
|
msgid "Destroy an environment in an organization"
|
|
2506
2426
|
msgstr "組織の環境を破棄"
|
|
2507
2427
|
|
|
2508
|
-
msgid "Destroy exporter"
|
|
2509
|
-
msgstr ""
|
|
2510
|
-
|
|
2511
|
-
msgid "Destroy importer"
|
|
2512
|
-
msgstr ""
|
|
2513
|
-
|
|
2514
2428
|
msgid "Destroy one or more alternate content sources"
|
|
2515
2429
|
msgstr "1 つ以上の代替コンテンツソースの破棄"
|
|
2516
2430
|
|
|
@@ -2544,9 +2458,6 @@ msgstr "無効化"
|
|
|
2544
2458
|
msgid "Disable Red Hat Insights."
|
|
2545
2459
|
msgstr "Red Hat Insights を無効にします。"
|
|
2546
2460
|
|
|
2547
|
-
msgid "Disable Simple Content Access"
|
|
2548
|
-
msgstr "シンプルコンテンツアクセスの無効化"
|
|
2549
|
-
|
|
2550
2461
|
msgid "Disable a repository from the set"
|
|
2551
2462
|
msgstr "セットのリポジトリーの無効化"
|
|
2552
2463
|
|
|
@@ -2559,9 +2470,6 @@ msgstr "無効化済み"
|
|
|
2559
2470
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
|
2560
2471
|
msgstr "'%{subject}' のシンプルコンテンツアクセスの有効化に失敗しました。"
|
|
2561
2472
|
|
|
2562
|
-
msgid "Discover"
|
|
2563
|
-
msgstr ""
|
|
2564
|
-
|
|
2565
2473
|
msgid "Discover Repositories"
|
|
2566
2474
|
msgstr "リポジトリーの検出"
|
|
2567
2475
|
|
|
@@ -2605,7 +2513,7 @@ msgid "Duration"
|
|
|
2605
2513
|
msgstr "期間"
|
|
2606
2514
|
|
|
2607
2515
|
msgid "During incremental update, the previous content view version '%s' could not be found."
|
|
2608
|
-
msgstr ""
|
|
2516
|
+
msgstr "増分更新中に以前のコンテンツビューバージョン '%s' が見つかりませんでした。"
|
|
2609
2517
|
|
|
2610
2518
|
msgid "ERRATA ADVISORY"
|
|
2611
2519
|
msgstr "エラータアドバイザリー"
|
|
@@ -2613,9 +2521,12 @@ msgstr "エラータアドバイザリー"
|
|
|
2613
2521
|
msgid "Edit"
|
|
2614
2522
|
msgstr "編集"
|
|
2615
2523
|
|
|
2616
|
-
msgid "Edit
|
|
2524
|
+
msgid "Edit DEB rule"
|
|
2617
2525
|
msgstr ""
|
|
2618
2526
|
|
|
2527
|
+
msgid "Edit Flatpak Remote"
|
|
2528
|
+
msgstr "Flatpak リモートの編集"
|
|
2529
|
+
|
|
2619
2530
|
msgid "Edit RPM rule"
|
|
2620
2531
|
msgstr "RPM ルールの編集"
|
|
2621
2532
|
|
|
@@ -2640,9 +2551,6 @@ msgstr "詳細の編集"
|
|
|
2640
2551
|
msgid "Edit filter rule"
|
|
2641
2552
|
msgstr "フィルタールールの編集"
|
|
2642
2553
|
|
|
2643
|
-
msgid "Edit package filter rule"
|
|
2644
|
-
msgstr "パッケージフィルタールールの編集"
|
|
2645
|
-
|
|
2646
2554
|
msgid "Edit products"
|
|
2647
2555
|
msgstr "製品の編集"
|
|
2648
2556
|
|
|
@@ -2685,9 +2593,6 @@ msgstr "有効化"
|
|
|
2685
2593
|
msgid "Enable Red Hat repositories"
|
|
2686
2594
|
msgstr "Red Hat リポジトリーの有効化"
|
|
2687
2595
|
|
|
2688
|
-
msgid "Enable Simple Content Access"
|
|
2689
|
-
msgstr "シンプルコンテンツアクセスの有効化"
|
|
2690
|
-
|
|
2691
2596
|
msgid "Enable Tracer"
|
|
2692
2597
|
msgstr "トレーサーの有効化"
|
|
2693
2598
|
|
|
@@ -2763,9 +2668,6 @@ msgstr "環境 ID"
|
|
|
2763
2668
|
msgid "Environment cannot be in its own promotion path"
|
|
2764
2669
|
msgstr "同じ環境内のプロモートパスに環境を存在させることはできません。"
|
|
2765
2670
|
|
|
2766
|
-
msgid "Environment contents refresh"
|
|
2767
|
-
msgstr ""
|
|
2768
|
-
|
|
2769
2671
|
msgid "Environment identifier"
|
|
2770
2672
|
msgstr "環境 ID"
|
|
2771
2673
|
|
|
@@ -2805,9 +2707,6 @@ msgstr "エラータおよびパッケージ情報はすぐに更新されます
|
|
|
2805
2707
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
|
2806
2708
|
msgstr "エラータのエラータ ID (RHSA-2012:108)"
|
|
2807
2709
|
|
|
2808
|
-
msgid "Errata mail"
|
|
2809
|
-
msgstr ""
|
|
2810
|
-
|
|
2811
2710
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
|
2812
2711
|
msgstr "UUID %s を持つ削除済みコンテンツファセットのエラータステータスが更新されませんでした"
|
|
2813
2712
|
|
|
@@ -2973,9 +2872,6 @@ msgstr "ホストで利用可能なモジュールストリームを取得しま
|
|
|
2973
2872
|
msgid "Fetch installable errata for one or more hosts."
|
|
2974
2873
|
msgstr "1 つまたは複数のホストにインストール可能なエラータを取得します。"
|
|
2975
2874
|
|
|
2976
|
-
msgid "Fetch pxe files"
|
|
2977
|
-
msgstr ""
|
|
2978
|
-
|
|
2979
2875
|
msgid "Fetch traces for one or more hosts"
|
|
2980
2876
|
msgstr "1 台以上のホストのトレースを取得します"
|
|
2981
2877
|
|
|
@@ -3069,9 +2965,6 @@ msgstr "バージョン番号別にバージョンを絞り込む"
|
|
|
3069
2965
|
msgid "Filter versions that are components in the specified composite version"
|
|
3070
2966
|
msgstr "指定した複合バージョンに含まれるコンポーネントのバージョンを絞り込む"
|
|
3071
2967
|
|
|
3072
|
-
msgid "Filtered index content"
|
|
3073
|
-
msgstr ""
|
|
3074
|
-
|
|
3075
2968
|
msgid "Filters"
|
|
3076
2969
|
msgstr "フィルター"
|
|
3077
2970
|
|
|
@@ -3094,19 +2987,19 @@ msgid "Finished"
|
|
|
3094
2987
|
msgstr "終了"
|
|
3095
2988
|
|
|
3096
2989
|
msgid "Flatpak Remote ${name} created"
|
|
3097
|
-
msgstr ""
|
|
2990
|
+
msgstr "Flatpak リモート ${name} が作成されました"
|
|
3098
2991
|
|
|
3099
2992
|
msgid "Flatpak Remote Details"
|
|
3100
|
-
msgstr ""
|
|
2993
|
+
msgstr "Flatpak リモートの詳細"
|
|
3101
2994
|
|
|
3102
2995
|
msgid "Flatpak Remotes"
|
|
3103
2996
|
msgstr "flatpak リモート"
|
|
3104
2997
|
|
|
3105
2998
|
msgid "Flatpak remote could not be deleted: "
|
|
3106
|
-
msgstr ""
|
|
2999
|
+
msgstr "Flatpak リモートを削除できませんでした: "
|
|
3107
3000
|
|
|
3108
3001
|
msgid "Flatpak remote deleted"
|
|
3109
|
-
msgstr ""
|
|
3002
|
+
msgstr "Flatpak リモートが削除されました"
|
|
3110
3003
|
|
|
3111
3004
|
msgid "Flatpak remote numeric identifier"
|
|
3112
3005
|
msgstr "flatpak リモートの数値識別子"
|
|
@@ -3115,10 +3008,10 @@ msgid "Flatpak remote repository numeric identifier"
|
|
|
3115
3008
|
msgstr "flatpak リモートリポジトリーの数値識別子"
|
|
3116
3009
|
|
|
3117
3010
|
msgid "Flatpak remote scan could not be started: "
|
|
3118
|
-
msgstr ""
|
|
3011
|
+
msgstr "Flatpak リモートのスキャンを開始できませんでした: "
|
|
3119
3012
|
|
|
3120
3013
|
msgid "Flatpak remote updated"
|
|
3121
|
-
msgstr ""
|
|
3014
|
+
msgstr "Flatpak リモートが更新されました"
|
|
3122
3015
|
|
|
3123
3016
|
msgid "Flatpak repositories cannot be mirrored into Red Hat products. Please select a custom product."
|
|
3124
3017
|
msgstr ""
|
|
@@ -3187,12 +3080,12 @@ msgstr "直接インストール可能なコンテンツからエラータステ
|
|
|
3187
3080
|
msgid "Generate host applicability"
|
|
3188
3081
|
msgstr "ホストに適用可能なエラータを生成します"
|
|
3189
3082
|
|
|
3190
|
-
msgid "Generate metadata"
|
|
3191
|
-
msgstr ""
|
|
3192
|
-
|
|
3193
3083
|
msgid "Generate repository applicability"
|
|
3194
3084
|
msgstr "リポジトリーに適用可能なエラータを生成します"
|
|
3195
3085
|
|
|
3086
|
+
msgid "Generate username and password"
|
|
3087
|
+
msgstr ""
|
|
3088
|
+
|
|
3196
3089
|
msgid "Generated"
|
|
3197
3090
|
msgstr "生成済み"
|
|
3198
3091
|
|
|
@@ -3427,12 +3320,6 @@ msgstr "Capsule で同時に同期する必要があるリポジトリ数。数
|
|
|
3427
3320
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
|
3428
3321
|
msgstr "結果のソート順 (例: ascending (昇順) の ASC)"
|
|
3429
3322
|
|
|
3430
|
-
msgid "Hypervisors"
|
|
3431
|
-
msgstr ""
|
|
3432
|
-
|
|
3433
|
-
msgid "Hypervisors update"
|
|
3434
|
-
msgstr ""
|
|
3435
|
-
|
|
3436
3323
|
msgid "ID"
|
|
3437
3324
|
msgstr "ID"
|
|
3438
3325
|
|
|
@@ -3626,9 +3513,6 @@ msgstr "カスタム CDN に対する認証に製品証明書を使用する必
|
|
|
3626
3513
|
msgid "If set, newly created APT repos in Katello will use the same repo structure as the remote repos they are synchronized from. You may migrate existing APT repos to match the setting, by running 'foreman-rake katello:migrate_structure_content_for_deb'."
|
|
3627
3514
|
msgstr "これが設定されている場合、Katello で新しく作成された APT リポジトリーは、同期元のリモートリポジトリーと同じリポジトリー構造を使用します。'foreman-rake katello:migrate_structure_content_for_deb' を実行して、既存の APT リポジトリーを設定に合わせて移行できます。"
|
|
3628
3515
|
|
|
3629
|
-
msgid "If specified, remove the first instance of a subscription with matching id and quantity"
|
|
3630
|
-
msgstr "指定された場合、ID と数量が一致するサブスクリプションの最初のインスタンスを削除します"
|
|
3631
|
-
|
|
3632
3516
|
msgid "If the smart proxies' assigned HTTP proxies should be used"
|
|
3633
3517
|
msgstr "Smart Proxy に割り当てられた HTTP プロキシーを使用する場合"
|
|
3634
3518
|
|
|
@@ -3758,9 +3642,6 @@ msgstr "リポジトリーのインポート"
|
|
|
3758
3642
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
|
3759
3643
|
msgstr "サブスクリプションマニフェストをインポートして、ホストが Red Hat コンテンツにアクセスできるようにします。"
|
|
3760
3644
|
|
|
3761
|
-
msgid "Import migration"
|
|
3762
|
-
msgstr ""
|
|
3763
|
-
|
|
3764
3645
|
msgid "Import new manifest"
|
|
3765
3646
|
msgstr "新しいマニフェストのインポート"
|
|
3766
3647
|
|
|
@@ -3770,12 +3651,6 @@ msgstr "インポートのみ"
|
|
|
3770
3651
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
|
3771
3652
|
msgstr "インポートのみのコンテンツビューは直接公開できません。コンテンツは、ビューにインポートしなければ更新されません。"
|
|
3772
3653
|
|
|
3773
|
-
msgid "Import repository upload"
|
|
3774
|
-
msgstr ""
|
|
3775
|
-
|
|
3776
|
-
msgid "Import upload"
|
|
3777
|
-
msgstr ""
|
|
3778
|
-
|
|
3779
3654
|
msgid "Import uploads into a repository"
|
|
3780
3655
|
msgstr "アップロードのリポジトリーへのインポート"
|
|
3781
3656
|
|
|
@@ -3842,9 +3717,6 @@ msgstr "増分更新"
|
|
|
3842
3717
|
msgid "Incremental Update incomplete."
|
|
3843
3718
|
msgstr "増分更新が完了していません。"
|
|
3844
3719
|
|
|
3845
|
-
msgid "Incremental Update of Content View Version(s) "
|
|
3846
|
-
msgstr ""
|
|
3847
|
-
|
|
3848
3720
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
|
3849
3721
|
msgstr "%{content_view_count} 件のコンテンツビューバージョンの増分更新 "
|
|
3850
3722
|
|
|
@@ -3857,27 +3729,12 @@ msgstr "増分更新には少なくとも 1 つのコンテンツユニットが
|
|
|
3857
3729
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
|
3858
3730
|
msgstr "複合コンテンツ %{name} のバージョン %{version} に増分更新が指定されましたが、コンポーネントは更新されていません。"
|
|
3859
3731
|
|
|
3860
|
-
msgid "Index content"
|
|
3861
|
-
msgstr ""
|
|
3862
|
-
|
|
3863
|
-
msgid "Index errata"
|
|
3864
|
-
msgstr ""
|
|
3865
|
-
|
|
3866
|
-
msgid "Index module streams"
|
|
3867
|
-
msgstr ""
|
|
3868
|
-
|
|
3869
|
-
msgid "Index package groups"
|
|
3870
|
-
msgstr ""
|
|
3871
|
-
|
|
3872
3732
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
|
3873
3733
|
msgstr "情報タイプは以下のいずれかでなければなりません [ %{list} ]"
|
|
3874
3734
|
|
|
3875
3735
|
msgid "Inherit from Repository"
|
|
3876
3736
|
msgstr "リポジトリーから継承"
|
|
3877
3737
|
|
|
3878
|
-
msgid "Initialize"
|
|
3879
|
-
msgstr ""
|
|
3880
|
-
|
|
3881
3738
|
msgid "Initiate a sync of the products attached to the sync plan"
|
|
3882
3739
|
msgstr "同期プランに割り当てられた製品の同期を開始します"
|
|
3883
3740
|
|
|
@@ -3915,7 +3772,7 @@ msgid "Installable bugfix/enhancement errata"
|
|
|
3915
3772
|
msgstr "インストール可能なバグ修正/機能拡張エラータ"
|
|
3916
3773
|
|
|
3917
3774
|
msgid "Installable errata are applicable errata that are available in the host's assigned content view environments."
|
|
3918
|
-
msgstr ""
|
|
3775
|
+
msgstr "インストール可能なエラータは、ホストの割り当て済みコンテンツビュー環境で使用できる適用可能なエラータです。"
|
|
3919
3776
|
|
|
3920
3777
|
msgid "Installable security errata"
|
|
3921
3778
|
msgstr "インストール可能なセキュリティーエラータ"
|
|
@@ -3953,9 +3810,6 @@ msgstr "パッケージグループをインストールしています..."
|
|
|
3953
3810
|
msgid "Installing Package..."
|
|
3954
3811
|
msgstr "パッケージのインストール中..."
|
|
3955
3812
|
|
|
3956
|
-
msgid "Instance update"
|
|
3957
|
-
msgstr ""
|
|
3958
|
-
|
|
3959
3813
|
msgid "Instance-based"
|
|
3960
3814
|
msgstr "インスタンスベース"
|
|
3961
3815
|
|
|
@@ -4065,25 +3919,28 @@ msgid "It is only allowed for Non-Redhat Yum repositories."
|
|
|
4065
3919
|
msgstr "Red Hat 以外の Yum リポジトリーでのみ許可されています。"
|
|
4066
3920
|
|
|
4067
3921
|
msgid "It's not possible to bulk remove versions from a rolling content view."
|
|
4068
|
-
msgstr ""
|
|
3922
|
+
msgstr "ローリングコンテンツビューからバージョンを一括削除することはできません。"
|
|
4069
3923
|
|
|
4070
3924
|
msgid "It's not possible to copy a rolling content view."
|
|
4071
|
-
msgstr ""
|
|
3925
|
+
msgstr "ローリングコンテンツビューをコピーすることはできません。"
|
|
4072
3926
|
|
|
4073
3927
|
msgid "It's not possible to create a filter for a rolling content view."
|
|
4074
|
-
msgstr ""
|
|
3928
|
+
msgstr "ローリングコンテンツビューのフィルターを作成することはできません。"
|
|
4075
3929
|
|
|
4076
3930
|
msgid "It's not possible to destroy a version of a rolling content view."
|
|
4077
|
-
msgstr ""
|
|
3931
|
+
msgstr "ローリングコンテンツビューのバージョンを破棄することはできません。"
|
|
4078
3932
|
|
|
4079
3933
|
msgid "It's not possible to export a rolling content view."
|
|
4080
|
-
msgstr ""
|
|
3934
|
+
msgstr "ローリングコンテンツビューをエクスポートすることはできません。"
|
|
4081
3935
|
|
|
4082
3936
|
msgid "It's not possible to promote a rolling content view."
|
|
3937
|
+
msgstr "ローリングコンテンツビューをプロモートすることはできません。"
|
|
3938
|
+
|
|
3939
|
+
msgid "It's not possible to provide environment_ids for anything other than a rolling content view."
|
|
4083
3940
|
msgstr ""
|
|
4084
3941
|
|
|
4085
3942
|
msgid "It's not possible to publish a rolling content view."
|
|
4086
|
-
msgstr ""
|
|
3943
|
+
msgstr "ローリングコンテンツビューを公開することはできません。"
|
|
4087
3944
|
|
|
4088
3945
|
msgid "Job '${description}' completed"
|
|
4089
3946
|
msgstr "ジョブ '${description}' が完了しました"
|
|
@@ -4197,7 +4054,7 @@ msgid "Last checkin"
|
|
|
4197
4054
|
msgstr "最終チェックイン"
|
|
4198
4055
|
|
|
4199
4056
|
msgid "Last mirrored"
|
|
4200
|
-
msgstr ""
|
|
4057
|
+
msgstr "前回のミラーリング"
|
|
4201
4058
|
|
|
4202
4059
|
msgid "Last published"
|
|
4203
4060
|
msgstr "最終公開日"
|
|
@@ -4481,6 +4338,9 @@ msgstr "ホストコレクションのホストを置き換えるホスト ID
|
|
|
4481
4338
|
msgid "List of hypervisor guest uuids"
|
|
4482
4339
|
msgstr "ハイパーバイザーゲストの UUID 一覧"
|
|
4483
4340
|
|
|
4341
|
+
msgid "List of lifecycle environments for rolling content views"
|
|
4342
|
+
msgstr ""
|
|
4343
|
+
|
|
4484
4344
|
msgid "List of package group names (Deprecated)"
|
|
4485
4345
|
msgstr "パッケージグループ名の一覧 (非推奨)"
|
|
4486
4346
|
|
|
@@ -4614,7 +4474,7 @@ msgid "Manage packages"
|
|
|
4614
4474
|
msgstr "パッケージの管理"
|
|
4615
4475
|
|
|
4616
4476
|
msgid "Manage repository sets"
|
|
4617
|
-
msgstr ""
|
|
4477
|
+
msgstr "リポジトリーセットの管理"
|
|
4618
4478
|
|
|
4619
4479
|
msgid "Manifest"
|
|
4620
4480
|
msgstr "Manifest (マニフェスト)"
|
|
@@ -4709,9 +4569,6 @@ msgstr "メッセージ"
|
|
|
4709
4569
|
msgid "Messaging connection"
|
|
4710
4570
|
msgstr "メッセージング接続"
|
|
4711
4571
|
|
|
4712
|
-
msgid "Metadata generate"
|
|
4713
|
-
msgstr ""
|
|
4714
|
-
|
|
4715
4572
|
msgid ""
|
|
4716
4573
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
|
4717
4574
|
"Alternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories."
|
|
@@ -4726,19 +4583,19 @@ msgid "Minimum version"
|
|
|
4726
4583
|
msgstr "最小のバージョン"
|
|
4727
4584
|
|
|
4728
4585
|
msgid "Mirror"
|
|
4729
|
-
msgstr ""
|
|
4586
|
+
msgstr "ミラー"
|
|
4730
4587
|
|
|
4731
4588
|
msgid "Mirror Remote Repository"
|
|
4732
4589
|
msgstr "リモートリポジトリーのミラーリング"
|
|
4733
4590
|
|
|
4734
4591
|
msgid "Mirror Repository"
|
|
4735
|
-
msgstr ""
|
|
4592
|
+
msgstr "ミラーリポジトリー"
|
|
4736
4593
|
|
|
4737
4594
|
msgid "Mirror a flatpak remote repository"
|
|
4738
4595
|
msgstr "flatpak リモートリポジトリーをミラーリングする"
|
|
4739
4596
|
|
|
4740
4597
|
msgid "Mirroring will import the remote flatpak repository"
|
|
4741
|
-
msgstr ""
|
|
4598
|
+
msgstr "ミラーリングによりリモートの flatpak リポジトリー"
|
|
4742
4599
|
|
|
4743
4600
|
msgid "Missing activation key!"
|
|
4744
4601
|
msgstr "アクティベーションキーがありません!"
|
|
@@ -4779,29 +4636,20 @@ msgstr "Red Hat リポジトリーを有効にしたり、カスタム製品を
|
|
|
4779
4636
|
msgid "Multi Content View Environment"
|
|
4780
4637
|
msgstr "マルチコンテンツビュー環境"
|
|
4781
4638
|
|
|
4782
|
-
msgid "Multi copy all units"
|
|
4783
|
-
msgstr ""
|
|
4784
|
-
|
|
4785
|
-
msgid "Multi copy content"
|
|
4786
|
-
msgstr ""
|
|
4787
|
-
|
|
4788
|
-
msgid "Multi copy units"
|
|
4789
|
-
msgstr ""
|
|
4790
|
-
|
|
4791
4639
|
msgid "Multi-entitlement"
|
|
4792
4640
|
msgstr "マルチエンタイトルメント"
|
|
4793
4641
|
|
|
4794
4642
|
msgid "Multi-environment activation key(s) affected"
|
|
4795
|
-
msgstr ""
|
|
4643
|
+
msgstr "影響を受けるマルチ環境アクティベーションキー"
|
|
4796
4644
|
|
|
4797
4645
|
msgid "Multi-environment host(s) affected"
|
|
4798
|
-
msgstr ""
|
|
4646
|
+
msgstr "影響を受けるマルチ環境ホスト"
|
|
4799
4647
|
|
|
4800
4648
|
msgid "Must be Ascii alphanumeric, '_' or '-'"
|
|
4801
|
-
msgstr ""
|
|
4649
|
+
msgstr "ASCII 英数字、'_'、または '-' である必要があります"
|
|
4802
4650
|
|
|
4803
4651
|
msgid "Must be a vaild URL"
|
|
4804
|
-
msgstr ""
|
|
4652
|
+
msgstr "有効な URL である必要があります"
|
|
4805
4653
|
|
|
4806
4654
|
msgid "N/A"
|
|
4807
4655
|
msgstr "N/A"
|
|
@@ -4873,7 +4721,7 @@ msgid "Name of the host"
|
|
|
4873
4721
|
msgstr "ホスト名"
|
|
4874
4722
|
|
|
4875
4723
|
msgid "Name of the product to mirror the remote repository to"
|
|
4876
|
-
msgstr ""
|
|
4724
|
+
msgstr "リモートリポジトリーのミラー先となる製品の名前"
|
|
4877
4725
|
|
|
4878
4726
|
msgid "Name of the repository"
|
|
4879
4727
|
msgstr "リポジトリー名"
|
|
@@ -5170,7 +5018,7 @@ msgid "No new packages installed"
|
|
|
5170
5018
|
msgstr "インストール済みの新規パッケージはありません"
|
|
5171
5019
|
|
|
5172
5020
|
msgid "No package groups yet"
|
|
5173
|
-
msgstr "
|
|
5021
|
+
msgstr "パッケージグループがまだありません"
|
|
5174
5022
|
|
|
5175
5023
|
msgid "No packages"
|
|
5176
5024
|
msgstr "パッケージがありません"
|
|
@@ -5179,7 +5027,7 @@ msgid "No packages available to install"
|
|
|
5179
5027
|
msgstr "インストール可能なパッケージはありません"
|
|
5180
5028
|
|
|
5181
5029
|
msgid "No packages available to install on this host. Please check the host's assigned content view environments."
|
|
5182
|
-
msgstr ""
|
|
5030
|
+
msgstr "このホストにインストールできるパッケージがありません。ホストの割り当て済みコンテンツビュー環境を確認してください。"
|
|
5183
5031
|
|
|
5184
5032
|
msgid "No packages removed"
|
|
5185
5033
|
msgstr "削除済みのパッケージはありません"
|
|
@@ -5409,11 +5257,8 @@ msgstr "組織 %s を削除しています。"
|
|
|
5409
5257
|
msgid "Organization ID"
|
|
5410
5258
|
msgstr "組織 ID"
|
|
5411
5259
|
|
|
5412
|
-
msgid "Organization ID is required"
|
|
5413
|
-
msgstr "組織 ID は必須です"
|
|
5414
|
-
|
|
5415
5260
|
msgid "Organization ID or title"
|
|
5416
|
-
msgstr ""
|
|
5261
|
+
msgstr "組織 ID またはタイトル"
|
|
5417
5262
|
|
|
5418
5263
|
msgid "Organization Information not provided."
|
|
5419
5264
|
msgstr "組織情報が提供されていません。"
|
|
@@ -5446,7 +5291,7 @@ msgid "Organization required"
|
|
|
5446
5291
|
msgstr "必要な組織"
|
|
5447
5292
|
|
|
5448
5293
|
msgid "Orphan cleanup failed to delete some Pulp repository versions. Check the logs for more details."
|
|
5449
|
-
msgstr ""
|
|
5294
|
+
msgstr "孤立項目のクリーンアップで、一部の Pulp リポジトリーバージョンの削除に失敗しました。詳細はログを確認してください。"
|
|
5450
5295
|
|
|
5451
5296
|
msgid "Orphaned Content Protection Time"
|
|
5452
5297
|
msgstr "単独コンテンツの保護時間"
|
|
@@ -5602,7 +5447,7 @@ msgid "Package Update scheduled by %s"
|
|
|
5602
5447
|
msgstr "%s によりパッケージの更新がスケジュールされました"
|
|
5603
5448
|
|
|
5604
5449
|
msgid "Package actions will be transient"
|
|
5605
|
-
msgstr ""
|
|
5450
|
+
msgstr "パッケージアクションは一時的なものです"
|
|
5606
5451
|
|
|
5607
5452
|
msgid "Package group update canceled"
|
|
5608
5453
|
msgstr "パッケージグループの更新が取り消されました"
|
|
@@ -5713,7 +5558,7 @@ msgid "Physical"
|
|
|
5713
5558
|
msgstr "物理"
|
|
5714
5559
|
|
|
5715
5560
|
msgid "Place symlinks to entitlement certificates on the host, enabling container/flatpak registry access without a username or password."
|
|
5716
|
-
msgstr ""
|
|
5561
|
+
msgstr "ホスト上のエンタイトルメント証明書へのシンボリックリンクを配置し、ユーザー名やパスワードなしでコンテナー/flatpak レジストリーにアクセスできるようにします。"
|
|
5717
5562
|
|
|
5718
5563
|
msgid "Plan numeric identifier"
|
|
5719
5564
|
msgstr "プランの数値 ID"
|
|
@@ -5812,7 +5657,7 @@ msgid "Product ID"
|
|
|
5812
5657
|
msgstr "製品 ID"
|
|
5813
5658
|
|
|
5814
5659
|
msgid "Product ID to mirror the remote repository to"
|
|
5815
|
-
msgstr "
|
|
5660
|
+
msgstr "リモートリポジトリーのミラー先となる製品の ID"
|
|
5816
5661
|
|
|
5817
5662
|
msgid "Product and Repositories"
|
|
5818
5663
|
msgstr "製品およびリポジトリー"
|
|
@@ -5899,6 +5744,9 @@ msgstr "%{content_view} のプロモートの概要"
|
|
|
5899
5744
|
msgid "Promotion to Environment"
|
|
5900
5745
|
msgstr "環境へのプロモート"
|
|
5901
5746
|
|
|
5747
|
+
msgid "Provide credentials if the registry requires authentication"
|
|
5748
|
+
msgstr ""
|
|
5749
|
+
|
|
5902
5750
|
msgid "Provide the required information and click {update} below to save changes."
|
|
5903
5751
|
msgstr "必要な情報を指定し、{update} をクリックして変更を保存します。"
|
|
5904
5752
|
|
|
@@ -5998,9 +5846,6 @@ msgstr "Pulp ストレージ"
|
|
|
5998
5846
|
msgid "Pulp task error"
|
|
5999
5847
|
msgstr "Pulp タスクのエラー"
|
|
6000
5848
|
|
|
6001
|
-
msgid "Purge completed tasks"
|
|
6002
|
-
msgstr ""
|
|
6003
|
-
|
|
6004
5849
|
msgid "Python Package"
|
|
6005
5850
|
msgstr "Python パッケージ"
|
|
6006
5851
|
|
|
@@ -6028,15 +5873,6 @@ msgstr "数量は ${pool.available} を超えてはいけません"
|
|
|
6028
5873
|
msgid "Quantity of entitlements to bind"
|
|
6029
5874
|
msgstr "バインドするエンタイトルメント数"
|
|
6030
5875
|
|
|
6031
|
-
msgid "Quantity of specified subscription to remove"
|
|
6032
|
-
msgstr "削除する指定のサブスクリプションの数"
|
|
6033
|
-
|
|
6034
|
-
msgid "Quantity of this subscription to add"
|
|
6035
|
-
msgstr "追加するこのサブスクリプションの数量"
|
|
6036
|
-
|
|
6037
|
-
msgid "Quantity of this subscriptions to add"
|
|
6038
|
-
msgstr "追加するこのサブスクリプションの数量"
|
|
6039
|
-
|
|
6040
5876
|
msgid "Quantity to Allocate"
|
|
6041
5877
|
msgstr "割り当て数"
|
|
6042
5878
|
|
|
@@ -6109,9 +5945,6 @@ msgstr "再起動が必要です"
|
|
|
6109
5945
|
msgid "Reclaim Space"
|
|
6110
5946
|
msgstr "領域の再利用"
|
|
6111
5947
|
|
|
6112
|
-
msgid "Reclaim space"
|
|
6113
|
-
msgstr ""
|
|
6114
|
-
|
|
6115
5948
|
msgid "Reclaim space from On Demand repositories"
|
|
6116
5949
|
msgstr "オンデマンドリポジトリーからの領域の再利用"
|
|
6117
5950
|
|
|
@@ -6173,14 +6006,11 @@ msgid "Refresh Manifest"
|
|
|
6173
6006
|
msgstr "マニフェストの更新"
|
|
6174
6007
|
|
|
6175
6008
|
msgid "Refresh RollingCV Repo"
|
|
6176
|
-
msgstr ""
|
|
6009
|
+
msgstr "RollingCV リポジトリーの更新"
|
|
6177
6010
|
|
|
6178
6011
|
msgid "Refresh all alternate content sources"
|
|
6179
6012
|
msgstr "すべての代替コンテンツソースの更新"
|
|
6180
6013
|
|
|
6181
|
-
msgid "Refresh all distributions"
|
|
6182
|
-
msgstr ""
|
|
6183
|
-
|
|
6184
6014
|
msgid "Refresh alternate content sources"
|
|
6185
6015
|
msgstr "代替コンテンツソースの更新"
|
|
6186
6016
|
|
|
@@ -6193,27 +6023,15 @@ msgstr "適用可能性の更新"
|
|
|
6193
6023
|
msgid "Refresh counts"
|
|
6194
6024
|
msgstr "更新回数"
|
|
6195
6025
|
|
|
6196
|
-
msgid "Refresh distribution"
|
|
6197
|
-
msgstr ""
|
|
6198
|
-
|
|
6199
6026
|
msgid "Refresh errata applicability"
|
|
6200
6027
|
msgstr "エラータの適用可能性の更新"
|
|
6201
6028
|
|
|
6202
|
-
msgid "Refresh if needed"
|
|
6203
|
-
msgstr ""
|
|
6204
|
-
|
|
6205
6029
|
msgid "Refresh package applicability"
|
|
6206
6030
|
msgstr "パッケージの適用可能性の更新"
|
|
6207
6031
|
|
|
6208
6032
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
|
6209
6033
|
msgstr "Red Hat プロバイダーの以前にインポートされたマニフェストを更新"
|
|
6210
6034
|
|
|
6211
|
-
msgid "Refresh remote"
|
|
6212
|
-
msgstr ""
|
|
6213
|
-
|
|
6214
|
-
msgid "Refresh repos"
|
|
6215
|
-
msgstr ""
|
|
6216
|
-
|
|
6217
6035
|
msgid "Refresh source"
|
|
6218
6036
|
msgstr "ソースの更新"
|
|
6219
6037
|
|
|
@@ -6223,9 +6041,6 @@ msgstr "コンテンツホストステータスのリフレッシュ"
|
|
|
6223
6041
|
msgid "Register a host with subscription and information"
|
|
6224
6042
|
msgstr "サブスクリプションと情報を使用したホスト登録"
|
|
6225
6043
|
|
|
6226
|
-
msgid "Register host '%s' before attaching subscriptions"
|
|
6227
|
-
msgstr "サブスクリプションをアタッチする前にホスト '%s' を登録してください"
|
|
6228
|
-
|
|
6229
6044
|
msgid "Registered"
|
|
6230
6045
|
msgstr "登録済み"
|
|
6231
6046
|
|
|
@@ -6259,9 +6074,6 @@ msgstr "レジストリー名のパターンが原因で、メンバーリポジ
|
|
|
6259
6074
|
msgid "Registry token expiration time"
|
|
6260
6075
|
msgstr ""
|
|
6261
6076
|
|
|
6262
|
-
msgid "Reindex subscriptions"
|
|
6263
|
-
msgstr ""
|
|
6264
|
-
|
|
6265
6077
|
msgid "Related composite content views"
|
|
6266
6078
|
msgstr "関連する複合コンテンツビュー"
|
|
6267
6079
|
|
|
@@ -6358,9 +6170,6 @@ msgstr "1 つ以上のホストから 1 つ以上のコンテンツコレクシ
|
|
|
6358
6170
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
|
6359
6171
|
msgstr "アップストリームマニフェストから 1 つ以上のサブスクリプションを削除します"
|
|
6360
6172
|
|
|
6361
|
-
msgid "Remove orphans"
|
|
6362
|
-
msgstr ""
|
|
6363
|
-
|
|
6364
6173
|
msgid "Remove package group via Katello interface"
|
|
6365
6174
|
msgstr "Katello インターフェイスでのパッケージグループの削除"
|
|
6366
6175
|
|
|
@@ -6376,27 +6185,6 @@ msgstr "Katello インターフェイスでのパッケージの削除"
|
|
|
6376
6185
|
msgid "Remove products from sync plan"
|
|
6377
6186
|
msgstr "同期プランから製品を削除"
|
|
6378
6187
|
|
|
6379
|
-
msgid "Remove rolling repo clone"
|
|
6380
|
-
msgstr ""
|
|
6381
|
-
|
|
6382
|
-
msgid "Remove subscriptions"
|
|
6383
|
-
msgstr "サブスクリプションの削除"
|
|
6384
|
-
|
|
6385
|
-
msgid "Remove subscriptions from %s"
|
|
6386
|
-
msgstr "%s からのサブスクリプション削除"
|
|
6387
|
-
|
|
6388
|
-
msgid "Remove subscriptions from a host"
|
|
6389
|
-
msgstr "ホストからのサブスクリプションの削除"
|
|
6390
|
-
|
|
6391
|
-
msgid "Remove subscriptions from one or more hosts"
|
|
6392
|
-
msgstr "1 つ以上のホストからサブスクリプションを削除します"
|
|
6393
|
-
|
|
6394
|
-
msgid "Remove units"
|
|
6395
|
-
msgstr ""
|
|
6396
|
-
|
|
6397
|
-
msgid "Remove unneeded repos"
|
|
6398
|
-
msgstr ""
|
|
6399
|
-
|
|
6400
6188
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
|
6401
6189
|
msgstr "コンテンツビューからバージョンおよび/または環境を削除し、システムおよびキーを再度割り当てます"
|
|
6402
6190
|
|
|
@@ -6421,9 +6209,6 @@ msgstr "ID が %{acs_id} の ACS %{acs_name} から ID が %{prod_id} の製品
|
|
|
6421
6209
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
|
6422
6210
|
msgstr "すべての環境からこのバージョンを削除しても、バージョンは削除されません。バージョンは引き続き以降のプロモーションの対象になります。"
|
|
6423
6211
|
|
|
6424
|
-
msgid "Repair"
|
|
6425
|
-
msgstr ""
|
|
6426
|
-
|
|
6427
6212
|
msgid "Replace content source on the target machine"
|
|
6428
6213
|
msgstr "ターゲットマシン上のコンテンツソースの置き換え"
|
|
6429
6214
|
|
|
@@ -6442,18 +6227,12 @@ msgstr "リポジトリー"
|
|
|
6442
6227
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
|
6443
6228
|
msgstr "CDN 設定がエアギャップ (切断) に設定されている間、リポジトリーは有効にできません。"
|
|
6444
6229
|
|
|
6445
|
-
msgid "Repositories certs reset"
|
|
6446
|
-
msgstr ""
|
|
6447
|
-
|
|
6448
6230
|
msgid "Repositories common to the selected content view versions will merge, resulting in a composite content view that is a union of all content from each of the content view versions."
|
|
6449
6231
|
msgstr "選択したコンテンツビューバージョンに共通のリポジトリーがマージされます。その結果、各コンテンツビューバージョンのすべてのコンテンツが結合された複合コンテンツビューが作成されます。"
|
|
6450
6232
|
|
|
6451
6233
|
msgid "Repositories from published Content Views are not allowed."
|
|
6452
6234
|
msgstr "公開されたコンテンツビューからのリポジトリーは許可されません。"
|
|
6453
6235
|
|
|
6454
|
-
msgid "Repositories gpg reset"
|
|
6455
|
-
msgstr ""
|
|
6456
|
-
|
|
6457
6236
|
msgid "Repository"
|
|
6458
6237
|
msgstr "リポジトリー"
|
|
6459
6238
|
|
|
@@ -6625,6 +6404,9 @@ msgstr "ホストに関するエラータを 1 つ取得する"
|
|
|
6625
6404
|
msgid "Return Red Hat (non-custom) products only"
|
|
6626
6405
|
msgstr "Red Hat (カスタム以外) 製品のみを返します"
|
|
6627
6406
|
|
|
6407
|
+
msgid "Return a list of installed debs distinct by name"
|
|
6408
|
+
msgstr ""
|
|
6409
|
+
|
|
6628
6410
|
msgid "Return a list of installed packages distinct by name"
|
|
6629
6411
|
msgstr "名前別にインストール済みパッケージのリストを返す"
|
|
6630
6412
|
|
|
@@ -6719,10 +6501,10 @@ msgid "Review affected environments"
|
|
|
6719
6501
|
msgstr "影響を受ける環境を確認"
|
|
6720
6502
|
|
|
6721
6503
|
msgid "Review and optionally exclude hosts from your selection. Note that package actions on any image mode hosts will be transient and lost on the next reboot."
|
|
6722
|
-
msgstr ""
|
|
6504
|
+
msgstr "選択したホストを確認し、必要に応じて除外してください。イメージモードのホストに対するパッケージアクションは一時的なものであり、次回の再起動時に失われることに注意してください。"
|
|
6723
6505
|
|
|
6724
6506
|
msgid "Review and then click 'Set content overrides.' Status will be changed for the selected repository sets on the selected hosts."
|
|
6725
|
-
msgstr ""
|
|
6507
|
+
msgstr "確認して、'コンテンツオーバーライドの設定' をクリックしてください。選択したホスト上の選択したリポジトリーセットのステータスが変更されます。"
|
|
6726
6508
|
|
|
6727
6509
|
msgid "Review and then click {submitBtnText}."
|
|
6728
6510
|
msgstr "確認して {submitBtnText} をクリックしてください。"
|
|
@@ -6755,10 +6537,10 @@ msgid "Rollback image digest"
|
|
|
6755
6537
|
msgstr "ロールバックイメージダイジェスト"
|
|
6756
6538
|
|
|
6757
6539
|
msgid "Rolling content view"
|
|
6758
|
-
msgstr ""
|
|
6540
|
+
msgstr "ローリングコンテンツビュー"
|
|
6759
6541
|
|
|
6760
6542
|
msgid "Rolling content views"
|
|
6761
|
-
msgstr ""
|
|
6543
|
+
msgstr "ローリングコンテンツビュー"
|
|
6762
6544
|
|
|
6763
6545
|
msgid "Rules to be added"
|
|
6764
6546
|
msgstr "追加するルール"
|
|
@@ -6805,36 +6587,18 @@ msgstr "まもなく期限切れになるサブスクリプション"
|
|
|
6805
6587
|
msgid "Save"
|
|
6806
6588
|
msgstr "保存"
|
|
6807
6589
|
|
|
6808
|
-
msgid "Save
|
|
6809
|
-
msgstr ""
|
|
6810
|
-
|
|
6811
|
-
msgid "Save distribution references"
|
|
6812
|
-
msgstr ""
|
|
6813
|
-
|
|
6814
|
-
msgid "Save publication"
|
|
6815
|
-
msgstr ""
|
|
6816
|
-
|
|
6817
|
-
msgid "Save version"
|
|
6818
|
-
msgstr ""
|
|
6819
|
-
|
|
6820
|
-
msgid "Save versions"
|
|
6590
|
+
msgid "Save Environments"
|
|
6821
6591
|
msgstr ""
|
|
6822
6592
|
|
|
6823
6593
|
msgid "Saving alternate content source..."
|
|
6824
6594
|
msgstr "代替コンテンツソースの保存"
|
|
6825
6595
|
|
|
6826
6596
|
msgid "Scan"
|
|
6827
|
-
msgstr ""
|
|
6597
|
+
msgstr "スキャン"
|
|
6828
6598
|
|
|
6829
6599
|
msgid "Scan a flatpak remote"
|
|
6830
6600
|
msgstr "flatpak リモートをスキャンする"
|
|
6831
6601
|
|
|
6832
|
-
msgid "Scan cdn"
|
|
6833
|
-
msgstr ""
|
|
6834
|
-
|
|
6835
|
-
msgid "Scan remote"
|
|
6836
|
-
msgstr ""
|
|
6837
|
-
|
|
6838
6602
|
msgid "Schema version 1"
|
|
6839
6603
|
msgstr "スキーマバージョン 1"
|
|
6840
6604
|
|
|
@@ -6932,7 +6696,7 @@ msgid "Select a lifecycle environment from the available promotion paths to prom
|
|
|
6932
6696
|
msgstr "利用可能なプロモーションパスからライフサイクル環境を選択し、新しいバージョンをプロモートします。"
|
|
6933
6697
|
|
|
6934
6698
|
msgid "Select a product to mirror the repository into"
|
|
6935
|
-
msgstr ""
|
|
6699
|
+
msgstr "リポジトリーのミラー先となる製品を選択してください"
|
|
6936
6700
|
|
|
6937
6701
|
msgid "Select a provider to install katello-host-tools-tracer"
|
|
6938
6702
|
msgstr "katello-host-tools-tracer をインストールするプロバイダーの選択"
|
|
@@ -7028,7 +6792,7 @@ msgid "Select products to associate to this source."
|
|
|
7028
6792
|
msgstr "このソースに関連付ける製品を選択します。"
|
|
7029
6793
|
|
|
7030
6794
|
msgid "Select repository sets"
|
|
7031
|
-
msgstr ""
|
|
6795
|
+
msgstr "リポジトリーセットの選択"
|
|
7032
6796
|
|
|
7033
6797
|
msgid "Select row"
|
|
7034
6798
|
msgstr "行の選択"
|
|
@@ -7072,14 +6836,17 @@ msgstr "サービスレベル %s"
|
|
|
7072
6836
|
msgid "Service Level (SLA)"
|
|
7073
6837
|
msgstr "サービスレベル (SLA)"
|
|
7074
6838
|
|
|
6839
|
+
msgid "Service level"
|
|
6840
|
+
msgstr ""
|
|
6841
|
+
|
|
7075
6842
|
msgid "Service level of host"
|
|
7076
6843
|
msgstr "ホストのサービスレベル"
|
|
7077
6844
|
|
|
7078
|
-
msgid "Service level
|
|
7079
|
-
msgstr "
|
|
6845
|
+
msgid "Service level, e.g. SELF-SUPPORT"
|
|
6846
|
+
msgstr ""
|
|
7080
6847
|
|
|
7081
6848
|
msgid "Set content overrides"
|
|
7082
|
-
msgstr ""
|
|
6849
|
+
msgstr "コンテンツオーバーライドの設定"
|
|
7083
6850
|
|
|
7084
6851
|
msgid "Set content overrides for the host"
|
|
7085
6852
|
msgstr "ホストのコンテンツ上書きの設定"
|
|
@@ -7097,14 +6864,11 @@ msgid "Set true to remove an override and reset it to 'default'"
|
|
|
7097
6864
|
msgstr "上書きを削除して「デフォルト」にリセットするには True に設定します"
|
|
7098
6865
|
|
|
7099
6866
|
msgid "Set up container registry certs"
|
|
7100
|
-
msgstr ""
|
|
6867
|
+
msgstr "コンテナーレジストリー証明書のセットアップ"
|
|
7101
6868
|
|
|
7102
6869
|
msgid "Sets the system purpose usage"
|
|
7103
6870
|
msgstr "システム目的の使用率を設定します"
|
|
7104
6871
|
|
|
7105
|
-
msgid "Sets whether the Host will autoheal subscriptions upon checkin"
|
|
7106
|
-
msgstr "ホストがチェックイン時にサブスクリプションを自動修復するかどうかを設定します"
|
|
7107
|
-
|
|
7108
6872
|
msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
|
|
7109
6873
|
msgstr "'default_location_subscribed_hosts' 設定は、有効なロケーションに設定されていません。"
|
|
7110
6874
|
|
|
@@ -7255,6 +7019,9 @@ msgstr "Smart Proxy コンテンツソースが見つかりません!"
|
|
|
7255
7019
|
msgid "Smart proxy name"
|
|
7256
7020
|
msgstr "Smart Proxy 名"
|
|
7257
7021
|
|
|
7022
|
+
msgid "Smart proxy verify content checksum has started in the background"
|
|
7023
|
+
msgstr ""
|
|
7024
|
+
|
|
7258
7025
|
msgid "Sockets"
|
|
7259
7026
|
msgstr "ソケット"
|
|
7260
7027
|
|
|
@@ -7271,7 +7038,7 @@ msgid "Solve dependencies"
|
|
|
7271
7038
|
msgstr "依存関係の解決"
|
|
7272
7039
|
|
|
7273
7040
|
msgid "Some environments are disabled because they are not associated with all of the affected hosts' content sources."
|
|
7274
|
-
msgstr ""
|
|
7041
|
+
msgstr "一部の環境は、影響を受けるホストのコンテンツソースすべてに関連付けられていないため、無効になります。"
|
|
7275
7042
|
|
|
7276
7043
|
msgid "Some environments are disabled because they are not associated with the host's content source."
|
|
7277
7044
|
msgstr "一部の環境は、ホストのコンテンツソースに関連付けられていないため無効になります。"
|
|
@@ -7369,8 +7136,8 @@ msgstr "コンテンツビューのロード中に問題が発生しました。
|
|
|
7369
7136
|
msgid "Something went wrong while refreshing alternate content sources: "
|
|
7370
7137
|
msgstr "代替コンテンツソースの更新中に問題が発生しました:"
|
|
7371
7138
|
|
|
7372
|
-
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error
|
|
7373
|
-
msgstr "
|
|
7139
|
+
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}"
|
|
7140
|
+
msgstr ""
|
|
7374
7141
|
|
|
7375
7142
|
msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
|
7376
7143
|
msgstr "フィルタールールの削除中に問題が発生しました! ${getResponseErrorMsgs(error.response)}"
|
|
@@ -7438,6 +7205,9 @@ msgstr "リポジトリータイプの取得時にエラーが発生しました
|
|
|
7438
7205
|
msgid "Something went wrong while updating the content source. See the logs for more information"
|
|
7439
7206
|
msgstr "コンテンツソースの更新中に問題が発生しました。詳細についてはログを参照してください。"
|
|
7440
7207
|
|
|
7208
|
+
msgid "Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}"
|
|
7209
|
+
msgstr ""
|
|
7210
|
+
|
|
7441
7211
|
msgid "Something went wrong! Please check server logs!"
|
|
7442
7212
|
msgstr "問題が発生しました! サーバーログを確認してください!"
|
|
7443
7213
|
|
|
@@ -7525,9 +7295,6 @@ msgstr "サブスクリプション"
|
|
|
7525
7295
|
msgid "Subscription Details"
|
|
7526
7296
|
msgstr "サブスクリプションの詳細"
|
|
7527
7297
|
|
|
7528
|
-
msgid "Subscription ID"
|
|
7529
|
-
msgstr "サブスクリプション ID"
|
|
7530
|
-
|
|
7531
7298
|
msgid "Subscription Info"
|
|
7532
7299
|
msgstr "サブスクリプションの情報"
|
|
7533
7300
|
|
|
@@ -7543,12 +7310,6 @@ msgstr "サブスクリプションマニフェストの有効性チェック"
|
|
|
7543
7310
|
msgid "Subscription Name"
|
|
7544
7311
|
msgstr "サブスクリプション名"
|
|
7545
7312
|
|
|
7546
|
-
msgid "Subscription Pool id"
|
|
7547
|
-
msgstr "サブスクリプションプール ID"
|
|
7548
|
-
|
|
7549
|
-
msgid "Subscription Pool uuid"
|
|
7550
|
-
msgstr "サブスクリプションプール UUID"
|
|
7551
|
-
|
|
7552
7313
|
msgid "Subscription UUID"
|
|
7553
7314
|
msgstr "サブスクリプション UUID"
|
|
7554
7315
|
|
|
@@ -7636,9 +7397,6 @@ msgstr "サポート終了"
|
|
|
7636
7397
|
msgid "Supported Content Types"
|
|
7637
7398
|
msgstr "サポート対象のコンテンツタイプ"
|
|
7638
7399
|
|
|
7639
|
-
msgid "Sync"
|
|
7640
|
-
msgstr ""
|
|
7641
|
-
|
|
7642
7400
|
msgid "Sync Canceled"
|
|
7643
7401
|
msgstr "同期が取り消されました"
|
|
7644
7402
|
|
|
@@ -7693,9 +7451,6 @@ msgstr "リポジトリーの同期"
|
|
|
7693
7451
|
msgid "Sync all repositories for a product"
|
|
7694
7452
|
msgstr "製品のすべてのリポジトリーを同期します"
|
|
7695
7453
|
|
|
7696
|
-
msgid "Sync capsule"
|
|
7697
|
-
msgstr ""
|
|
7698
|
-
|
|
7699
7454
|
msgid "Sync complete."
|
|
7700
7455
|
msgstr "同期が完了しました。"
|
|
7701
7456
|
|
|
@@ -7714,9 +7469,6 @@ msgstr "目的の製品を選択して、アップストリームリポジトリ
|
|
|
7714
7469
|
msgid "Sync state"
|
|
7715
7470
|
msgstr "同期の状態"
|
|
7716
7471
|
|
|
7717
|
-
msgid "Syncable export"
|
|
7718
|
-
msgstr ""
|
|
7719
|
-
|
|
7720
7472
|
msgid "Synced"
|
|
7721
7473
|
msgstr "同期されています"
|
|
7722
7474
|
|
|
@@ -7726,6 +7478,9 @@ msgstr "同期されています "
|
|
|
7726
7478
|
msgid "Synced Content"
|
|
7727
7479
|
msgstr "同期されたコンテンツ"
|
|
7728
7480
|
|
|
7481
|
+
msgid "Synced container images content"
|
|
7482
|
+
msgstr ""
|
|
7483
|
+
|
|
7729
7484
|
msgid "Synchronize"
|
|
7730
7485
|
msgstr "同期"
|
|
7731
7486
|
|
|
@@ -7881,7 +7636,7 @@ msgstr ""
|
|
|
7881
7636
|
" %{repos}"
|
|
7882
7637
|
|
|
7883
7638
|
msgid "The generated container repository name is invalid. Please review the lifecycle environment's registry name pattern. It may be caused by special characters in the components that make up the name, like the organization."
|
|
7884
|
-
msgstr ""
|
|
7639
|
+
msgstr "生成されたコンテナーリポジトリー名が無効です。ライフサイクル環境のレジストリー名のパターンを確認してください。組織名などの名前の構成要素に特殊文字が含まれていることが原因である可能性があります。"
|
|
7885
7640
|
|
|
7886
7641
|
msgid "The id of the content source"
|
|
7887
7642
|
msgstr "コンテンツソースの ID"
|
|
@@ -7983,9 +7738,6 @@ msgstr "選択したライフサイクル環境にアクティベーションキ
|
|
|
7983
7738
|
msgid "The selected/Inherited Content View is not available for this Lifecycle Environment"
|
|
7984
7739
|
msgstr "このライフサイクル環境では、選択したコンテンツビュー/継承したコンテンツビューは利用できません"
|
|
7985
7740
|
|
|
7986
|
-
msgid "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled"
|
|
7987
|
-
msgstr "指定の組織はシンプルコンテンツアクセスモードです。サブスクリプションのアタッチが無効になっています"
|
|
7988
|
-
|
|
7989
7741
|
msgid "The subscription cannot be found upstream"
|
|
7990
7742
|
msgstr "サブスクリプションがアップストリームにありません"
|
|
7991
7743
|
|
|
@@ -8065,7 +7817,7 @@ msgid "This Content View must be set to Import-only before performing an import"
|
|
|
8065
7817
|
msgstr "インポートを実行する前に、このコンテンツビューをインポートのみに設定する必要があります"
|
|
8066
7818
|
|
|
8067
7819
|
msgid "This Flatpak remote will be deleted. Repositories mirrored from this remote will remain available and functional for use"
|
|
8068
|
-
msgstr ""
|
|
7820
|
+
msgstr "この Flatpak リモートは削除されます。このリモートからミラーリングされたリポジトリーは、引き続き利用可能で正常に機能します"
|
|
8069
7821
|
|
|
8070
7822
|
msgid "This Host is not currently registered with subscription-manager."
|
|
8071
7823
|
msgstr "このホストは現在、subscription-manager に登録されていません。"
|
|
@@ -8113,7 +7865,7 @@ msgid "This environment is used in one or more multi-environment activation keys
|
|
|
8113
7865
|
msgstr "この環境は、1 つ以上のマルチ環境アクティベーションキーで使用されています。この環境は単に、マルチ環境キーから削除されるだけです。ここで選択したコンテンツビューとライフサイクル環境は、単一環境アクティベーションキーにのみ影響があります。詳細は、hammer activation-key --help を参照してください。"
|
|
8114
7866
|
|
|
8115
7867
|
msgid "This erratum is not installable because it is not in this host's assigned content view environments."
|
|
8116
|
-
msgstr ""
|
|
7868
|
+
msgstr "このエラータは、このホストの割り当て済みコンテンツビュー環境に含まれていないため、インストールできません。"
|
|
8117
7869
|
|
|
8118
7870
|
msgid "This host does not have any Module streams."
|
|
8119
7871
|
msgstr "このホストにはモジュールストリームがありません。"
|
|
@@ -8127,12 +7879,6 @@ msgstr "このホストには適用可能なエラータがありますが、イ
|
|
|
8127
7879
|
msgid "This host is associated with multiple content view environments. If you assign a lifecycle environment and content view here, the host will be removed from the other environments."
|
|
8128
7880
|
msgstr "このホストは複数のコンテンツビュー環境に関連付けられています。ここでライフサイクル環境とコンテンツビューを割り当てると、このホストは他の環境から削除されます。"
|
|
8129
7881
|
|
|
8130
|
-
msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
|
|
8131
|
-
msgstr "このホストの組織はシンプルコンテンツアクセスモードです。サブスクリプションのアタッチが無効になっています。"
|
|
8132
|
-
|
|
8133
|
-
msgid "This host's organization is in Simple Content Access mode. Auto-attach is disabled"
|
|
8134
|
-
msgstr "このホストの組織はシンプルコンテンツアクセスモードです。自動アタッチが無効になっています"
|
|
8135
|
-
|
|
8136
7882
|
msgid "This is disabled because a manifest task is in progress"
|
|
8137
7883
|
msgstr "マニフェストのタスクが実行中であるため、これは無効になっています"
|
|
8138
7884
|
|
|
@@ -8211,6 +7957,9 @@ msgstr "タイトル"
|
|
|
8211
7957
|
msgid "To change content view environments, a specific organization must be selected from the organization context."
|
|
8212
7958
|
msgstr "コンテンツビュー環境を変更するには、組織コンテキストから特定の組織を選択する必要があります。"
|
|
8213
7959
|
|
|
7960
|
+
msgid "To continue with Red Hat Flatpak remote, you need to generate your username and password in"
|
|
7961
|
+
msgstr ""
|
|
7962
|
+
|
|
8214
7963
|
msgid "To enable the synced content option, this host must use a content source, content view, and lifecycle environment which contain synced kickstart repositories for the selected architecture and operating system."
|
|
8215
7964
|
msgstr "同期コンテンツオプションを有効にするには、このホストが、選択したアーキテクチャーおよびオペレーティングシステム用の同期済みキックスタートリポジトリーを含むコンテンツソース、コンテンツビュー、およびライフサイクル環境を使用している必要があります。"
|
|
8216
7965
|
|
|
@@ -8233,7 +7982,7 @@ msgid "To include or exclude specific content from the content view, create a fi
|
|
|
8233
7982
|
msgstr "コンテンツビューから特定のコンテンツを追加または除外するには、フィルターを作成します。フィルターを使用しない場合は、コンテンツビューには追加したリポジトリーにあるものがすべて含まれます。"
|
|
8234
7983
|
|
|
8235
7984
|
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
|
8236
|
-
msgstr ""
|
|
7985
|
+
msgstr "ホストのコンテンツオーバーライドを管理するには、組織コンテキストから特定の組織を選択する必要があります。"
|
|
8237
7986
|
|
|
8238
7987
|
msgid "To manage host packages, a specific organization must be selected from the organization context."
|
|
8239
7988
|
msgstr "ホストパッケージを管理するには、組織コンテキストから特定の組織を選択する必要があります。"
|
|
@@ -8241,9 +7990,6 @@ msgstr "ホストパッケージを管理するには、組織コンテキスト
|
|
|
8241
7990
|
msgid "To manage packages, select an action."
|
|
8242
7991
|
msgstr "パッケージを管理するには、アクションを選択してください。"
|
|
8243
7992
|
|
|
8244
|
-
msgid "Toggle"
|
|
8245
|
-
msgstr ""
|
|
8246
|
-
|
|
8247
7993
|
msgid "Token/password for the flatpak remote"
|
|
8248
7994
|
msgstr "flatpak リモートのトークン/パスワード"
|
|
8249
7995
|
|
|
@@ -8289,12 +8035,6 @@ msgstr "トレースは、適切なパーミッションを持つユーザーに
|
|
|
8289
8035
|
msgid "Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy."
|
|
8290
8036
|
msgstr "このSmart Proxy に関連付けられた代替コンテンツソースのトラフィックは、選択した HTTP プロキシーを通過します。"
|
|
8291
8037
|
|
|
8292
|
-
msgid "Trigger an auto-attach of subscriptions"
|
|
8293
|
-
msgstr "サブスクリプションの自動割り当てのトリガー"
|
|
8294
|
-
|
|
8295
|
-
msgid "Trigger an auto-attach of subscriptions on one or more hosts"
|
|
8296
|
-
msgstr "1 つ以上のホストに、サブスクリプションの自動割り当てをトリガーします"
|
|
8297
|
-
|
|
8298
8038
|
msgid "Try changing your search criteria."
|
|
8299
8039
|
msgstr "検索条件を変更してみてください。"
|
|
8300
8040
|
|
|
@@ -8341,7 +8081,7 @@ msgid "URL of an OSTree repository."
|
|
|
8341
8081
|
msgstr "OSTree リポジトリーの URL。"
|
|
8342
8082
|
|
|
8343
8083
|
msgid "URL:"
|
|
8344
|
-
msgstr ""
|
|
8084
|
+
msgstr "URL:"
|
|
8345
8085
|
|
|
8346
8086
|
msgid "UUID"
|
|
8347
8087
|
msgstr "UUID"
|
|
@@ -8386,10 +8126,10 @@ msgid "Unable to find a base content view to use for incremental export. Please
|
|
|
8386
8126
|
msgstr ""
|
|
8387
8127
|
|
|
8388
8128
|
msgid "Unable to find a content view with ID %s"
|
|
8389
|
-
msgstr ""
|
|
8129
|
+
msgstr "ID %s のコンテンツビューが見つかりません"
|
|
8390
8130
|
|
|
8391
8131
|
msgid "Unable to find a lifecycle environment with ID %s"
|
|
8392
|
-
msgstr ""
|
|
8132
|
+
msgstr "ID %s のライフサイクル環境が見つかりません"
|
|
8393
8133
|
|
|
8394
8134
|
msgid "Unable to find product '%s' in organization '%s'"
|
|
8395
8135
|
msgstr "組織 '%s' で製品 '%s' が見つかりません"
|
|
@@ -8419,7 +8159,7 @@ msgid "Unable to refresh any alternate content source. You either do not have th
|
|
|
8419
8159
|
msgstr "代替コンテンツソースを更新できません。更新するパーミッションがないか、代替コンテンツソースが存在しません。"
|
|
8420
8160
|
|
|
8421
8161
|
msgid "Unable to refresh host-repository mapping"
|
|
8422
|
-
msgstr ""
|
|
8162
|
+
msgstr "ホストとリポジトリーのマッピングをリフレッシュできません"
|
|
8423
8163
|
|
|
8424
8164
|
msgid "Unable to send errata e-mail notification: %{error}"
|
|
8425
8165
|
msgstr "エラータのメール通知を送信できません: %{error}"
|
|
@@ -8434,10 +8174,10 @@ msgid "Unable to synchronize any repository. You either do not have the permissi
|
|
|
8434
8174
|
msgstr "リポジトリーを同期できません。同期する権限がないか、または選択されたリポジトリーにフィード URL がないかのいずれかです。"
|
|
8435
8175
|
|
|
8436
8176
|
msgid "Unable to update host-repository mapping"
|
|
8437
|
-
msgstr ""
|
|
8177
|
+
msgstr "ホストとリポジトリーのマッピングを更新できません"
|
|
8438
8178
|
|
|
8439
8179
|
msgid "Unable to update hosts"
|
|
8440
|
-
msgstr ""
|
|
8180
|
+
msgstr "ホストを更新できません"
|
|
8441
8181
|
|
|
8442
8182
|
msgid "Unable to update the repository list"
|
|
8443
8183
|
msgstr "リポジトリー一覧を更新できません"
|
|
@@ -8448,9 +8188,6 @@ msgstr "user-repository マッピングを更新できません"
|
|
|
8448
8188
|
msgid "Unapplied Errata"
|
|
8449
8189
|
msgstr "適用されないエラータ"
|
|
8450
8190
|
|
|
8451
|
-
msgid "Unattach a subscription"
|
|
8452
|
-
msgstr "サブスクリプションの割り当て解除"
|
|
8453
|
-
|
|
8454
8191
|
msgid "Unfiltered params array: %s."
|
|
8455
8192
|
msgstr "フィルタリングされていないパラメーター配列: %s。"
|
|
8456
8193
|
|
|
@@ -8482,7 +8219,7 @@ msgid "Unregister host %s before assigning an organization"
|
|
|
8482
8219
|
msgstr "組織を割り当てる前にホスト %s の登録を解除してください"
|
|
8483
8220
|
|
|
8484
8221
|
msgid "Unregister host %s before assigning an organization."
|
|
8485
|
-
msgstr ""
|
|
8222
|
+
msgstr "組織を割り当てる前にホスト %s の登録を解除してください。"
|
|
8486
8223
|
|
|
8487
8224
|
msgid "Unregister the host as a subscription consumer"
|
|
8488
8225
|
msgstr "ホストからサブスクリプション登録の解除"
|
|
@@ -8562,27 +8299,15 @@ msgstr "組織内の環境を更新"
|
|
|
8562
8299
|
msgid "Update content counts for the smart proxy"
|
|
8563
8300
|
msgstr "Smart Proxy のコンテンツ数を更新します"
|
|
8564
8301
|
|
|
8565
|
-
msgid "Update content urls"
|
|
8566
|
-
msgstr ""
|
|
8567
|
-
|
|
8568
8302
|
msgid "Update content view environments for host"
|
|
8569
8303
|
msgstr "ホストのコンテンツビュー環境の更新"
|
|
8570
8304
|
|
|
8571
8305
|
msgid "Update content view environments for host %s"
|
|
8572
8306
|
msgstr "ホスト %s のコンテンツビュー環境の更新"
|
|
8573
8307
|
|
|
8574
|
-
msgid "Update distributions"
|
|
8575
|
-
msgstr ""
|
|
8576
|
-
|
|
8577
8308
|
msgid "Update hosts manually"
|
|
8578
8309
|
msgstr "ホストの手動更新"
|
|
8579
8310
|
|
|
8580
|
-
msgid "Update http proxy"
|
|
8581
|
-
msgstr ""
|
|
8582
|
-
|
|
8583
|
-
msgid "Update http proxy details"
|
|
8584
|
-
msgstr ""
|
|
8585
|
-
|
|
8586
8311
|
msgid "Update installed packages, enabled repos, module inventory"
|
|
8587
8312
|
msgstr "インストール済みパッケージ、有効なリポジトリー、モジュールインベントリーの更新"
|
|
8588
8313
|
|
|
@@ -8598,21 +8323,12 @@ msgstr "Katello インターフェイスでのパッケージの更新"
|
|
|
8598
8323
|
msgid "Update packages via Katello interface"
|
|
8599
8324
|
msgstr "Katello インターフェイスでのパッケージの更新"
|
|
8600
8325
|
|
|
8601
|
-
msgid "Update redhat repository"
|
|
8602
|
-
msgstr ""
|
|
8603
|
-
|
|
8604
8326
|
msgid "Update release version for host"
|
|
8605
8327
|
msgstr "ホストのリリースバージョンの更新"
|
|
8606
8328
|
|
|
8607
8329
|
msgid "Update release version for host %s"
|
|
8608
8330
|
msgstr "ホスト %s のリリースバージョンの更新"
|
|
8609
8331
|
|
|
8610
|
-
msgid "Update remote"
|
|
8611
|
-
msgstr ""
|
|
8612
|
-
|
|
8613
|
-
msgid "Update repository"
|
|
8614
|
-
msgstr ""
|
|
8615
|
-
|
|
8616
8332
|
msgid "Update services requiring restart"
|
|
8617
8333
|
msgstr "再起動が必要なサービスの更新"
|
|
8618
8334
|
|
|
@@ -8703,12 +8419,6 @@ msgstr "ファイルのコンテンツのチャンクをアップロード"
|
|
|
8703
8419
|
msgid "Upload a subscription manifest"
|
|
8704
8420
|
msgstr "サブスクリプションマニフェストのアップロード"
|
|
8705
8421
|
|
|
8706
|
-
msgid "Upload content"
|
|
8707
|
-
msgstr ""
|
|
8708
|
-
|
|
8709
|
-
msgid "Upload file"
|
|
8710
|
-
msgstr ""
|
|
8711
|
-
|
|
8712
8422
|
msgid "Upload into"
|
|
8713
8423
|
msgstr "アップロード先"
|
|
8714
8424
|
|
|
@@ -8718,9 +8428,6 @@ msgstr "パッケージ/リポジトリープロファイルのアップロー
|
|
|
8718
8428
|
msgid "Upload request id"
|
|
8719
8429
|
msgstr "要求 ID のアップロード"
|
|
8720
8430
|
|
|
8721
|
-
msgid "Upload tag"
|
|
8722
|
-
msgstr ""
|
|
8723
|
-
|
|
8724
8431
|
msgid "Upstream Candlepin"
|
|
8725
8432
|
msgstr "アップストリーム Candlepin"
|
|
8726
8433
|
|
|
@@ -8785,7 +8492,7 @@ msgid "Use HTTP proxies"
|
|
|
8785
8492
|
msgstr "HTTP プロキシーの使用"
|
|
8786
8493
|
|
|
8787
8494
|
msgid "Use container certificates for container registry authentication. If it is set to true, container registry certificates will be installed on the host"
|
|
8788
|
-
msgstr ""
|
|
8495
|
+
msgstr "コンテナーレジストリーの認証にコンテナー証明書を使用します。true に設定すると、コンテナーレジストリー証明書がホストにインストールされます"
|
|
8789
8496
|
|
|
8790
8497
|
msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
|
|
8791
8498
|
msgstr "pulp3 のリポジトリーの同時ダウンロード数を判断するのに使用します。値は 20 未満を使用してください。デフォルト値は 10 です。"
|
|
@@ -8835,12 +8542,12 @@ msgstr "ホストの割り当てられたライフサイクル環境が、ホス
|
|
|
8835
8542
|
msgid "Value must either be a boolean or 'default' for 'enabled'"
|
|
8836
8543
|
msgstr "値は、ブール値またはデフォルト (「有効」) のいずれかである必要があります"
|
|
8837
8544
|
|
|
8545
|
+
msgid "Verify Content Checksum"
|
|
8546
|
+
msgstr ""
|
|
8547
|
+
|
|
8838
8548
|
msgid "Verify SSL"
|
|
8839
8549
|
msgstr "SSL の確認"
|
|
8840
8550
|
|
|
8841
|
-
msgid "Verify checksum"
|
|
8842
|
-
msgstr ""
|
|
8843
|
-
|
|
8844
8551
|
msgid "Verify checksum for content on smart proxy"
|
|
8845
8552
|
msgstr "Smart Proxy 上のコンテンツのチェックサムを確認する"
|
|
8846
8553
|
|
|
@@ -8922,11 +8629,14 @@ msgstr "適用可能なエラータの表示"
|
|
|
8922
8629
|
msgid "View by"
|
|
8923
8630
|
msgstr "表示"
|
|
8924
8631
|
|
|
8632
|
+
msgid "View container images in the local registry using the Synced tab. View container images booted by image mode hosts using the Booted tab. The Booted tab also shows images outside of the local container registry."
|
|
8633
|
+
msgstr ""
|
|
8634
|
+
|
|
8925
8635
|
msgid "View content views"
|
|
8926
8636
|
msgstr "コンテンツビューの表示"
|
|
8927
8637
|
|
|
8928
8638
|
msgid "View details"
|
|
8929
|
-
msgstr ""
|
|
8639
|
+
msgstr "詳細の表示"
|
|
8930
8640
|
|
|
8931
8641
|
msgid "View documentation"
|
|
8932
8642
|
msgstr "ドキュメントの表示"
|
|
@@ -9202,7 +8912,7 @@ msgid "are only allowed for Yum repositories."
|
|
|
9202
8912
|
msgstr "Yum リポジトリーでのみ許可されています。"
|
|
9203
8913
|
|
|
9204
8914
|
msgid "assign a new content source to the hosts"
|
|
9205
|
-
msgstr ""
|
|
8915
|
+
msgstr "ホストへの新規コンテンツソースの割り当て"
|
|
9206
8916
|
|
|
9207
8917
|
msgid "attempted to sync a non-library repository."
|
|
9208
8918
|
msgstr "非ライブラリーリポジトリーの同期が試行されました。"
|
|
@@ -9210,9 +8920,6 @@ msgstr "非ライブラリーリポジトリーの同期が試行されました
|
|
|
9210
8920
|
msgid "attempted to sync without a feed URL"
|
|
9211
8921
|
msgstr "フィード URL なしで同期が試行されました"
|
|
9212
8922
|
|
|
9213
|
-
msgid "auto attach subscriptions upon registration"
|
|
9214
|
-
msgstr "登録時のサブスクリプションの自動割り当て"
|
|
9215
|
-
|
|
9216
8923
|
msgid "base url to perform repo discovery on"
|
|
9217
8924
|
msgstr "リポジトリー検出を実行するベース URL"
|
|
9218
8925
|
|
|
@@ -9262,7 +8969,7 @@ msgid "cannot be lower than current usage count (%s)"
|
|
|
9262
8969
|
msgstr "現在の使用数 (%s) より少ない値を指定できません"
|
|
9263
8970
|
|
|
9264
8971
|
msgid "cannot be nil"
|
|
9265
|
-
msgstr "
|
|
8972
|
+
msgstr "nil にしないでください"
|
|
9266
8973
|
|
|
9267
8974
|
msgid "cannot be set because unlimited hosts is set"
|
|
9268
8975
|
msgstr "ホストが無制限に設定されているため設定できません"
|
|
@@ -9562,7 +9269,7 @@ msgid "interpret specified object to return only Repositories that can be associ
|
|
|
9562
9269
|
msgstr "指定のオブジェクトを解釈して、指定のオブジェクトに関連付け可能なリポジトリーのみを返します。'content_view' と 'content_view_version' のみがサポートされます。"
|
|
9563
9270
|
|
|
9564
9271
|
msgid "into a product. Details from the flatpak remote will automatically populate the repository fields. The repository will be available for syncing once it has been mirrored into a product."
|
|
9565
|
-
msgstr ""
|
|
9272
|
+
msgstr "が製品にインポートされます。flatpak リモートから取得した詳細情報が、リポジトリーのフィールドに自動的に入力されます。リポジトリーが製品にミラーリングされると、そのリポジトリーを同期できるようになります。"
|
|
9566
9273
|
|
|
9567
9274
|
msgid "invalid: Repositories can only require one OS version."
|
|
9568
9275
|
msgstr "無効: リポジトリーに必要な OS バージョンは 1 つだけです。"
|
|
@@ -9604,7 +9311,7 @@ msgid "list of repository ids"
|
|
|
9604
9311
|
msgstr "リポジトリー ID の一覧"
|
|
9605
9312
|
|
|
9606
9313
|
msgid "list of rpm filename strings to include in published version"
|
|
9607
|
-
msgstr "公開バージョンに含める
|
|
9314
|
+
msgstr "公開バージョンに含める rpm ファイル名文字列の一覧"
|
|
9608
9315
|
|
|
9609
9316
|
msgid "max_hosts must be given a value if this host collection is not unlimited."
|
|
9610
9317
|
msgstr "このホストコレクションが無制限でない場合は、max_hosts に値を提供する必要があります。"
|
|
@@ -9849,9 +9556,6 @@ msgstr "コンテンツの組み込みまたは除外の指定。デフォルト
|
|
|
9849
9556
|
msgid "start datetime of synchronization"
|
|
9850
9557
|
msgstr "同期の開始日時"
|
|
9851
9558
|
|
|
9852
|
-
msgid "subscriptions not specified"
|
|
9853
|
-
msgstr "サブスクリプションが指定されていません"
|
|
9854
|
-
|
|
9855
9559
|
msgid "sync plan description"
|
|
9856
9560
|
msgstr "同期プランの説明"
|
|
9857
9561
|
|
|
@@ -9886,7 +9590,7 @@ msgid "true if the latest version of the components content view is desired"
|
|
|
9886
9590
|
msgstr "コンポーネントのコンテンツビューの最新版が必要な場合には True を指定します"
|
|
9887
9591
|
|
|
9888
9592
|
msgid "true if this repository can be published via HTTP"
|
|
9889
|
-
msgstr "このリポジトリーが
|
|
9593
|
+
msgstr "このリポジトリーが HTTP を介して公開できる場合は true"
|
|
9890
9594
|
|
|
9891
9595
|
msgid "type of filter (e.g. deb, rpm, package_group, erratum, erratum_id, erratum_date, docker, modulemd)"
|
|
9892
9596
|
msgstr "フィルターのタイプ (例: deb、rpm、package_group、erratum、erratum_id、erratum_date、docker、modulemd)"
|