katello 4.5.1 → 4.6.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/controllers/katello/api/rhsm/candlepin_dynflow_proxy_controller.rb +10 -0
- data/app/controllers/katello/api/v2/activation_keys_controller.rb +7 -0
- data/app/controllers/katello/api/v2/alternate_content_sources_controller.rb +52 -22
- data/app/controllers/katello/api/v2/content_uploads_controller.rb +2 -0
- data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +1 -1
- data/app/controllers/katello/api/v2/content_view_filters_controller.rb +1 -1
- data/app/controllers/katello/api/v2/debs_controller.rb +42 -10
- data/app/controllers/katello/api/v2/host_collections_controller.rb +5 -1
- data/app/controllers/katello/api/v2/host_errata_controller.rb +1 -0
- data/app/controllers/katello/api/v2/host_module_streams_controller.rb +9 -1
- data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +8 -1
- data/app/controllers/katello/api/v2/organizations_controller.rb +3 -1
- data/app/controllers/katello/api/v2/simple_content_access_controller.rb +8 -0
- data/app/controllers/katello/concerns/api/v2/repository_content_controller.rb +34 -11
- data/app/controllers/katello/concerns/organizations_controller_extensions.rb +7 -16
- data/app/lib/actions/katello/alternate_content_source/alternate_content_source_common.rb +16 -0
- data/app/lib/actions/katello/alternate_content_source/create.rb +11 -5
- data/app/lib/actions/katello/alternate_content_source/destroy.rb +3 -4
- data/app/lib/actions/katello/alternate_content_source/refresh.rb +3 -5
- data/app/lib/actions/katello/alternate_content_source/update.rb +57 -13
- data/app/lib/actions/katello/applicability/hosts/bulk_generate.rb +2 -2
- data/app/lib/actions/katello/organization/manifest_refresh.rb +8 -4
- data/app/lib/actions/katello/organization/simple_content_access/toggle.rb +1 -9
- data/app/lib/actions/katello/repository/create.rb +9 -0
- data/app/lib/actions/katello/repository/destroy.rb +21 -0
- data/app/lib/actions/katello/repository/errata_mail.rb +3 -3
- data/app/lib/actions/katello/repository/refresh_repository.rb +3 -0
- data/app/lib/actions/katello/repository/update.rb +33 -0
- data/app/lib/actions/katello/repository/update_redhat_repository.rb +1 -1
- data/app/lib/actions/pulp3/alternate_content_source/create.rb +5 -4
- data/app/lib/actions/pulp3/alternate_content_source/create_remote.rb +5 -4
- data/app/lib/actions/pulp3/alternate_content_source/delete.rb +4 -4
- data/app/lib/actions/pulp3/alternate_content_source/delete_remote.rb +4 -4
- data/app/lib/actions/pulp3/alternate_content_source/refresh.rb +4 -4
- data/app/lib/actions/pulp3/alternate_content_source/update.rb +4 -4
- data/app/lib/actions/pulp3/alternate_content_source/update_remote.rb +5 -5
- data/app/lib/actions/pulp3/capsule_content/reclaim_space.rb +1 -0
- data/app/lib/actions/pulp3/orchestration/alternate_content_source/create.rb +3 -3
- data/app/lib/actions/pulp3/orchestration/alternate_content_source/delete.rb +6 -7
- data/app/lib/actions/pulp3/orchestration/alternate_content_source/refresh.rb +2 -2
- data/app/lib/actions/pulp3/orchestration/alternate_content_source/refresh_remote.rb +18 -0
- data/app/lib/actions/pulp3/orchestration/alternate_content_source/update.rb +3 -3
- data/app/lib/actions/pulp3/orchestration/repository/generate_metadata.rb +1 -1
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +1 -1
- data/app/lib/katello/errors.rb +1 -1
- data/app/lib/katello/resources/candlepin/owner.rb +9 -2
- data/app/lib/katello/validators/alternate_content_source_products_validator.rb +17 -0
- data/app/models/katello/alternate_content_source.rb +39 -8
- data/app/models/katello/alternate_content_source_product.rb +13 -0
- data/app/models/katello/concerns/host_managed_extensions.rb +12 -2
- data/app/models/katello/concerns/pulp_database_unit.rb +2 -2
- data/app/models/katello/concerns/smart_proxy_extensions.rb +5 -6
- data/app/models/katello/content_view.rb +4 -0
- data/app/models/katello/content_view_deb_filter.rb +51 -0
- data/app/models/katello/content_view_deb_filter_rule.rb +24 -0
- data/app/models/katello/content_view_filter.rb +10 -3
- data/app/models/katello/glue/candlepin/owner.rb +0 -1
- data/app/models/katello/installed_package.rb +1 -0
- data/app/models/katello/product.rb +3 -0
- data/app/models/katello/repository.rb +2 -0
- data/app/models/katello/smart_proxy_alternate_content_source.rb +6 -0
- data/app/services/cert/certs.rb +8 -16
- data/app/services/katello/content_unit_indexer.rb +2 -1
- data/app/services/katello/organization_creator.rb +4 -4
- data/app/services/katello/pulp/server.rb +2 -2
- data/app/services/katello/pulp3/alternate_content_source.rb +22 -4
- data/app/services/katello/pulp3/api/apt.rb +12 -0
- data/app/services/katello/pulp3/erratum.rb +1 -4
- data/app/services/katello/pulp3/repository/apt.rb +186 -2
- data/app/services/katello/pulp3/repository.rb +4 -3
- data/app/services/katello/pulp3/service_common.rb +1 -1
- data/app/services/katello/pulp3/smart_proxy_mirror_repository.rb +1 -1
- data/app/views/foreman/smart_proxies/show.html.erb +3 -3
- data/app/views/katello/api/v2/alternate_content_sources/base.json.rabl +18 -3
- data/app/views/katello/api/v2/alternate_content_sources/show.json.rabl +20 -0
- data/app/views/katello/api/v2/ansible_collections/compare.json.rabl +10 -0
- data/app/views/katello/api/v2/content_view_filters/base.json.rabl +5 -0
- data/app/views/katello/api/v2/module_streams/compare.json.rabl +10 -0
- data/app/views/katello/api/v2/repository_sets/show.json.rabl +4 -0
- data/app/views/katello/layouts/foreman_with_bastion.html.erb +1 -1
- data/app/views/katello/layouts/react.html.erb +1 -1
- data/app/views/overrides/organizations/_edit_override.html.erb +5 -8
- data/app/views/overrides/organizations/_index_row_override.html.erb +1 -1
- data/app/views/overrides/organizations/_step_1_override.html.erb +5 -0
- data/ca/redhat-uep.pem +18 -23
- data/config/katello.yaml.example +0 -2
- data/config/routes/api/v2.rb +2 -0
- data/config/routes/overrides.rb +1 -0
- data/db/migrate/20201116161820_create_content_view_deb_filter_rules.rb +17 -0
- data/db/migrate/20220524132259_remove_last_refreshed_from_katello_alternate_content_sources.rb +5 -0
- data/db/migrate/20220601163911_add_vendor_to_katello_installed_packages.rb +5 -0
- data/db/migrate/20220610165621_add_repositories_and_products_to_acs.rb +23 -0
- data/db/seeds.d/102-organizations.rb +1 -1
- data/engines/bastion/app/views/bastion/layouts/application.html.erb +1 -1
- data/engines/bastion/app/views/bastion/layouts/application_ie.html.erb +1 -1
- data/engines/bastion/app/views/bastion/layouts/assets.html.erb +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js +2 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment.controller.js +2 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/environments.controller.js +1 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/views/environments.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +4 -5
- data/engines/bastion_katello/lib/bastion_katello/engine.rb +0 -1
- data/lib/katello/engine.rb +1 -2
- data/lib/katello/permission_creator.rb +2 -2
- data/lib/katello/permissions/host_permissions.rb +1 -0
- data/lib/katello/plugin.rb +6 -12
- data/lib/katello/version.rb +1 -1
- data/locale/action_names.rb +49 -46
- data/locale/bn/katello.po +361 -53
- data/{webpack/scenes/AnsibleCollections/AnsibleCollectionsTables.scss → locale/bn/katello.po.time_stamp} +0 -0
- data/locale/cs/katello.po +361 -53
- data/locale/cs/katello.po.time_stamp +0 -0
- data/locale/de/katello.po +366 -58
- data/locale/de/katello.po.time_stamp +0 -0
- data/locale/en/katello.po +361 -53
- data/locale/en/katello.po.time_stamp +0 -0
- data/locale/es/katello.po +364 -56
- data/locale/es/katello.po.time_stamp +0 -0
- data/locale/fr/katello.po +376 -68
- data/locale/fr/katello.po.time_stamp +0 -0
- data/locale/gu/katello.po +361 -53
- data/locale/gu/katello.po.time_stamp +0 -0
- data/locale/hi/katello.po +361 -53
- data/locale/hi/katello.po.time_stamp +0 -0
- data/locale/it/katello.po +361 -53
- data/locale/it/katello.po.time_stamp +0 -0
- data/locale/ja/katello.po +374 -66
- data/locale/ja/katello.po.time_stamp +0 -0
- data/locale/katello.pot +1626 -1079
- data/locale/kn/katello.po +361 -53
- data/locale/kn/katello.po.time_stamp +0 -0
- data/locale/ko/katello.po +361 -53
- data/locale/ko/katello.po.time_stamp +0 -0
- data/locale/mr/katello.po +361 -53
- data/locale/mr/katello.po.time_stamp +0 -0
- data/locale/or/katello.po +361 -53
- data/locale/or/katello.po.time_stamp +0 -0
- data/locale/pa/katello.po +361 -53
- data/locale/pa/katello.po.time_stamp +0 -0
- data/locale/pt/katello.po +361 -53
- data/locale/pt/katello.po.time_stamp +0 -0
- data/locale/pt_BR/katello.po +364 -56
- data/locale/pt_BR/katello.po.time_stamp +0 -0
- data/locale/ru/katello.po +361 -53
- data/locale/ru/katello.po.time_stamp +0 -0
- data/locale/ta/katello.po +361 -53
- data/locale/ta/katello.po.time_stamp +0 -0
- data/locale/te/katello.po +361 -53
- data/locale/te/katello.po.time_stamp +0 -0
- data/locale/zh_CN/katello.po +374 -66
- data/locale/zh_CN/katello.po.time_stamp +0 -0
- data/locale/zh_TW/katello.po +361 -53
- data/locale/zh_TW/katello.po.time_stamp +0 -0
- data/package.json +0 -3
- data/webpack/components/EditableTextInput/EditableTextInput.js +3 -16
- data/webpack/components/EditableTextInput/PencilEditButton.js +33 -0
- data/webpack/components/Errata/index.js +18 -3
- data/webpack/components/Loading.js +1 -1
- data/webpack/components/RoutedTabs/index.js +1 -17
- data/webpack/components/Search/Search.js +0 -1
- data/webpack/components/Search/__tests__/search.test.js +1 -2
- data/webpack/components/SelectAllCheckbox/index.js +7 -4
- data/webpack/components/SelectableDropdown/SelectableDropdown.js +1 -0
- data/webpack/components/Table/EmptyStateMessage.js +77 -2
- data/webpack/components/Table/MainTable.js +46 -4
- data/webpack/components/Table/TableHooks.js +9 -6
- data/webpack/components/Table/TableWrapper.js +14 -8
- data/webpack/components/TypeAhead/TypeAhead.js +26 -11
- data/webpack/components/TypeAhead/pf3Search/TypeAheadItems.js +1 -1
- data/webpack/components/TypeAhead/pf4Search/TypeAheadInput.js +1 -0
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js +2 -1
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +9 -4
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeActions.js +37 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +173 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.scss +6 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeConstants.js +6 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +301 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeSelectors.js +25 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +108 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +161 -0
- data/webpack/components/extensions/HostDetails/Cards/__tests__/errataOverviewCard.test.js +12 -12
- data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +100 -0
- data/webpack/components/extensions/HostDetails/DetailsTabCards/SystemPropertiesCardExtensions.js +26 -4
- data/webpack/components/extensions/HostDetails/HostDetailsConstants.js +3 -1
- data/webpack/components/extensions/HostDetails/HostDetailsReducer.js +14 -0
- data/webpack/components/extensions/HostDetails/HostDetailsSelectors.js +8 -2
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +8 -12
- data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +23 -2
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +5 -0
- data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +57 -7
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js +2 -0
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/repositorySets.fixtures.json +3 -0
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/repositorySetsTab.test.js +4 -1
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +1 -10
- data/webpack/components/extensions/HostDetails/hostDetailsHelpers.js +1 -1
- data/webpack/components/extensions/RegistrationCommands/index.js +49 -17
- data/webpack/containers/Application/config.js +5 -10
- data/webpack/global_index.js +19 -7
- data/webpack/global_test_setup.js +14 -2
- data/webpack/ouia_id_check.js +95 -0
- data/webpack/redux/actions/RedHatRepositories/helpers.js +2 -0
- data/webpack/redux/reducers/index.js +2 -4
- data/webpack/scenes/AlternateContentSources/ACSActions.js +36 -3
- data/webpack/scenes/AlternateContentSources/ACSConstants.js +3 -0
- data/webpack/scenes/AlternateContentSources/ACSSelectors.js +15 -6
- data/webpack/scenes/AlternateContentSources/Create/ACSCreateWizard.js +73 -42
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSCreateFinish.js +26 -10
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSProducts.js +44 -0
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js +59 -45
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSSmartProxies.js +2 -1
- data/webpack/scenes/AlternateContentSources/Create/Steps/AcsUrlPaths.js +0 -1
- data/webpack/scenes/AlternateContentSources/Create/Steps/SelectSource.js +35 -19
- data/webpack/scenes/AlternateContentSources/Create/__tests__/acsCreate.test.js +120 -13
- data/webpack/scenes/AlternateContentSources/Create/__tests__/products.fixtures.json +92 -0
- data/webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js +459 -0
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js +354 -0
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js +104 -0
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditProducts.js +120 -0
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditSmartProxies.js +118 -0
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditURLPaths.js +118 -0
- data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSEdits.test.js +242 -0
- data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSExpandableDetails.test.js +106 -0
- data/webpack/scenes/AlternateContentSources/Details/__tests__/acsDetails.fixtures.json +49 -0
- data/webpack/scenes/AlternateContentSources/Details/__tests__/acsProducts.fixtures.json +95 -0
- data/webpack/scenes/AlternateContentSources/Details/__tests__/simplifiedAcsDetails.fixtures.json +39 -0
- data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +215 -87
- data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.scss +3 -0
- data/webpack/scenes/AlternateContentSources/MainTable/__tests__/acsTable.test.js +1 -2
- data/webpack/scenes/Content/__tests__/contentTable.test.js +1 -2
- data/webpack/scenes/ContentViews/ContentViewsConstants.js +15 -4
- data/webpack/scenes/ContentViews/Delete/__tests__/contentViewDelete.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +2 -0
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/ContentViewDetailActions.js +113 -0
- data/webpack/scenes/ContentViews/Details/ContentViewDetailSelectors.js +89 -0
- data/webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js +32 -9
- data/webpack/scenes/ContentViews/Details/Filters/Add/__tests__/cvFilterAdd.test.js +13 -3
- data/webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js +39 -27
- data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +236 -0
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/CVFilterDetailType.js +10 -0
- data/webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js +3 -0
- data/webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js +3 -1
- data/webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js +17 -4
- data/webpack/scenes/ContentViews/Details/Filters/ContentType.js +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js +34 -22
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/CVDebMatchContentModal.js +97 -0
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContentModal.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js +128 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVContainerImageFilterContent.test.js +56 -3
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVRpmFilterContent.test.js +62 -8
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/ContentViewPackageGroupFilter.test.js +1 -5
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilterDetails.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilters.test.js +32 -2
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataIDFilter.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilter.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/emptyCVContainerImageFilterContent.fixtures.json +13 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/emptyCVPackageFilterRules.fixtures.json +13 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/emptyContentViewFilters.fixtures.json +13 -0
- data/webpack/scenes/ContentViews/Details/Histories/__tests__/contentViewHistory.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +5 -1
- data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewAddRemove.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/BulkDeleteModal.test.js +3 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompare.js +143 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompare.scss +51 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js +314 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareHeader.js +186 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareTable.js +74 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/AnsibleCollectionsCompareAllContentData.fixtures.json +63 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/CVVersionCompare.test.js +657 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/CVVersionEmptyContentCompareData.fixtures.json +14 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/ContainerTagsCompareAllContentData.fixtures.json +95 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/DebPackagesCompareAllContentData.fixtures.json +87 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/ErrataCompareAllContentData.fixtures.json +319 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/ErrataCompareThreeContentTypesData.fixtures.json +131 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/FilesCompareAllContentData.fixtures.json +51 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/FilesCompareThreeContentTypesData.fixtures.json +48 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/ModuleStreamsCompareAllContentData.fixtures.json +239 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/PackageGroupsCompareAllContentData.fixtures.json +51 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/PythonPackagesCompareAllContentData.fixtures.json +315 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/RPMPackagesCompareAllContentData.fixtures.json +470 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/RPMPackagesCompareThreeContentTypesData.fixtures.json +475 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/contentViewDetails.fixtures.json +160 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/contentViewVersionOneDetials.fixtures.json +161 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/contentViewVersionThreeDetails.fixtures.json +154 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/contentViewVersionTwoDetails.fixtures.json +211 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/contentViewVersions.fixtures.json +1013 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/emptyStateCVVersionOneDetails.fixtures.json +145 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/emptyStateCVVersionTwoDetails.fixtures.json +145 -0
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +102 -36
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js +4 -2
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetails.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetailsEmpty.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js +113 -40
- data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +96 -81
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +1 -2
- data/webpack/scenes/ContentViews/__tests__/mockDetails.fixtures.json +7 -2
- data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +1 -1
- data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js +0 -30
- data/webpack/test-utils/nockWrapper.js +7 -0
- metadata +100 -145
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-views.controller.js +0 -34
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-views.routes.js +0 -751
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-deletion.controller.js +0 -42
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-activation-keys.controller.js +0 -81
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-confirm.controller.js +0 -65
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-content-hosts.controller.js +0 -82
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-environments.controller.js +0 -76
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion.controller.js +0 -160
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/content-view-deletion.html +0 -58
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-activation-keys.html +0 -94
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-confirm.html +0 -76
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-content-hosts.html +0 -88
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-environments.html +0 -73
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/content-view-component.factory.js +0 -32
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/content-view-composite-available-content-views.controller.js +0 -75
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/content-view-composite-content-views-list.controller.js +0 -68
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite-available-content-views.html +0 -81
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite-content-views-list.html +0 -81
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite.html +0 -24
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-deb-repositories.controller.js +0 -50
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-docker-repositories.controller.js +0 -42
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-file-repositories.controller.js +0 -50
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-ostree-repositories.controller.js +0 -42
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-repositories.controller.js +0 -45
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-deb-repositories-list.controller.js +0 -48
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-details.controller.js +0 -100
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-docker-repositories-list.controller.js +0 -49
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-file-repositories-list.controller.js +0 -48
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-ostree-repositories-list.controller.js +0 -49
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-promotion.controller.js +0 -129
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-publish.controller.js +0 -46
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-repositories-list.controller.js +0 -42
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-repositories.service.js +0 -91
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-versions.controller.js +0 -240
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/available-errata-filter.controller.js +0 -115
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/available-module-stream-filter.controller.js +0 -68
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/available-package-group-filter.controller.js +0 -66
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/date-type-errata-filter.controller.js +0 -77
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/docker-tag-filter.controller.js +0 -137
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/edit-filter.controller.js +0 -36
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/errata-filter-list.controller.js +0 -78
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/errata-filter.controller.js +0 -74
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-content-type.filter.js +0 -21
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-details.controller.js +0 -34
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-helper.service.js +0 -30
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-repositories.controller.js +0 -86
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-rule-matching-package-modal.controller.js +0 -37
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-type.filter.js +0 -21
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter.factory.js +0 -66
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filters.controller.js +0 -85
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/module-stream-list-filter.controller.js +0 -73
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/new-filter.controller.js +0 -100
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/package-filter.controller.js +0 -179
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/package-group-list-filter.controller.js +0 -75
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/rule.factory.js +0 -21
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/date-type-errata-filter.html +0 -9
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/date-type-errata.html +0 -75
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/docker-filter.html +0 -28
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/docker-tag-filter-details.html +0 -65
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/edit-filter.html +0 -19
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter-details.html +0 -63
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter.html +0 -50
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-details.html +0 -9
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-repositories.html +0 -121
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-rule-matching-package-modal.html +0 -43
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filters.html +0 -85
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html +0 -58
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter.html +0 -43
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/new-filter.html +0 -62
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html +0 -182
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter.html +0 -28
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html +0 -42
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter.html +0 -43
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/partials/filter-repositories-count.html +0 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/content-view-history.controller.js +0 -47
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/content-view-history.factory.js +0 -22
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/views/content-view-history.html +0 -36
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-copy.html +0 -20
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-deb-repositories.html +0 -87
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details-tasks.html +0 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details.html +0 -144
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-docker-repositories.html +0 -114
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-file-repositories.html +0 -87
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html +0 -63
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-ostree-repositories.html +0 -87
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-promotion.html +0 -59
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-publish.html +0 -58
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-repositories.html +0 -116
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-versions.html +0 -126
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/new/content-view-new.controller.js +0 -78
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/new/views/content-view-new.html +0 -127
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-version-content.controller.js +0 -138
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-version.controller.js +0 -59
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-apt.html +0 -25
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-components.html +0 -19
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-deb.html +0 -19
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-details.html +0 -15
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-docker.html +0 -23
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html +0 -48
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-file.html +0 -21
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-module-streams.html +0 -8
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-package-groups.html +0 -21
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-packages.html +0 -27
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-yum.html +0 -42
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version.html +0 -83
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/views/content-views.html +0 -74
- data/webpack/components/Table/__test__/useBulkSelect.test.js +0 -99
- data/webpack/scenes/AnsibleCollections/AnsibleCollectionsActions.js +0 -30
- data/webpack/scenes/AnsibleCollections/AnsibleCollectionsConstants.js +0 -3
- data/webpack/scenes/AnsibleCollections/AnsibleCollectionsPage.js +0 -80
- data/webpack/scenes/AnsibleCollections/AnsibleCollectionsReducer.js +0 -39
- data/webpack/scenes/AnsibleCollections/AnsibleCollectionsTableSchema.js +0 -60
- data/webpack/scenes/AnsibleCollections/Details/AnsibleCollectionDetails.js +0 -94
- data/webpack/scenes/AnsibleCollections/Details/AnsibleCollectionDetailsActions.js +0 -23
- data/webpack/scenes/AnsibleCollections/Details/AnsibleCollectionDetailsConstants.js +0 -3
- data/webpack/scenes/AnsibleCollections/Details/AnsibleCollectionDetailsReducer.js +0 -30
- data/webpack/scenes/AnsibleCollections/Details/AnsibleCollectionsSchema.js +0 -35
- data/webpack/scenes/AnsibleCollections/Details/__tests__/AnsibleCollectionDetailInfo.test.js +0 -16
- data/webpack/scenes/AnsibleCollections/Details/__tests__/AnsibleCollectionDetails.fixtures.js +0 -25
- data/webpack/scenes/AnsibleCollections/Details/__tests__/AnsibleCollectionDetails.test.js +0 -27
- data/webpack/scenes/AnsibleCollections/Details/__tests__/AnsibleCollectionDetailsActions.test.js +0 -41
- data/webpack/scenes/AnsibleCollections/Details/__tests__/AnsibleCollectionDetailsReducer.test.js +0 -33
- data/webpack/scenes/AnsibleCollections/Details/__tests__/__snapshots__/AnsibleCollectionDetailInfo.test.js.snap +0 -83
- data/webpack/scenes/AnsibleCollections/Details/__tests__/__snapshots__/AnsibleCollectionDetails.test.js.snap +0 -190
- data/webpack/scenes/AnsibleCollections/Details/__tests__/__snapshots__/AnsibleCollectionDetailsActions.test.js.snap +0 -58
- data/webpack/scenes/AnsibleCollections/Details/__tests__/__snapshots__/AnsibleCollectionDetailsReducer.test.js.snap +0 -50
- data/webpack/scenes/AnsibleCollections/Details/index.js +0 -17
- data/webpack/scenes/AnsibleCollections/__tests__/AnsibleCollectionPage.test.js +0 -23
- data/webpack/scenes/AnsibleCollections/__tests__/AnsibleCollections.fixtures.js +0 -52
- data/webpack/scenes/AnsibleCollections/__tests__/AnsibleCollectionsActions.test.js +0 -48
- data/webpack/scenes/AnsibleCollections/__tests__/AnsibleCollectionsReducer.test.js +0 -46
- data/webpack/scenes/AnsibleCollections/__tests__/AnsibleCollectionsTable.test.js +0 -25
- data/webpack/scenes/AnsibleCollections/__tests__/__snapshots__/AnsibleCollectionPage.test.js.snap +0 -73
- data/webpack/scenes/AnsibleCollections/__tests__/__snapshots__/AnsibleCollectionsTable.test.js.snap +0 -81
- data/webpack/scenes/AnsibleCollections/index.js +0 -17
- data/webpack/scenes/Subscriptions/Manifest/__tests__/ManageManifestModal.test.js +0 -123
data/locale/ja/katello.po
CHANGED
@@ -44,6 +44,9 @@ msgstr " パッケージ %{package_count} 個"
|
|
44
44
|
msgid " Content view updated"
|
45
45
|
msgstr " コンテンツビューが更新されました"
|
46
46
|
|
47
|
+
msgid " DEBs"
|
48
|
+
msgstr ""
|
49
|
+
|
47
50
|
msgid " Either select the latest content view or the content view version. Cannot set both."
|
48
51
|
msgstr " 最新のコンテンツビューまたはコンテンツビューバージョンを選択します。両方設定することはできません。"
|
49
52
|
|
@@ -65,12 +68,12 @@ msgstr ""
|
|
65
68
|
msgid " are out of the environment path order. The recommended practice is to promote to the next environment in the path."
|
66
69
|
msgstr " 環境パスの順序から外れています。推奨される方法は、パス内の次の環境にプロモートすることです。"
|
67
70
|
|
68
|
-
msgid " content view is used in listed component content views. For more information, "
|
69
|
-
msgstr " コンテンツビューは、一覧表示されたコンポーネントコンテンツビューで使用されます。詳細は、"
|
70
|
-
|
71
71
|
msgid " content view is used in listed composite content views."
|
72
72
|
msgstr " コンテンツビューは、一覧表示された複合コンテンツビューで使用されます。"
|
73
73
|
|
74
|
+
msgid " content view is used in listed content views. For more information, "
|
75
|
+
msgstr ""
|
76
|
+
|
74
77
|
msgid " environment cannot be set to an environment already on its path"
|
75
78
|
msgstr " 環境はそのパスにある環境に設定できません"
|
76
79
|
|
@@ -80,6 +83,9 @@ msgstr "見つかりませんでした。"
|
|
80
83
|
msgid " is out of the environment path order. The recommended practice is to promote to the next environment in the path."
|
81
84
|
msgstr " 環境パスの順序から外れています。推奨される方法は、パス内の次の環境にプロモートすることです。"
|
82
85
|
|
86
|
+
msgid " to manage and promote content views, or select a different environment."
|
87
|
+
msgstr ""
|
88
|
+
|
83
89
|
msgid "${deleteFlow ? 'Deleting' : 'Removing'} version ${versionNameToRemove}"
|
84
90
|
msgstr "${deleteFlow ? 'Deleting' : 'Removing'} バージョン ${versionNameToRemove}"
|
85
91
|
|
@@ -327,6 +333,9 @@ msgstr "コンテンツビューと環境が同じ組織内にないため、%{v
|
|
327
333
|
msgid "(Orphaned)"
|
328
334
|
msgstr "(単独)"
|
329
335
|
|
336
|
+
msgid "(unset)"
|
337
|
+
msgstr ""
|
338
|
+
|
330
339
|
msgid ", and"
|
331
340
|
msgstr "、および"
|
332
341
|
|
@@ -354,8 +363,8 @@ msgstr "プールとサブスクリプションは異なる組織に属するこ
|
|
354
363
|
msgid "A backend service [ %s ] is unreachable"
|
355
364
|
msgstr "バックエンドサービス [ %s ] に到達できません"
|
356
365
|
|
357
|
-
msgid "A content view can be added by using the \"Create content view\" button
|
358
|
-
msgstr "
|
366
|
+
msgid "A content view can be added by using the \"Create content view\" button below."
|
367
|
+
msgstr ""
|
359
368
|
|
360
369
|
msgid "A content_type must be provided."
|
361
370
|
msgstr "content_type を指定する必要があります。"
|
@@ -375,6 +384,12 @@ msgstr "新しいバージョン:"
|
|
375
384
|
msgid "A post-promotion summary of hosts with installable errata"
|
376
385
|
msgstr "インストール可能なエラータがあるホストのプロモート後の概要"
|
377
386
|
|
387
|
+
msgid "A remote execution job is in progress"
|
388
|
+
msgstr ""
|
389
|
+
|
390
|
+
msgid "A remote execution job is in progress."
|
391
|
+
msgstr ""
|
392
|
+
|
378
393
|
msgid "A service level for auto-healing process, e.g. SELF-SUPPORT"
|
379
394
|
msgstr "自動修復プロセスのサービスレベル。例: SELF-SUPPORT"
|
380
395
|
|
@@ -462,6 +477,9 @@ msgstr "追加"
|
|
462
477
|
msgid "Add Bookmark"
|
463
478
|
msgstr "ブックマークの追加"
|
464
479
|
|
480
|
+
msgid "Add DEB rule"
|
481
|
+
msgstr ""
|
482
|
+
|
465
483
|
msgid "Add RPM rule"
|
466
484
|
msgstr "RPM ルールの追加"
|
467
485
|
|
@@ -471,15 +489,15 @@ msgstr "サブスクリプションの追加"
|
|
471
489
|
msgid "Add a subscription to a host"
|
472
490
|
msgstr "ホストにサブスクリプションを追加します"
|
473
491
|
|
474
|
-
msgid "Add
|
475
|
-
msgstr "
|
476
|
-
|
477
|
-
msgid "Add component content views"
|
478
|
-
msgstr "コンポーネントコンテンツビューの追加"
|
492
|
+
msgid "Add an alternate content source"
|
493
|
+
msgstr ""
|
479
494
|
|
480
495
|
msgid "Add components to the content view"
|
481
496
|
msgstr "コンテンツビューにコンポーネントを追加する"
|
482
497
|
|
498
|
+
msgid "Add content view"
|
499
|
+
msgstr ""
|
500
|
+
|
483
501
|
msgid "Add content views"
|
484
502
|
msgstr "コンテンツビューの追加"
|
485
503
|
|
@@ -492,9 +510,6 @@ msgstr "エラータの追加"
|
|
492
510
|
msgid "Add filter rule"
|
493
511
|
msgstr "フィルタールールの追加"
|
494
512
|
|
495
|
-
msgid "Add filters using the 'Add filter' button above."
|
496
|
-
msgstr "上にある「フィルターの追加」ボタンを使用してフィルターを追加します。"
|
497
|
-
|
498
513
|
msgid "Add host to collections"
|
499
514
|
msgstr ""
|
500
515
|
|
@@ -534,12 +549,18 @@ msgstr "Red Hat Subscription Management からマニフェストが使用する
|
|
534
549
|
msgid "Add subscriptions to one or more hosts"
|
535
550
|
msgstr "1 つ以上のホストにサブスクリプションを追加します"
|
536
551
|
|
552
|
+
msgid "Add to this filter using the 'Add Deb rule' button."
|
553
|
+
msgstr ""
|
554
|
+
|
537
555
|
msgid "Add to this filter using the 'Add RPM rule' button."
|
538
556
|
msgstr "「RPM ルールの追加」ボタンを使用して、このフィルターに追加します。"
|
539
557
|
|
540
558
|
msgid "Add to this filter using the 'Add filter rule' button."
|
541
559
|
msgstr "「フィルタールールの追加」ボタンを使用して、このフィルターに追加します。"
|
542
560
|
|
561
|
+
msgid "Add-ons"
|
562
|
+
msgstr ""
|
563
|
+
|
543
564
|
msgid "Added"
|
544
565
|
msgstr "追加されました"
|
545
566
|
|
@@ -558,6 +579,9 @@ msgstr "追加のコンテンツ"
|
|
558
579
|
msgid "Addons"
|
559
580
|
msgstr "アドオン"
|
560
581
|
|
582
|
+
msgid "Affected Repositories"
|
583
|
+
msgstr ""
|
584
|
+
|
561
585
|
msgid "Affected repositories"
|
562
586
|
msgstr "影響を受けるリポジトリー"
|
563
587
|
|
@@ -668,9 +692,6 @@ msgstr "別のコンポーネントに ID %s のコンテンツがすでに含
|
|
668
692
|
msgid "Ansible Collection"
|
669
693
|
msgstr "Ansible コレクション"
|
670
694
|
|
671
|
-
msgid "Ansible Collection Details"
|
672
|
-
msgstr "Ansible コレクションの詳細"
|
673
|
-
|
674
695
|
msgid "Ansible Collections"
|
675
696
|
msgstr "Ansible コレクション"
|
676
697
|
|
@@ -719,6 +740,9 @@ msgstr "アーキテクチャー"
|
|
719
740
|
msgid "Architecture of content in the repository"
|
720
741
|
msgstr "リポジトリー内のコンテンツのアーキテクチャー"
|
721
742
|
|
743
|
+
msgid "Architecture restricted to {archRestricted}. If host architecture does not match, the repository will not be available on this host."
|
744
|
+
msgstr ""
|
745
|
+
|
722
746
|
msgid "Architecture(s)"
|
723
747
|
msgstr "アーキテクチャー"
|
724
748
|
|
@@ -822,6 +846,9 @@ msgstr "Candlepin からコンシューマー %s を破棄しようとしまし
|
|
822
846
|
msgid "Auth URL requires Auth token be set."
|
823
847
|
msgstr "認証 URL には認証トークンを設定する必要があります。"
|
824
848
|
|
849
|
+
msgid "Authentication type"
|
850
|
+
msgstr ""
|
851
|
+
|
825
852
|
msgid "Author"
|
826
853
|
msgstr "作成者"
|
827
854
|
|
@@ -843,6 +870,9 @@ msgstr "自動検索"
|
|
843
870
|
msgid "Autosearch delay"
|
844
871
|
msgstr "自動検索の遅延"
|
845
872
|
|
873
|
+
msgid "Available"
|
874
|
+
msgstr ""
|
875
|
+
|
846
876
|
msgid "Available Entitlements"
|
847
877
|
msgstr "利用可能なエンタイトルメント"
|
848
878
|
|
@@ -855,6 +885,9 @@ msgstr "利用可能なスキーマバージョン"
|
|
855
885
|
msgid "Backend System Status"
|
856
886
|
msgstr "バックエンドシステムのステータス"
|
857
887
|
|
888
|
+
msgid "Base URL"
|
889
|
+
msgstr ""
|
890
|
+
|
858
891
|
msgid "Base URL for finding alternate content"
|
859
892
|
msgstr ""
|
860
893
|
|
@@ -900,6 +933,9 @@ msgstr "この検索をブックマーク"
|
|
900
933
|
msgid "Bookmarks marked as public are available to all users"
|
901
934
|
msgstr "パブリックと識別されたブックマークは、すべてのユーザーが利用できます"
|
902
935
|
|
936
|
+
msgid "Both"
|
937
|
+
msgstr ""
|
938
|
+
|
903
939
|
msgid "Both major and minor parameters have to be used to override a CV version"
|
904
940
|
msgstr "CV バージョンを上書きするには、メジャーパラメーターとマイナーパラメーターの両方を使用する必要があります"
|
905
941
|
|
@@ -921,6 +957,9 @@ msgstr "ホストに適用可能なエラータを一括生成します"
|
|
921
957
|
msgid "Bulk remove versions from a content view and reassign systems and keys"
|
922
958
|
msgstr ""
|
923
959
|
|
960
|
+
msgid "CA Cert"
|
961
|
+
msgstr ""
|
962
|
+
|
924
963
|
msgid "CDN Configuration"
|
925
964
|
msgstr "CDN 設定"
|
926
965
|
|
@@ -1155,6 +1194,9 @@ msgstr ""
|
|
1155
1194
|
msgid "Check if a connection can be made to Red Hat Subscription Management."
|
1156
1195
|
msgstr "Red Hat Subscription Management に接続できるかどうかを確認します。"
|
1157
1196
|
|
1197
|
+
msgid "Check if the specified organization has Simple Content Access enabled"
|
1198
|
+
msgstr ""
|
1199
|
+
|
1158
1200
|
msgid "Check if the specified organization is eligible for Simple Content Access"
|
1159
1201
|
msgstr "指定された組織がシンプルコンテンツアクセスの対象かどうかを確認します"
|
1160
1202
|
|
@@ -1164,9 +1206,6 @@ msgstr "アクションの前にサービスを確認します"
|
|
1164
1206
|
msgid "Checksum"
|
1165
1207
|
msgstr "チェックサム"
|
1166
1208
|
|
1167
|
-
msgid "Checksum is a required parameter."
|
1168
|
-
msgstr ""
|
1169
|
-
|
1170
1209
|
msgid "Checksum of file to upload"
|
1171
1210
|
msgstr "アップロードするファイルのチェックサム"
|
1172
1211
|
|
@@ -1179,12 +1218,21 @@ msgstr "オンデマンドのダウンロードポリシーが指定された Yu
|
|
1179
1218
|
msgid "Clear any previous registration and run subscription-manager with --force."
|
1180
1219
|
msgstr "以前の登録をすべてクリアし、--force を指定して subscription-manager を実行します。"
|
1181
1220
|
|
1221
|
+
msgid "Clear filters"
|
1222
|
+
msgstr ""
|
1223
|
+
|
1224
|
+
msgid "Clear search"
|
1225
|
+
msgstr ""
|
1226
|
+
|
1182
1227
|
msgid "Click here to go to the tasks page for the task."
|
1183
1228
|
msgstr "タスクのタスクページに移動するには、ここをクリックしてください。"
|
1184
1229
|
|
1185
1230
|
msgid "Click {update} below to save changes."
|
1186
1231
|
msgstr ""
|
1187
1232
|
|
1233
|
+
msgid "Client key"
|
1234
|
+
msgstr ""
|
1235
|
+
|
1188
1236
|
msgid "Clone"
|
1189
1237
|
msgstr "クローン"
|
1190
1238
|
|
@@ -1215,12 +1263,6 @@ msgstr "コンポーネント"
|
|
1215
1263
|
msgid "Component Content View"
|
1216
1264
|
msgstr "コンポーネントコンテンツビュー"
|
1217
1265
|
|
1218
|
-
msgid "Component content view"
|
1219
|
-
msgstr "コンポーネントコンテンツビュー"
|
1220
|
-
|
1221
|
-
msgid "Component content views"
|
1222
|
-
msgstr "コンポーネントコンテンツビュー"
|
1223
|
-
|
1224
1266
|
msgid "Components"
|
1225
1267
|
msgstr "コンポーネント"
|
1226
1268
|
|
@@ -1251,8 +1293,8 @@ msgstr "マニフェスト削除の確定"
|
|
1251
1293
|
msgid "Consider changing the Lifecycle Environment's Registry Name Pattern to something more specific."
|
1252
1294
|
msgstr "ライフサイクル環境のレジストリー名のパターンをより具体的な名前に変更することをご検討ください。"
|
1253
1295
|
|
1254
|
-
msgid "Consisting of multiple
|
1255
|
-
msgstr "
|
1296
|
+
msgid "Consisting of multiple content views"
|
1297
|
+
msgstr ""
|
1256
1298
|
|
1257
1299
|
msgid "Consists of content views"
|
1258
1300
|
msgstr "コンテンツビューで構成"
|
@@ -1383,6 +1425,12 @@ msgstr ""
|
|
1383
1425
|
msgid "Content Views"
|
1384
1426
|
msgstr "コンテンツビュー"
|
1385
1427
|
|
1428
|
+
msgid "Content credential"
|
1429
|
+
msgstr ""
|
1430
|
+
|
1431
|
+
msgid "Content credentials"
|
1432
|
+
msgstr ""
|
1433
|
+
|
1386
1434
|
msgid "Content files to upload. Can be a single file or array of files."
|
1387
1435
|
msgstr "アップロードするコンテンツファイルです。単一ファイルまたはファイルの配列を指定できます。"
|
1388
1436
|
|
@@ -1500,6 +1548,9 @@ msgstr ""
|
|
1500
1548
|
msgid "Copy version units to library"
|
1501
1549
|
msgstr "バージョンユニットのライブラリーへのコピー"
|
1502
1550
|
|
1551
|
+
msgid "Cores per socket"
|
1552
|
+
msgstr ""
|
1553
|
+
|
1503
1554
|
msgid "Cores: %s"
|
1504
1555
|
msgstr "コア: %s 個"
|
1505
1556
|
|
@@ -1611,6 +1662,9 @@ msgstr "リポジトリー '%s' が見つかりませんでした"
|
|
1611
1662
|
msgid "Couldn't find smart proxies with id '%s'"
|
1612
1663
|
msgstr ""
|
1613
1664
|
|
1665
|
+
msgid "Couldn't find smart proxies with name '%s'"
|
1666
|
+
msgstr ""
|
1667
|
+
|
1614
1668
|
msgid "Couldn't find specified Content View and Lifecycle Environment."
|
1615
1669
|
msgstr "指定のコンテンツビューとライフサイクル環境が見つかりませんでした。"
|
1616
1670
|
|
@@ -1623,6 +1677,9 @@ msgstr "カウント"
|
|
1623
1677
|
msgid "Create"
|
1624
1678
|
msgstr "作成"
|
1625
1679
|
|
1680
|
+
msgid "Create ACS"
|
1681
|
+
msgstr ""
|
1682
|
+
|
1626
1683
|
msgid "Create Alternate Content Source"
|
1627
1684
|
msgstr ""
|
1628
1685
|
|
@@ -1638,12 +1695,18 @@ msgstr "パッケージグループの作成"
|
|
1638
1695
|
msgid "Create Repositories"
|
1639
1696
|
msgstr "リポジトリーの作成"
|
1640
1697
|
|
1698
|
+
msgid "Create Syncable Export History"
|
1699
|
+
msgstr ""
|
1700
|
+
|
1641
1701
|
msgid "Create a Content Credential"
|
1642
1702
|
msgstr "コンテンツ認証情報の作成"
|
1643
1703
|
|
1644
1704
|
msgid "Create a content view"
|
1645
1705
|
msgstr "コンテンツビューの作成"
|
1646
1706
|
|
1707
|
+
msgid "Create a custom product"
|
1708
|
+
msgstr ""
|
1709
|
+
|
1647
1710
|
msgid "Create a custom repository"
|
1648
1711
|
msgstr "カスタムリポジトリーの作成"
|
1649
1712
|
|
@@ -1683,17 +1746,29 @@ msgstr "コンテンツビューの作成"
|
|
1683
1746
|
msgid "Create filter"
|
1684
1747
|
msgstr "フィルターの作成"
|
1685
1748
|
|
1749
|
+
msgid "Create host collection"
|
1750
|
+
msgstr ""
|
1751
|
+
|
1686
1752
|
msgid "Create organization"
|
1687
1753
|
msgstr "組織の作成"
|
1688
1754
|
|
1755
|
+
msgid "Create package filter rule"
|
1756
|
+
msgstr ""
|
1757
|
+
|
1758
|
+
msgid "Create rule"
|
1759
|
+
msgstr ""
|
1760
|
+
|
1761
|
+
msgid "Credentials"
|
1762
|
+
msgstr ""
|
1763
|
+
|
1689
1764
|
msgid "Critical"
|
1690
1765
|
msgstr "重大"
|
1691
1766
|
|
1692
1767
|
msgid "Cron expression is not valid!"
|
1693
1768
|
msgstr "cron 式が無効です!"
|
1694
1769
|
|
1695
|
-
msgid "Current organization
|
1696
|
-
msgstr "
|
1770
|
+
msgid "Current organization does not have a manifest imported."
|
1771
|
+
msgstr ""
|
1697
1772
|
|
1698
1773
|
msgid "Current organization is not set."
|
1699
1774
|
msgstr "現在の組織が設定されていません。"
|
@@ -1701,6 +1776,9 @@ msgstr "現在の組織が設定されていません。"
|
|
1701
1776
|
msgid "Current organization not set."
|
1702
1777
|
msgstr "現在の組織は設定されていません。"
|
1703
1778
|
|
1779
|
+
msgid "Custom"
|
1780
|
+
msgstr ""
|
1781
|
+
|
1704
1782
|
msgid "Custom Content Repositories"
|
1705
1783
|
msgstr "カスタムコンテンツリポジトリー"
|
1706
1784
|
|
@@ -1713,6 +1791,9 @@ msgstr "カスタムリポジトリーを無効にできません。"
|
|
1713
1791
|
msgid "Customize with Rex"
|
1714
1792
|
msgstr ""
|
1715
1793
|
|
1794
|
+
msgid "DEB name"
|
1795
|
+
msgstr ""
|
1796
|
+
|
1716
1797
|
msgid "Database connection"
|
1717
1798
|
msgstr "データベース接続"
|
1718
1799
|
|
@@ -1728,12 +1809,18 @@ msgstr "日 (残りの日数)"
|
|
1728
1809
|
msgid "Days from Now"
|
1729
1810
|
msgstr "日 (現在からの日数)"
|
1730
1811
|
|
1812
|
+
msgid "Deb"
|
1813
|
+
msgstr ""
|
1814
|
+
|
1731
1815
|
msgid "Deb Package"
|
1732
1816
|
msgstr "Deb パッケージ"
|
1733
1817
|
|
1734
1818
|
msgid "Deb Packages"
|
1735
1819
|
msgstr "Deb パッケージ"
|
1736
1820
|
|
1821
|
+
msgid "Deb name"
|
1822
|
+
msgstr ""
|
1823
|
+
|
1737
1824
|
msgid "Deb package identifiers to filter content by"
|
1738
1825
|
msgstr "コンテンツをフィルタリングするための deb パッケージ ID"
|
1739
1826
|
|
@@ -1989,6 +2076,9 @@ msgstr "環境の破棄"
|
|
1989
2076
|
msgid "Destroy an environment in an organization"
|
1990
2077
|
msgstr "組織の環境を破棄"
|
1991
2078
|
|
2079
|
+
msgid "Destroy one or more alternate content sources"
|
2080
|
+
msgstr ""
|
2081
|
+
|
1992
2082
|
msgid "Destroy one or more hosts"
|
1993
2083
|
msgstr "1 つまたは複数のホストを破棄します"
|
1994
2084
|
|
@@ -2082,9 +2172,15 @@ msgstr ""
|
|
2082
2172
|
msgid "Edit filter rule"
|
2083
2173
|
msgstr "フィルタールールの編集"
|
2084
2174
|
|
2175
|
+
msgid "Edit package filter rule"
|
2176
|
+
msgstr ""
|
2177
|
+
|
2085
2178
|
msgid "Edit rule"
|
2086
2179
|
msgstr "ルールの編集"
|
2087
2180
|
|
2181
|
+
msgid "Edit system purpose attributes"
|
2182
|
+
msgstr ""
|
2183
|
+
|
2088
2184
|
msgid "Editing Entitlements"
|
2089
2185
|
msgstr "エンタイトルメントの編集"
|
2090
2186
|
|
@@ -2109,6 +2205,9 @@ msgstr "最新のコンテンツビューまたはコンテンツビューバー
|
|
2109
2205
|
msgid "Enable"
|
2110
2206
|
msgstr "有効"
|
2111
2207
|
|
2208
|
+
msgid "Enable Red Hat repositories"
|
2209
|
+
msgstr ""
|
2210
|
+
|
2112
2211
|
msgid "Enable Simple Content Access"
|
2113
2212
|
msgstr "シンプルコンテンツアクセスの有効化"
|
2114
2213
|
|
@@ -2154,9 +2253,15 @@ msgstr "機能強化"
|
|
2154
2253
|
msgid "Enter a name"
|
2155
2254
|
msgstr "名前の入力"
|
2156
2255
|
|
2256
|
+
msgid "Enter a name for your source."
|
2257
|
+
msgstr ""
|
2258
|
+
|
2157
2259
|
msgid "Enter a valid date: MM/DD/YYYY"
|
2158
2260
|
msgstr ""
|
2159
2261
|
|
2262
|
+
msgid "Enter basic authentication information or choose content credentials if required for this source."
|
2263
|
+
msgstr ""
|
2264
|
+
|
2160
2265
|
msgid "Entitlements"
|
2161
2266
|
msgstr "エンタイトルメント"
|
2162
2267
|
|
@@ -2298,6 +2403,11 @@ msgstr "エクスポートタイプ"
|
|
2298
2403
|
msgid "Export as CSV"
|
2299
2404
|
msgstr "CSVとしてエクスポート"
|
2300
2405
|
|
2406
|
+
msgid ""
|
2407
|
+
"Export formats. Choose syncable if content is to be imported via repository sync. Choose importable if content is to be imported via hammer content-import.\n"
|
2408
|
+
" Defaults to importable."
|
2409
|
+
msgstr ""
|
2410
|
+
|
2301
2411
|
msgid "Export history identifier used for incremental export. If not provided the most recent export history will be used."
|
2302
2412
|
msgstr "増分エクスポートに使用されるエクスポート履歴識別子。指定されていない場合は、最新のエクスポート履歴が使用されます。"
|
2303
2413
|
|
@@ -2347,6 +2457,9 @@ msgstr "PXE ファイルの取得"
|
|
2347
2457
|
msgid "Fetch traces for one or more hosts"
|
2348
2458
|
msgstr "1 台以上のホストのトレースを取得します"
|
2349
2459
|
|
2460
|
+
msgid "Fetching content credentials"
|
2461
|
+
msgstr ""
|
2462
|
+
|
2350
2463
|
msgid "Field to sort the results on"
|
2351
2464
|
msgstr "結果をソートするフィールド"
|
2352
2465
|
|
@@ -2437,6 +2550,9 @@ msgstr "フィルター"
|
|
2437
2550
|
msgid "Filters deleted"
|
2438
2551
|
msgstr "フィルターが削除されました"
|
2439
2552
|
|
2553
|
+
msgid "Filters will appear here when the filter is created."
|
2554
|
+
msgstr ""
|
2555
|
+
|
2440
2556
|
msgid "Finish"
|
2441
2557
|
msgstr "終了"
|
2442
2558
|
|
@@ -2543,6 +2659,9 @@ msgstr "指定リポジトリーの同期状態を取得"
|
|
2543
2659
|
msgid "Given a set of hosts and errata, lists the content view versions and environments that need updating."
|
2544
2660
|
msgstr "ホストおよびエラータのセットに基づいて、更新の必要なコンテンツビューのバージョンおよび環境を一覧表示します。"
|
2545
2661
|
|
2662
|
+
msgid "Given criteria doesn't match any DEBs. Try changing your rule."
|
2663
|
+
msgstr ""
|
2664
|
+
|
2546
2665
|
msgid "Given criteria doesn't match any RPMs. Try changing your rule."
|
2547
2666
|
msgstr "指定された条件はどの RPM ともマッチしません。ルールを変更してみてください。"
|
2548
2667
|
|
@@ -2573,6 +2692,9 @@ msgstr "HTTP プロキシー"
|
|
2573
2692
|
msgid "HTTP Proxy identifier to associated"
|
2574
2693
|
msgstr "関連する HTTP プロキシー ID"
|
2575
2694
|
|
2695
|
+
msgid "HW properties"
|
2696
|
+
msgstr ""
|
2697
|
+
|
2576
2698
|
msgid "Has to be > 0"
|
2577
2699
|
msgstr "0 より大きい必要があります"
|
2578
2700
|
|
@@ -2780,9 +2902,6 @@ msgstr "同期プランの ID"
|
|
2780
2902
|
msgid "ID: %s doesn't exist "
|
2781
2903
|
msgstr "ID: %s が存在しません "
|
2782
2904
|
|
2783
|
-
msgid "Id"
|
2784
|
-
msgstr ""
|
2785
|
-
|
2786
2905
|
msgid "Id of a deb package to find repositories that contain the deb"
|
2787
2906
|
msgstr "deb を含むリポジトリーを検索するための deb パッケージ ID"
|
2788
2907
|
|
@@ -3059,6 +3178,9 @@ msgstr "モジュールストリームのインデックス作成"
|
|
3059
3178
|
msgid "Index package groups"
|
3060
3179
|
msgstr "パッケージグループのインデックス作成"
|
3061
3180
|
|
3181
|
+
msgid "Indicate the source type."
|
3182
|
+
msgstr ""
|
3183
|
+
|
3062
3184
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
3063
3185
|
msgstr "情報タイプは以下のいずれかでなければなりません [ {list} ]"
|
3064
3186
|
|
@@ -3146,6 +3268,9 @@ msgstr "要求されたパッケージのインストール: %{packages}"
|
|
3146
3268
|
msgid "Installation status"
|
3147
3269
|
msgstr ""
|
3148
3270
|
|
3271
|
+
msgid "Installed"
|
3272
|
+
msgstr ""
|
3273
|
+
|
3149
3274
|
msgid "Installed Packages"
|
3150
3275
|
msgstr "インストール済みパッケージ"
|
3151
3276
|
|
@@ -3221,6 +3346,9 @@ msgstr "無効なエラータタイプ %{invalid_types} が指定されました
|
|
3221
3346
|
msgid "Invalid event_type %s"
|
3222
3347
|
msgstr "無効な event_type %s"
|
3223
3348
|
|
3349
|
+
msgid "Invalid export format provided. Format must be one of %s "
|
3350
|
+
msgstr ""
|
3351
|
+
|
3224
3352
|
msgid "Invalid filter rule specified, 'version' cannot be specified in the same tuple as 'min_version' or 'max_version'"
|
3225
3353
|
msgstr "無効なフィルタールールが指定されました。'version' を 'min_version' または 'max_version' と同じ組で指定することはできません"
|
3226
3354
|
|
@@ -3239,6 +3367,9 @@ msgstr "指定されたパラメーターは無効です。content_type は %s
|
|
3239
3367
|
msgid "Invalid params provided - date_type must be one of %s"
|
3240
3368
|
msgstr "指定されたパラメーターは無効です。date_type は %s のいずれかでなければなりません"
|
3241
3369
|
|
3370
|
+
msgid "Invalid release version: [%s]"
|
3371
|
+
msgstr ""
|
3372
|
+
|
3242
3373
|
msgid "Invalid repository in the metadata %{repo} error=%{error}"
|
3243
3374
|
msgstr ""
|
3244
3375
|
|
@@ -3257,7 +3388,10 @@ msgstr "発行済み"
|
|
3257
3388
|
msgid "Issued from"
|
3258
3389
|
msgstr ""
|
3259
3390
|
|
3260
|
-
msgid "Job ${description}
|
3391
|
+
msgid "Job '${description}' completed"
|
3392
|
+
msgstr ""
|
3393
|
+
|
3394
|
+
msgid "Job '${description}' has started."
|
3261
3395
|
msgstr ""
|
3262
3396
|
|
3263
3397
|
msgid "Katello ID of local pool to update"
|
@@ -3329,9 +3463,18 @@ msgstr "コンテンツのラベル"
|
|
3329
3463
|
msgid "Label of the content view"
|
3330
3464
|
msgstr ""
|
3331
3465
|
|
3466
|
+
msgid "Last Refresh"
|
3467
|
+
msgstr ""
|
3468
|
+
|
3469
|
+
msgid "Last check-in:"
|
3470
|
+
msgstr ""
|
3471
|
+
|
3332
3472
|
msgid "Last published"
|
3333
3473
|
msgstr "最終公開日"
|
3334
3474
|
|
3475
|
+
msgid "Last refresh :"
|
3476
|
+
msgstr ""
|
3477
|
+
|
3335
3478
|
msgid "Last task"
|
3336
3479
|
msgstr "最後のタスク"
|
3337
3480
|
|
@@ -3512,6 +3655,9 @@ msgstr "インストールするエラータ ID の一覧。%s で削除され
|
|
3512
3655
|
msgid "List of Products for sync plan"
|
3513
3656
|
msgstr "同期プランの製品の一覧"
|
3514
3657
|
|
3658
|
+
msgid "List of alternate content source IDs"
|
3659
|
+
msgstr ""
|
3660
|
+
|
3515
3661
|
msgid "List of alternate_content_sources"
|
3516
3662
|
msgstr ""
|
3517
3663
|
|
@@ -3710,6 +3856,12 @@ msgstr "マニフェストの更新のタイムアウト"
|
|
3710
3856
|
msgid "Manifest refreshed"
|
3711
3857
|
msgstr "マニフェストが更新されました"
|
3712
3858
|
|
3859
|
+
msgid "Manual"
|
3860
|
+
msgstr ""
|
3861
|
+
|
3862
|
+
msgid "Manual authentication"
|
3863
|
+
msgstr ""
|
3864
|
+
|
3713
3865
|
msgid "Mark Content Host Statuses as Unknown for %s"
|
3714
3866
|
msgstr "%s のコンテンツホストステータスを不明としてマークします"
|
3715
3867
|
|
@@ -3773,6 +3925,9 @@ msgstr "アクティベーションキーがありません!"
|
|
3773
3925
|
msgid "Missing arguments %{substitutions} for %{content_url}"
|
3774
3926
|
msgstr "%{content_url} の %{substitutions} 引数がありません"
|
3775
3927
|
|
3928
|
+
msgid "Model"
|
3929
|
+
msgstr ""
|
3930
|
+
|
3776
3931
|
msgid "Moderate"
|
3777
3932
|
msgstr "中程度"
|
3778
3933
|
|
@@ -3794,7 +3949,7 @@ msgstr "モジュールストリーム"
|
|
3794
3949
|
msgid "Module streams"
|
3795
3950
|
msgstr "モジュールストリーム"
|
3796
3951
|
|
3797
|
-
msgid "Module streams will appear here
|
3952
|
+
msgid "Module streams will appear here after enabling Red Hat repositories or creating custom products."
|
3798
3953
|
msgstr ""
|
3799
3954
|
|
3800
3955
|
msgid "Multi-entitlement"
|
@@ -3832,9 +3987,6 @@ msgstr ""
|
|
3832
3987
|
msgid "Name"
|
3833
3988
|
msgstr "名前"
|
3834
3989
|
|
3835
|
-
msgid "Name is a required parameter."
|
3836
|
-
msgstr ""
|
3837
|
-
|
3838
3990
|
msgid "Name of new activation key"
|
3839
3991
|
msgstr "新規アクティベーションキーの名前"
|
3840
3992
|
|
@@ -3856,6 +4008,12 @@ msgstr "リポジトリー名"
|
|
3856
4008
|
msgid "Name of the upstream docker repository"
|
3857
4009
|
msgstr "アップストリーム Docker リポジトリー名"
|
3858
4010
|
|
4011
|
+
msgid "Name source"
|
4012
|
+
msgstr ""
|
4013
|
+
|
4014
|
+
msgid "Names of smart proxies to associate"
|
4015
|
+
msgstr ""
|
4016
|
+
|
3859
4017
|
msgid "Needs to only be set for docker tags"
|
3860
4018
|
msgstr "Docker タグにだけ設定する必要があります"
|
3861
4019
|
|
@@ -3868,6 +4026,9 @@ msgstr "ネスト"
|
|
3868
4026
|
msgid "Network Sync"
|
3869
4027
|
msgstr ""
|
3870
4028
|
|
4029
|
+
msgid "Never"
|
4030
|
+
msgstr ""
|
4031
|
+
|
3871
4032
|
msgid "Never Synced"
|
3872
4033
|
msgstr "一度も同期されていません"
|
3873
4034
|
|
@@ -4042,6 +4203,9 @@ msgstr "マッチする項目が"
|
|
4042
4203
|
msgid "No matching ${selectedContentType} found"
|
4043
4204
|
msgstr "マッチする ${selectedContentType} が見つかりませんでした"
|
4044
4205
|
|
4206
|
+
msgid "No matching DEB found."
|
4207
|
+
msgstr ""
|
4208
|
+
|
4045
4209
|
msgid "No matching RPM found."
|
4046
4210
|
msgstr "マッチする RPM が見つかりませんでした。"
|
4047
4211
|
|
@@ -4201,6 +4365,9 @@ msgstr "追加されていません"
|
|
4201
4365
|
msgid "Not all necessary pulp workers running at %s."
|
4202
4366
|
msgstr "必要な Pulp ワーカーすべてが %s で実行されているわけではありません。"
|
4203
4367
|
|
4368
|
+
msgid "Not installed"
|
4369
|
+
msgstr ""
|
4370
|
+
|
4204
4371
|
msgid "Not running"
|
4205
4372
|
msgstr "実行されていません"
|
4206
4373
|
|
@@ -4219,6 +4386,9 @@ msgstr "注記: カッコ内の数字は、ホストで利用できないライ
|
|
4219
4386
|
msgid "Nothing selected"
|
4220
4387
|
msgstr "何も選択されていません"
|
4221
4388
|
|
4389
|
+
msgid "Number of CPU(s)"
|
4390
|
+
msgstr ""
|
4391
|
+
|
4222
4392
|
msgid "Number of host applicability calculations to process per task."
|
4223
4393
|
msgstr "1 回のタスクで処理できるホストに適用可能なエラータ数。"
|
4224
4394
|
|
@@ -4231,6 +4401,9 @@ msgstr "ページごとに返される結果数"
|
|
4231
4401
|
msgid "Number to Allocate"
|
4232
4402
|
msgstr "割り当て数"
|
4233
4403
|
|
4404
|
+
msgid "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host."
|
4405
|
+
msgstr ""
|
4406
|
+
|
4234
4407
|
msgid "OSTree Branch"
|
4235
4408
|
msgstr "OSTree ブランチ"
|
4236
4409
|
|
@@ -4546,12 +4719,6 @@ msgstr "URL にアクセスするためのパスワード"
|
|
4546
4719
|
msgid "Path"
|
4547
4720
|
msgstr "パス"
|
4548
4721
|
|
4549
|
-
msgid "Path for ssl cert used for pulp server auth"
|
4550
|
-
msgstr "Pulp サーバーの認証に使用する SSL 証明書へのパス"
|
4551
|
-
|
4552
|
-
msgid "Path for ssl key used for pulp server auth"
|
4553
|
-
msgstr "Pulp サーバーの認証に使用する SSL キーへのパス"
|
4554
|
-
|
4555
4722
|
msgid "Path suffixes for finding alternate content"
|
4556
4723
|
msgstr ""
|
4557
4724
|
|
@@ -4820,12 +4987,6 @@ msgstr "Pulp Docker レジストリーポート"
|
|
4820
4987
|
msgid "Pulp bulk load size"
|
4821
4988
|
msgstr "Pulp 一括読み込みサイズ"
|
4822
4989
|
|
4823
|
-
msgid "Pulp client cert"
|
4824
|
-
msgstr "Pulp クライアント証明書"
|
4825
|
-
|
4826
|
-
msgid "Pulp client key"
|
4827
|
-
msgstr "Pulp クライアントキー"
|
4828
|
-
|
4829
4990
|
msgid "Pulp database connection issue at %s."
|
4830
4991
|
msgstr "%s で Pulp データベース接続の問題が発生しています。"
|
4831
4992
|
|
@@ -4904,6 +5065,9 @@ msgstr "追加するこのサブスクリプションの数量"
|
|
4904
5065
|
msgid "Quantity to Allocate"
|
4905
5066
|
msgstr "割り当て数"
|
4906
5067
|
|
5068
|
+
msgid "RAM"
|
5069
|
+
msgstr ""
|
5070
|
+
|
4907
5071
|
msgid "RAM: %s GB"
|
4908
5072
|
msgstr "メモリー: %s GB"
|
4909
5073
|
|
@@ -5003,15 +5167,27 @@ msgstr "Red Hat リポジトリーを操作することはできません。"
|
|
5003
5167
|
msgid "Refresh"
|
5004
5168
|
msgstr "更新"
|
5005
5169
|
|
5170
|
+
msgid "Refresh Alternate Content Source"
|
5171
|
+
msgstr ""
|
5172
|
+
|
5006
5173
|
msgid "Refresh Content Host Statuses for %s"
|
5007
5174
|
msgstr "%s のコンテンツホストステータスのリフレッシュ"
|
5008
5175
|
|
5009
5176
|
msgid "Refresh Manifest"
|
5010
5177
|
msgstr "マニフェストの更新"
|
5011
5178
|
|
5179
|
+
msgid "Refresh alternate content sources"
|
5180
|
+
msgstr ""
|
5181
|
+
|
5182
|
+
msgid "Refresh an alternate content source"
|
5183
|
+
msgstr ""
|
5184
|
+
|
5012
5185
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
5013
5186
|
msgstr "Red Hat プロバイダーの以前にインポートされたマニフェストを更新"
|
5014
5187
|
|
5188
|
+
msgid "Refresh source"
|
5189
|
+
msgstr ""
|
5190
|
+
|
5015
5191
|
msgid "Refresh_Content_Host_Status"
|
5016
5192
|
msgstr "コンテンツホストステータスのリフレッシュ"
|
5017
5193
|
|
@@ -5045,24 +5221,27 @@ msgstr "レジストリー名のパターンが原因で、メンバーリポジ
|
|
5045
5221
|
msgid "Reindex subscriptions"
|
5046
5222
|
msgstr "サブスクリプションのインデックス再作成"
|
5047
5223
|
|
5048
|
-
msgid "Related component content views"
|
5049
|
-
msgstr "関連するコンポーネントコンテンツビュー"
|
5050
|
-
|
5051
|
-
msgid "Related component cvs: "
|
5052
|
-
msgstr "関連するコンポーネント cvs: "
|
5053
|
-
|
5054
5224
|
msgid "Related composite content views"
|
5055
5225
|
msgstr "関連する複合コンテンツビュー"
|
5056
5226
|
|
5057
|
-
msgid "Related composite
|
5058
|
-
msgstr "
|
5227
|
+
msgid "Related composite content views: "
|
5228
|
+
msgstr ""
|
5229
|
+
|
5230
|
+
msgid "Related content views"
|
5231
|
+
msgstr ""
|
5059
5232
|
|
5060
5233
|
msgid "Related content views will appear here when created."
|
5061
5234
|
msgstr "関連するコンテンツビューが作成されると、ここに表示されます。"
|
5062
5235
|
|
5236
|
+
msgid "Related content views: "
|
5237
|
+
msgstr ""
|
5238
|
+
|
5063
5239
|
msgid "Release"
|
5064
5240
|
msgstr "リリース"
|
5065
5241
|
|
5242
|
+
msgid "Release version"
|
5243
|
+
msgstr ""
|
5244
|
+
|
5066
5245
|
msgid "Release version for this Host to use (7Server, 7.1, etc)"
|
5067
5246
|
msgstr "このホストが使用するリリースバージョン (7Server、7.1 など)"
|
5068
5247
|
|
@@ -5081,6 +5260,9 @@ msgstr "データの再読み込み"
|
|
5081
5260
|
msgid "Remote action:"
|
5082
5261
|
msgstr "リモートアクション:"
|
5083
5262
|
|
5263
|
+
msgid "Remote execution job '${description}' failed."
|
5264
|
+
msgstr ""
|
5265
|
+
|
5084
5266
|
msgid "Removal of package group(s) requested: %{groups}"
|
5085
5267
|
msgstr "要求されたパッケージグループの削除: %{groups}"
|
5086
5268
|
|
@@ -5276,8 +5458,8 @@ msgstr "リポジトリーセットが有効です"
|
|
5276
5458
|
msgid "Repository sets reset to default"
|
5277
5459
|
msgstr "リポジトリーセットがデフォルトにリセットされました"
|
5278
5460
|
|
5279
|
-
msgid "Repository sets will appear here
|
5280
|
-
msgstr "
|
5461
|
+
msgid "Repository sets will appear here after enabling Red Hat repositories or creating custom products."
|
5462
|
+
msgstr ""
|
5281
5463
|
|
5282
5464
|
msgid "Republish Repositories of %{name} %{version}"
|
5283
5465
|
msgstr "%{name} %{version} のリポジトリーの再公開"
|
@@ -5411,6 +5593,9 @@ msgstr "1 つ以上のホストでアップグレード可能なパッケージ
|
|
5411
5593
|
msgid "Return packages that can be added to the specified object. Only the value 'content_view_version' is supported."
|
5412
5594
|
msgstr "指定のオブジェクトに追加可能なパッケージを返します。'content_view_version' の値のみがサポートされます。"
|
5413
5595
|
|
5596
|
+
msgid "Return same, different or all results"
|
5597
|
+
msgstr ""
|
5598
|
+
|
5414
5599
|
msgid "Return subscriptions that match installed products of the specified host"
|
5415
5600
|
msgstr "指定されたホストのインストール済み製品に一致するサブスクリプションを返します"
|
5416
5601
|
|
@@ -5429,6 +5614,9 @@ msgstr "有効なコンテンツタイプを返します"
|
|
5429
5614
|
msgid "Returns content that can be both added and is currently added to the object. The value 'content_view_filter' is supported"
|
5430
5615
|
msgstr "両方とも追加可能で、現在オブジェクトに追加されているコンテンツを返します。値 'content_view_filter' がサポートされています"
|
5431
5616
|
|
5617
|
+
msgid "Review Details"
|
5618
|
+
msgstr ""
|
5619
|
+
|
5432
5620
|
msgid "Review affected environment"
|
5433
5621
|
msgstr ""
|
5434
5622
|
|
@@ -5465,12 +5653,27 @@ msgstr "実行中"
|
|
5465
5653
|
msgid "SKU"
|
5466
5654
|
msgstr "SKU"
|
5467
5655
|
|
5656
|
+
msgid "SLA"
|
5657
|
+
msgstr ""
|
5658
|
+
|
5468
5659
|
msgid "SRPM details"
|
5469
5660
|
msgstr "SRPM の詳細"
|
5470
5661
|
|
5471
5662
|
msgid "SSL CA Content Credential"
|
5472
5663
|
msgstr "SSL CA コンテンツ認証情報"
|
5473
5664
|
|
5665
|
+
msgid "SSL CA certificate"
|
5666
|
+
msgstr ""
|
5667
|
+
|
5668
|
+
msgid "SSL Cert"
|
5669
|
+
msgstr ""
|
5670
|
+
|
5671
|
+
msgid "SSL client certificate"
|
5672
|
+
msgstr ""
|
5673
|
+
|
5674
|
+
msgid "SSL client key"
|
5675
|
+
msgstr ""
|
5676
|
+
|
5474
5677
|
msgid "SSL version used to communicate with the CDN"
|
5475
5678
|
msgstr "CDN との通信に使用する SSL バージョン"
|
5476
5679
|
|
@@ -5480,6 +5683,9 @@ msgstr "まもなく期限切れになるサブスクリプション"
|
|
5480
5683
|
msgid "Save"
|
5481
5684
|
msgstr "保存"
|
5482
5685
|
|
5686
|
+
msgid "Saving alternate content source..."
|
5687
|
+
msgstr ""
|
5688
|
+
|
5483
5689
|
msgid "Schedule errata for installation using katello-agent. %s"
|
5484
5690
|
msgstr "katello-agent を使用してインストールするエラータをスケジュールします。%s"
|
5485
5691
|
|
@@ -5549,6 +5755,15 @@ msgstr "組織の選択"
|
|
5549
5755
|
msgid "Select Value"
|
5550
5756
|
msgstr "値の選択"
|
5551
5757
|
|
5758
|
+
msgid "Select a CA certificate"
|
5759
|
+
msgstr ""
|
5760
|
+
|
5761
|
+
msgid "Select a client certificate"
|
5762
|
+
msgstr ""
|
5763
|
+
|
5764
|
+
msgid "Select a client key"
|
5765
|
+
msgstr ""
|
5766
|
+
|
5552
5767
|
msgid "Select a content view"
|
5553
5768
|
msgstr "コンテンツビューの選択"
|
5554
5769
|
|
@@ -5564,6 +5779,9 @@ msgstr "利用可能なプロモーションパスからライフサイクル環
|
|
5564
5779
|
msgid "Select a provider to install katello-host-tools-tracer"
|
5565
5780
|
msgstr "katello-host-tools-tracer をインストールするプロバイダーの選択"
|
5566
5781
|
|
5782
|
+
msgid "Select add-ons"
|
5783
|
+
msgstr ""
|
5784
|
+
|
5567
5785
|
msgid "Select all"
|
5568
5786
|
msgstr "すべてを選択"
|
5569
5787
|
|
@@ -5585,8 +5803,8 @@ msgstr "組織の選択"
|
|
5585
5803
|
msgid "Select available version of ${cvName} to use"
|
5586
5804
|
msgstr "使用する ${cvName} の利用可能なバージョンの選択"
|
5587
5805
|
|
5588
|
-
msgid "Select available version of
|
5589
|
-
msgstr "
|
5806
|
+
msgid "Select available version of content views to use"
|
5807
|
+
msgstr ""
|
5590
5808
|
|
5591
5809
|
msgid "Select content view"
|
5592
5810
|
msgstr "コンテンツビューの選択"
|
@@ -5621,6 +5839,18 @@ msgstr "ページの選択"
|
|
5621
5839
|
msgid "Select row"
|
5622
5840
|
msgstr "行の選択"
|
5623
5841
|
|
5842
|
+
msgid "Select smart proxies to be used with this source."
|
5843
|
+
msgstr ""
|
5844
|
+
|
5845
|
+
msgid "Select smart proxy"
|
5846
|
+
msgstr ""
|
5847
|
+
|
5848
|
+
msgid "Select source type"
|
5849
|
+
msgstr ""
|
5850
|
+
|
5851
|
+
msgid "Select system purpose attributes for host {hostName}."
|
5852
|
+
msgstr ""
|
5853
|
+
|
5624
5854
|
msgid "Select the installation media that will be used to provision this host. Choose 'Synced Content' for Synced Kickstart Repositories or 'All Media' for other media."
|
5625
5855
|
msgstr "このホストのプロビジョニングに使用するインストールメディアを選択してください。同期済みの Kickstart リポジトリーには「同期済みコンテンツ」を、他のメディアには「全メディア」を選択してください。"
|
5626
5856
|
|
@@ -5750,6 +5980,9 @@ msgstr "アクティベーションキーに利用可能なリリースバージ
|
|
5750
5980
|
msgid "Show releases available for the content host"
|
5751
5981
|
msgstr "コンテンツホストで利用可能なリリースを表示します"
|
5752
5982
|
|
5983
|
+
msgid "Show repositories enabled on the host that are known to Katello"
|
5984
|
+
msgstr ""
|
5985
|
+
|
5753
5986
|
msgid "Show the available repository types"
|
5754
5987
|
msgstr "使用可能なリポジトリータイプの表示"
|
5755
5988
|
|
@@ -5783,12 +6016,18 @@ msgstr "Smart Proxy の各リポジトリーでのメタデータチェックを
|
|
5783
6016
|
msgid "Skipped pulp_auth check after failed pulp check"
|
5784
6017
|
msgstr "pulp チェックの失敗後に pulp_auth チェックが省略されました"
|
5785
6018
|
|
6019
|
+
msgid "Smart proxies"
|
6020
|
+
msgstr ""
|
6021
|
+
|
5786
6022
|
msgid "Smart proxy IDs"
|
5787
6023
|
msgstr "Smart Proxy ID"
|
5788
6024
|
|
5789
6025
|
msgid "Smart proxy content source not found!"
|
5790
6026
|
msgstr "Smart Proxy コンテンツソースが見つかりません!"
|
5791
6027
|
|
6028
|
+
msgid "Sockets"
|
6029
|
+
msgstr ""
|
6030
|
+
|
5792
6031
|
msgid "Sockets: %s"
|
5793
6032
|
msgstr "ソケット: %s 個"
|
5794
6033
|
|
@@ -5882,6 +6121,9 @@ msgstr "バージョン情報の取得中に問題が発生しました。${getR
|
|
5882
6121
|
msgid "Something went wrong while loading the content views. See the logs for more information"
|
5883
6122
|
msgstr ""
|
5884
6123
|
|
6124
|
+
msgid "Something went wrong while refreshing this alternate content source! ${getResponseErrorMsgs(error.response)}"
|
6125
|
+
msgstr ""
|
6126
|
+
|
5885
6127
|
msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
5886
6128
|
msgstr "フィルタールールの削除中に問題が発生しました! ${getResponseErrorMsgs(error.response)}"
|
5887
6129
|
|
@@ -5933,6 +6175,9 @@ msgstr "ソース RPM"
|
|
5933
6175
|
msgid "Source RPMs"
|
5934
6176
|
msgstr "ソース RPM"
|
5935
6177
|
|
6178
|
+
msgid "Source type"
|
6179
|
+
msgstr ""
|
6180
|
+
|
5936
6181
|
msgid "Specify an export chunk size less than 1_000_000 GB"
|
5937
6182
|
msgstr "1_000_000 GB 未満のエクスポートチャンクサイズを指定します"
|
5938
6183
|
|
@@ -5990,6 +6235,9 @@ msgstr "送信"
|
|
5990
6235
|
msgid "Subnet IDs"
|
5991
6236
|
msgstr "サブネット ID"
|
5992
6237
|
|
6238
|
+
msgid "Subpaths"
|
6239
|
+
msgstr ""
|
6240
|
+
|
5993
6241
|
msgid "Subscription"
|
5994
6242
|
msgstr "サブスクリプション"
|
5995
6243
|
|
@@ -6089,6 +6337,9 @@ msgstr "%s 製品の同期プランが正常に変更されました"
|
|
6089
6337
|
msgid "Successfully initiated removal of %s product(s)"
|
6090
6338
|
msgstr "%s 製品 の削除が正常に開始されました"
|
6091
6339
|
|
6340
|
+
msgid "Successfully refreshed."
|
6341
|
+
msgstr ""
|
6342
|
+
|
6092
6343
|
msgid "Successfully removed %s Host(s)."
|
6093
6344
|
msgstr "%s 台のホストが正常に削除されました。"
|
6094
6345
|
|
@@ -6179,6 +6430,9 @@ msgstr "割り当てる同期プラン ID"
|
|
6179
6430
|
msgid "Sync state"
|
6180
6431
|
msgstr "同期の状態"
|
6181
6432
|
|
6433
|
+
msgid "Syncable export"
|
6434
|
+
msgstr ""
|
6435
|
+
|
6182
6436
|
msgid "Synced "
|
6183
6437
|
msgstr "同期されています "
|
6184
6438
|
|
@@ -6227,6 +6481,12 @@ msgstr "システムステータス"
|
|
6227
6481
|
msgid "System purpose"
|
6228
6482
|
msgstr ""
|
6229
6483
|
|
6484
|
+
msgid "System purpose allows you to set the system\\'s intended use on your network and improves the reporting of usage in Subscription Watch."
|
6485
|
+
msgstr ""
|
6486
|
+
|
6487
|
+
msgid "System purpose attributes updated"
|
6488
|
+
msgstr ""
|
6489
|
+
|
6230
6490
|
msgid "Tag name"
|
6231
6491
|
msgstr "タグ名"
|
6232
6492
|
|
@@ -6397,6 +6657,9 @@ msgstr "%{content_view} から <b>%{environment}</b> へのプロモートが完
|
|
6397
6657
|
msgid "The repository is already enabled"
|
6398
6658
|
msgstr "リポジトリー がすでに有効にされています"
|
6399
6659
|
|
6660
|
+
msgid "The repository's publication is missing. Please run a 'complete sync' on %s."
|
6661
|
+
msgstr ""
|
6662
|
+
|
6400
6663
|
msgid "The request did not contain any repository information."
|
6401
6664
|
msgstr "要求には、リポジトリーの情報が含まれていません。"
|
6402
6665
|
|
@@ -6463,6 +6726,9 @@ msgstr "いずれの環境またはバージョンも指定されていないか
|
|
6463
6726
|
msgid "There is no Manifest History to display."
|
6464
6727
|
msgstr "表示するマニフェスト履歴はありません。"
|
6465
6728
|
|
6729
|
+
msgid "There is no downloaded content to clean."
|
6730
|
+
msgstr ""
|
6731
|
+
|
6466
6732
|
msgid "There is no such HTTP proxy"
|
6467
6733
|
msgstr "そのような HTTP プロキシーはありません"
|
6468
6734
|
|
@@ -6619,6 +6885,9 @@ msgstr "シンプルコンテンツアクセスを切り替えると、マニフ
|
|
6619
6885
|
msgid "Total steps: "
|
6620
6886
|
msgstr "ステップ合計数: "
|
6621
6887
|
|
6888
|
+
msgid "Tracer"
|
6889
|
+
msgstr ""
|
6890
|
+
|
6622
6891
|
msgid "Tracer helps administrators identify applications that need to be restarted after a system is patched."
|
6623
6892
|
msgstr "トレーサーを使用することで、管理者はシステムにパッチ修正を適用した後に再起動する必要のあるアプリケーションを特定しやすくなります。"
|
6624
6893
|
|
@@ -6628,18 +6897,30 @@ msgstr "トレーサープロファイルが正常にアップロードされま
|
|
6628
6897
|
msgid "Traces"
|
6629
6898
|
msgstr "トレース"
|
6630
6899
|
|
6900
|
+
msgid "Traces are being enabled"
|
6901
|
+
msgstr ""
|
6902
|
+
|
6631
6903
|
msgid "Traces are not enabled"
|
6632
6904
|
msgstr "トレースは有効ではありません"
|
6633
6905
|
|
6634
6906
|
msgid "Traces help administrators identify applications that need to be restarted after a system is patched."
|
6635
6907
|
msgstr "トレースを使用することで、管理者はシステムにパッチ修正を適用した後に再起動する必要のあるアプリケーションを特定しやすくなります。"
|
6636
6908
|
|
6909
|
+
msgid "Traces may be enabled by a user with the appropriate permissions."
|
6910
|
+
msgstr ""
|
6911
|
+
|
6637
6912
|
msgid "Traces may be listed here after {pkgLink}."
|
6638
6913
|
msgstr ""
|
6639
6914
|
|
6915
|
+
msgid "Traces not available"
|
6916
|
+
msgstr ""
|
6917
|
+
|
6640
6918
|
msgid "Traces that require logout cannot be restarted remotely"
|
6641
6919
|
msgstr "ログアウトが必要なトレースをリモートで再起動することはできません"
|
6642
6920
|
|
6921
|
+
msgid "Traces will be shown here to a user with the appropriate permissions."
|
6922
|
+
msgstr ""
|
6923
|
+
|
6643
6924
|
msgid "Trigger an auto-attach of subscriptions"
|
6644
6925
|
msgstr "サブスクリプションの自動割り当てのトリガー"
|
6645
6926
|
|
@@ -6673,6 +6954,9 @@ msgstr "コンテンツの種類: \"cert\"、\"gpg_key\""
|
|
6673
6954
|
msgid "URL"
|
6674
6955
|
msgstr "URL"
|
6675
6956
|
|
6957
|
+
msgid "URL and paths"
|
6958
|
+
msgstr ""
|
6959
|
+
|
6676
6960
|
msgid "URL needs to have a trailing /"
|
6677
6961
|
msgstr "URL には末尾の / が必要です"
|
6678
6962
|
|
@@ -6706,6 +6990,9 @@ msgstr "接続できません"
|
|
6706
6990
|
msgid "Unable to connect. Got: %s"
|
6707
6991
|
msgstr "接続できません。結果: %s"
|
6708
6992
|
|
6993
|
+
msgid "Unable to delete any alternate content source. You either do not have the permission to delete, or none of the alternate content sources exist."
|
6994
|
+
msgstr ""
|
6995
|
+
|
6709
6996
|
msgid "Unable to detect pulp storage"
|
6710
6997
|
msgstr "Pulp ストレージを検出できません"
|
6711
6998
|
|
@@ -6739,6 +7026,9 @@ msgstr "コンテンツホストの再割り当てを実行できません。sys
|
|
6739
7026
|
msgid "Unable to reassign systems. Please check system_content_view_id and system_environment_id."
|
6740
7027
|
msgstr "システムの再割り当てを実行できません。system_content_view_id と system_environment_id を確認してください。"
|
6741
7028
|
|
7029
|
+
msgid "Unable to refresh any alternate content source. You either do not have the permission to refresh, or none of the alternate content sources exist."
|
7030
|
+
msgstr ""
|
7031
|
+
|
6742
7032
|
msgid "Unable to send errata e-mail notification: %{error}"
|
6743
7033
|
msgstr "エラータのメール通知を送信できません: %{error}"
|
6744
7034
|
|
@@ -7072,6 +7362,9 @@ msgstr "使用タイプ"
|
|
7072
7362
|
msgid "Usage of host"
|
7073
7363
|
msgstr "ホストの使用状況"
|
7074
7364
|
|
7365
|
+
msgid "Usage type"
|
7366
|
+
msgstr ""
|
7367
|
+
|
7075
7368
|
msgid "Use remote execution by default"
|
7076
7369
|
msgstr "デフォルトでリモート実行を使用します"
|
7077
7370
|
|
@@ -7117,6 +7410,9 @@ msgstr "有効"
|
|
7117
7410
|
msgid "Value must either be a boolean or 'default' for 'enabled'"
|
7118
7411
|
msgstr "値は、ブール値またはデフォルト (「有効」) のいずれかである必要があります"
|
7119
7412
|
|
7413
|
+
msgid "Verify SSL"
|
7414
|
+
msgstr ""
|
7415
|
+
|
7120
7416
|
msgid "Verify checksum"
|
7121
7417
|
msgstr "チェックサムの確認"
|
7122
7418
|
|
@@ -7177,7 +7473,10 @@ msgstr "マッチするコンテンツの表示"
|
|
7177
7473
|
msgid "View tasks "
|
7178
7474
|
msgstr ""
|
7179
7475
|
|
7180
|
-
msgid "View the Content Views page
|
7476
|
+
msgid "View the Content Views page"
|
7477
|
+
msgstr ""
|
7478
|
+
|
7479
|
+
msgid "View the job"
|
7181
7480
|
msgstr ""
|
7182
7481
|
|
7183
7482
|
msgid "Virtual"
|
@@ -7327,6 +7626,9 @@ msgstr "検索クエリーが無効でした。確認してからもう一度お
|
|
7327
7626
|
msgid "Your search returned no matching "
|
7328
7627
|
msgstr "検索条件にマッチする項目はありませんでした "
|
7329
7628
|
|
7629
|
+
msgid "Your search returned no matching DEBs."
|
7630
|
+
msgstr ""
|
7631
|
+
|
7330
7632
|
msgid "Your search returned no matching Module streams."
|
7331
7633
|
msgstr ""
|
7332
7634
|
|
@@ -7339,6 +7641,9 @@ msgstr "検索条件にマッチするアクティベーションキーはあり
|
|
7339
7641
|
msgid "Your search returned no matching hosts."
|
7340
7642
|
msgstr "検索条件にマッチするホストはありませんでした。"
|
7341
7643
|
|
7644
|
+
msgid "Yum"
|
7645
|
+
msgstr ""
|
7646
|
+
|
7342
7647
|
msgid "Yum Metadata: %s"
|
7343
7648
|
msgstr "Yum メタデータ: %s"
|
7344
7649
|
|
@@ -7573,8 +7878,8 @@ msgstr "比較するコンテンツビューバージョン"
|
|
7573
7878
|
msgid "create a filter for a content view"
|
7574
7879
|
msgstr "コンテンツビューのフィルターを作成します"
|
7575
7880
|
|
7576
|
-
msgid "deb
|
7577
|
-
msgstr "
|
7881
|
+
msgid "deb, package, package group, or docker tag names"
|
7882
|
+
msgstr ""
|
7578
7883
|
|
7579
7884
|
msgid "deb_ids is not an array"
|
7580
7885
|
msgstr "deb_ids は配列ではありません"
|
@@ -7600,6 +7905,9 @@ msgstr "フィルターの説明"
|
|
7600
7905
|
msgid "description of the repository"
|
7601
7906
|
msgstr "リポジトリーの説明"
|
7602
7907
|
|
7908
|
+
msgid "disk"
|
7909
|
+
msgstr ""
|
7910
|
+
|
7603
7911
|
msgid "download policy for yum, deb, and docker repos (either 'immediate' or 'on_demand')"
|
7604
7912
|
msgstr ""
|
7605
7913
|
|
@@ -8092,8 +8400,8 @@ msgstr "このリポジトリーが HHTP 経由で公開できる場合は true"
|
|
8092
8400
|
msgid "true if this repository when synced has to be mirrored from the source and stale rpms removed (Deprecated)"
|
8093
8401
|
msgstr "同期時にこのリポジトリーをソースからミラーリングして古い rpm を削除する必要がある場合は true に指定します (非推奨)"
|
8094
8402
|
|
8095
|
-
msgid "type of filter (e.g. rpm, package_group, erratum, erratum_id, erratum_date, docker, modulemd)"
|
8096
|
-
msgstr "
|
8403
|
+
msgid "type of filter (e.g. deb, rpm, package_group, erratum, erratum_id, erratum_date, docker, modulemd)"
|
8404
|
+
msgstr ""
|
8097
8405
|
|
8098
8406
|
msgid "type of repo"
|
8099
8407
|
msgstr "リポジトリーのタイプ"
|