katello 4.16.3 → 4.17.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/hosts/host_and_hostgroup_edit.js +5 -3
- data/app/assets/javascripts/katello/locale/bn/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/ca/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/cs/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/de/katello.js +87 -273
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/el/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/en/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/en_US/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/es/katello.js +242 -428
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/fr/katello.js +900 -1086
- data/app/assets/javascripts/katello/locale/gl/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/gu/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/hi/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/id/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/it/katello.js +78 -264
- data/app/assets/javascripts/katello/locale/ja/katello.js +628 -814
- data/app/assets/javascripts/katello/locale/ka/katello.js +474 -660
- data/app/assets/javascripts/katello/locale/kn/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/ko/katello.js +2129 -2314
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/mr/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/or/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/pa/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/pl/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/pt/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +255 -441
- data/app/assets/javascripts/katello/locale/ro/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/ru/katello.js +78 -264
- data/app/assets/javascripts/katello/locale/sl/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/ta/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/te/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/tr/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/vi/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/zh/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +632 -818
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +78 -264
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +19 -5
- data/app/controllers/katello/api/v2/content_view_components_controller.rb +6 -6
- data/app/controllers/katello/api/v2/content_view_filters_controller.rb +3 -0
- data/app/controllers/katello/api/v2/content_view_versions_controller.rb +6 -0
- data/app/controllers/katello/api/v2/content_views_controller.rb +12 -1
- data/app/controllers/katello/api/v2/exports_controller.rb +3 -0
- data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +12 -14
- data/app/controllers/katello/api/v2/organizations_controller.rb +10 -10
- data/app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb +8 -2
- data/app/lib/actions/helpers/rolling_cv_repos.rb +25 -0
- data/app/lib/actions/katello/capsule_content/sync_capsule.rb +6 -1
- data/app/lib/actions/katello/content_view/add_rolling_repo_clone.rb +39 -0
- data/app/lib/actions/katello/content_view/create.rb +3 -0
- data/app/lib/actions/katello/content_view/refresh_rolling_repo.rb +40 -0
- data/app/lib/actions/katello/content_view/remove.rb +8 -4
- data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +28 -0
- data/app/lib/actions/katello/content_view/update.rb +8 -0
- data/app/lib/actions/katello/repository/check_matching_content.rb +1 -8
- data/app/lib/actions/katello/repository/import_upload.rb +5 -0
- data/app/lib/actions/katello/repository/sync.rb +8 -4
- data/app/lib/actions/katello/repository/upload_files.rb +7 -1
- data/app/lib/actions/pulp3/orchestration/orphan_cleanup/remove_orphans.rb +3 -2
- data/app/lib/actions/pulp3/orphan_cleanup/delete_orphan_repository_versions.rb +8 -1
- data/app/lib/katello/errors.rb +8 -0
- data/app/lib/katello/validators/container_image_name_validator.rb +3 -2
- data/app/models/katello/authorization/repository.rb +11 -1
- data/app/models/katello/concerns/host_managed_extensions.rb +2 -2
- data/app/models/katello/concerns/pulp_database_unit.rb +12 -42
- data/app/models/katello/concerns/smart_proxy_extensions.rb +8 -0
- data/app/models/katello/content_view.rb +14 -1
- data/app/models/katello/content_view_component.rb +4 -0
- data/app/models/katello/content_view_environment.rb +1 -0
- data/app/models/katello/content_view_version.rb +3 -2
- data/app/models/katello/host/content_facet.rb +18 -5
- data/app/models/katello/product_content.rb +3 -1
- data/app/models/katello/repository.rb +3 -3
- data/app/services/katello/content_unit_indexer.rb +1 -1
- data/app/services/katello/pulp3/api/content_guard.rb +1 -1
- data/app/services/katello/pulp3/api/core.rb +6 -0
- data/app/services/katello/pulp3/smart_proxy_mirror_repository.rb +58 -1
- data/app/services/katello/pulp3/smart_proxy_repository.rb +67 -3
- data/app/services/katello/smart_proxy_helper.rb +6 -1
- data/app/views/foreman/job_templates/install_errata_-_katello_ansible_default.erb +15 -1
- data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +15 -1
- data/app/views/foreman/job_templates/install_group_-_katello_ansible_default.erb +15 -2
- data/app/views/foreman/job_templates/install_packages_by_search_query_-_katello_ansible_default.erb +21 -2
- data/app/views/foreman/job_templates/remove_group_-_katello_ansible_default.erb +15 -1
- data/app/views/foreman/job_templates/remove_packages_by_search_query_-_katello_ansible_default.erb +20 -1
- data/app/views/foreman/job_templates/update_group_-_katello_ansible_default.erb +15 -2
- data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +17 -1
- data/app/views/katello/api/v2/activation_keys/base.json.rabl +1 -0
- data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +2 -1
- data/app/views/katello/api/v2/content_facet/base.json.rabl +2 -0
- data/app/views/katello/api/v2/content_view_versions/base.json.rabl +12 -0
- data/app/views/katello/api/v2/content_views/base.json.rabl +1 -0
- data/app/views/katello/api/v2/environments/show.json.rabl +14 -0
- data/app/views/katello/api/v2/hosts/base.json.rabl +1 -0
- data/app/views/katello/api/v2/organizations/show.json.rabl +2 -0
- data/app/views/katello/api/v2/repositories/base.json.rabl +2 -1
- data/db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb +1 -1
- data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +0 -20
- data/db/migrate/20241022122325_add_rolling_to_katello_content_views.rb +5 -0
- data/db/migrate/20241025151105_remove_pulp3_migrated_hrefs_from_content_tables.rb +1 -1
- data/db/migrate/20250215143303_drop_katello_yum_metadata_file.rb +5 -0
- data/db/migrate/20250409120843_fix_file_download_policy.rb +11 -0
- data/db/migrate/20250410155300_change_ansible_templates_category.rb +22 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/repository-types.service.js +3 -0
- data/lib/katello/engine.rb +9 -1
- data/lib/katello/repository_types/python.rb +1 -1
- data/lib/katello/tasks/repository.rake +1 -1
- data/lib/katello/version.rb +1 -1
- data/locale/action_names.rb +3 -0
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +77 -263
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +77 -263
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +77 -263
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +77 -263
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +77 -263
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +91 -277
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +77 -263
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +77 -263
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +77 -263
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +77 -263
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +77 -263
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +77 -263
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +245 -432
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +77 -263
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +906 -1092
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +77 -263
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +77 -263
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +77 -263
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +77 -263
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +77 -263
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +78 -264
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +634 -822
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +474 -662
- data/locale/katello.pot +1194 -1472
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +77 -263
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +2125 -2324
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +77 -263
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +77 -263
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +77 -263
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +77 -263
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +77 -263
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +77 -263
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +77 -263
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +77 -263
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +258 -445
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +77 -263
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +77 -263
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +78 -264
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +77 -263
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +77 -263
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +77 -263
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +77 -263
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +77 -263
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +77 -263
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +77 -263
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +77 -263
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +77 -263
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +632 -824
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +78 -264
- data/webpack/ForemanColumnExtensions/index.js +12 -4
- data/webpack/components/ActivationKeysSearch/index.js +6 -7
- data/webpack/components/Bookmark/AddBookmarkModal.js +3 -3
- data/webpack/components/Bookmark/Bookmark.scss +3 -3
- data/webpack/components/Bookmark/index.js +7 -2
- data/webpack/components/EditableSwitch.js +1 -1
- data/webpack/components/EditableTextInput/EditableTextInput.js +1 -1
- data/webpack/components/EditableTextInput/editableTextInput.scss +1 -1
- data/webpack/components/Errata/index.js +1 -24
- data/webpack/components/Loading.js +10 -6
- data/webpack/components/Packages/index.js +2 -1
- data/webpack/components/SelectAllCheckbox/index.js +7 -3
- data/webpack/components/SelectableDropdown/SelectableDropdown.js +21 -3
- data/webpack/components/Table/EmptyStateMessage.js +12 -14
- data/webpack/components/Table/MainTable.js +8 -7
- data/webpack/components/Table/MainTable.scss +4 -4
- data/webpack/components/extensions/HostDetails/ActionsBar/index.js +4 -1
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js +9 -6
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/__tests__/changeHostCVModal.test.js +2 -1
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/__tests__/contentViews.fixtures.json +4 -1
- data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +23 -6
- data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.scss +1 -1
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.js +5 -3
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.scss +3 -3
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/__tests__/hostCollectionsModal.test.js +25 -10
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +5 -2
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.scss +2 -2
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +5 -4
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +6 -3
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +19 -12
- data/webpack/components/extensions/HostDetails/Cards/__tests__/errataOverviewCard.test.js +1 -1
- data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +1 -4
- data/webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js +1 -4
- data/webpack/components/extensions/HostDetails/DetailsTabCards/InstalledProductsCard.js +1 -4
- data/webpack/components/extensions/HostDetails/DetailsTabCards/__test__/HwPropertiesCard.test.js +63 -0
- data/webpack/components/extensions/HostDetails/DetailsTabCards/__test__/ImageModeCard.test.js +73 -0
- data/webpack/components/extensions/HostDetails/DetailsTabCards/__test__/InstalledProductsCard.test.js +45 -0
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js +12 -2
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js +10 -13
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +46 -21
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +15 -7
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +13 -3
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +34 -20
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +8 -6
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js +5 -3
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesEnabler.js +12 -13
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js +16 -6
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/debsInstallModal.test.js +10 -5
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/debsTab.test.js +48 -22
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/errataTab.test.js +123 -47
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/moduleStreamsTab.test.js +14 -7
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/packageInstallModal.test.js +10 -5
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/packagesTab.test.js +41 -24
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/repositorySetsTab.test.js +50 -25
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +50 -25
- data/webpack/components/extensions/HostDetails/hostDetailsHelpers.js +3 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js +16 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js +6 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +5 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js +16 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js +6 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +15 -2
- data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/__tests__/bulkChangeHostCVModal.test.js +2 -1
- data/webpack/components/extensions/Hosts/FontAwesomeImageModeIcon.js +1 -1
- data/webpack/components/extensions/Hosts/ImageModeHostAlert.js +14 -0
- data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/ActivationKeys.test.js.snap +14 -17
- data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/Force.test.js.snap +1 -1
- data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/IgnoreSubmanErrors.test.js.snap +1 -1
- data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +38 -49
- data/webpack/containers/Application/overrides.scss +7 -7
- data/webpack/ouia_id_check.js +15 -11
- data/webpack/redux/actions/RedHatRepositories/helpers.js +0 -2
- data/webpack/scenes/ActivationKeys/Details/__tests__/activationKeyDetails.test.js +12 -6
- data/webpack/scenes/ActivationKeys/Details/components/DeleteMenu.js +12 -2
- data/webpack/scenes/ActivationKeys/Details/components/EditModal.js +3 -3
- data/webpack/scenes/AlternateContentSources/Create/ACSCreateWizard.js +3 -1
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSCreateFinish.js +3 -1
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js +12 -6
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSSmartProxies.js +1 -1
- data/webpack/scenes/AlternateContentSources/Create/Steps/AcsUrlPaths.js +22 -7
- data/webpack/scenes/AlternateContentSources/Create/Steps/NameACS.js +2 -2
- data/webpack/scenes/AlternateContentSources/Create/Steps/SelectSource.js +1 -1
- data/webpack/scenes/AlternateContentSources/Create/__tests__/acsCreate.test.js +6 -3
- data/webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js +25 -15
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js +9 -6
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js +2 -2
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditSmartProxies.js +1 -1
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditURLPaths.js +33 -7
- data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSEdits.test.js +10 -5
- data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSExpandableDetails.test.js +4 -2
- data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +10 -8
- data/webpack/scenes/AlternateContentSources/MainTable/__tests__/acsTable.test.js +4 -2
- data/webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js +5 -5
- data/webpack/scenes/Content/Details/__tests__/contentDetail.test.js +8 -4
- data/webpack/scenes/Content/__tests__/contentTable.test.js +4 -2
- data/webpack/scenes/ContentViews/Copy/CopyContentViewForm.js +1 -1
- data/webpack/scenes/ContentViews/Copy/__tests__/contentViewCopyResult.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Copy/__tests__/copyContentView.test.js +2 -1
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +86 -31
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.scss +10 -2
- data/webpack/scenes/ContentViews/Create/__tests__/contentViewCreateResult.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Create/__tests__/createContentView.test.js +10 -4
- data/webpack/scenes/ContentViews/Delete/ContentViewDeleteWizard.js +3 -1
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeleteEnvironmentsSelection.js +6 -6
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignActivationKeysForm.js +7 -2
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignHostsForm.js +7 -2
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReview.js +3 -3
- data/webpack/scenes/ContentViews/Delete/Steps/CVEnvironmentSelectionForm.scss +1 -1
- data/webpack/scenes/ContentViews/Delete/__tests__/CvData.fixtures.json +2 -1
- data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +3 -2
- data/webpack/scenes/ContentViews/Delete/__tests__/contentViewDelete.test.js +10 -8
- data/webpack/scenes/ContentViews/Delete/__tests__/cvDetails.fixtures.json +2 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +16 -5
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +19 -5
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentEnvironments.js +1 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +11 -2
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/compositeCVDetails.fixtures.json +2 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +69 -27
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/publishedContentViewDetails.fixtures.json +2 -1
- data/webpack/scenes/ContentViews/Details/ContentViewDetails.js +22 -29
- data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +6 -2
- data/webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js +20 -7
- data/webpack/scenes/ContentViews/Details/Filters/Add/__tests__/cvFilterAdd.test.js +4 -2
- data/webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositorySelection.js +5 -2
- data/webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js +3 -1
- data/webpack/scenes/ContentViews/Details/Filters/ArtifactsWithNoErrata.js +1 -1
- data/webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js +4 -2
- data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +13 -1
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +23 -7
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +23 -5
- data/webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js +15 -3
- data/webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js +15 -3
- data/webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js +13 -1
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetailsHeader.js +6 -4
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js +11 -1
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContentModal.test.js +4 -2
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/matchContentModal.scss +1 -1
- data/webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js +2 -2
- data/webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js +4 -4
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVContainerImageFilterContent.test.js +18 -12
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVRpmFilterContent.test.js +7 -11
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/ContentViewPackageGroupFilter.test.js +81 -70
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewErrataByDateDetails.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilterDetails.test.js +4 -2
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilters.test.js +52 -38
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataDateFilterContent.test.js +9 -4
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataIDFilter.test.js +18 -12
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErratumFilterDetails.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterDetailModuleAffectedRepos.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterDetailWithAffectedRepos.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterFixutre.fixture.json +2 -1
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilter.test.js +77 -67
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilterDetails.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvPackageFilterDetail.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Histories/ContentViewHistories.js +2 -2
- data/webpack/scenes/ContentViews/Details/Histories/__tests__/contentViewHistory.test.js +4 -2
- data/webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js +1 -1
- data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +7 -5
- data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewAddRemove.test.js +6 -3
- data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewRepoAdd.fixture.json +1 -0
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/ActionSummary.js +3 -2
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/BulkDeleteModal.js +3 -1
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ConfirmBulkDelete.js +2 -2
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReassignActivationKeys.js +3 -1
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReassignHosts.js +3 -1
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReviewEnvironments.js +4 -4
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompare.scss +11 -11
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareHeader.js +15 -5
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionEnvironments.js +1 -1
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +13 -3
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js +3 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js +17 -13
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +12 -7
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +64 -7
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js +52 -21
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +30 -16
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetails.scss +7 -7
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js +5 -3
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsTable.js +4 -2
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetails.test.js +6 -3
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetailsEmpty.test.js +2 -1
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js +6 -6
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewDetail.test.js +35 -4
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewDetails.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetail.test.js +197 -0
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetails.fixtures.json +82 -0
- data/webpack/scenes/ContentViews/Publish/CVPublishFinish.js +3 -7
- data/webpack/scenes/ContentViews/Publish/CVPublishForm.js +2 -2
- data/webpack/scenes/ContentViews/Publish/CVPublishReview.js +6 -5
- data/webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js +3 -1
- data/webpack/scenes/ContentViews/Publish/__tests__/publishContentView.test.js +15 -7
- data/webpack/scenes/ContentViews/Publish/cvPublishForm.scss +4 -4
- data/webpack/scenes/ContentViews/Table/ContentViewVersionCell.js +6 -4
- data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +14 -3
- data/webpack/scenes/ContentViews/Table/tableDataGenerator.js +3 -0
- data/webpack/scenes/ContentViews/__tests__/basicContentViews.fixtures.js +1 -0
- data/webpack/scenes/ContentViews/__tests__/contentViewList.fixtures.json +89 -2
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +85 -14
- data/webpack/scenes/ContentViews/__tests__/mockDetails.fixtures.json +2 -1
- data/webpack/scenes/ContentViews/components/ContentViewIcon.js +20 -6
- data/webpack/scenes/ContentViews/components/ContentViewSelect/ContentViewSelect.js +4 -1
- data/webpack/scenes/ContentViews/components/ContentViewSelect/ContentViewSelectOption.js +11 -2
- data/webpack/scenes/ContentViews/components/ContentViewsCounter.js +27 -7
- data/webpack/scenes/ContentViews/components/EnvironmentLabels.js +2 -2
- data/webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPaths.js +6 -2
- data/webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPaths.scss +4 -1
- data/webpack/scenes/ContentViews/components/FiltersAppliedIcon.js +4 -2
- data/webpack/scenes/ContentViews/components/NeedsPublishIcon.js +7 -6
- data/webpack/scenes/ContentViews/components/NeedsPublishIcon.scss +2 -2
- data/webpack/scenes/ContentViews/components/contentViewIcon.scss +16 -3
- data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +6 -1
- data/webpack/scenes/ContentViews/expansions/RelatedCompositeContentViewsModal.js +3 -3
- data/webpack/scenes/ContentViews/expansions/__tests__/contentViewComponentsModal.test.js +2 -1
- data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js +5 -3
- data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js +3 -2
- data/webpack/scenes/Hosts/ChangeContentSource/components/FormField.js +1 -1
- data/webpack/scenes/Hosts/ChangeContentSource/components/HostsModal.js +1 -1
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js +1 -1
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepositoryContent.test.js.snap +1 -1
- data/webpack/scenes/RedHatRepositories/index.scss +1 -1
- data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +27 -7
- data/webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js +51 -2
- data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +2 -2
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +14 -9
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnConfigurationForm.scss +1 -1
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CustomCdnTypeForm.js +2 -2
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js +6 -6
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/CdnTypeForm.test.js +2 -1
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/CustomCdnTypeForm.test.js +2 -1
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/ExportSyncForm.test.js +2 -1
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/NetworkSyncForm.test.js +2 -1
- metadata +72 -53
- data/app/models/katello/yum_metadata_file.rb +0 -22
- data/app/services/katello/pulp3/yum_metadata_file.rb +0 -20
- data/db/migrate/20250714190050_add_missing_rpms_evr_index.rb +0 -14
@@ -3,11 +3,11 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"katello": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "katello 4.
|
6
|
+
"Project-Id-Version": "katello 2.4.0-RC1",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2017-12-19 20:14+0000",
|
9
|
-
"Last-Translator": "
|
10
|
-
"Language-Team": "Japanese (https://
|
9
|
+
"Last-Translator": "Amit Upadhye <aupadhye@redhat.com>, 2023",
|
10
|
+
"Language-Team": "Japanese (https://www.transifex.com/foreman/teams/114/ja/)",
|
11
11
|
"MIME-Version": "1.0",
|
12
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
13
13
|
"Content-Transfer-Encoding": "8bit",
|
@@ -18,22 +18,22 @@
|
|
18
18
|
"plural_forms": "nplurals=1; plural=0;"
|
19
19
|
},
|
20
20
|
"\\n* Product = '%{product}', Repository = '%{repository}'": [
|
21
|
-
"\\n* 製品 = '
|
21
|
+
"\\n* 製品 = '%%{product}'、リポジトリー = '%%{repository}'"
|
22
22
|
],
|
23
23
|
" %{errata_count} Errata": [
|
24
|
-
"
|
24
|
+
"エラータ %{errata_count} 件"
|
25
25
|
],
|
26
26
|
" %{modulemd_count} Module Stream(s)": [
|
27
|
-
"
|
27
|
+
"モジュールストリーム %{modulemd_count} 個"
|
28
28
|
],
|
29
29
|
" %{package_count} Package(s)": [
|
30
|
-
"
|
30
|
+
"パッケージ %{package_count} 個"
|
31
31
|
],
|
32
32
|
" (${item.published_at_words} ago)": [
|
33
|
-
"
|
33
|
+
""
|
34
34
|
],
|
35
35
|
" (${version.published_at_words} ago)": [
|
36
|
-
"
|
36
|
+
""
|
37
37
|
],
|
38
38
|
" Content view updated": [
|
39
39
|
" コンテンツビューが更新されました"
|
@@ -102,13 +102,13 @@
|
|
102
102
|
"${pluralize(hostResponse.length, 'host')} はコンテンツビュー ${selectedCVNameForHosts} に移動されます。"
|
103
103
|
],
|
104
104
|
"${pluralize(versionCount, 'content view version')} in the environments below will be removed when content view is deleted": [
|
105
|
-
"コンテンツビューが削除されると、以下の環境の
|
105
|
+
"コンテンツビューが削除されると、以下の環境の {pluralize(versionCount, 'content view version')}(versionCount, 'content view version')} は削除されます"
|
106
106
|
],
|
107
107
|
"${selectedContentType}": [
|
108
|
-
"
|
108
|
+
"{selectedContentType}"
|
109
109
|
],
|
110
110
|
"${selectedContentType} will appear here when created.": [
|
111
|
-
"
|
111
|
+
"{selectedContentType} が作成されると、ここに表示されます。"
|
112
112
|
],
|
113
113
|
"%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?": [
|
114
114
|
"%s%s には、削除後にもう一度関連付けする必要があるホスト %s 台とホストグループ %s 個があります。%s を削除しますか?"
|
@@ -129,7 +129,7 @@
|
|
129
129
|
"%s 前"
|
130
130
|
],
|
131
131
|
"%s content type is not enabled.": [
|
132
|
-
"
|
132
|
+
""
|
133
133
|
],
|
134
134
|
"%s guests": [
|
135
135
|
"%s ゲスト"
|
@@ -150,7 +150,7 @@
|
|
150
150
|
"%s に到達できません。%s"
|
151
151
|
],
|
152
152
|
"%s was not found!": [
|
153
|
-
"
|
153
|
+
""
|
154
154
|
],
|
155
155
|
"%{errata} (%{total} other errata)": [
|
156
156
|
"%{errata} (他のエラータ: %{total})"
|
@@ -258,13 +258,13 @@
|
|
258
258
|
"%{group} パッケージグループが更新されました"
|
259
259
|
],
|
260
260
|
"%{label} failed": [
|
261
|
-
"
|
261
|
+
""
|
262
262
|
],
|
263
263
|
"%{label} failed.": [
|
264
|
-
"
|
264
|
+
""
|
265
265
|
],
|
266
266
|
"%{name} has no %{type} repositories with upstream URLs to add to the alternate content source.": [
|
267
|
-
"
|
267
|
+
""
|
268
268
|
],
|
269
269
|
"%{package} (%{total} other packages)": [
|
270
270
|
"%{package} (他のパッケージ: %{total})"
|
@@ -336,7 +336,7 @@
|
|
336
336
|
"%{package} パッケージが更新されました。"
|
337
337
|
],
|
338
338
|
"%{release}: %{number_of_hosts} hosts are approaching end of %{lifecycle} on %{end_date}. Please upgrade them before support expires. Check Report Host - Statuses for detail.": [
|
339
|
-
"
|
339
|
+
""
|
340
340
|
],
|
341
341
|
"%{sla}": [
|
342
342
|
"%{sla}"
|
@@ -345,13 +345,13 @@
|
|
345
345
|
"%{subject} のディスクは %{percentage} % 使用済みです。このプロキシーでは Pulp を実行しているので、コンテンツの表示にディスクの領域が必要です。ディスクがいっぱいにならないようにしてください。"
|
346
346
|
],
|
347
347
|
"%{unused_substitutions} cannot be specified for %{content_name} as that information is not substitutable in %{content_url} ": [
|
348
|
-
"%{unused_substitutions} は、%{content_url}
|
348
|
+
"%{unused_substitutions} は、%{content_url} と置き換えることができないので、 %{content_name} に指定できません。"
|
349
349
|
],
|
350
350
|
"%{used} of %{total}": [
|
351
351
|
"%{used} / %{total}"
|
352
352
|
],
|
353
353
|
"%{value} can contain only lowercase letters, numbers, dashes and dots.": [
|
354
|
-
"
|
354
|
+
""
|
355
355
|
],
|
356
356
|
"%{view_label} could not be promoted to %{environment_label} because the content view and the environment are not in the same organization!": [
|
357
357
|
"コンテンツビューと環境が同じ組織内にないため、%{view_label} を %{environment_label} にプロモートできませんでした!"
|
@@ -402,16 +402,16 @@
|
|
402
402
|
"同じメジャーおよびマイナーバージョンの CV バージョンが存在します (%{major}.%{minor})"
|
403
403
|
],
|
404
404
|
"A Pool and its Subscription cannot belong to different organizations.": [
|
405
|
-
"
|
405
|
+
""
|
406
406
|
],
|
407
407
|
"A backend service [ %s ] is unreachable": [
|
408
408
|
"バックエンドサービス [ %s ] に到達できません"
|
409
409
|
],
|
410
410
|
"A comma-separated list of refs to include during an ostree sync. The wildcards *, ? are recognized.": [
|
411
|
-
"
|
411
|
+
""
|
412
412
|
],
|
413
413
|
"A comma-separated list of tags to exclude during an ostree sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'.": [
|
414
|
-
"
|
414
|
+
""
|
415
415
|
],
|
416
416
|
"A large number of errata are unapplied in this content view, so only the first 100 are shown.": [
|
417
417
|
"多数のエラータがこのコンテンツビューに適用されていません。そのため、最初の 100 件のみが表示されています。"
|
@@ -426,16 +426,16 @@
|
|
426
426
|
"新しいバージョン:"
|
427
427
|
],
|
428
428
|
"A notification about failed content view promotion": [
|
429
|
-
"
|
429
|
+
""
|
430
430
|
],
|
431
431
|
"A notification about failed content view publish": [
|
432
|
-
"
|
432
|
+
""
|
433
433
|
],
|
434
434
|
"A notification about failed proxy sync": [
|
435
|
-
"
|
435
|
+
""
|
436
436
|
],
|
437
437
|
"A notification about failed repository sync": [
|
438
|
-
"
|
438
|
+
""
|
439
439
|
],
|
440
440
|
"A post-promotion summary of hosts with installable errata": [
|
441
441
|
"ホストとインストール可能なエラータのプロモート後の概要"
|
@@ -464,9 +464,6 @@
|
|
464
464
|
"About page": [
|
465
465
|
"About ページ"
|
466
466
|
],
|
467
|
-
"Abstract async task": [
|
468
|
-
""
|
469
|
-
],
|
470
467
|
"Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'.": [
|
471
468
|
"Red Hat Subcription Management へのアクセスは禁止されています。これを変更する場合は、コンテンツ設定の「サブスクリプション接続の有効化」を更新してください。"
|
472
469
|
],
|
@@ -483,10 +480,10 @@
|
|
483
480
|
"この組織で実行権限がないアクション"
|
484
481
|
],
|
485
482
|
"Activation Key information": [
|
486
|
-
"
|
483
|
+
""
|
487
484
|
],
|
488
485
|
"Activation Key will no longer be available for use. This operation cannot be undone.": [
|
489
|
-
"
|
486
|
+
""
|
490
487
|
],
|
491
488
|
"Activation Keys": [
|
492
489
|
"アクティベーションキー"
|
@@ -495,46 +492,46 @@
|
|
495
492
|
"アクティベーションキー"
|
496
493
|
],
|
497
494
|
"Activation key %s has more than one content view. Use #content_views instead.": [
|
498
|
-
"
|
495
|
+
""
|
499
496
|
],
|
500
497
|
"Activation key %s has more than one lifecycle environment. Use #lifecycle_environments instead.": [
|
501
|
-
"
|
498
|
+
""
|
502
499
|
],
|
503
500
|
"Activation key '%s' is associated to multiple environments and registering to multiple environments is not enabled.": [
|
504
|
-
"
|
501
|
+
""
|
505
502
|
],
|
506
503
|
"Activation key ID": [
|
507
504
|
"アクティベーションキー ID"
|
508
505
|
],
|
509
506
|
"Activation key deleted": [
|
510
|
-
"
|
507
|
+
""
|
511
508
|
],
|
512
509
|
"Activation key details": [
|
513
|
-
"
|
510
|
+
""
|
514
511
|
],
|
515
512
|
"Activation key details updated": [
|
516
|
-
"
|
513
|
+
""
|
517
514
|
],
|
518
515
|
"Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead.": [
|
519
516
|
"CentOS および Red Hat Enterprise Linux に必要な subscription-manager クライアントのアクティベーションキー。複数のキーの場合は、代わりに `activation_keys` パラメーターを使用してください。"
|
520
517
|
],
|
521
518
|
"Activation key identifier": [
|
522
|
-
"
|
519
|
+
""
|
523
520
|
],
|
524
521
|
"Activation key(s) to use during registration": [
|
525
|
-
"
|
522
|
+
""
|
526
523
|
],
|
527
524
|
"Activation keys": [
|
528
525
|
"アクティベーションキー"
|
529
526
|
],
|
530
527
|
"Activation keys can be managed {here}.": [
|
531
|
-
"
|
528
|
+
""
|
532
529
|
],
|
533
530
|
"Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys or if you do not provide a host group.": [
|
534
|
-
"
|
531
|
+
""
|
535
532
|
],
|
536
533
|
"Activation keys may be used during {system_registration}.": [
|
537
|
-
"
|
534
|
+
""
|
538
535
|
],
|
539
536
|
"Activation keys: ": [
|
540
537
|
"アクティベーションキー:"
|
@@ -567,7 +564,7 @@
|
|
567
564
|
"コンテンツビューにコンポーネントを追加する"
|
568
565
|
],
|
569
566
|
"Add content": [
|
570
|
-
"
|
567
|
+
""
|
571
568
|
],
|
572
569
|
"Add content view": [
|
573
570
|
"コンテンツビューの追加"
|
@@ -609,7 +606,7 @@
|
|
609
606
|
"リポジトリーの追加"
|
610
607
|
],
|
611
608
|
"Add repositories with package groups to content view to select them here.": [
|
612
|
-
"
|
609
|
+
""
|
613
610
|
],
|
614
611
|
"Add rule": [
|
615
612
|
"ルールの追加"
|
@@ -618,7 +615,7 @@
|
|
618
615
|
"ソースの追加"
|
619
616
|
],
|
620
617
|
"Add subscriptions": [
|
621
|
-
"
|
618
|
+
""
|
622
619
|
],
|
623
620
|
"Add subscriptions consumed by a manifest from Red Hat Subscription Management": [
|
624
621
|
"Red Hat Subscription Management からマニフェストが使用するサブスクリプションを追加します"
|
@@ -627,7 +624,7 @@
|
|
627
624
|
"1 つ以上のホストにサブスクリプションを追加します"
|
628
625
|
],
|
629
626
|
"Add subscriptions using the Add Subscriptions button.": [
|
630
|
-
"
|
627
|
+
""
|
631
628
|
],
|
632
629
|
"Add to a host collection": [
|
633
630
|
"ホストコレクションへの追加"
|
@@ -651,13 +648,13 @@
|
|
651
648
|
"影響のあるリポジトリー"
|
652
649
|
],
|
653
650
|
"Affected hosts": [
|
654
|
-
"
|
651
|
+
""
|
655
652
|
],
|
656
653
|
"Affected repositories": [
|
657
654
|
"影響を受けるリポジトリー"
|
658
655
|
],
|
659
656
|
"After configuring Foreman, configuration must also be updated on {hosts}. Choose one of the following options to update {hosts}:": [
|
660
|
-
"
|
657
|
+
""
|
661
658
|
],
|
662
659
|
"After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently.": [
|
663
660
|
"指定のホストへの変更は、増分更新の生成後に適用します。現在、エラータのみがサポートされています。"
|
@@ -699,13 +696,13 @@
|
|
699
696
|
"ホストがビルドモードである限り、ホスト登録が「ホストプロファイルの想定」をバイパスすることを許可します。"
|
700
697
|
],
|
701
698
|
"Allow hosts or activation keys to be associated with multiple content view environments": [
|
702
|
-
"
|
699
|
+
""
|
703
700
|
],
|
704
701
|
"Allow hosts to re-register themselves only when they are in build mode": [
|
705
702
|
"ホストがビルドモードである場合にのみ、ホスト自体の再登録を許可します"
|
706
703
|
],
|
707
704
|
"Allow multiple content views": [
|
708
|
-
"
|
705
|
+
""
|
709
706
|
],
|
710
707
|
"Allow new host registrations to assume registered profiles with matching hostname as long as the registering DMI UUID is not used by another host.": [
|
711
708
|
"登録する DMI UUID が別のホストで使用されていない限り、新規ホストの登録時には、登録されているプロファイルはホスト名が一致すると想定できるようにする"
|
@@ -750,7 +747,7 @@
|
|
750
747
|
"ホスト関連のタスクの実行を処理するプール内のワーカー数。0 に設定されている場合には、デフォルトのキューが代わりに使用されます。dynflowd/foreman-tasks サービスは再起動する必要があります。"
|
751
748
|
],
|
752
749
|
"An alternate content source can be added by using the \\\\\\\"Add source\\\\\\\" button below.": [
|
753
|
-
"
|
750
|
+
""
|
754
751
|
],
|
755
752
|
"An environment is missing a prior": [
|
756
753
|
"環境には以前の内容がありません"
|
@@ -762,7 +759,7 @@
|
|
762
759
|
"アップロード中にエラーが発生しました \\n%{error_message}"
|
763
760
|
],
|
764
761
|
"An option to specify how many ostree commits to traverse.": [
|
765
|
-
"
|
762
|
+
""
|
766
763
|
],
|
767
764
|
"Another component already includes content view with ID %s": [
|
768
765
|
"別のコンポーネントに ID %s のコンテンツがすでに含まれています"
|
@@ -779,6 +776,9 @@
|
|
779
776
|
"Ansible collections": [
|
780
777
|
"Ansible コレクション"
|
781
778
|
],
|
779
|
+
"Any updates to image mode host(s) will be lost on the next reboot.": [
|
780
|
+
""
|
781
|
+
],
|
782
782
|
"Applicability Batch Size": [
|
783
783
|
"適用可能なバッチサイズ"
|
784
784
|
],
|
@@ -789,13 +789,13 @@
|
|
789
789
|
"適用可能なコンテンツホスト"
|
790
790
|
],
|
791
791
|
"Applicable bugfix/enhancement errata": [
|
792
|
-
"
|
792
|
+
""
|
793
793
|
],
|
794
794
|
"Applicable errata apply to at least one package installed on the host.": [
|
795
795
|
"適用可能なエラータは、ホストにインストールされている 1 つ以上のパッケージに適用されます。"
|
796
796
|
],
|
797
797
|
"Applicable security errata": [
|
798
|
-
"
|
798
|
+
""
|
799
799
|
],
|
800
800
|
"Application": [
|
801
801
|
"アプリケーション"
|
@@ -804,9 +804,6 @@
|
|
804
804
|
"適用"
|
805
805
|
],
|
806
806
|
"Apply errata": [
|
807
|
-
"エラータの適用"
|
808
|
-
],
|
809
|
-
"Apply erratum": [
|
810
807
|
""
|
811
808
|
],
|
812
809
|
"Apply to all repositories in the CV": [
|
@@ -822,16 +819,16 @@
|
|
822
819
|
"リモート実行による適用"
|
823
820
|
],
|
824
821
|
"Approaching end of maintenance support": [
|
825
|
-
"
|
822
|
+
""
|
826
823
|
],
|
827
824
|
"Approaching end of maintenance support (%s)": [
|
828
|
-
"
|
825
|
+
""
|
829
826
|
],
|
830
827
|
"Approaching end of support": [
|
831
|
-
"
|
828
|
+
""
|
832
829
|
],
|
833
830
|
"Approaching end of support (%s)": [
|
834
|
-
"
|
831
|
+
""
|
835
832
|
],
|
836
833
|
"Arch": [
|
837
834
|
"アーキテクチャー"
|
@@ -873,13 +870,13 @@
|
|
873
870
|
"削除するコンテンツビューコンポーネント ID の配列。コンポーネントの関連付けの ID"
|
874
871
|
],
|
875
872
|
"Array of content view environment ids associated with the activation key. Ignored if content_view_id and lifecycle_environment_id are specified.Requires allow_multiple_content_views setting to be on.": [
|
876
|
-
"
|
873
|
+
""
|
877
874
|
],
|
878
875
|
"Array of content view environment ids to be associated with the activation key. Ignored if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
|
879
|
-
"
|
876
|
+
""
|
880
877
|
],
|
881
878
|
"Array of content view environment ids to be associated with the host. Ignored if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
|
882
|
-
"
|
879
|
+
""
|
883
880
|
],
|
884
881
|
"Array of host ids": [
|
885
882
|
"ホスト ID の配列"
|
@@ -909,7 +906,7 @@
|
|
909
906
|
"1 台以上のホストにシステム目的の属性を割り当てる"
|
910
907
|
],
|
911
908
|
"Assign the %{count} host with no %{taxonomy_single} to %{taxonomy_name}": [
|
912
|
-
"%{taxonomy_single} のないホスト %{count}
|
909
|
+
"%{taxonomy_single} のないホスト %{count} 台に %{taxonomy_name} を割り当てる"
|
913
910
|
],
|
914
911
|
"Assign the environment and content view to one or more hosts": [
|
915
912
|
"1 台以上のホストに環境およびコンテンツビューを割り当てます"
|
@@ -918,10 +915,10 @@
|
|
918
915
|
"1 台以上のホストにリリースバージョンを割り当てます"
|
919
916
|
],
|
920
917
|
"Assigning a host to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting.": [
|
921
|
-
"
|
918
|
+
""
|
922
919
|
],
|
923
920
|
"Assigning an activation key to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting.": [
|
924
|
-
"
|
921
|
+
""
|
925
922
|
],
|
926
923
|
"Associated location IDs": [
|
927
924
|
"関連するロケーション ID"
|
@@ -942,10 +939,10 @@
|
|
942
939
|
"1 つ以上のアクティベーションキーには、ライフサイクル環境の設定が必要であり、コンテンツビューをこれに割り当てる必要があります"
|
943
940
|
],
|
944
941
|
"At least one errata type option needs to be selected.": [
|
945
|
-
"
|
942
|
+
""
|
946
943
|
],
|
947
944
|
"At least one of the selected items requires the host to reboot": [
|
948
|
-
"
|
945
|
+
""
|
949
946
|
],
|
950
947
|
"At least one organization must exist.": [
|
951
948
|
"1 つ以上の組織が存在している必要があります。"
|
@@ -974,9 +971,6 @@
|
|
974
971
|
"Auto Publish - Triggered by '%s'": [
|
975
972
|
"自動公開 - '%s' によるトリガー"
|
976
973
|
],
|
977
|
-
"Auto attach subscriptions": [
|
978
|
-
""
|
979
|
-
],
|
980
974
|
"Auto publish": [
|
981
975
|
"自動公開"
|
982
976
|
],
|
@@ -993,13 +987,13 @@
|
|
993
987
|
"利用可能なリポジトリー"
|
994
988
|
],
|
995
989
|
"Available image": [
|
996
|
-
"
|
990
|
+
""
|
997
991
|
],
|
998
992
|
"Available image digest": [
|
999
|
-
"
|
993
|
+
""
|
1000
994
|
],
|
1001
995
|
"Available schema versions": [
|
1002
|
-
"
|
996
|
+
""
|
1003
997
|
],
|
1004
998
|
"Back": [
|
1005
999
|
"戻る"
|
@@ -1014,7 +1008,7 @@
|
|
1014
1008
|
"代替コンテンツを検索するためのベース URL"
|
1015
1009
|
],
|
1016
1010
|
"Base URL of the flatpak registry index, ex: https://flatpaks.redhat.io/rhel/ , https://registry.fedoraproject.org/.": [
|
1017
|
-
"
|
1011
|
+
""
|
1018
1012
|
],
|
1019
1013
|
"Base URL to perform repo discovery on": [
|
1020
1014
|
"リポジトリー検出を実行するベース URL"
|
@@ -1035,7 +1029,7 @@
|
|
1035
1029
|
"リポジトリーを同期するバッチサイズ。"
|
1036
1030
|
],
|
1037
1031
|
"Before continuing, ensure that all of the following prerequisites are met:": [
|
1038
|
-
"
|
1032
|
+
""
|
1039
1033
|
],
|
1040
1034
|
"Before removing versions you must move activation keys to an environment where the associated version is not in use.": [
|
1041
1035
|
"バージョンを削除する前に、関連付けられたバージョンが使用されていない環境にアクティベーションキーを移動する必要があります。"
|
@@ -1062,22 +1056,22 @@
|
|
1062
1056
|
"パブリックと識別されたブックマークは、すべてのユーザーが利用できます"
|
1063
1057
|
],
|
1064
1058
|
"Bootc rollback via Bootc interface": [
|
1065
|
-
"
|
1059
|
+
""
|
1066
1060
|
],
|
1067
1061
|
"Bootc status via Bootc interface": [
|
1068
|
-
"
|
1062
|
+
""
|
1069
1063
|
],
|
1070
1064
|
"Bootc switch via Bootc interface": [
|
1071
|
-
"
|
1065
|
+
""
|
1072
1066
|
],
|
1073
1067
|
"Bootc upgrade via Bootc interface": [
|
1074
|
-
"
|
1068
|
+
""
|
1075
1069
|
],
|
1076
1070
|
"Booted Container Images": [
|
1077
|
-
"
|
1071
|
+
""
|
1078
1072
|
],
|
1079
1073
|
"Booted container images": [
|
1080
|
-
"
|
1074
|
+
""
|
1081
1075
|
],
|
1082
1076
|
"Both": [
|
1083
1077
|
"両方"
|
@@ -1146,7 +1140,7 @@
|
|
1146
1140
|
"特定の環境に基づく適用可能なエラータの計算"
|
1147
1141
|
],
|
1148
1142
|
"Calculate content counts on smart proxies automatically": [
|
1149
|
-
"
|
1143
|
+
""
|
1150
1144
|
],
|
1151
1145
|
"Can communicate with the Red Hat Portal for subscriptions.": [
|
1152
1146
|
"サブスクリプションでは、Red Hat ポータルと通信できます。"
|
@@ -1188,7 +1182,7 @@
|
|
1188
1182
|
"Candlepin が正しく実行されていません"
|
1189
1183
|
],
|
1190
1184
|
"Candlepin returned different consumer uuid than requested (%s), updating uuid in subscription_facet.": [
|
1191
|
-
"
|
1185
|
+
""
|
1192
1186
|
],
|
1193
1187
|
"Cannot add %s repositories to a content view.": [
|
1194
1188
|
"コンテンツビューに %s リポジトリーを追加できません。"
|
@@ -1206,33 +1200,39 @@
|
|
1206
1200
|
"複合バージョンを別の複合コンテンツビューに追加できません"
|
1207
1201
|
],
|
1208
1202
|
"Cannot add content view environments from a different organization": [
|
1209
|
-
"
|
1203
|
+
""
|
1210
1204
|
],
|
1211
1205
|
"Cannot add default content view to composite content view": [
|
1212
1206
|
"デフォルトのコンテンツビューを複合コンテンツビューに追加できません"
|
1213
1207
|
],
|
1214
1208
|
"Cannot add disabled Red Hat product %s to sync plan!": [
|
1215
|
-
"
|
1209
|
+
""
|
1216
1210
|
],
|
1217
1211
|
"Cannot add disabled products to sync plan!": [
|
1218
|
-
"
|
1212
|
+
""
|
1219
1213
|
],
|
1220
1214
|
"Cannot add generated content view versions to composite content view": [
|
1221
1215
|
"生成されたコンテンツビューを複合コンテンツビューに追加できません"
|
1222
1216
|
],
|
1223
1217
|
"Cannot add product %s because it is disabled.": [
|
1224
|
-
"
|
1218
|
+
""
|
1225
1219
|
],
|
1226
1220
|
"Cannot add repositories to a composite content view": [
|
1227
1221
|
"リポジトリーを複合コンテンツビューに追加できません"
|
1228
1222
|
],
|
1223
|
+
"Cannot add rolling content view to composite content view": [
|
1224
|
+
""
|
1225
|
+
],
|
1226
|
+
"Cannot assign content view environment %s: The content view has either not been published or has not been promoted to that lifecycle environment.": [
|
1227
|
+
""
|
1228
|
+
],
|
1229
1229
|
"Cannot associate a Red Hat provider with a custom product": [
|
1230
|
-
"
|
1230
|
+
""
|
1231
1231
|
],
|
1232
1232
|
"Cannot associate a component to a non composite content view": [
|
1233
1233
|
"コンポーネントを複合コンテンツビュー以外に関連付けできません"
|
1234
1234
|
],
|
1235
|
-
"Cannot be disabled because it is part of a
|
1235
|
+
"Cannot be disabled because it is part of a content view": [
|
1236
1236
|
""
|
1237
1237
|
],
|
1238
1238
|
"Cannot calculate name for custom repos": [
|
@@ -1251,10 +1251,10 @@
|
|
1251
1251
|
"%s から削除できません。ビューが存在しません。"
|
1252
1252
|
],
|
1253
1253
|
"Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}": [
|
1254
|
-
"コンテンツビューに公開リポジトリーが含まれている場合には、製品を削除できません。製品: %{product}
|
1254
|
+
"コンテンツビューに公開リポジトリーが含まれている場合には、製品を削除できません。製品: %{product}、{view_versions}"
|
1255
1255
|
],
|
1256
1256
|
"Cannot delete product: %{product} with repositories that are the last affected repository in content view filters. Delete these repositories before deleting product.": [
|
1257
|
-
"
|
1257
|
+
""
|
1258
1258
|
],
|
1259
1259
|
"Cannot delete provider with attached products": [
|
1260
1260
|
"製品が割り当てられたプロバイダーを削除できません"
|
@@ -1287,13 +1287,13 @@
|
|
1287
1287
|
"Red hat 製品からカスタムサブスクリプションをインポートできません。"
|
1288
1288
|
],
|
1289
1289
|
"Cannot incrementally export from a filtered and a non-filtered content view version. The exported content view version '%{content_view} %{current}' cannot be incrementally updated from version '%{from}.'. Please do a full export.": [
|
1290
|
-
"
|
1290
|
+
""
|
1291
1291
|
],
|
1292
1292
|
"Cannot incrementally export from a incrementally exported version and a regular version or vice-versa. The exported Content View Version '%{content_view} %{current}' cannot be incrementally exported from version '%{from}.' Please do a full export.": [
|
1293
|
-
"
|
1293
|
+
""
|
1294
1294
|
],
|
1295
1295
|
"Cannot install errata: No errata found for search term '%s'": [
|
1296
|
-
"
|
1296
|
+
""
|
1297
1297
|
],
|
1298
1298
|
"Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}": [
|
1299
1299
|
"複合コンテンツビューバージョン (%{name} バージョン、バージョン %{version}) で増分更新を実行できません"
|
@@ -1326,7 +1326,7 @@
|
|
1326
1326
|
"環境からコンテンツビューを削除できません。ライフサイクル環境 '%{env}' にはコンテンツビュー '%{view}' がありません。"
|
1327
1327
|
],
|
1328
1328
|
"Cannot remove package(s): No installed packages found for search term '%s'.": [
|
1329
|
-
"
|
1329
|
+
""
|
1330
1330
|
],
|
1331
1331
|
"Cannot set attribute %{attr} for content type %{type}": [
|
1332
1332
|
"コンテンツタイプ %{type} に属性 %{attr} を設定できません"
|
@@ -1335,7 +1335,7 @@
|
|
1335
1335
|
"複合コンテンツビュー以外には自動公開を設定できません"
|
1336
1336
|
],
|
1337
1337
|
"Cannot skip metadata check on non-yum/deb repositories.": [
|
1338
|
-
"
|
1338
|
+
""
|
1339
1339
|
],
|
1340
1340
|
"Cannot specify components for non-composite views": [
|
1341
1341
|
"複合ビュー以外のコンポーネントを指定できません"
|
@@ -1347,10 +1347,10 @@
|
|
1347
1347
|
"file:// リポジトリーをオンデマンドダウンロードポリシーと同期できません"
|
1348
1348
|
],
|
1349
1349
|
"Cannot update properties of a container push repository": [
|
1350
|
-
"
|
1350
|
+
""
|
1351
1351
|
],
|
1352
1352
|
"Cannot upgrade packages: No installed packages found for search term '%s'.": [
|
1353
|
-
"
|
1353
|
+
""
|
1354
1354
|
],
|
1355
1355
|
"Cannot upload Ansible collections.": [
|
1356
1356
|
"Ansible コレクションをアップロードできません。"
|
@@ -1359,7 +1359,7 @@
|
|
1359
1359
|
"コンテナーイメージのコンテンツをアップロードできません。"
|
1360
1360
|
],
|
1361
1361
|
"Cannot upload container content via Hammer/API. Use podman push instead.": [
|
1362
|
-
"
|
1362
|
+
""
|
1363
1363
|
],
|
1364
1364
|
"Capacity": [
|
1365
1365
|
"容量"
|
@@ -1371,19 +1371,19 @@
|
|
1371
1371
|
"コンテンツソースの変更"
|
1372
1372
|
],
|
1373
1373
|
"Change content view environments": [
|
1374
|
-
"
|
1374
|
+
""
|
1375
1375
|
],
|
1376
1376
|
"Change host content source": [
|
1377
1377
|
"ホストコンテンツソースの変更"
|
1378
1378
|
],
|
1379
1379
|
"Changing a host's content source will change the Smart Proxy from which the host gets its content.": [
|
1380
|
-
"
|
1380
|
+
""
|
1381
1381
|
],
|
1382
1382
|
"Check audited changes and proceed only if content or filters have changed since last publish": [
|
1383
|
-
"
|
1383
|
+
""
|
1384
1384
|
],
|
1385
1385
|
"Check for missing or corrupted artifacts, and attempt to redownload them.": [
|
1386
|
-
"
|
1386
|
+
""
|
1387
1387
|
],
|
1388
1388
|
"Check if a connection can be made to Red Hat Subscription Management.": [
|
1389
1389
|
"Red Hat Subscription Management に接続できるかどうかを確認します。"
|
@@ -1404,7 +1404,7 @@
|
|
1404
1404
|
"オンデマンドのダウンロードポリシーが指定された Yum リポジトリーにはチェックサムタイプを設定できません。"
|
1405
1405
|
],
|
1406
1406
|
"Checksum used for published repository contents. Supported types: %s": [
|
1407
|
-
"
|
1407
|
+
""
|
1408
1408
|
],
|
1409
1409
|
"Choose content credentials if required for this RHUI source.": [
|
1410
1410
|
"この RHUI ソースに必要な場合は、コンテンツの認証情報を選択します。"
|
@@ -1422,7 +1422,7 @@
|
|
1422
1422
|
"タスクのタスクページに移動するには、ここをクリックしてください。"
|
1423
1423
|
],
|
1424
1424
|
"Click to see repositories available to add.": [
|
1425
|
-
"
|
1425
|
+
""
|
1426
1426
|
],
|
1427
1427
|
"Click {update} below to save changes.": [
|
1428
1428
|
"{update} をクリックして変更を保存します。"
|
@@ -1437,13 +1437,13 @@
|
|
1437
1437
|
"すべて折りたたむ"
|
1438
1438
|
],
|
1439
1439
|
"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.": [
|
1440
|
-
"
|
1440
|
+
""
|
1441
1441
|
],
|
1442
1442
|
"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.": [
|
1443
|
-
"
|
1443
|
+
""
|
1444
1444
|
],
|
1445
1445
|
"Comma-separated list of content view environment labels to be associated with the host, 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.": [
|
1446
|
-
"
|
1446
|
+
""
|
1447
1447
|
],
|
1448
1448
|
"Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front.": [
|
1449
1449
|
"コンマ区切りのサブパスの一覧。すべてのサブパスには、必ず末尾にスラッシュが必要で、先頭には不要です"
|
@@ -1454,14 +1454,11 @@
|
|
1454
1454
|
"Comma-separated list of tags to sync for a container image repository": [
|
1455
1455
|
"コンテナーイメージリポジトリーに同期するコンマ区切りのタグ一覧"
|
1456
1456
|
],
|
1457
|
-
"Commit upload": [
|
1458
|
-
""
|
1459
|
-
],
|
1460
1457
|
"Compare": [
|
1461
1458
|
"比較"
|
1462
1459
|
],
|
1463
1460
|
"Completed pulp task protection days": [
|
1464
|
-
"
|
1461
|
+
""
|
1465
1462
|
],
|
1466
1463
|
"Component": [
|
1467
1464
|
"コンポーネント"
|
@@ -1475,9 +1472,6 @@
|
|
1475
1472
|
"Components": [
|
1476
1473
|
"コンポーネント"
|
1477
1474
|
],
|
1478
|
-
"Composite": [
|
1479
|
-
""
|
1480
|
-
],
|
1481
1475
|
"Composite Content View": [
|
1482
1476
|
"複合コンテンツビュー"
|
1483
1477
|
],
|
@@ -1494,10 +1488,10 @@
|
|
1494
1488
|
"コンピュートリソース ID"
|
1495
1489
|
],
|
1496
1490
|
"Configuration still must be updated on {hosts}": [
|
1497
|
-
"
|
1491
|
+
""
|
1498
1492
|
],
|
1499
1493
|
"Configuration updated on Foreman": [
|
1500
|
-
"
|
1494
|
+
""
|
1501
1495
|
],
|
1502
1496
|
"Confirm Deletion": [
|
1503
1497
|
"削除の確定"
|
@@ -1508,15 +1502,6 @@
|
|
1508
1502
|
"Consider changing the Lifecycle Environment's Registry Name Pattern to something more specific.": [
|
1509
1503
|
"ライフサイクル環境のレジストリー名のパターンをより具体的な名前に変更することをご検討ください。"
|
1510
1504
|
],
|
1511
|
-
"Consisting of multiple content views": [
|
1512
|
-
""
|
1513
|
-
],
|
1514
|
-
"Consists of content views": [
|
1515
|
-
""
|
1516
|
-
],
|
1517
|
-
"Consists of repositories": [
|
1518
|
-
""
|
1519
|
-
],
|
1520
1505
|
"Consumed": [
|
1521
1506
|
"使用済み"
|
1522
1507
|
],
|
@@ -1553,6 +1538,15 @@
|
|
1553
1538
|
"Container tags": [
|
1554
1539
|
"コンテナータグ"
|
1555
1540
|
],
|
1541
|
+
"Contains content views. You must choose the version to use for each content view.": [
|
1542
|
+
""
|
1543
|
+
],
|
1544
|
+
"Contains repositories. Always serves the latest synced content, without the need to publish versions.": [
|
1545
|
+
""
|
1546
|
+
],
|
1547
|
+
"Contains repositories. Versions are published and optionally filtered.": [
|
1548
|
+
""
|
1549
|
+
],
|
1556
1550
|
"Content": [
|
1557
1551
|
"コンテンツ"
|
1558
1552
|
],
|
@@ -1605,7 +1599,7 @@
|
|
1605
1599
|
"コンテンツビューフィルター ID"
|
1606
1600
|
],
|
1607
1601
|
"Content View Filter identifier. Use to filter by ID": [
|
1608
|
-
"
|
1602
|
+
""
|
1609
1603
|
],
|
1610
1604
|
"Content View ID": [
|
1611
1605
|
"コンテンツビュー ID"
|
@@ -1650,10 +1644,10 @@
|
|
1650
1644
|
"コンテンツの認証情報"
|
1651
1645
|
],
|
1652
1646
|
"Content facet for host %s has more than one content view. Use #content_views instead.": [
|
1653
|
-
"
|
1647
|
+
""
|
1654
1648
|
],
|
1655
1649
|
"Content facet for host %s has more than one lifecycle environment. Use #lifecycle_environments instead.": [
|
1656
|
-
"
|
1650
|
+
""
|
1657
1651
|
],
|
1658
1652
|
"Content files to upload. Can be a single file or array of files.": [
|
1659
1653
|
"アップロードするコンテンツファイルです。単一ファイルまたはファイルの配列を指定できます。"
|
@@ -1668,7 +1662,7 @@
|
|
1668
1662
|
"%{user} によって '%{name}' にインポートされたコンテンツ"
|
1669
1663
|
],
|
1670
1664
|
"Content may come from {contentSourceName} or any other Smart Proxy behind the load balancer.": [
|
1671
|
-
"
|
1665
|
+
""
|
1672
1666
|
],
|
1673
1667
|
"Content not uploaded to pulp": [
|
1674
1668
|
"コンテンツが pulp にアップロードされませんでした"
|
@@ -1689,28 +1683,28 @@
|
|
1689
1683
|
"コンテンツタイプ"
|
1690
1684
|
],
|
1691
1685
|
"Content type %{content_type_string} does not belong to an enabled repo type.": [
|
1692
|
-
"コンテンツタイプ %{content_type_string}
|
1686
|
+
"コンテンツタイプ %{content_type_string} は、有効なリポジトリータイプに所属していません。"
|
1693
1687
|
],
|
1694
1688
|
"Content type %{content_type} is incompatible with repositories of type %{repo_type}": [
|
1695
1689
|
"コンテンツタイプ %{content_type} には、タイプ %{repo_type} のリポジトリーとの互換性がありません"
|
1696
1690
|
],
|
1697
1691
|
"Content type does not support repo discovery": [
|
1698
|
-
"
|
1692
|
+
""
|
1699
1693
|
],
|
1700
1694
|
"Content view": [
|
1701
1695
|
"コンテンツビュー"
|
1702
1696
|
],
|
1703
1697
|
"Content view ${name} created": [
|
1704
|
-
"コンテンツビュー
|
1698
|
+
"コンテンツビュー {name} が作成されました"
|
1705
1699
|
],
|
1706
1700
|
"Content view '%{content_view}' is not attached to the environment.": [
|
1707
|
-
"
|
1701
|
+
""
|
1708
1702
|
],
|
1709
1703
|
"Content view '%{content_view}' is not attached to this capsule.": [
|
1710
|
-
"
|
1704
|
+
""
|
1711
1705
|
],
|
1712
1706
|
"Content view '%{cv_name}' is a generated content view, which cannot be assigned to hosts or activation keys.": [
|
1713
|
-
"
|
1707
|
+
""
|
1714
1708
|
],
|
1715
1709
|
"Content view '%{view}' is not in environment '%{env}'": [
|
1716
1710
|
"コンテンツビュー '%{view}' は環境 '%{env}' にありません"
|
@@ -1722,25 +1716,25 @@
|
|
1722
1716
|
"コンテンツビュー ID"
|
1723
1717
|
],
|
1724
1718
|
"Content view and environment not set for registration.": [
|
1725
|
-
"
|
1719
|
+
""
|
1726
1720
|
],
|
1727
1721
|
"Content view and lifecycle environment must be provided together": [
|
1728
|
-
"
|
1722
|
+
""
|
1729
1723
|
],
|
1730
1724
|
"Content view does not need a publish since there are no audited changes since the last publish. Pass check_needs_publish parameter as false if you don't want to check if content view needs a publish.": [
|
1731
|
-
"
|
1725
|
+
""
|
1732
1726
|
],
|
1733
1727
|
"Content view environment": [
|
1734
|
-
"
|
1728
|
+
""
|
1735
1729
|
],
|
1736
1730
|
"Content view environments": [
|
1737
|
-
"
|
1731
|
+
""
|
1738
1732
|
],
|
1739
1733
|
"Content view environments and activation key must all belong to the same organization": [
|
1740
|
-
"
|
1734
|
+
""
|
1741
1735
|
],
|
1742
1736
|
"Content view environments must have both a content view and an environment": [
|
1743
|
-
"
|
1737
|
+
""
|
1744
1738
|
],
|
1745
1739
|
"Content view has repository label '%s' which is not specified in repos_units parameter.": [
|
1746
1740
|
"コンテンツビューには '%s' のリポジトリーラベルが含まれていますが、このラベルは repos_units パラメーターで指定されていません。"
|
@@ -1752,7 +1746,7 @@
|
|
1752
1746
|
"コンテンツビューラベル"
|
1753
1747
|
],
|
1754
1748
|
"Content view must be specified": [
|
1755
|
-
"
|
1749
|
+
""
|
1756
1750
|
],
|
1757
1751
|
"Content view name": [
|
1758
1752
|
"コンテンツビュー名"
|
@@ -1764,10 +1758,10 @@
|
|
1764
1758
|
"コンテンツビューの数値 ID"
|
1765
1759
|
],
|
1766
1760
|
"Content view promote failure": [
|
1767
|
-
"
|
1761
|
+
""
|
1768
1762
|
],
|
1769
1763
|
"Content view publish failure": [
|
1770
|
-
"
|
1764
|
+
""
|
1771
1765
|
],
|
1772
1766
|
"Content view version export history identifier": [
|
1773
1767
|
"コンテンツビューバージョンのエクスポート履歴 ID"
|
@@ -1779,10 +1773,10 @@
|
|
1779
1773
|
"コンテンツビューバージョンのインポート履歴 ID"
|
1780
1774
|
],
|
1781
1775
|
"Content view version is empty": [
|
1782
|
-
"
|
1776
|
+
""
|
1783
1777
|
],
|
1784
1778
|
"Content view version is empty or content counts are not up to date": [
|
1785
|
-
"
|
1779
|
+
""
|
1786
1780
|
],
|
1787
1781
|
"Content views": [
|
1788
1782
|
"コンテンツビュー"
|
@@ -1811,26 +1805,14 @@
|
|
1811
1805
|
"Copy": [
|
1812
1806
|
"コピー"
|
1813
1807
|
],
|
1814
|
-
"Copy all units": [
|
1815
|
-
""
|
1816
|
-
],
|
1817
1808
|
"Copy an activation key": [
|
1818
1809
|
"アクティベーションキーをコピーします"
|
1819
1810
|
],
|
1820
|
-
"Copy content": [
|
1821
|
-
""
|
1822
|
-
],
|
1823
1811
|
"Copy content view": [
|
1824
1812
|
"コンテンツビューのコピー"
|
1825
1813
|
],
|
1826
1814
|
"Copy to clipboard": [
|
1827
|
-
"
|
1828
|
-
],
|
1829
|
-
"Copy version": [
|
1830
|
-
""
|
1831
|
-
],
|
1832
|
-
"Copy version units to library": [
|
1833
|
-
""
|
1815
|
+
"クリップボードへのコピー"
|
1834
1816
|
],
|
1835
1817
|
"Cores per socket": [
|
1836
1818
|
"1 ソケットあたりのコア数"
|
@@ -1848,10 +1830,10 @@
|
|
1848
1830
|
"%{count} 件のエラータが見つかりませんでした。検索結果: %{found}"
|
1849
1831
|
],
|
1850
1832
|
"Could not find %{name} resource with id %{id}. %{perms_message}": [
|
1851
|
-
"ID が
|
1833
|
+
"ID が %%{id} の %%{name} リソースが見つかりませんでした。%{perms_message}"
|
1852
1834
|
],
|
1853
1835
|
"Could not find %{name} resources with ids %{ids}": [
|
1854
|
-
"ID が
|
1836
|
+
"ID が %%{ids} の %%{name} リソースが見つかりませんでした"
|
1855
1837
|
],
|
1856
1838
|
"Could not find Environment with ids: %s": [
|
1857
1839
|
"以下の ID の環境が見つかりませんでした: %s"
|
@@ -1872,13 +1854,13 @@
|
|
1872
1854
|
"プロモート環境が見つかりませんでした"
|
1873
1855
|
],
|
1874
1856
|
"Could not locate Pulp distribution.": [
|
1875
|
-
"
|
1857
|
+
""
|
1876
1858
|
],
|
1877
1859
|
"Could not locate local uploaded repository for content indexing.": [
|
1878
|
-
"
|
1860
|
+
""
|
1879
1861
|
],
|
1880
1862
|
"Could not locate repository properties for content indexing.": [
|
1881
|
-
"
|
1863
|
+
""
|
1882
1864
|
],
|
1883
1865
|
"Could not remove the lifecycle environment from the smart proxy": [
|
1884
1866
|
"Smart Proxy からライフサイクル環境を削除できませんでした"
|
@@ -1917,7 +1899,7 @@
|
|
1917
1899
|
"コンテンツホストの環境 '%s' が見つかりませんでした"
|
1918
1900
|
],
|
1919
1901
|
"Couldn't find content view environment with content view ID '%{cv}' and environment ID '%{env}'": [
|
1920
|
-
"
|
1902
|
+
""
|
1921
1903
|
],
|
1922
1904
|
"Couldn't find content view version '%s'": [
|
1923
1905
|
"コンテンツビューのバージョン '%s' が見つかりませんでした"
|
@@ -1962,7 +1944,7 @@
|
|
1962
1944
|
"名前が '%s' の Smart Proxy は見つかりませんでした"
|
1963
1945
|
],
|
1964
1946
|
"Couldn't find specified content view and lifecycle environment.": [
|
1965
|
-
"
|
1947
|
+
""
|
1966
1948
|
],
|
1967
1949
|
"Couldn't find subject of synchronization": [
|
1968
1950
|
"同期の件名が見つかりませんでした"
|
@@ -1977,7 +1959,7 @@
|
|
1977
1959
|
"代替コンテンツソースの作成"
|
1978
1960
|
],
|
1979
1961
|
"Create Container Push Repository Root": [
|
1980
|
-
"
|
1962
|
+
""
|
1981
1963
|
],
|
1982
1964
|
"Create Export History": [
|
1983
1965
|
"エクスポート履歴の作成"
|
@@ -2007,7 +1989,7 @@
|
|
2007
1989
|
"フィルタールールの作成。組み込まれるパラメーターはフィルタータイプに基づいている必要があります。"
|
2008
1990
|
],
|
2009
1991
|
"Create a flatpak remote": [
|
2010
|
-
"
|
1992
|
+
""
|
2011
1993
|
],
|
2012
1994
|
"Create a host collection": [
|
2013
1995
|
"ホストコレクションの作成"
|
@@ -2039,23 +2021,14 @@
|
|
2039
2021
|
"Create content view": [
|
2040
2022
|
"コンテンツビューの作成"
|
2041
2023
|
],
|
2042
|
-
"Create exporter": [
|
2043
|
-
""
|
2044
|
-
],
|
2045
2024
|
"Create filter": [
|
2046
2025
|
"フィルターの作成"
|
2047
2026
|
],
|
2048
2027
|
"Create host collection": [
|
2049
2028
|
"ホストコレクションの作成"
|
2050
2029
|
],
|
2051
|
-
"Create import": [
|
2052
|
-
""
|
2053
|
-
],
|
2054
|
-
"Create importer": [
|
2055
|
-
""
|
2056
|
-
],
|
2057
2030
|
"Create new activation key": [
|
2058
|
-
"
|
2031
|
+
""
|
2059
2032
|
],
|
2060
2033
|
"Create organization": [
|
2061
2034
|
"組織の作成"
|
@@ -2063,12 +2036,6 @@
|
|
2063
2036
|
"Create package filter rule": [
|
2064
2037
|
"パッケージフィルタールールの作成"
|
2065
2038
|
],
|
2066
|
-
"Create publication": [
|
2067
|
-
""
|
2068
|
-
],
|
2069
|
-
"Create remote": [
|
2070
|
-
""
|
2071
|
-
],
|
2072
2039
|
"Create rule": [
|
2073
2040
|
"ルールの作成"
|
2074
2041
|
],
|
@@ -2148,7 +2115,7 @@
|
|
2148
2115
|
"Deb パッケージ"
|
2149
2116
|
],
|
2150
2117
|
"Debian packages": [
|
2151
|
-
"
|
2118
|
+
""
|
2152
2119
|
],
|
2153
2120
|
"Debug Certificate": [
|
2154
2121
|
"デバッグ証明書"
|
@@ -2186,23 +2153,23 @@
|
|
2186
2153
|
"Default System SLA": [
|
2187
2154
|
"デフォルトのシステム SLA"
|
2188
2155
|
],
|
2189
|
-
"Default content view versions cannot be promoted": [
|
2156
|
+
"Default and Rolling content view versions cannot be promoted": [
|
2190
2157
|
""
|
2191
2158
|
],
|
2192
2159
|
"Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')": [
|
2193
|
-
"Smart Proxy 同期のデフォルトのダウンロードポリシー ('
|
2160
|
+
"Smart Proxy 同期のデフォルトのダウンロードポリシー ('inherit'、'immediate'、または 'on_demand' のいずれか)"
|
2194
2161
|
],
|
2195
2162
|
"Default download policy for custom repositories (either 'immediate' or 'on_demand')": [
|
2196
|
-
"カスタムリポジトリーのデフォルトのダウンロードポリシー ('
|
2163
|
+
"カスタムリポジトリーのデフォルトのダウンロードポリシー ('immediate' または 'on_demand' のいずれか)"
|
2197
2164
|
],
|
2198
2165
|
"Default download policy for enabled Red Hat repositories (either 'immediate' or 'on_demand')": [
|
2199
|
-
"有効な Red Hat リポジトリーのデフォルトのダウンロードポリシー ('
|
2166
|
+
"有効な Red Hat リポジトリーのデフォルトのダウンロードポリシー ('immediate' または 'on_demand' のいずれか)"
|
2200
2167
|
],
|
2201
2168
|
"Default export format": [
|
2202
|
-
"
|
2169
|
+
""
|
2203
2170
|
],
|
2204
2171
|
"Default export format for content-exports(either 'syncable' or 'importable')": [
|
2205
|
-
"
|
2172
|
+
""
|
2206
2173
|
],
|
2207
2174
|
"Default finish template for new Operating Systems created from synced content": [
|
2208
2175
|
"同期コンテンツから作成された新規オペレーティングシステムのデフォルト完了テンプレート"
|
@@ -2295,10 +2262,10 @@
|
|
2295
2262
|
"フィルタールールの削除"
|
2296
2263
|
],
|
2297
2264
|
"Delete a flatpak remote": [
|
2298
|
-
"
|
2265
|
+
""
|
2299
2266
|
],
|
2300
2267
|
"Delete activation key?": [
|
2301
|
-
"
|
2268
|
+
""
|
2302
2269
|
],
|
2303
2270
|
"Delete all subscriptions attached to activation keys.": [
|
2304
2271
|
"アクティベーションキーにアタッチされている全サブスクリプションを削除します。"
|
@@ -2316,9 +2283,6 @@
|
|
2316
2283
|
"コンテンツビューの削除"
|
2317
2284
|
],
|
2318
2285
|
"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.": [
|
2319
|
-
"このリポジトリーが関連付けられた最後のリポジトリーであるコンテンツビューフィルターを削除します。デフォルトは true です。false の場合、そのようなフィルターがコンテンツビュー内のすべてのリポジトリーに適用されます。"
|
2320
|
-
],
|
2321
|
-
"Delete distributions": [
|
2322
2286
|
""
|
2323
2287
|
],
|
2324
2288
|
"Delete manifest from Red Hat provider": [
|
@@ -2327,27 +2291,6 @@
|
|
2327
2291
|
"Delete multiple filters from a content view": [
|
2328
2292
|
"コンテンツビューから複数のフィルターを削除します"
|
2329
2293
|
],
|
2330
|
-
"Delete orphan alternate content sources": [
|
2331
|
-
""
|
2332
|
-
],
|
2333
|
-
"Delete orphan distributions": [
|
2334
|
-
""
|
2335
|
-
],
|
2336
|
-
"Delete orphan remotes": [
|
2337
|
-
""
|
2338
|
-
],
|
2339
|
-
"Delete orphan repository versions": [
|
2340
|
-
""
|
2341
|
-
],
|
2342
|
-
"Delete orphaned migrated repositories": [
|
2343
|
-
""
|
2344
|
-
],
|
2345
|
-
"Delete remote": [
|
2346
|
-
""
|
2347
|
-
],
|
2348
|
-
"Delete repository references": [
|
2349
|
-
""
|
2350
|
-
],
|
2351
2294
|
"Delete version": [
|
2352
2295
|
"バージョンの削除"
|
2353
2296
|
],
|
@@ -2355,7 +2298,7 @@
|
|
2355
2298
|
"バージョンの削除"
|
2356
2299
|
],
|
2357
2300
|
"Deleted %{host_count} %{hosts}": [
|
2358
|
-
"
|
2301
|
+
""
|
2359
2302
|
],
|
2360
2303
|
"Deleted consumer '%s'": [
|
2361
2304
|
"コンシューマー '%s' を削除しました"
|
@@ -2379,7 +2322,7 @@
|
|
2379
2322
|
"バージョンを削除しています: {versionList}"
|
2380
2323
|
],
|
2381
2324
|
"Depth": [
|
2382
|
-
"
|
2325
|
+
""
|
2383
2326
|
],
|
2384
2327
|
"Description": [
|
2385
2328
|
"説明"
|
@@ -2394,7 +2337,7 @@
|
|
2394
2337
|
"新規に公開されたコンテンツビューバージョンの説明"
|
2395
2338
|
],
|
2396
2339
|
"Description of the flatpak remote": [
|
2397
|
-
"
|
2340
|
+
""
|
2398
2341
|
],
|
2399
2342
|
"Description of the repository": [
|
2400
2343
|
"リポジトリーの説明"
|
@@ -2447,12 +2390,6 @@
|
|
2447
2390
|
"Destroy an environment in an organization": [
|
2448
2391
|
"組織の環境を破棄"
|
2449
2392
|
],
|
2450
|
-
"Destroy exporter": [
|
2451
|
-
""
|
2452
|
-
],
|
2453
|
-
"Destroy importer": [
|
2454
|
-
""
|
2455
|
-
],
|
2456
2393
|
"Destroy one or more alternate content sources": [
|
2457
2394
|
"1 つ以上の代替コンテンツソースの破棄"
|
2458
2395
|
],
|
@@ -2469,10 +2406,10 @@
|
|
2469
2406
|
"詳細"
|
2470
2407
|
],
|
2471
2408
|
"Determining settings for ${truncate(name)}": [
|
2472
|
-
"
|
2409
|
+
""
|
2473
2410
|
],
|
2474
2411
|
"Digest": [
|
2475
|
-
"
|
2412
|
+
""
|
2476
2413
|
],
|
2477
2414
|
"Directly setting package lists on composite content views is not allowed. Please update the components, then re-publish the composite.": [
|
2478
2415
|
"複合コンテンツビューにパッケージリストを直接設定することはできません。コンポーネントを更新してから、複合を再公開してください。"
|
@@ -2501,9 +2438,6 @@
|
|
2501
2438
|
"Disabling Simple Content Access failed for '%{subject}'.": [
|
2502
2439
|
"'%{subject}' のシンプルコンテンツアクセスの有効化に失敗しました。"
|
2503
2440
|
],
|
2504
|
-
"Discover": [
|
2505
|
-
""
|
2506
|
-
],
|
2507
2441
|
"Discover Repositories": [
|
2508
2442
|
"リポジトリーの検出"
|
2509
2443
|
],
|
@@ -2532,16 +2466,16 @@
|
|
2532
2466
|
"レート制限のダウンロード"
|
2533
2467
|
],
|
2534
2468
|
"Due to a change in your organizations, this container name has become ambiguous (org name '%{org_label}'). If you wish to continue using this container name, destroy the organization in conflict with '%{o_name} (id %{o_id}). If you wish to keep both orgs, destroy '%{o_label}/%{prod_label}/%{root_repo_label}' and retry your push using the id format.": [
|
2535
|
-
"
|
2469
|
+
""
|
2536
2470
|
],
|
2537
2471
|
"Due to a change in your products, this container name has become ambiguous (product name '%{prod_label}'). If you wish to continue using this container name, destroy the product in conflict with '%{prod_name}' (id %{prod_id}). If you wish to keep both products, destroy '%{org_label}/%{prod_dot_label}/%{root_repo_label}' and retry your push using the id format.": [
|
2538
|
-
"
|
2472
|
+
""
|
2539
2473
|
],
|
2540
2474
|
"Duplicate artifact detected": [
|
2541
2475
|
"重複するアーティファクトが検出されました"
|
2542
2476
|
],
|
2543
2477
|
"Duplicate repositories in content view versions": [
|
2544
|
-
"
|
2478
|
+
""
|
2545
2479
|
],
|
2546
2480
|
"Duration": [
|
2547
2481
|
"期間"
|
@@ -2559,13 +2493,13 @@
|
|
2559
2493
|
"URL およびサブパスの編集"
|
2560
2494
|
],
|
2561
2495
|
"Edit activation key": [
|
2562
|
-
"
|
2496
|
+
""
|
2563
2497
|
],
|
2564
2498
|
"Edit content view assignment": [
|
2565
2499
|
"コンテンツビューの割り当てを編集"
|
2566
2500
|
],
|
2567
2501
|
"Edit content view environments": [
|
2568
|
-
"
|
2502
|
+
""
|
2569
2503
|
],
|
2570
2504
|
"Edit credentials": [
|
2571
2505
|
"資格情報の編集"
|
@@ -2637,7 +2571,7 @@
|
|
2637
2571
|
"リポジトリーセットの有効化"
|
2638
2572
|
],
|
2639
2573
|
"Enable structured APT for deb content": [
|
2640
|
-
"
|
2574
|
+
""
|
2641
2575
|
],
|
2642
2576
|
"Enable/Disable auto publish of composite view": [
|
2643
2577
|
"複合ビューの自動公開を有効/無効にします"
|
@@ -2652,7 +2586,7 @@
|
|
2652
2586
|
"'%{subject}' のシンプルコンテンツアクセスの有効化に失敗しました。"
|
2653
2587
|
],
|
2654
2588
|
"Enabling Tracer requires installing the katello-host-tools-tracer package on the host.": [
|
2655
|
-
"
|
2589
|
+
""
|
2656
2590
|
],
|
2657
2591
|
"End Date": [
|
2658
2592
|
"終了日"
|
@@ -2688,10 +2622,10 @@
|
|
2688
2622
|
"環境"
|
2689
2623
|
],
|
2690
2624
|
"Environment ID": [
|
2691
|
-
"
|
2625
|
+
""
|
2692
2626
|
],
|
2693
2627
|
"Environment ID and content view ID must be provided together": [
|
2694
|
-
"
|
2628
|
+
""
|
2695
2629
|
],
|
2696
2630
|
"Environment IDs": [
|
2697
2631
|
"環境 ID"
|
@@ -2699,14 +2633,11 @@
|
|
2699
2633
|
"Environment cannot be in its own promotion path": [
|
2700
2634
|
"同じ環境内のプロモートパスに環境を存在させることはできません。"
|
2701
2635
|
],
|
2702
|
-
"Environment contents refresh": [
|
2703
|
-
""
|
2704
|
-
],
|
2705
2636
|
"Environment identifier": [
|
2706
2637
|
"環境 ID"
|
2707
2638
|
],
|
2708
2639
|
"Environment name": [
|
2709
|
-
"
|
2640
|
+
""
|
2710
2641
|
],
|
2711
2642
|
"Environments": [
|
2712
2643
|
"環境"
|
@@ -2733,22 +2664,19 @@
|
|
2733
2664
|
"%s によりエラータのインストールがスケジュールされました"
|
2734
2665
|
],
|
2735
2666
|
"Errata and package information will be updated at the next host check-in or package action.": [
|
2736
|
-
"
|
2667
|
+
""
|
2737
2668
|
],
|
2738
2669
|
"Errata and package information will be updated immediately.": [
|
2739
|
-
"
|
2670
|
+
""
|
2740
2671
|
],
|
2741
2672
|
"Errata id of the erratum (RHSA-2012:108)": [
|
2742
2673
|
"エラータのエラータ ID (RHSA-2012:108)"
|
2743
2674
|
],
|
2744
|
-
"Errata mail": [
|
2745
|
-
""
|
2746
|
-
],
|
2747
2675
|
"Errata statuses not updated for deleted content facet with UUID %s": [
|
2748
|
-
"
|
2676
|
+
""
|
2749
2677
|
],
|
2750
2678
|
"Errata to apply": [
|
2751
|
-
"
|
2679
|
+
""
|
2752
2680
|
],
|
2753
2681
|
"Errata to exclusively include in the action": [
|
2754
2682
|
"アクションにだけ含めるエラータ"
|
@@ -2799,7 +2727,7 @@
|
|
2799
2727
|
"除外"
|
2800
2728
|
],
|
2801
2729
|
"Exclude Refs": [
|
2802
|
-
"
|
2730
|
+
""
|
2803
2731
|
],
|
2804
2732
|
"Exclude all RPMs not associated to any errata": [
|
2805
2733
|
"エラータに関連付けられていないすべての RPM を除外する"
|
@@ -2829,10 +2757,10 @@
|
|
2829
2757
|
"日 (期限切れまでの日数)"
|
2830
2758
|
],
|
2831
2759
|
"Expired ": [
|
2832
|
-
"
|
2760
|
+
""
|
2833
2761
|
],
|
2834
2762
|
"Expires ": [
|
2835
|
-
"
|
2763
|
+
""
|
2836
2764
|
],
|
2837
2765
|
"Export": [
|
2838
2766
|
"エクスポート"
|
@@ -2856,10 +2784,10 @@
|
|
2856
2784
|
"CSVとしてエクスポート"
|
2857
2785
|
],
|
2858
2786
|
"Export failed: One or more repositories needs to be synced (with Immediate download policy.)": [
|
2859
|
-
"
|
2787
|
+
""
|
2860
2788
|
],
|
2861
2789
|
"Export formats.Choose syncable if the exported content needs to be in a yum format. This option is only available for %{syncable_repos} repositories. Choose importable if the importing server uses the same version and exported content needs to be one of %{importable_repos} repositories.": [
|
2862
|
-
"
|
2790
|
+
""
|
2863
2791
|
],
|
2864
2792
|
"Export history identifier used for incremental export. If not provided the most recent export history will be used.": [
|
2865
2793
|
"増分エクスポートに使用されるエクスポート履歴識別子。指定されていない場合は、最新のエクスポート履歴が使用されます。"
|
@@ -2871,7 +2799,7 @@
|
|
2871
2799
|
"エクスポートされたバージョン"
|
2872
2800
|
],
|
2873
2801
|
"Extended support": [
|
2874
|
-
"
|
2802
|
+
""
|
2875
2803
|
],
|
2876
2804
|
"Facts successfully updated.": [
|
2877
2805
|
"ファクトが正常に更新されました。"
|
@@ -2903,9 +2831,6 @@
|
|
2903
2831
|
"Fetch installable errata for one or more hosts.": [
|
2904
2832
|
"1 つまたは複数のホストにインストール可能なエラータを取得します。"
|
2905
2833
|
],
|
2906
|
-
"Fetch pxe files": [
|
2907
|
-
""
|
2908
|
-
],
|
2909
2834
|
"Fetch traces for one or more hosts": [
|
2910
2835
|
"1 台以上のホストのトレースを取得します"
|
2911
2836
|
],
|
@@ -2937,7 +2862,7 @@
|
|
2937
2862
|
"指定したコンポーネントバージョンで公開がトリガーされた複合バージョンをフィルタリングする"
|
2938
2863
|
],
|
2939
2864
|
"Filter content view versions that contain the file": [
|
2940
|
-
"
|
2865
|
+
""
|
2941
2866
|
],
|
2942
2867
|
"Filter created": [
|
2943
2868
|
"フィルターが作成されました"
|
@@ -2999,9 +2924,6 @@
|
|
2999
2924
|
"Filter versions that are components in the specified composite version": [
|
3000
2925
|
"指定した複合バージョンに含まれるコンポーネントのバージョンを絞り込む"
|
3001
2926
|
],
|
3002
|
-
"Filtered index content": [
|
3003
|
-
""
|
3004
|
-
],
|
3005
2927
|
"Filters": [
|
3006
2928
|
"フィルター"
|
3007
2929
|
],
|
@@ -3009,10 +2931,10 @@
|
|
3009
2931
|
"フィルターが削除されました"
|
3010
2932
|
],
|
3011
2933
|
"Filters were applied to this version.": [
|
3012
|
-
"
|
2934
|
+
""
|
3013
2935
|
],
|
3014
2936
|
"Filters will be applied to this content view version.": [
|
3015
|
-
"
|
2937
|
+
""
|
3016
2938
|
],
|
3017
2939
|
"Find the relative path for each RHUI repository and combine them in a comma-separated list.": [
|
3018
2940
|
"各 RHUI リポジトリーの相対パスを見つけ、それらをコンマ区切りリストで組み合わせます。"
|
@@ -3024,13 +2946,13 @@
|
|
3024
2946
|
"終了"
|
3025
2947
|
],
|
3026
2948
|
"Flatpak Remotes": [
|
3027
|
-
"
|
2949
|
+
""
|
3028
2950
|
],
|
3029
2951
|
"Flatpak remote numeric identifier": [
|
3030
|
-
"
|
2952
|
+
""
|
3031
2953
|
],
|
3032
2954
|
"Flatpak remote repository numeric identifier": [
|
3033
|
-
"
|
2955
|
+
""
|
3034
2956
|
],
|
3035
2957
|
"Force": [
|
3036
2958
|
"強制"
|
@@ -3042,16 +2964,16 @@
|
|
3042
2964
|
"強制的に同期し、全コンテンツのチェックサムを検証します。Yum リポジトリーでのみ使用されます。"
|
3043
2965
|
],
|
3044
2966
|
"Force content view promotion and bypass lifecycle environment restriction": [
|
3045
|
-
"
|
2967
|
+
""
|
3046
2968
|
],
|
3047
2969
|
"Force delete the repository by removing it from all content view versions": [
|
3048
2970
|
"すべてのコンテンツビューバージョンからリポジトリーを削除して、リポジトリーを強制的に削除します"
|
3049
2971
|
],
|
3050
2972
|
"Force metadata regeneration to proceed. Dangerous operation when version has repositories with the 'Complete Mirroring' mirroring policy": [
|
3051
|
-
"
|
2973
|
+
""
|
3052
2974
|
],
|
3053
2975
|
"Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy": [
|
3054
|
-
"
|
2976
|
+
""
|
3055
2977
|
],
|
3056
2978
|
"Force promotion": [
|
3057
2979
|
"プロモーションの強制"
|
@@ -3063,10 +2985,10 @@
|
|
3063
2985
|
"アップストリームの変更が検出されない場合でも、強制的に同期します。yum 以外のリポジトリーはスキップされます。"
|
3064
2986
|
],
|
3065
2987
|
"Force sync even if no upstream changes are detected. Only used with yum or deb repositories.": [
|
3066
|
-
"
|
2988
|
+
""
|
3067
2989
|
],
|
3068
2990
|
"Forces a republish of the specified repository, regenerating metadata and symlinks on the filesystem. Not allowed for repositories with the 'Complete Mirroring' mirroring policy.": [
|
3069
|
-
"
|
2991
|
+
""
|
3070
2992
|
],
|
3071
2993
|
"Forces a republish of the version's repositories' metadata": [
|
3072
2994
|
"バージョンのリポジトリーのメタデータを強制的に再公開します"
|
@@ -3075,7 +2997,7 @@
|
|
3075
2997
|
"説明全文"
|
3076
2998
|
],
|
3077
2999
|
"Full support": [
|
3078
|
-
"
|
3000
|
+
""
|
3079
3001
|
],
|
3080
3002
|
"GPG Key URL": [
|
3081
3003
|
"GPG キー URL"
|
@@ -3087,14 +3009,11 @@
|
|
3087
3009
|
"生成してダウンロード"
|
3088
3010
|
],
|
3089
3011
|
"Generate errata status from directly-installable content": [
|
3090
|
-
"
|
3012
|
+
""
|
3091
3013
|
],
|
3092
3014
|
"Generate host applicability": [
|
3093
3015
|
"ホストに適用可能なエラータを生成します"
|
3094
3016
|
],
|
3095
|
-
"Generate metadata": [
|
3096
|
-
""
|
3097
|
-
],
|
3098
3017
|
"Generate repository applicability": [
|
3099
3018
|
"リポジトリーに適用可能なエラータを生成します"
|
3100
3019
|
],
|
@@ -3102,7 +3021,7 @@
|
|
3102
3021
|
"生成済み"
|
3103
3022
|
],
|
3104
3023
|
"Generated content views cannot be assigned to hosts or activation keys": [
|
3105
|
-
"
|
3024
|
+
""
|
3106
3025
|
],
|
3107
3026
|
"Generated content views cannot be directly published. They can updated only via export.": [
|
3108
3027
|
"生成されたコンテンツビューは直接公開できません。コンテンツビューは、エクスポートしなければ更新されません。"
|
@@ -3141,7 +3060,7 @@
|
|
3141
3060
|
"指定された条件はどのホストともマッチしません。ルールを変更してみてください。"
|
3142
3061
|
],
|
3143
3062
|
"Given criteria doesn't match any non-modular RPMs. Try changing your rule.": [
|
3144
|
-
"
|
3063
|
+
""
|
3145
3064
|
],
|
3146
3065
|
"Go to job details": [
|
3147
3066
|
"ジョブの詳細に移動"
|
@@ -3168,16 +3087,16 @@
|
|
3168
3087
|
"0 より大きい必要があります"
|
3169
3088
|
],
|
3170
3089
|
"Hash containing the Id of the single lifecycle environment to be associated with the activation key.": [
|
3171
|
-
"
|
3090
|
+
""
|
3172
3091
|
],
|
3173
3092
|
"Help": [
|
3174
|
-
"
|
3093
|
+
""
|
3175
3094
|
],
|
3176
3095
|
"Helper": [
|
3177
3096
|
"ヘルパー"
|
3178
3097
|
],
|
3179
3098
|
"Hide Reclaim Space Warning": [
|
3180
|
-
"
|
3099
|
+
""
|
3181
3100
|
],
|
3182
3101
|
"Hide affected activation keys": [
|
3183
3102
|
"影響のあるアクティベーションキーを非表示"
|
@@ -3201,7 +3120,7 @@
|
|
3201
3120
|
"ホスト %s は subscription-manager で登録されていません。"
|
3202
3121
|
],
|
3203
3122
|
"Host %{hostname}: Cannot add content view environment to content facet. The host's content source '%{content_source}' does not sync lifecycle environment '%{lce}'.": [
|
3204
|
-
"
|
3123
|
+
""
|
3205
3124
|
],
|
3206
3125
|
"Host %{name} cannot be assigned release version %{release_version}.": [
|
3207
3126
|
"ホスト %{name} は、リリースバージョン %{release_version} に割り当てることができません。"
|
@@ -3228,7 +3147,7 @@
|
|
3228
3147
|
"ホスト ID"
|
3229
3148
|
],
|
3230
3149
|
"Host Limit": [
|
3231
|
-
"
|
3150
|
+
""
|
3232
3151
|
],
|
3233
3152
|
"Host Profile Assume": [
|
3234
3153
|
"ホストプロファイルの想定"
|
@@ -3258,16 +3177,16 @@
|
|
3258
3177
|
"ホストコレクションおよびサブスクリプションの詳細"
|
3259
3178
|
],
|
3260
3179
|
"Host content source will remain the same. Click Save below to update the host's content view environment.": [
|
3261
|
-
"
|
3180
|
+
""
|
3262
3181
|
],
|
3263
3182
|
"Host content view and environment updated": [
|
3264
3183
|
"ホストコンテンツビューと環境が更新されました"
|
3265
3184
|
],
|
3266
3185
|
"Host content view environment(s) updated": [
|
3267
|
-
"
|
3186
|
+
""
|
3268
3187
|
],
|
3269
3188
|
"Host content view environments updating.": [
|
3270
|
-
"
|
3189
|
+
""
|
3271
3190
|
],
|
3272
3191
|
"Host creation was skipped for %s because it shares a BIOS UUID with %s. To report this hypervisor, override its dmi.system.uuid fact or set 'candlepin.use_system_uuid_for_matching' to 'true' in the Candlepin configuration.": [
|
3273
3192
|
"%s と BIOS UUID を共有するため、%s のホスト作成は省略されました。このハイパーバイザーをレポートするには、dmi.system.uuid ファクトを上書きするか、Candlepin 設定の 'candlepin.use_system_uuid_for_matching' を「true」に設定してください。"
|
@@ -3294,10 +3213,10 @@
|
|
3294
3213
|
"該当するパッケージをリストするホスト ID"
|
3295
3214
|
],
|
3296
3215
|
"Host identifier": [
|
3297
|
-
"
|
3216
|
+
""
|
3298
3217
|
],
|
3299
3218
|
"Host lifecycle support expiration notification": [
|
3300
|
-
"
|
3219
|
+
""
|
3301
3220
|
],
|
3302
3221
|
"Host was not found by the subscription UUID: '%s', this can happen if the host is registered already, but not to this instance": [
|
3303
3222
|
"サブスクリプション UUID: '%s' でホストが見つかりませんでした。これは、ホストがすでに登録されているけれども、このインスタンスには登録されていない場合に発生する可能性があります。"
|
@@ -3324,7 +3243,7 @@
|
|
3324
3243
|
"ホスト: "
|
3325
3244
|
],
|
3326
3245
|
"How many days before a completed Pulp task is purged by Orphan Cleanup.": [
|
3327
|
-
"
|
3246
|
+
""
|
3328
3247
|
],
|
3329
3248
|
"How many repositories should be synced concurrently on the capsule. A smaller number may lead to longer sync times. A larger number will increase dynflow load.": [
|
3330
3249
|
"Capsule で同時に同期する必要があるリポジトリ数。数値が小さいほど、同期時間が長くなる可能性があり、数値が大きいほど、dynflow の負荷が増加します。"
|
@@ -3332,12 +3251,6 @@
|
|
3332
3251
|
"How to order the sorted results (e.g. ASC for ascending)": [
|
3333
3252
|
"結果のソート順 (例: ascending (昇順) の ASC)"
|
3334
3253
|
],
|
3335
|
-
"Hypervisors": [
|
3336
|
-
""
|
3337
|
-
],
|
3338
|
-
"Hypervisors update": [
|
3339
|
-
""
|
3340
|
-
],
|
3341
3254
|
"ID of a HTTP Proxy": [
|
3342
3255
|
"HTTP プロキシ ー ID"
|
3343
3256
|
],
|
@@ -3360,7 +3273,7 @@
|
|
3360
3273
|
"リポジトリーを表示させる組織の ID"
|
3361
3274
|
],
|
3362
3275
|
"ID of flatpak remote to show repositories of": [
|
3363
|
-
"
|
3276
|
+
""
|
3364
3277
|
],
|
3365
3278
|
"ID of the Organization": [
|
3366
3279
|
"組織 ID"
|
@@ -3423,22 +3336,22 @@
|
|
3423
3336
|
"コンテンツホストの ID"
|
3424
3337
|
],
|
3425
3338
|
"Id of the content view to limit the content counting on": [
|
3426
|
-
"
|
3339
|
+
""
|
3427
3340
|
],
|
3428
3341
|
"Id of the content view to limit the synchronization on": [
|
3429
3342
|
"同期を制限するコンテンツビューの ID"
|
3430
3343
|
],
|
3431
3344
|
"Id of the content view to limit verifying checksum on": [
|
3432
|
-
"
|
3345
|
+
""
|
3433
3346
|
],
|
3434
3347
|
"Id of the environment to limit the content counting on": [
|
3435
|
-
"
|
3348
|
+
""
|
3436
3349
|
],
|
3437
3350
|
"Id of the environment to limit the synchronization on": [
|
3438
3351
|
"同期を制限する環境の ID"
|
3439
3352
|
],
|
3440
3353
|
"Id of the environment to limit verifying checksum on": [
|
3441
|
-
"
|
3354
|
+
""
|
3442
3355
|
],
|
3443
3356
|
"Id of the host": [
|
3444
3357
|
"ホストの ID"
|
@@ -3456,31 +3369,31 @@
|
|
3456
3369
|
"環境を制限する組織の ID"
|
3457
3370
|
],
|
3458
3371
|
"Id of the repository to limit the content counting on": [
|
3459
|
-
"
|
3372
|
+
""
|
3460
3373
|
],
|
3461
3374
|
"Id of the repository to limit the synchronization on": [
|
3462
3375
|
"同期を制限するリポジトリーの ID"
|
3463
3376
|
],
|
3464
3377
|
"Id of the repository to limit verifying checksum on": [
|
3465
|
-
"
|
3378
|
+
""
|
3466
3379
|
],
|
3467
3380
|
"Id of the single content view to be associated with the activation key.": [
|
3468
|
-
"
|
3381
|
+
""
|
3469
3382
|
],
|
3470
3383
|
"Id of the single content view to be associated with the host.": [
|
3471
|
-
"
|
3384
|
+
""
|
3472
3385
|
],
|
3473
3386
|
"Id of the single lifecycle environment to be associated with the activation key.": [
|
3474
|
-
"
|
3387
|
+
""
|
3475
3388
|
],
|
3476
3389
|
"Id of the single lifecycle environment to be associated with the host.": [
|
3477
|
-
"
|
3390
|
+
""
|
3478
3391
|
],
|
3479
3392
|
"Id of the smart proxy": [
|
3480
3393
|
"Smart Proxy の ID"
|
3481
3394
|
],
|
3482
3395
|
"Id of the smart proxy from which the host consumes content.": [
|
3483
|
-
"
|
3396
|
+
""
|
3484
3397
|
],
|
3485
3398
|
"Idenifier of the SSL CA Cert": [
|
3486
3399
|
"SSL CA 証明書の ID"
|
@@ -3507,7 +3420,7 @@
|
|
3507
3420
|
"ライフサイクル環境の ID"
|
3508
3421
|
],
|
3509
3422
|
"Identifies whether the repository should be unavailable on a client with a non-matching OS version.\\nPass [] to make repo available for clients regardless of OS version. Maximum length 1; allowed tags are: %s": [
|
3510
|
-
"
|
3423
|
+
""
|
3511
3424
|
],
|
3512
3425
|
"Ids of smart proxies to associate": [
|
3513
3426
|
"関連付ける Smart Proxy の ID"
|
@@ -3519,10 +3432,10 @@
|
|
3519
3432
|
"DMI UUID が重複しているためにホストの登録に失敗した場合は、ここにコンマ区切りの値を追加します。今後の登録では、影響を受けるホストに対して一意の DMI UUID が生成されます。"
|
3520
3433
|
],
|
3521
3434
|
"If product certificates should be used to authenticate to a custom CDN.": [
|
3522
|
-
"
|
3435
|
+
""
|
3523
3436
|
],
|
3524
3437
|
"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'.": [
|
3525
|
-
"
|
3438
|
+
""
|
3526
3439
|
],
|
3527
3440
|
"If specified, remove the first instance of a subscription with matching id and quantity": [
|
3528
3441
|
"指定された場合、ID と数量が一致するサブスクリプションの最初のインスタンスを削除します"
|
@@ -3537,7 +3450,7 @@
|
|
3537
3450
|
"これが有効で、register_hostname_fact が設定および指定されている場合には、登録時に、そのファクトだけを使用して名前で新規ホストを検索し、ホスト名の照合をすべてスキップします"
|
3538
3451
|
],
|
3539
3452
|
"If this is enabled, content counts on smart proxies will be updated automatically after content sync.": [
|
3540
|
-
"
|
3453
|
+
""
|
3541
3454
|
],
|
3542
3455
|
"If this is enabled, repositories can be deleted even when they belong to published content views. The deleted repository will be removed from all content view versions.": [
|
3543
3456
|
"有効の場合、公開済みコンテンツビューに属する場合でもリポジトリーを削除できます。削除されたリポジトリーは、すべてのコンテンツビューバージョンから削除されます。"
|
@@ -3546,10 +3459,10 @@
|
|
3546
3459
|
"これが有効な場合には、環境 (\\\"archived\\\") がないコンテンツビューバージョンのリポジトリーが '/pulp/content/<organization>/content_views/<content view>/X.Y/...' で配布されます。"
|
3547
3460
|
],
|
3548
3461
|
"If this is enabled, the Smart Proxy page will suppress the warning message about reclaiming space.": [
|
3549
|
-
"
|
3462
|
+
""
|
3550
3463
|
],
|
3551
3464
|
"If true, only errata that can be installed without an incremental update will affect the host's errata status. Also affects the Host Collections dashboard widget.": [
|
3552
|
-
"
|
3465
|
+
""
|
3553
3466
|
],
|
3554
3467
|
"If true, only return repository sets that are associated with an active subscriptions": [
|
3555
3468
|
"true の場合には、アクティブなサブスクリプションに関連付けられているリポジトリーセットのみを返します"
|
@@ -3558,7 +3471,7 @@
|
|
3558
3471
|
"true の場合には、有効なリポジトリーセットのみを返します。デフォルトは false です"
|
3559
3472
|
],
|
3560
3473
|
"If true, return custom repository sets along with redhat repos. Will be ignored if repository_type is supplied.": [
|
3561
|
-
"
|
3474
|
+
""
|
3562
3475
|
],
|
3563
3476
|
"If true, when adding the specified errata or packages, any needed dependencies will be copied as well. Defaults to true": [
|
3564
3477
|
"true の場合には、指定されたエラータまたはパッケージを追加すると、必要な依存関係もコピーされます。デフォルトは True です。"
|
@@ -3573,7 +3486,7 @@
|
|
3573
3486
|
"無視できるコンテンツは、Yum リポジトリーにのみ設定できます。"
|
3574
3487
|
],
|
3575
3488
|
"Ignore %s cannot be set in combination with the 'Complete Mirroring' mirroring policy.": [
|
3576
|
-
"
|
3489
|
+
""
|
3577
3490
|
],
|
3578
3491
|
"Ignore errors": [
|
3579
3492
|
"エラーを無視する"
|
@@ -3591,28 +3504,28 @@
|
|
3591
3504
|
"無視するホスト"
|
3592
3505
|
],
|
3593
3506
|
"Image": [
|
3594
|
-
"
|
3507
|
+
""
|
3595
3508
|
],
|
3596
3509
|
"Image digest": [
|
3597
|
-
"
|
3510
|
+
""
|
3598
3511
|
],
|
3599
3512
|
"Image digests": [
|
3600
|
-
"
|
3513
|
+
""
|
3601
3514
|
],
|
3602
3515
|
"Image mode": [
|
3603
|
-
"
|
3516
|
+
""
|
3604
3517
|
],
|
3605
3518
|
"Image mode / package mode": [
|
3606
|
-
"
|
3519
|
+
""
|
3607
3520
|
],
|
3608
3521
|
"Image mode details": [
|
3609
|
-
"
|
3522
|
+
""
|
3610
3523
|
],
|
3611
3524
|
"Image name": [
|
3612
|
-
"
|
3525
|
+
""
|
3613
3526
|
],
|
3614
3527
|
"Image-mode host": [
|
3615
|
-
"
|
3528
|
+
""
|
3616
3529
|
],
|
3617
3530
|
"Immediate": [
|
3618
3531
|
"即時"
|
@@ -3648,19 +3561,16 @@
|
|
3648
3561
|
"コンテンツビューバージョンをライブラリーにインポートします"
|
3649
3562
|
],
|
3650
3563
|
"Import a manifest using the Manifest tab above.": [
|
3651
|
-
"
|
3564
|
+
""
|
3652
3565
|
],
|
3653
3566
|
"Import a repository": [
|
3654
3567
|
"リポジトリーのインポート"
|
3655
3568
|
],
|
3656
3569
|
"Import a subscription manifest to give hosts access to Red Hat content.": [
|
3657
|
-
"サブスクリプションマニフェストをインポートして、ホストが Red Hat コンテンツにアクセスできるようにします。"
|
3658
|
-
],
|
3659
|
-
"Import migration": [
|
3660
3570
|
""
|
3661
3571
|
],
|
3662
3572
|
"Import new manifest": [
|
3663
|
-
"
|
3573
|
+
""
|
3664
3574
|
],
|
3665
3575
|
"Import only": [
|
3666
3576
|
"インポートのみ"
|
@@ -3668,12 +3578,6 @@
|
|
3668
3578
|
"Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view.": [
|
3669
3579
|
"インポートのみのコンテンツビューは直接公開できません。コンテンツは、ビューにインポートしなければ更新されません。"
|
3670
3580
|
],
|
3671
|
-
"Import repository upload": [
|
3672
|
-
""
|
3673
|
-
],
|
3674
|
-
"Import upload": [
|
3675
|
-
""
|
3676
|
-
],
|
3677
3581
|
"Import uploads into a repository": [
|
3678
3582
|
"アップロードのリポジトリーへのインポート"
|
3679
3583
|
],
|
@@ -3702,7 +3606,7 @@
|
|
3702
3606
|
"追加"
|
3703
3607
|
],
|
3704
3608
|
"Include Refs": [
|
3705
|
-
"
|
3609
|
+
""
|
3706
3610
|
],
|
3707
3611
|
"Include all RPMs not associated to any errata": [
|
3708
3612
|
"エラータに関連付けられていないすべての RPM を含める"
|
@@ -3717,7 +3621,7 @@
|
|
3717
3621
|
"追加フィルター"
|
3718
3622
|
],
|
3719
3623
|
"Include manifests": [
|
3720
|
-
"
|
3624
|
+
""
|
3721
3625
|
],
|
3722
3626
|
"Included": [
|
3723
3627
|
"包含済み"
|
@@ -3740,11 +3644,8 @@
|
|
3740
3644
|
"Incremental Update incomplete.": [
|
3741
3645
|
"増分更新が完了していません。"
|
3742
3646
|
],
|
3743
|
-
"Incremental Update of Content View Version(s) ": [
|
3744
|
-
""
|
3745
|
-
],
|
3746
3647
|
"Incremental Update of %{content_view_count} Content View Version(s) ": [
|
3747
|
-
"%{content_view_count} 件のコンテンツビューバージョンの増分更新
|
3648
|
+
"%{content_view_count} 件のコンテンツビューバージョンの増分更新"
|
3748
3649
|
],
|
3749
3650
|
"Incremental update": [
|
3750
3651
|
"増分更新"
|
@@ -3755,27 +3656,12 @@
|
|
3755
3656
|
"Incremental update specified for composite %{name} version %{version}, but no components updated.": [
|
3756
3657
|
"複合コンテンツ %{name} のバージョン %{version} に増分更新が指定されましたが、コンポーネントは更新されていません。"
|
3757
3658
|
],
|
3758
|
-
"Index content": [
|
3759
|
-
""
|
3760
|
-
],
|
3761
|
-
"Index errata": [
|
3762
|
-
""
|
3763
|
-
],
|
3764
|
-
"Index module streams": [
|
3765
|
-
""
|
3766
|
-
],
|
3767
|
-
"Index package groups": [
|
3768
|
-
""
|
3769
|
-
],
|
3770
3659
|
"Informable Type must be one of the following [ %{list} ]": [
|
3771
3660
|
"情報タイプは以下のいずれかでなければなりません [ %{list} ]"
|
3772
3661
|
],
|
3773
3662
|
"Inherit from Repository": [
|
3774
3663
|
"リポジトリーから継承"
|
3775
3664
|
],
|
3776
|
-
"Initialize": [
|
3777
|
-
""
|
3778
|
-
],
|
3779
3665
|
"Initiate a sync of the products attached to the sync plan": [
|
3780
3666
|
"同期プランに割り当てられた製品の同期を開始します"
|
3781
3667
|
],
|
@@ -3810,13 +3696,13 @@
|
|
3810
3696
|
"インストール可能"
|
3811
3697
|
],
|
3812
3698
|
"Installable bugfix/enhancement errata": [
|
3813
|
-
"
|
3699
|
+
""
|
3814
3700
|
],
|
3815
3701
|
"Installable errata are applicable errata that are available in the host's assigned content view environments.": [
|
3816
3702
|
""
|
3817
3703
|
],
|
3818
3704
|
"Installable security errata": [
|
3819
|
-
"
|
3705
|
+
""
|
3820
3706
|
],
|
3821
3707
|
"Installable updates": [
|
3822
3708
|
"インストール可能な更新"
|
@@ -3851,9 +3737,6 @@
|
|
3851
3737
|
"Installing Package...": [
|
3852
3738
|
"パッケージのインストール中..."
|
3853
3739
|
],
|
3854
|
-
"Instance update": [
|
3855
|
-
""
|
3856
|
-
],
|
3857
3740
|
"Instance-based": [
|
3858
3741
|
"インスタンスベース"
|
3859
3742
|
],
|
@@ -3876,7 +3759,7 @@
|
|
3876
3759
|
"無効なコンテンツラベル: %s"
|
3877
3760
|
],
|
3878
3761
|
"Invalid content type '%{content_type}' provided. Content types can be one of %{content_types}": [
|
3879
|
-
"無効なコンテンツタイプ '
|
3762
|
+
"無効なコンテンツタイプ '{content_type}' が指定されています。コンテンツタイプには {content_types} のいずれかを指定できます。"
|
3880
3763
|
],
|
3881
3764
|
"Invalid date range. The erratum filter rule start date must come before the end date": [
|
3882
3765
|
"無効な日付の範囲です。エラータフィルタールールの開始日は終了日の前でなくてはなりません。"
|
@@ -3885,7 +3768,7 @@
|
|
3885
3768
|
"無効なエラータフィルタールールが指定されました。'errata_id' を 'start_date'、'end_date' または 'types' と同じ組で指定することはできません"
|
3886
3769
|
],
|
3887
3770
|
"Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date', 'types', or 'allow_other_types'": [
|
3888
|
-
"
|
3771
|
+
""
|
3889
3772
|
],
|
3890
3773
|
"Invalid erratum types %{invalid_types} provided. Erratum type can be any of %{valid_types}": [
|
3891
3774
|
"無効なエラータタイプ %{invalid_types} が指定されました。エラータタイプは %{valid_types} のいずれかに指定できます"
|
@@ -3900,25 +3783,25 @@
|
|
3900
3783
|
"無効なフィルタールールが指定されました。'version' を 'min_version' または 'max_version' と同じタプルで指定することはできません"
|
3901
3784
|
],
|
3902
3785
|
"Invalid format. Container name cannot be blank.": [
|
3903
|
-
"
|
3786
|
+
""
|
3904
3787
|
],
|
3905
3788
|
"Invalid format. Container pushes should follow 'organization_label/product_label/name' OR 'id/organization_id/product_id/name' schema.": [
|
3906
|
-
"
|
3789
|
+
""
|
3907
3790
|
],
|
3908
3791
|
"Invalid format. Organization id must be an integer without leading zeros.": [
|
3909
|
-
"
|
3792
|
+
""
|
3910
3793
|
],
|
3911
3794
|
"Invalid format. Organization label cannot be blank.": [
|
3912
|
-
"
|
3795
|
+
""
|
3913
3796
|
],
|
3914
3797
|
"Invalid format. Product id must be an integer without leading zeros.": [
|
3915
|
-
"
|
3798
|
+
""
|
3916
3799
|
],
|
3917
3800
|
"Invalid format. Product label cannot be blank.": [
|
3918
|
-
"
|
3801
|
+
""
|
3919
3802
|
],
|
3920
3803
|
"Invalid mirroring policy for repository type %{type}, only %{policies} are valid.": [
|
3921
|
-
"リポジトリータイプ
|
3804
|
+
"リポジトリータイプ %%{type} には無効なミラーリングポリシーです。%%{policies} だけが有効です。"
|
3922
3805
|
],
|
3923
3806
|
"Invalid parameters sent in the request for this operation. Please contact a system administrator.": [
|
3924
3807
|
"この操作に対する要求で送信されたパラメーターが無効です。システム管理者に連絡してください。"
|
@@ -3960,7 +3843,28 @@
|
|
3960
3843
|
"発行元"
|
3961
3844
|
],
|
3962
3845
|
"It is only allowed for Non-Redhat Yum repositories.": [
|
3963
|
-
"
|
3846
|
+
""
|
3847
|
+
],
|
3848
|
+
"It's not possible to bulk remove versions from a rolling content view.": [
|
3849
|
+
""
|
3850
|
+
],
|
3851
|
+
"It's not possible to copy a rolling content view.": [
|
3852
|
+
""
|
3853
|
+
],
|
3854
|
+
"It's not possible to create a filter for a rolling content view.": [
|
3855
|
+
""
|
3856
|
+
],
|
3857
|
+
"It's not possible to destroy a version of a rolling content view.": [
|
3858
|
+
""
|
3859
|
+
],
|
3860
|
+
"It's not possible to export a rolling content view.": [
|
3861
|
+
""
|
3862
|
+
],
|
3863
|
+
"It's not possible to promote a rolling content view.": [
|
3864
|
+
""
|
3865
|
+
],
|
3866
|
+
"It's not possible to publish a rolling content view.": [
|
3867
|
+
""
|
3964
3868
|
],
|
3965
3869
|
"Job '${description}' completed": [
|
3966
3870
|
"ジョブ '${description}' が完了しました"
|
@@ -3969,28 +3873,28 @@
|
|
3969
3873
|
"ジョブ '${description}' が開始されました。"
|
3970
3874
|
],
|
3971
3875
|
"Katello Bootc interface": [
|
3972
|
-
"
|
3876
|
+
""
|
3973
3877
|
],
|
3974
3878
|
"Katello ID of local pool to update": [
|
3975
3879
|
"更新するローカルプールの Katello ID"
|
3976
3880
|
],
|
3977
3881
|
"Katello: Bootc Action": [
|
3978
|
-
"
|
3882
|
+
""
|
3979
3883
|
],
|
3980
3884
|
"Katello: Bootc Rollback": [
|
3981
|
-
"
|
3885
|
+
""
|
3982
3886
|
],
|
3983
3887
|
"Katello: Bootc Status": [
|
3984
|
-
"
|
3888
|
+
""
|
3985
3889
|
],
|
3986
3890
|
"Katello: Bootc Switch": [
|
3987
|
-
"
|
3891
|
+
""
|
3988
3892
|
],
|
3989
3893
|
"Katello: Bootc Upgrade": [
|
3990
|
-
"
|
3894
|
+
""
|
3991
3895
|
],
|
3992
3896
|
"Katello: Configure host for new content source": [
|
3993
|
-
"
|
3897
|
+
""
|
3994
3898
|
],
|
3995
3899
|
"Katello: Install Errata": [
|
3996
3900
|
"Katello: エラータのインストール"
|
@@ -4035,10 +3939,10 @@
|
|
4035
3939
|
"Katello: 検索クエリーでのパッケージの更新"
|
4036
3940
|
],
|
4037
3941
|
"Katello: Upload Profile": [
|
4038
|
-
"
|
3942
|
+
""
|
4039
3943
|
],
|
4040
3944
|
"Keep latest packages": [
|
4041
|
-
"
|
3945
|
+
""
|
4042
3946
|
],
|
4043
3947
|
"Key-value hash of subscription-manager facts, nesting uses a period delimiter (.)": [
|
4044
3948
|
"subscription-manager ファクトの Key-Value ハッシュ。ネスト化には、ピリオド (.) で区切ります。"
|
@@ -4065,7 +3969,7 @@
|
|
4065
3969
|
"コンテンツビューのラベル"
|
4066
3970
|
],
|
4067
3971
|
"Label of the flatpak remote": [
|
4068
|
-
"
|
3972
|
+
""
|
4069
3973
|
],
|
4070
3974
|
"Last check-in:": [
|
4071
3975
|
"最終チェックイン"
|
@@ -4083,10 +3987,10 @@
|
|
4083
3987
|
"最終更新 :"
|
4084
3988
|
],
|
4085
3989
|
"Last seen": [
|
4086
|
-
"
|
3990
|
+
""
|
4087
3991
|
],
|
4088
3992
|
"Last sync": [
|
4089
|
-
"
|
3993
|
+
""
|
4090
3994
|
],
|
4091
3995
|
"Last task": [
|
4092
3996
|
"最後のタスク"
|
@@ -4101,10 +4005,10 @@
|
|
4101
4005
|
"最新バージョン"
|
4102
4006
|
],
|
4103
4007
|
"Learn more about adding subscription manifests in ": [
|
4104
|
-
"
|
4008
|
+
""
|
4105
4009
|
],
|
4106
4010
|
"Legacy UI": [
|
4107
|
-
"
|
4011
|
+
""
|
4108
4012
|
],
|
4109
4013
|
"Legacy content host UI": [
|
4110
4014
|
"レガシーコンテンツホストの UI"
|
@@ -4149,13 +4053,13 @@
|
|
4149
4053
|
"ライフサイクル環境 '%{environment}' はこの Capsule に割り当てられていません。"
|
4150
4054
|
],
|
4151
4055
|
"Lifecycle environment '%{env}' cannot be used with content view '%{view}'": [
|
4152
|
-
"
|
4056
|
+
""
|
4153
4057
|
],
|
4154
4058
|
"Lifecycle environment ID": [
|
4155
4059
|
"ライフサイクル環境 ID"
|
4156
4060
|
],
|
4157
4061
|
"Lifecycle environment must be specified": [
|
4158
|
-
"
|
4062
|
+
""
|
4159
4063
|
],
|
4160
4064
|
"Lifecycle environment was not attached to the smart proxy; therefore, no changes were made.": [
|
4161
4065
|
"ライフサイクル環境が Smart Proxy に割り当てられていないため、変更は行われませんでした。"
|
@@ -4167,10 +4071,10 @@
|
|
4167
4071
|
"ライフサイクル環境をデフォルトの Smart Proxy で変更できません。すべてのライフサイクル環境のコンテンツはこの Smart Proxy 上に存在します。"
|
4168
4072
|
],
|
4169
4073
|
"Limit actions to content in the host's environment.": [
|
4170
|
-
"
|
4074
|
+
""
|
4171
4075
|
],
|
4172
4076
|
"Limit content to Red Hat / custom": [
|
4173
|
-
"
|
4077
|
+
""
|
4174
4078
|
],
|
4175
4079
|
"Limit content to enabled / disabled / overridden": [
|
4176
4080
|
"コンテンツの有効/無効/上書きを制限します。"
|
@@ -4218,7 +4122,7 @@
|
|
4218
4122
|
"すべての組織を一覧表示します"
|
4219
4123
|
],
|
4220
4124
|
"List all packages unique by name": [
|
4221
|
-
"
|
4125
|
+
""
|
4222
4126
|
],
|
4223
4127
|
"List alternate content sources.": [
|
4224
4128
|
"代替コンテンツソースを一覧表示します。"
|
@@ -4233,16 +4137,16 @@
|
|
4233
4137
|
"Red Hat Subscription Management から利用可能なサブスクリプションを一覧表示します"
|
4234
4138
|
],
|
4235
4139
|
"List booted bootc container images for hosts": [
|
4236
|
-
"
|
4140
|
+
""
|
4237
4141
|
],
|
4238
4142
|
"List components attached to this content view": [
|
4239
4143
|
"このコンテンツビューに割り当てられたコンポーネントの一覧を表示します"
|
4240
4144
|
],
|
4241
4145
|
"List content counts for the smart proxy": [
|
4242
|
-
"
|
4146
|
+
""
|
4243
4147
|
],
|
4244
4148
|
"List content view environments": [
|
4245
|
-
"
|
4149
|
+
""
|
4246
4150
|
],
|
4247
4151
|
"List content view versions": [
|
4248
4152
|
"コンテンツビューのバージョンを一覧表示"
|
@@ -4275,13 +4179,13 @@
|
|
4275
4179
|
"フィルタールールを一覧表示"
|
4276
4180
|
],
|
4277
4181
|
"List flatpak remote repositories": [
|
4278
|
-
"
|
4182
|
+
""
|
4279
4183
|
],
|
4280
4184
|
"List flatpak remote's repositories": [
|
4281
|
-
"
|
4185
|
+
""
|
4282
4186
|
],
|
4283
4187
|
"List flatpak remotes": [
|
4284
|
-
"
|
4188
|
+
""
|
4285
4189
|
],
|
4286
4190
|
"List host collections": [
|
4287
4191
|
"ホストコレクションを一覧表示"
|
@@ -4449,7 +4353,7 @@
|
|
4449
4353
|
"Smart Proxy に割り当てられていないライフサイクル環境を一覧表示します"
|
4450
4354
|
],
|
4451
4355
|
"Load balancer": [
|
4452
|
-
"
|
4356
|
+
""
|
4453
4357
|
],
|
4454
4358
|
"Loading": [
|
4455
4359
|
"ロード中"
|
@@ -4464,7 +4368,7 @@
|
|
4464
4368
|
"低"
|
4465
4369
|
],
|
4466
4370
|
"Maintenance support": [
|
4467
|
-
"
|
4371
|
+
""
|
4468
4372
|
],
|
4469
4373
|
"Make copy of a content view": [
|
4470
4374
|
"コンテンツビューのコピー作成"
|
@@ -4479,13 +4383,13 @@
|
|
4479
4383
|
"マニフェストの管理"
|
4480
4384
|
],
|
4481
4385
|
"Manage content": [
|
4482
|
-
"
|
4386
|
+
""
|
4483
4387
|
],
|
4484
4388
|
"Manage errata": [
|
4485
|
-
"
|
4389
|
+
""
|
4486
4390
|
],
|
4487
4391
|
"Manage packages": [
|
4488
|
-
"
|
4392
|
+
""
|
4489
4393
|
],
|
4490
4394
|
"Manifest": [
|
4491
4395
|
"Manifest (マニフェスト)"
|
@@ -4497,13 +4401,13 @@
|
|
4497
4401
|
"マニフェストを削除しました"
|
4498
4402
|
],
|
4499
4403
|
"Manifest does not have a valid subscription": [
|
4500
|
-
"
|
4404
|
+
""
|
4501
4405
|
],
|
4502
4406
|
"Manifest expired": [
|
4503
|
-
"
|
4407
|
+
""
|
4504
4408
|
],
|
4505
4409
|
"Manifest expiring soon": [
|
4506
|
-
"
|
4410
|
+
""
|
4507
4411
|
],
|
4508
4412
|
"Manifest imported": [
|
4509
4413
|
"マニフェストをインポートしました"
|
@@ -4521,7 +4425,7 @@
|
|
4521
4425
|
"'%{subject}' のマニフェストが更新されました。"
|
4522
4426
|
],
|
4523
4427
|
"Manifest in organization %{subject} has an identity certificate that will expire in %{days_remaining} days, on %{manifest_expire_date}. To extend the expiration date, please refresh your manifest.": [
|
4524
|
-
"
|
4428
|
+
""
|
4525
4429
|
],
|
4526
4430
|
"Manifest refresh timeout": [
|
4527
4431
|
"マニフェストの更新のタイムアウト"
|
@@ -4539,7 +4443,7 @@
|
|
4539
4443
|
"%s のコンテンツホストステータスを不明としてマーク"
|
4540
4444
|
],
|
4541
4445
|
"Matching RPMs based on your created filter rule. Remember, RPM filters don't apply to modular RPMs.": [
|
4542
|
-
"
|
4446
|
+
""
|
4543
4447
|
],
|
4544
4448
|
"Matching content": [
|
4545
4449
|
"マッチするコンテンツ"
|
@@ -4580,11 +4484,8 @@
|
|
4580
4484
|
"Messaging connection": [
|
4581
4485
|
"メッセージング接続"
|
4582
4486
|
],
|
4583
|
-
"Metadata generate": [
|
4584
|
-
""
|
4585
|
-
],
|
4586
4487
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\\nAlternatively, 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.": [
|
4587
|
-
"
|
4488
|
+
""
|
4588
4489
|
],
|
4589
4490
|
"Metadata taken from the upstream export history for this Content View Version": [
|
4590
4491
|
"このコンテンツビューバージョンのアップストリームエクスポート履歴から取得したメタデータ"
|
@@ -4593,16 +4494,16 @@
|
|
4593
4494
|
"最小のバージョン"
|
4594
4495
|
],
|
4595
4496
|
"Mirror Remote Repository": [
|
4596
|
-
"
|
4497
|
+
""
|
4597
4498
|
],
|
4598
4499
|
"Mirror a flatpak remote repository": [
|
4599
|
-
"
|
4500
|
+
""
|
4600
4501
|
],
|
4601
4502
|
"Missing activation key!": [
|
4602
4503
|
"アクティベーションキーがありません!"
|
4603
4504
|
],
|
4604
4505
|
"Missing arguments %{substitutions} for %{content_url}": [
|
4605
|
-
"%{content_url}
|
4506
|
+
"%{content_url} の引数 %{substitutions} がありません"
|
4606
4507
|
],
|
4607
4508
|
"Model": [
|
4608
4509
|
"モデル"
|
@@ -4611,7 +4512,7 @@
|
|
4611
4512
|
"中"
|
4612
4513
|
],
|
4613
4514
|
"Modify via remote execution": [
|
4614
|
-
"
|
4515
|
+
""
|
4615
4516
|
],
|
4616
4517
|
"Modular": [
|
4617
4518
|
"モジュラー"
|
@@ -4635,20 +4536,14 @@
|
|
4635
4536
|
"Red Hat リポジトリーを有効にしたり、カスタム製品を作成したりすると、モジュールストリームがここに表示されます。"
|
4636
4537
|
],
|
4637
4538
|
"Multi Content View Environment": [
|
4638
|
-
"マルチコンテンツビュー環境"
|
4639
|
-
],
|
4640
|
-
"Multi copy all units": [
|
4641
|
-
""
|
4642
|
-
],
|
4643
|
-
"Multi copy content": [
|
4644
|
-
""
|
4645
|
-
],
|
4646
|
-
"Multi copy units": [
|
4647
4539
|
""
|
4648
4540
|
],
|
4649
4541
|
"Multi-entitlement": [
|
4650
4542
|
"マルチエンタイトルメント"
|
4651
4543
|
],
|
4544
|
+
"Must be Ascii alphanumeric, '_' or '-'": [
|
4545
|
+
""
|
4546
|
+
],
|
4652
4547
|
"N/A": [
|
4653
4548
|
"N/A"
|
4654
4549
|
],
|
@@ -4656,22 +4551,22 @@
|
|
4656
4551
|
"NA"
|
4657
4552
|
],
|
4658
4553
|
"NOTE: Content view version '%{content_view} %{current}' does not have any exportable repositories. At least one repository with any of the following types is required to be able to export: '%{exportable_types}'.": [
|
4659
|
-
"
|
4554
|
+
""
|
4660
4555
|
],
|
4661
4556
|
"NOTE: Unable to export repository '%{repository}' because it does not have an exportable content type.": [
|
4662
4557
|
"注: エクスポート可能なコンテンツタイプがないので '%{repository}' リポジトリーをエクスポートできません。"
|
4663
4558
|
],
|
4664
4559
|
"NOTE: Unable to export repository '%{repository}' because it does not have an syncably exportable content type.": [
|
4665
|
-
"
|
4560
|
+
""
|
4666
4561
|
],
|
4667
4562
|
"NOTE: Unable to fully export '%{organization}' organization's library because it contains repositories without the 'immediate' download policy. Update the download policy and sync affected repositories to include them in the export. \\n %{repos}": [
|
4668
|
-
"注記: 「即時」ダウンロードポリシーのないリポジトリーが含まれているため、'
|
4563
|
+
"注記: 「即時」ダウンロードポリシーのないリポジトリーが含まれているため、'%%{organization}' 組織のライブラリーを完全にエクスポートすることはできません。ダウンロードポリシーを更新し、影響を受けるリポジトリーを同期して、エクスポートに含めます。\\n %%{repos}"
|
4669
4564
|
],
|
4670
4565
|
"NOTE: Unable to fully export Content View Version '%{content_view} %{current}' it contains repositories with un-exportable content types. \\n %{repos}": [
|
4671
4566
|
"注: コンテンツビューバージョン '%{content_view} %{current}' をすべてエクスポートできません。エクスポートできない。コンテンツタイプを使用するリポジトリーが含まれています。\\n %{repos}"
|
4672
4567
|
],
|
4673
4568
|
"NOTE: Unable to fully export Content View Version '%{content_view} %{current}' it contains repositories without the 'immediate' download policy. Update the download policy and sync affected repositories. Once synced republish the content view and export the generated version. \\n %{repos}": [
|
4674
|
-
"注記: コンテンツビューバージョン '%{content_view}
|
4569
|
+
"注記: コンテンツビューバージョン '%{content_view} %%{current}' を完全にエクスポートすることができません。これには、「即時」ダウンロードポリシーのないリポジトリーが含まれています。ダウンロードポリシーを更新し、影響を受けるリポジトリーを同期します。同期したら、コンテンツビューを再公開し、生成されたバージョンをエクスポートします。 \\n %%{repos}"
|
4675
4570
|
],
|
4676
4571
|
"NOTE: Unable to fully export repository '%{repository}' because it does not have the 'immediate' download policy. Update the download policy and sync the affected repository to include them in the export.": [
|
4677
4572
|
"注記: 「即時」ダウンロードポリシーがないため、リポジトリー '%{repository}' を完全にエクスポートすることはできません。ダウンロードポリシーを更新し、影響を受けるリポジトリーを同期して、エクスポートに含めます。"
|
@@ -4698,10 +4593,10 @@
|
|
4698
4593
|
"コンテンツビューの名前"
|
4699
4594
|
],
|
4700
4595
|
"Name of the flatpak remote": [
|
4701
|
-
"
|
4596
|
+
""
|
4702
4597
|
],
|
4703
4598
|
"Name of the flatpak remote repository": [
|
4704
|
-
"
|
4599
|
+
""
|
4705
4600
|
],
|
4706
4601
|
"Name of the host": [
|
4707
4602
|
"ホスト名"
|
@@ -4752,13 +4647,13 @@
|
|
4752
4647
|
"コンテンツビューの新規の名前"
|
4753
4648
|
],
|
4754
4649
|
"New version is available: Version ${latestVersion}": [
|
4755
|
-
"新しいバージョンが利用可能です: バージョン
|
4650
|
+
"新しいバージョンが利用可能です: バージョン {latestVersion}"
|
4756
4651
|
],
|
4757
4652
|
"Newly published": [
|
4758
4653
|
"最新公開日"
|
4759
4654
|
],
|
4760
4655
|
"Newly published version will be the same as the previous version.": [
|
4761
|
-
"
|
4656
|
+
""
|
4762
4657
|
],
|
4763
4658
|
"No": [
|
4764
4659
|
"いいえ"
|
@@ -4803,16 +4698,16 @@
|
|
4803
4698
|
"表示するアーティファクトはありません"
|
4804
4699
|
],
|
4805
4700
|
"No available component content view updates": [
|
4806
|
-
"
|
4701
|
+
""
|
4807
4702
|
],
|
4808
4703
|
"No available debs found for search term '%s'. Check the host's content view environments and already-installed debs.": [
|
4809
|
-
"
|
4704
|
+
""
|
4810
4705
|
],
|
4811
4706
|
"No available packages found for search term '%s'.": [
|
4812
|
-
"
|
4707
|
+
""
|
4813
4708
|
],
|
4814
4709
|
"No available repository or filter updates": [
|
4815
|
-
"
|
4710
|
+
""
|
4816
4711
|
],
|
4817
4712
|
"No content": [
|
4818
4713
|
"コンテンツがありません"
|
@@ -4827,13 +4722,13 @@
|
|
4827
4722
|
"選択したバージョンにコンテンツがありません。"
|
4828
4723
|
],
|
4829
4724
|
"No content view environments": [
|
4830
|
-
"
|
4725
|
+
""
|
4831
4726
|
],
|
4832
4727
|
"No content view environments found with ids: %{ids}": [
|
4833
|
-
"
|
4728
|
+
""
|
4834
4729
|
],
|
4835
4730
|
"No content view environments found with names: %{names}": [
|
4836
|
-
"
|
4731
|
+
""
|
4837
4732
|
],
|
4838
4733
|
"No content view history events found.": [
|
4839
4734
|
"コンテンビューの履歴イベントが見つかりません。"
|
@@ -4845,10 +4740,10 @@
|
|
4845
4740
|
"選択した環境に利用可能なコンテンツビューはありません"
|
4846
4741
|
],
|
4847
4742
|
"No content views to add yet": [
|
4848
|
-
"
|
4743
|
+
""
|
4849
4744
|
],
|
4850
4745
|
"No content views yet": [
|
4851
|
-
"
|
4746
|
+
""
|
4852
4747
|
],
|
4853
4748
|
"No content_view_version_ids provided": [
|
4854
4749
|
"content_view_version_ids が指定されていません"
|
@@ -4860,7 +4755,7 @@
|
|
4860
4755
|
"説明はありません"
|
4861
4756
|
],
|
4862
4757
|
"No docker manifests to delete after ignoring manifests with tags or manifest lists": [
|
4863
|
-
"
|
4758
|
+
""
|
4864
4759
|
],
|
4865
4760
|
"No enabled repositories match your search criteria.": [
|
4866
4761
|
"検索条件に一致する有効なリポジトリーはありません。"
|
@@ -4869,16 +4764,16 @@
|
|
4869
4764
|
"環境なし"
|
4870
4765
|
],
|
4871
4766
|
"No errata filter rules yet": [
|
4872
|
-
"
|
4767
|
+
""
|
4873
4768
|
],
|
4874
4769
|
"No errata found.": [
|
4875
|
-
"
|
4770
|
+
""
|
4876
4771
|
],
|
4877
4772
|
"No errata matching given search query": [
|
4878
|
-
"
|
4773
|
+
""
|
4879
4774
|
],
|
4880
4775
|
"No errata to add yet": [
|
4881
|
-
"
|
4776
|
+
""
|
4882
4777
|
],
|
4883
4778
|
"No errors": [
|
4884
4779
|
"エラーなし"
|
@@ -4890,10 +4785,10 @@
|
|
4890
4785
|
"ファイルがアップロードされていません"
|
4891
4786
|
],
|
4892
4787
|
"No filters yet": [
|
4893
|
-
"
|
4788
|
+
""
|
4894
4789
|
],
|
4895
4790
|
"No history yet": [
|
4896
|
-
"
|
4791
|
+
""
|
4897
4792
|
],
|
4898
4793
|
"No host collections": [
|
4899
4794
|
"ホストコレクションはありません"
|
@@ -4905,16 +4800,16 @@
|
|
4905
4800
|
"ホストコレクションはまだありません"
|
4906
4801
|
],
|
4907
4802
|
"No hosts found": [
|
4908
|
-
"
|
4803
|
+
""
|
4909
4804
|
],
|
4910
4805
|
"No hosts registered with subscription-manager found in selection.": [
|
4911
4806
|
"subscription-manager に登録されているホストが選択肢に含まれていません。"
|
4912
4807
|
],
|
4913
4808
|
"No hosts were specified": [
|
4914
|
-
"
|
4809
|
+
""
|
4915
4810
|
],
|
4916
4811
|
"No installed debs found for search term '%s'": [
|
4917
|
-
"
|
4812
|
+
""
|
4918
4813
|
],
|
4919
4814
|
"No installed packages and/or enabled repositories have been reported by %s.": [
|
4920
4815
|
"%s でレポートされたインストール済みパッケージや有効なリポジトリーはありません。"
|
@@ -4929,7 +4824,7 @@
|
|
4929
4824
|
"マニフェストが見つかりません。コンテンツをインポートする前に、適切なサブスクリプションでマニフェストをインポートしてください。"
|
4930
4825
|
],
|
4931
4826
|
"No manifest imported": [
|
4932
|
-
"
|
4827
|
+
""
|
4933
4828
|
],
|
4934
4829
|
"No matching ": [
|
4935
4830
|
"マッチする項目が"
|
@@ -4938,7 +4833,7 @@
|
|
4938
4833
|
"マッチする {name} が見つかりませんでした"
|
4939
4834
|
],
|
4940
4835
|
"No matching ${selectedContentType} found": [
|
4941
|
-
"マッチする
|
4836
|
+
"マッチする {selectedContentType} が見つかりませんでした"
|
4942
4837
|
],
|
4943
4838
|
"No matching DEB found.": [
|
4944
4839
|
"一致する DEB が見つかりませんでした。"
|
@@ -4971,7 +4866,7 @@
|
|
4971
4866
|
"マッチするホストが見つかりませんでした。"
|
4972
4867
|
],
|
4973
4868
|
"No matching non-modular RPM found.": [
|
4974
|
-
"
|
4869
|
+
""
|
4975
4870
|
],
|
4976
4871
|
"No matching packages found": [
|
4977
4872
|
"マッチするパッケージが見つかりませんでした"
|
@@ -4989,16 +4884,16 @@
|
|
4989
4884
|
"一致するバージョンが見つかりません"
|
4990
4885
|
],
|
4991
4886
|
"No module stream filter rules yet": [
|
4992
|
-
"
|
4887
|
+
""
|
4993
4888
|
],
|
4994
4889
|
"No module streams to add yet.": [
|
4995
|
-
"
|
4890
|
+
""
|
4996
4891
|
],
|
4997
4892
|
"No new packages installed": [
|
4998
4893
|
"インストール済みの新規パッケージはありません"
|
4999
4894
|
],
|
5000
4895
|
"No package groups yet": [
|
5001
|
-
"
|
4896
|
+
""
|
5002
4897
|
],
|
5003
4898
|
"No packages": [
|
5004
4899
|
"パッケージがありません"
|
@@ -5049,10 +4944,10 @@
|
|
5049
4944
|
"同期プランに関連付けられた再帰論理はありません。"
|
5050
4945
|
],
|
5051
4946
|
"No repositories added yet": [
|
5052
|
-
"
|
4947
|
+
""
|
5053
4948
|
],
|
5054
4949
|
"No repositories available to add": [
|
5055
|
-
"
|
4950
|
+
""
|
5056
4951
|
],
|
5057
4952
|
"No repositories available.": [
|
5058
4953
|
"利用可能なリポジトリーがありません。"
|
@@ -5073,7 +4968,7 @@
|
|
5073
4968
|
"表示するリポジトリーセットはありません。"
|
5074
4969
|
],
|
5075
4970
|
"No rules yet": [
|
5076
|
-
"
|
4971
|
+
""
|
5077
4972
|
],
|
5078
4973
|
"No services defined, is this class extended?": [
|
5079
4974
|
"サービスが定義されていません。このクラスは拡張されましたか?"
|
@@ -5088,16 +4983,16 @@
|
|
5088
4983
|
"選択した製品およびオプションに同期可能なリポジトリーが見つかりません。"
|
5089
4984
|
],
|
5090
4985
|
"No upgradable packages found for search term '%s'.": [
|
5091
|
-
"
|
4986
|
+
""
|
5092
4987
|
],
|
5093
4988
|
"No upgradable packages found.": [
|
5094
|
-
"
|
4989
|
+
""
|
5095
4990
|
],
|
5096
4991
|
"No uploads param specified. An array of uploads to import is required.": [
|
5097
4992
|
"アップロードパラメータが指定されていません。インポートするアップロードパラメーターの配列が必要です。"
|
5098
4993
|
],
|
5099
4994
|
"No versions yet": [
|
5100
|
-
"
|
4995
|
+
""
|
5101
4996
|
],
|
5102
4997
|
"Non-security errata applicable": [
|
5103
4998
|
"適用可能なセキュリティー以外のエラータ"
|
@@ -5133,7 +5028,7 @@
|
|
5133
5028
|
"公開前"
|
5134
5029
|
],
|
5135
5030
|
"Note: Deleting a subscription manifest is STRONGLY discouraged.": [
|
5136
|
-
"
|
5031
|
+
""
|
5137
5032
|
],
|
5138
5033
|
"Note: Deleting a subscription manifest is STRONGLY discouraged. Deleting a manifest will:": [
|
5139
5034
|
"注記: サブスクリプションマニフェストを削除することは、決して推奨されません。マニフェストを削除すると、以下のようになります。"
|
@@ -5160,7 +5055,7 @@
|
|
5160
5055
|
"割り当て数"
|
5161
5056
|
],
|
5162
5057
|
"OS": [
|
5163
|
-
"
|
5058
|
+
""
|
5164
5059
|
],
|
5165
5060
|
"OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host.": [
|
5166
5061
|
"OS は {osRestricted} に制限されています。ホスト OS が一致しない場合は、このホストでリポジトリーは利用できません。"
|
@@ -5193,7 +5088,7 @@
|
|
5193
5088
|
"Pulp 3 でエクスポートされたリポジトリーのディスク上のロケーション"
|
5194
5089
|
],
|
5195
5090
|
"Once the prerequisites are met, select a provider to install katello-host-tools-tracer": [
|
5196
|
-
"
|
5091
|
+
""
|
5197
5092
|
],
|
5198
5093
|
"One of parameters [ %s ] required but not specified.": [
|
5199
5094
|
"[ %s ] パラメーターのいずれかが必要ですが、指定されていません。"
|
@@ -5220,7 +5115,7 @@
|
|
5220
5115
|
"1 つの組織で許容できるのは、Red Hat プロバイダー 1 つのみです"
|
5221
5116
|
],
|
5222
5117
|
"Only repositories not published in a content view can be disabled. Published repositories must be deleted from the repository details page.": [
|
5223
|
-
"
|
5118
|
+
""
|
5224
5119
|
],
|
5225
5120
|
"Only returns id and quantity fields": [
|
5226
5121
|
"ID と数量のフィールドのみを返します"
|
@@ -5250,7 +5145,7 @@
|
|
5250
5145
|
"組織 ID"
|
5251
5146
|
],
|
5252
5147
|
"Organization id not found: '%s'": [
|
5253
|
-
"
|
5148
|
+
""
|
5254
5149
|
],
|
5255
5150
|
"Organization identifier": [
|
5256
5151
|
"組織 ID"
|
@@ -5259,22 +5154,25 @@
|
|
5259
5154
|
"組織ラベル"
|
5260
5155
|
],
|
5261
5156
|
"Organization label '%s' is ambiguous. Try using an id-based container name.": [
|
5262
|
-
"
|
5157
|
+
""
|
5263
5158
|
],
|
5264
5159
|
"Organization not found": [
|
5265
5160
|
"組織が見つかりません"
|
5266
5161
|
],
|
5267
5162
|
"Organization not found: '%s'": [
|
5268
|
-
"
|
5163
|
+
""
|
5269
5164
|
],
|
5270
5165
|
"Organization required": [
|
5271
5166
|
"必要な組織"
|
5272
5167
|
],
|
5168
|
+
"Orphan cleanup failed to delete some Pulp repository versions. Check the logs for more details.": [
|
5169
|
+
""
|
5170
|
+
],
|
5273
5171
|
"Orphaned Content Protection Time": [
|
5274
5172
|
"単独コンテンツの保護時間"
|
5275
5173
|
],
|
5276
5174
|
"Orphaned content facets for deleted hosts exist for the content view and environment. Please run rake task : katello:clean_orphaned_facets and try again!": [
|
5277
|
-
"
|
5175
|
+
""
|
5278
5176
|
],
|
5279
5177
|
"Other": [
|
5280
5178
|
"その他"
|
@@ -5423,6 +5321,9 @@
|
|
5423
5321
|
"Package Update scheduled by %s": [
|
5424
5322
|
"%s によりパッケージの更新がスケジュールされました"
|
5425
5323
|
],
|
5324
|
+
"Package actions will be transient": [
|
5325
|
+
""
|
5326
|
+
],
|
5426
5327
|
"Package group update canceled": [
|
5427
5328
|
"パッケージグループの更新が取り消されました"
|
5428
5329
|
],
|
@@ -5448,10 +5349,10 @@
|
|
5448
5349
|
"パッケージのインストール: \\\"%{package}\\\" "
|
5449
5350
|
],
|
5450
5351
|
"Package mode": [
|
5451
|
-
"
|
5352
|
+
""
|
5452
5353
|
],
|
5453
5354
|
"Package types to sync for Python content, separated by comma. Leave empty to get every package type. Package types are: bdist_dmg,bdist_dumb,bdist_egg,bdist_msi,bdist_rpm,bdist_wheel,bdist_wininst,sdist.": [
|
5454
|
-
"
|
5355
|
+
""
|
5455
5356
|
],
|
5456
5357
|
"Packages": [
|
5457
5358
|
"パッケージ"
|
@@ -5460,13 +5361,13 @@
|
|
5460
5361
|
"パッケージを指定してください"
|
5461
5362
|
],
|
5462
5363
|
"Packages to be removed": [
|
5463
|
-
"
|
5364
|
+
""
|
5464
5365
|
],
|
5465
5366
|
"Packages to be updated": [
|
5466
|
-
"
|
5367
|
+
""
|
5467
5368
|
],
|
5468
5369
|
"Packages to install": [
|
5469
|
-
"
|
5370
|
+
""
|
5470
5371
|
],
|
5471
5372
|
"Packages will appear here when available.": [
|
5472
5373
|
"パッケージが利用可能になると、ここに表示されます。"
|
@@ -5499,7 +5400,7 @@
|
|
5499
5400
|
"一時停止中"
|
5500
5401
|
],
|
5501
5402
|
"Pending tasks detected in repositories of this content view. Please wait for the tasks: ": [
|
5502
|
-
"
|
5403
|
+
""
|
5503
5404
|
],
|
5504
5405
|
"Perform a module stream action via Katello interface": [
|
5505
5406
|
"Katello インターフェイスでのモジュールストリームアクションの実行"
|
@@ -5538,7 +5439,7 @@
|
|
5538
5439
|
"リポジトリーを追加してください。"
|
5539
5440
|
],
|
5540
5441
|
"Please create some content views.": [
|
5541
|
-
"
|
5442
|
+
""
|
5542
5443
|
],
|
5543
5444
|
"Please enter a positive number above zero": [
|
5544
5445
|
"0 より大きい正の数を入力してください"
|
@@ -5559,7 +5460,7 @@
|
|
5559
5460
|
"このアクティベーションキーを移動するには、ライフサイクル環境とコンテンツビューを選択してください。"
|
5560
5461
|
],
|
5561
5462
|
"Please select a lifecycle environment and content view to view activation keys.": [
|
5562
|
-
"
|
5463
|
+
""
|
5563
5464
|
],
|
5564
5465
|
"Please select an architecture before assigning a kickstart repository": [
|
5565
5466
|
"Kickstart リポジトリーを割り当てる前にアーキテクチャーを選択してください"
|
@@ -5580,19 +5481,19 @@
|
|
5580
5481
|
"コンテンツのミラーリングに設定するポリシー。%s のいずれかでなければなりません。"
|
5581
5482
|
],
|
5582
5483
|
"Possible values: %s": [
|
5583
|
-
"
|
5484
|
+
""
|
5584
5485
|
],
|
5585
5486
|
"Prefer registered through Smart Proxy for remote execution": [
|
5586
|
-
"
|
5487
|
+
""
|
5587
5488
|
],
|
5588
5489
|
"Prefer using a Smart Proxy to which a host is registered when using remote execution": [
|
5589
|
-
"
|
5490
|
+
""
|
5590
5491
|
],
|
5591
5492
|
"Prevent from further updates": [
|
5592
5493
|
"今後の更新を回避"
|
5593
5494
|
],
|
5594
5495
|
"Prior Content View Version specified in the metadata - '%{name}' does not exist. Please import the metadata for '%{name}' before importing '%{current}' ": [
|
5595
|
-
"メタデータ '
|
5496
|
+
"メタデータ '%%{name}' で指定された以前のコンテンツビューバージョンは存在しません。'%%{current}' をインポートする前に、'%%{name}' のメタデータをインポートしてください。 "
|
5596
5497
|
],
|
5597
5498
|
"Problem searching": [
|
5598
5499
|
"検索中に問題が発生しました"
|
@@ -5625,13 +5526,13 @@
|
|
5625
5526
|
"製品の作成"
|
5626
5527
|
],
|
5627
5528
|
"Product Host Count": [
|
5628
|
-
"
|
5529
|
+
""
|
5629
5530
|
],
|
5630
5531
|
"Product ID": [
|
5631
5532
|
"製品 ID"
|
5632
5533
|
],
|
5633
5534
|
"Product ID to mirror the remote repository to": [
|
5634
|
-
"
|
5535
|
+
""
|
5635
5536
|
],
|
5636
5537
|
"Product and Repositories": [
|
5637
5538
|
"製品およびリポジトリー"
|
@@ -5646,13 +5547,13 @@
|
|
5646
5547
|
"ホストのインストール済み製品からリストされた製品 ID。\\\\\\n 製品 API が返した製品 ID とは異なります。"
|
5647
5548
|
],
|
5648
5549
|
"Product id not found: '%s'": [
|
5649
|
-
"
|
5550
|
+
""
|
5650
5551
|
],
|
5651
5552
|
"Product label": [
|
5652
|
-
"
|
5553
|
+
""
|
5653
5554
|
],
|
5654
5555
|
"Product label '%s' is ambiguous. Try using an id-based container name.": [
|
5655
|
-
"
|
5556
|
+
""
|
5656
5557
|
],
|
5657
5558
|
"Product name": [
|
5658
5559
|
"製品名"
|
@@ -5661,7 +5562,7 @@
|
|
5661
5562
|
"ホストのインストール済み製品からリストされた製品名"
|
5662
5563
|
],
|
5663
5564
|
"Product not found: '%s'": [
|
5664
|
-
"
|
5565
|
+
""
|
5665
5566
|
],
|
5666
5567
|
"Product the repository belongs to": [
|
5667
5568
|
"リポジトリーが属する製品"
|
@@ -5673,7 +5574,7 @@
|
|
5673
5574
|
"Candlepin で、ID が %s の製品が見つかりません。コンテンツのインポートをスキップします。"
|
5674
5575
|
],
|
5675
5576
|
"Product: '%{product}', Repository: '%{repository}'": [
|
5676
|
-
"
|
5577
|
+
"* 製品 = '%%{product}'、リポジトリー = '%%{repository}'"
|
5677
5578
|
],
|
5678
5579
|
"Product: '%{product}', Repository: '%{repo}' ": [
|
5679
5580
|
"製品: '%%{product}'、リポジトリー: '%%{repo}' "
|
@@ -5697,7 +5598,7 @@
|
|
5697
5598
|
"エラータのプロモート"
|
5698
5599
|
],
|
5699
5600
|
"Promote version ${versionNameToPromote}": [
|
5700
|
-
"バージョン
|
5601
|
+
"バージョン {versionNameToPromote} のプロモート"
|
5701
5602
|
],
|
5702
5603
|
"Promoted to ": [
|
5703
5604
|
"プロモート先 "
|
@@ -5709,7 +5610,7 @@
|
|
5709
5610
|
"プロモートの概要"
|
5710
5611
|
],
|
5711
5612
|
"Promotion Summary for %{content_view}": [
|
5712
|
-
"
|
5613
|
+
"{content_view} のプロモートの概要"
|
5713
5614
|
],
|
5714
5615
|
"Promotion to Environment": [
|
5715
5616
|
"環境へのプロモート"
|
@@ -5730,7 +5631,7 @@
|
|
5730
5631
|
"プロキシー"
|
5731
5632
|
],
|
5732
5633
|
"Proxy sync failure": [
|
5733
|
-
"
|
5634
|
+
""
|
5734
5635
|
],
|
5735
5636
|
"Public": [
|
5736
5637
|
"公開"
|
@@ -5742,7 +5643,7 @@
|
|
5742
5643
|
"公開"
|
5743
5644
|
],
|
5744
5645
|
"Publish Lifecycle Environment Container Repositories": [
|
5745
|
-
"
|
5646
|
+
""
|
5746
5647
|
],
|
5747
5648
|
"Publish a content view": [
|
5748
5649
|
"コンテンツビューの公開"
|
@@ -5760,7 +5661,7 @@
|
|
5760
5661
|
"新規バージョンを公開しました"
|
5761
5662
|
],
|
5762
5663
|
"Publishing ${truncate(name)}": [
|
5763
|
-
"
|
5664
|
+
""
|
5764
5665
|
],
|
5765
5666
|
"Publishing content view": [
|
5766
5667
|
"コンテンツビューの公開"
|
@@ -5813,9 +5714,6 @@
|
|
5813
5714
|
"Pulp task error": [
|
5814
5715
|
"Pulp タスクのエラー"
|
5815
5716
|
],
|
5816
|
-
"Purge completed tasks": [
|
5817
|
-
""
|
5818
|
-
],
|
5819
5717
|
"Python Package": [
|
5820
5718
|
"Python パッケージ"
|
5821
5719
|
],
|
@@ -5865,10 +5763,10 @@
|
|
5865
5763
|
"RH レポジトリー"
|
5866
5764
|
],
|
5867
5765
|
"RHEL Lifecycle status": [
|
5868
|
-
"
|
5766
|
+
""
|
5869
5767
|
],
|
5870
5768
|
"RHEL lifecycle": [
|
5871
|
-
"
|
5769
|
+
""
|
5872
5770
|
],
|
5873
5771
|
"RHUI": [
|
5874
5772
|
"RHUI"
|
@@ -5916,7 +5814,7 @@
|
|
5916
5814
|
"影響を受けるホストの再割り当て"
|
5917
5815
|
],
|
5918
5816
|
"Reboot host": [
|
5919
|
-
"
|
5817
|
+
""
|
5920
5818
|
],
|
5921
5819
|
"Reboot required": [
|
5922
5820
|
"再起動が必要です"
|
@@ -5924,9 +5822,6 @@
|
|
5924
5822
|
"Reclaim Space": [
|
5925
5823
|
"領域の再利用"
|
5926
5824
|
],
|
5927
|
-
"Reclaim space": [
|
5928
|
-
""
|
5929
|
-
],
|
5930
5825
|
"Reclaim space from On Demand repositories": [
|
5931
5826
|
"オンデマンドリポジトリーからの領域の再利用"
|
5932
5827
|
],
|
@@ -5940,7 +5835,7 @@
|
|
5940
5835
|
"推奨リポジトリー"
|
5941
5836
|
],
|
5942
5837
|
"Red Hat": [
|
5943
|
-
"
|
5838
|
+
""
|
5944
5839
|
],
|
5945
5840
|
"Red Hat CDN": [
|
5946
5841
|
"Red Hat CDN"
|
@@ -5987,10 +5882,10 @@
|
|
5987
5882
|
"Refresh Manifest": [
|
5988
5883
|
"マニフェストの更新"
|
5989
5884
|
],
|
5990
|
-
"Refresh
|
5991
|
-
"
|
5885
|
+
"Refresh RollingCV Repo": [
|
5886
|
+
""
|
5992
5887
|
],
|
5993
|
-
"Refresh all
|
5888
|
+
"Refresh all alternate content sources": [
|
5994
5889
|
""
|
5995
5890
|
],
|
5996
5891
|
"Refresh alternate content sources": [
|
@@ -6000,32 +5895,20 @@
|
|
6000
5895
|
"代替コンテンツソースを更新します。代替コンテンツソースを使用する前に、リポジトリーの同期などの更新が必要になります。"
|
6001
5896
|
],
|
6002
5897
|
"Refresh applicability": [
|
6003
|
-
"
|
5898
|
+
""
|
6004
5899
|
],
|
6005
5900
|
"Refresh counts": [
|
6006
|
-
"更新回数"
|
6007
|
-
],
|
6008
|
-
"Refresh distribution": [
|
6009
5901
|
""
|
6010
5902
|
],
|
6011
5903
|
"Refresh errata applicability": [
|
6012
|
-
"エラータの適用可能性の更新"
|
6013
|
-
],
|
6014
|
-
"Refresh if needed": [
|
6015
5904
|
""
|
6016
5905
|
],
|
6017
5906
|
"Refresh package applicability": [
|
6018
|
-
"
|
5907
|
+
""
|
6019
5908
|
],
|
6020
5909
|
"Refresh previously imported manifest for Red Hat provider": [
|
6021
5910
|
"Red Hat プロバイダーの以前にインポートされたマニフェストを更新"
|
6022
5911
|
],
|
6023
|
-
"Refresh remote": [
|
6024
|
-
""
|
6025
|
-
],
|
6026
|
-
"Refresh repos": [
|
6027
|
-
""
|
6028
|
-
],
|
6029
5912
|
"Refresh source": [
|
6030
5913
|
"ソースの更新"
|
6031
5914
|
],
|
@@ -6042,7 +5925,7 @@
|
|
6042
5925
|
"登録済み"
|
6043
5926
|
],
|
6044
5927
|
"Registered at": [
|
6045
|
-
"
|
5928
|
+
""
|
6046
5929
|
],
|
6047
5930
|
"Registered by": [
|
6048
5931
|
"以下で登録済み:"
|
@@ -6051,10 +5934,10 @@
|
|
6051
5934
|
"登録先"
|
6052
5935
|
],
|
6053
5936
|
"Registered to": [
|
6054
|
-
"
|
5937
|
+
""
|
6055
5938
|
],
|
6056
5939
|
"Registering to multiple environments is not enabled.": [
|
6057
|
-
"
|
5940
|
+
""
|
6058
5941
|
],
|
6059
5942
|
"Registration details": [
|
6060
5943
|
"登録の詳細"
|
@@ -6068,9 +5951,6 @@
|
|
6068
5951
|
"Registry name pattern will result in invalid container image name of member repositories": [
|
6069
5952
|
"レジストリー名のパターンが原因で、メンバーリポジトリーのコンテナーイメージ名が無効になります"
|
6070
5953
|
],
|
6071
|
-
"Reindex subscriptions": [
|
6072
|
-
""
|
6073
|
-
],
|
6074
5954
|
"Related composite content views": [
|
6075
5955
|
"関連する複合コンテンツビュー"
|
6076
5956
|
],
|
@@ -6108,7 +5988,7 @@
|
|
6108
5988
|
"データの再読み込み"
|
6109
5989
|
],
|
6110
5990
|
"Remote execution is enabled.": [
|
6111
|
-
"
|
5991
|
+
""
|
6112
5992
|
],
|
6113
5993
|
"Remote execution job '${description}' failed.": [
|
6114
5994
|
"リモート実行ジョブ '${description}' が失敗しました。"
|
@@ -6167,9 +6047,6 @@
|
|
6167
6047
|
"Remove one or more subscriptions from an upstream manifest": [
|
6168
6048
|
"アップストリームマニフェストから 1 つ以上のサブスクリプションを削除します"
|
6169
6049
|
],
|
6170
|
-
"Remove orphans": [
|
6171
|
-
""
|
6172
|
-
],
|
6173
6050
|
"Remove package group via Katello interface": [
|
6174
6051
|
"Katello インターフェイスでのパッケージグループの削除"
|
6175
6052
|
],
|
@@ -6177,7 +6054,7 @@
|
|
6177
6054
|
"Katello インターフェイスでのパッケージの削除"
|
6178
6055
|
],
|
6179
6056
|
"Remove packages": [
|
6180
|
-
"
|
6057
|
+
""
|
6181
6058
|
],
|
6182
6059
|
"Remove packages via Katello interface": [
|
6183
6060
|
"Katello インターフェイスでのパッケージの削除"
|
@@ -6192,16 +6069,10 @@
|
|
6192
6069
|
"%s からのサブスクリプション削除"
|
6193
6070
|
],
|
6194
6071
|
"Remove subscriptions from a host": [
|
6195
|
-
"ホストからのサブスクリプションの削除"
|
6196
|
-
],
|
6197
|
-
"Remove subscriptions from one or more hosts": [
|
6198
|
-
"1 つ以上のホストからサブスクリプションを削除します"
|
6199
|
-
],
|
6200
|
-
"Remove units": [
|
6201
6072
|
""
|
6202
6073
|
],
|
6203
|
-
"Remove
|
6204
|
-
""
|
6074
|
+
"Remove subscriptions from one or more hosts": [
|
6075
|
+
"1 つ以上のホストからサブスクリプションを削除します"
|
6205
6076
|
],
|
6206
6077
|
"Remove versions and/or environments from a content view and reassign systems and keys": [
|
6207
6078
|
"コンテンツビューからバージョンおよび/または環境を削除し、システムおよびキーを再度割り当てます"
|
@@ -6227,20 +6098,17 @@
|
|
6227
6098
|
"Removing this version from all environments will not delete the version. Version will still be available for later promotion.": [
|
6228
6099
|
"すべての環境からこのバージョンを削除しても、バージョンは削除されません。バージョンは引き続き以降のプロモーションの対象になります。"
|
6229
6100
|
],
|
6230
|
-
"Repair": [
|
6231
|
-
""
|
6232
|
-
],
|
6233
6101
|
"Replace content source on the target machine": [
|
6234
|
-
"
|
6102
|
+
""
|
6235
6103
|
],
|
6236
6104
|
"Repo ID": [
|
6237
|
-
"
|
6105
|
+
""
|
6238
6106
|
],
|
6239
6107
|
"Repo Type": [
|
6240
6108
|
"リポジトリータイプ"
|
6241
6109
|
],
|
6242
6110
|
"Repo label": [
|
6243
|
-
"
|
6111
|
+
""
|
6244
6112
|
],
|
6245
6113
|
"Repositories": [
|
6246
6114
|
"リポジトリー"
|
@@ -6248,29 +6116,23 @@
|
|
6248
6116
|
"Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
|
6249
6117
|
"CDN 設定がエアギャップ (切断) に設定されている間、リポジトリーは有効にできません。"
|
6250
6118
|
],
|
6251
|
-
"Repositories certs reset": [
|
6252
|
-
""
|
6253
|
-
],
|
6254
6119
|
"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.": [
|
6255
|
-
"
|
6120
|
+
""
|
6256
6121
|
],
|
6257
6122
|
"Repositories from published Content Views are not allowed.": [
|
6258
6123
|
"公開されたコンテンツビューからのリポジトリーは許可されません。"
|
6259
6124
|
],
|
6260
|
-
"Repositories gpg reset": [
|
6261
|
-
""
|
6262
|
-
],
|
6263
6125
|
"Repository": [
|
6264
6126
|
"リポジトリー"
|
6265
6127
|
],
|
6266
6128
|
"Repository %s cannot be deleted since it has already been included in a published Content View. Use repository details page to delete": [
|
6267
|
-
"
|
6129
|
+
""
|
6268
6130
|
],
|
6269
6131
|
"Repository %s cannot be deleted since it is the last affected repository in a filter. Use repository details page to delete.": [
|
6270
|
-
"
|
6132
|
+
""
|
6271
6133
|
],
|
6272
6134
|
"Repository %{label} failed to synchronize": [
|
6273
|
-
"
|
6135
|
+
""
|
6274
6136
|
],
|
6275
6137
|
"Repository '%(repoName)s' has been disabled.": [
|
6276
6138
|
"リポジトリー '%(repoName)s' が無効化されました。"
|
@@ -6279,13 +6141,13 @@
|
|
6279
6141
|
"リポジトリー '%(repoName)s' が有効化されました"
|
6280
6142
|
],
|
6281
6143
|
"Repository ID": [
|
6282
|
-
"
|
6144
|
+
""
|
6283
6145
|
],
|
6284
6146
|
"Repository Id associated with the kickstart repo used for provisioning": [
|
6285
6147
|
"プロビジョニングに使用する Kickstart リポジトリーに関連付けられたリポジトリー ID"
|
6286
6148
|
],
|
6287
6149
|
"Repository cannot be deleted since it has already been included in a published Content View. Please delete all Content View versions containing this repository before attempting to delete it or use --remove-from-content-view-versions flag to automatically remove the repository from all published versions.": [
|
6288
|
-
"
|
6150
|
+
""
|
6289
6151
|
],
|
6290
6152
|
"Repository cannot be disabled since it has already been promoted.": [
|
6291
6153
|
"リポジトリーはすでにプロモート済みのため無効にできません。"
|
@@ -6303,10 +6165,10 @@
|
|
6303
6165
|
"コンテンツビューには、リポジトリーラベル '%s' が関連付けられていません。"
|
6304
6166
|
],
|
6305
6167
|
"Repository name": [
|
6306
|
-
"
|
6168
|
+
""
|
6307
6169
|
],
|
6308
6170
|
"Repository name '%{container_name}' already exists in this product using a different naming scheme. Please retry your request with the %{root_repo_container_push_name} format or destroy and recreate the repository using your preferred schema.": [
|
6309
|
-
"
|
6171
|
+
""
|
6310
6172
|
],
|
6311
6173
|
"Repository not found": [
|
6312
6174
|
"リポジトリーが見つかりません"
|
@@ -6345,13 +6207,13 @@
|
|
6345
6207
|
"リポジトリーセットは、Red Hat リポジトリーを有効にしたり、カスタム製品を作成したりすると、ここに表示されます。"
|
6346
6208
|
],
|
6347
6209
|
"Repository sets will appear here when the host's content view and environment has available content.": [
|
6348
|
-
"
|
6210
|
+
""
|
6349
6211
|
],
|
6350
6212
|
"Repository sync failure": [
|
6351
|
-
"
|
6213
|
+
""
|
6352
6214
|
],
|
6353
6215
|
"Repository type": [
|
6354
|
-
"
|
6216
|
+
""
|
6355
6217
|
],
|
6356
6218
|
"Republish Repositories of %{name} %{version}": [
|
6357
6219
|
"%{name}%{version} のリポジトリーの再公開"
|
@@ -6360,10 +6222,10 @@
|
|
6360
6222
|
"バージョンリポジトリーの再公開"
|
6361
6223
|
],
|
6362
6224
|
"Republish repository metadata": [
|
6363
|
-
"
|
6225
|
+
""
|
6364
6226
|
],
|
6365
6227
|
"Requested access to '%s' is denied": [
|
6366
|
-
"
|
6228
|
+
""
|
6367
6229
|
],
|
6368
6230
|
"Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys.": [
|
6369
6231
|
"subscription-manifest をアップロードし、サブスクリプションをホストおよびアクティベーションキーに再度アタッチする必要があります。"
|
@@ -6432,7 +6294,7 @@
|
|
6432
6294
|
"Red Hat (カスタム以外) 製品のみを返します"
|
6433
6295
|
],
|
6434
6296
|
"Return a list of installed packages distinct by name": [
|
6435
|
-
"
|
6297
|
+
""
|
6436
6298
|
],
|
6437
6299
|
"Return content that can be added to the specified object. The values 'content_view_version' and 'content_view_filter are supported.": [
|
6438
6300
|
"指定のオブジェクトに追加可能なコンテンツを返します。'content_view_version' と 'content_view_filter' の値がサポートされます。"
|
@@ -6516,7 +6378,7 @@
|
|
6516
6378
|
"両方とも追加可能で、現在オブジェクトに追加されているコンテンツを返します。値 'content_view_filter' がサポートされています"
|
6517
6379
|
],
|
6518
6380
|
"Review": [
|
6519
|
-
"
|
6381
|
+
""
|
6520
6382
|
],
|
6521
6383
|
"Review affected environment": [
|
6522
6384
|
"影響を受ける環境の確認"
|
@@ -6524,17 +6386,17 @@
|
|
6524
6386
|
"Review affected environments": [
|
6525
6387
|
"影響を受ける環境を確認"
|
6526
6388
|
],
|
6527
|
-
"Review and optionally exclude hosts from your selection.": [
|
6389
|
+
"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.": [
|
6528
6390
|
""
|
6529
6391
|
],
|
6530
6392
|
"Review and then click {submitBtnText}.": [
|
6531
|
-
"
|
6393
|
+
""
|
6532
6394
|
],
|
6533
6395
|
"Review details": [
|
6534
6396
|
"詳細を確認"
|
6535
6397
|
],
|
6536
6398
|
"Review hosts": [
|
6537
|
-
"
|
6399
|
+
""
|
6538
6400
|
],
|
6539
6401
|
"Review the information below and click ": [
|
6540
6402
|
"以下の情報を確認して、次をクリック: "
|
@@ -6552,10 +6414,16 @@
|
|
6552
6414
|
"ロール"
|
6553
6415
|
],
|
6554
6416
|
"Rollback image": [
|
6555
|
-
"
|
6417
|
+
""
|
6556
6418
|
],
|
6557
6419
|
"Rollback image digest": [
|
6558
|
-
"
|
6420
|
+
""
|
6421
|
+
],
|
6422
|
+
"Rolling content view": [
|
6423
|
+
""
|
6424
|
+
],
|
6425
|
+
"Rolling content views": [
|
6426
|
+
""
|
6559
6427
|
],
|
6560
6428
|
"Rules to be added": [
|
6561
6429
|
"追加するルール"
|
@@ -6564,16 +6432,16 @@
|
|
6564
6432
|
"同期プランの実行:"
|
6565
6433
|
],
|
6566
6434
|
"Run job invocation": [
|
6567
|
-
"
|
6435
|
+
""
|
6568
6436
|
],
|
6569
6437
|
"Running": [
|
6570
6438
|
"実行中"
|
6571
6439
|
],
|
6572
6440
|
"Running image": [
|
6573
|
-
"
|
6441
|
+
""
|
6574
6442
|
],
|
6575
6443
|
"Running image digest": [
|
6576
|
-
"
|
6444
|
+
""
|
6577
6445
|
],
|
6578
6446
|
"SKU": [
|
6579
6447
|
"SKU"
|
@@ -6602,38 +6470,17 @@
|
|
6602
6470
|
"Save": [
|
6603
6471
|
"保存"
|
6604
6472
|
],
|
6605
|
-
"Save artifact": [
|
6606
|
-
""
|
6607
|
-
],
|
6608
|
-
"Save distribution references": [
|
6609
|
-
""
|
6610
|
-
],
|
6611
|
-
"Save publication": [
|
6612
|
-
""
|
6613
|
-
],
|
6614
|
-
"Save version": [
|
6615
|
-
""
|
6616
|
-
],
|
6617
|
-
"Save versions": [
|
6618
|
-
""
|
6619
|
-
],
|
6620
6473
|
"Saving alternate content source...": [
|
6621
6474
|
"代替コンテンツソースの保存"
|
6622
6475
|
],
|
6623
6476
|
"Scan a flatpak remote": [
|
6624
|
-
"flatpak リモートをスキャンする"
|
6625
|
-
],
|
6626
|
-
"Scan cdn": [
|
6627
|
-
""
|
6628
|
-
],
|
6629
|
-
"Scan remote": [
|
6630
6477
|
""
|
6631
6478
|
],
|
6632
6479
|
"Schema version 1": [
|
6633
|
-
"
|
6480
|
+
""
|
6634
6481
|
],
|
6635
6482
|
"Schema version 2": [
|
6636
|
-
"
|
6483
|
+
""
|
6637
6484
|
],
|
6638
6485
|
"Search": [
|
6639
6486
|
"検索"
|
@@ -6642,7 +6489,7 @@
|
|
6642
6489
|
"検索クエリー"
|
6643
6490
|
],
|
6644
6491
|
"Search available Debian packages": [
|
6645
|
-
"
|
6492
|
+
""
|
6646
6493
|
],
|
6647
6494
|
"Search available packages": [
|
6648
6495
|
"利用可能なパッケージの検索"
|
@@ -6708,7 +6555,7 @@
|
|
6708
6555
|
"クライアントキーの選択"
|
6709
6556
|
],
|
6710
6557
|
"Select a content source first": [
|
6711
|
-
"
|
6558
|
+
""
|
6712
6559
|
],
|
6713
6560
|
"Select a content view": [
|
6714
6561
|
"コンテンツビューの選択"
|
@@ -6720,7 +6567,7 @@
|
|
6720
6567
|
"このホストを移動するには、ライフサイクル環境とコンテンツビューを選択してください。"
|
6721
6568
|
],
|
6722
6569
|
"Select a lifecycle environment first": [
|
6723
|
-
"
|
6570
|
+
""
|
6724
6571
|
],
|
6725
6572
|
"Select a lifecycle environment from the available promotion paths to promote new version.": [
|
6726
6573
|
"利用可能なプロモーションパスからライフサイクル環境を選択し、新しいバージョンをプロモートします。"
|
@@ -6729,10 +6576,10 @@
|
|
6729
6576
|
"katello-host-tools-tracer をインストールするプロバイダーの選択"
|
6730
6577
|
],
|
6731
6578
|
"Select a source": [
|
6732
|
-
"
|
6579
|
+
""
|
6733
6580
|
],
|
6734
6581
|
"Select action": [
|
6735
|
-
"
|
6582
|
+
""
|
6736
6583
|
],
|
6737
6584
|
"Select all": [
|
6738
6585
|
"すべてを選択"
|
@@ -6753,16 +6600,16 @@
|
|
6753
6600
|
"組織の選択"
|
6754
6601
|
],
|
6755
6602
|
"Select at least one erratum.": [
|
6756
|
-
"
|
6603
|
+
""
|
6757
6604
|
],
|
6758
6605
|
"Select at least one package.": [
|
6759
|
-
"
|
6606
|
+
""
|
6760
6607
|
],
|
6761
6608
|
"Select attributes for ${akDetails.name}": [
|
6762
|
-
"
|
6609
|
+
""
|
6763
6610
|
],
|
6764
6611
|
"Select available version of ${truncate(cvName)} to use": [
|
6765
|
-
"
|
6612
|
+
""
|
6766
6613
|
],
|
6767
6614
|
"Select available version of content views to use": [
|
6768
6615
|
"使用するコンテンツビューの利用可能なバージョンの選択"
|
@@ -6774,10 +6621,10 @@
|
|
6774
6621
|
"環境の選択"
|
6775
6622
|
],
|
6776
6623
|
"Select errata": [
|
6777
|
-
"
|
6624
|
+
""
|
6778
6625
|
],
|
6779
6626
|
"Select errata to apply on the selected hosts. Some errata may already be applied on some hosts.": [
|
6780
|
-
"
|
6627
|
+
""
|
6781
6628
|
],
|
6782
6629
|
"Select host collection(s) to associate with host {hostName}.": [
|
6783
6630
|
"ホスト {hostName} に関連付けるホストコレクションを選択します。"
|
@@ -6798,16 +6645,16 @@
|
|
6798
6645
|
"1 つを選択"
|
6799
6646
|
],
|
6800
6647
|
"Select packages to install on the selected hosts. Some packages may already be installed on some hosts.": [
|
6801
|
-
"
|
6648
|
+
""
|
6802
6649
|
],
|
6803
6650
|
"Select packages to install to the host {hostName}.": [
|
6804
6651
|
"ホスト {hostName} にインストールするパッケージを選択します。"
|
6805
6652
|
],
|
6806
6653
|
"Select packages to remove on the selected hosts.": [
|
6807
|
-
"
|
6654
|
+
""
|
6808
6655
|
],
|
6809
6656
|
"Select packages to upgrade to the latest version. Packages may have different versions on different hosts.": [
|
6810
|
-
"
|
6657
|
+
""
|
6811
6658
|
],
|
6812
6659
|
"Select page": [
|
6813
6660
|
"ページの選択"
|
@@ -6831,10 +6678,10 @@
|
|
6831
6678
|
"ソースタイプの選択"
|
6832
6679
|
],
|
6833
6680
|
"Select system purpose attributes for activation key {name}.": [
|
6834
|
-
"
|
6681
|
+
""
|
6835
6682
|
],
|
6836
6683
|
"Select system purpose attributes for host {name}.": [
|
6837
|
-
"
|
6684
|
+
""
|
6838
6685
|
],
|
6839
6686
|
"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.": [
|
6840
6687
|
"このホストのプロビジョニングに使用するインストールメディアを選択してください。同期済みの Kickstart リポジトリーには「同期済みコンテンツ」を、他のメディアには「全メディア」を選択してください。"
|
@@ -6846,10 +6693,10 @@
|
|
6846
6693
|
"選択済みの環境 "
|
6847
6694
|
],
|
6848
6695
|
"Selected errata will be applied on {hostCount} hosts": [
|
6849
|
-
"
|
6696
|
+
""
|
6850
6697
|
],
|
6851
6698
|
"Selected packages will be {submitAction} on {hostCount} hosts": [
|
6852
|
-
"
|
6699
|
+
""
|
6853
6700
|
],
|
6854
6701
|
"Sending a list of included IDs is not allowed when all items are being selected.": [
|
6855
6702
|
"すべての項目が選択されている場合、含まれる ID の一覧を送信することはできません。"
|
@@ -6873,7 +6720,7 @@
|
|
6873
6720
|
"1 台以上のホストにコンテンツ上書きを設定します"
|
6874
6721
|
],
|
6875
6722
|
"Set this HTTP proxy as the default content HTTP proxy": [
|
6876
|
-
"
|
6723
|
+
""
|
6877
6724
|
],
|
6878
6725
|
"Set true to override to enabled; Set false to override to disabled.'": [
|
6879
6726
|
"true に設定するとオーバーライドが有効になり、false に設定するとオーバーライドが無効になります。"
|
@@ -6915,10 +6762,10 @@
|
|
6915
6762
|
"コンテンツビューの履歴を表示"
|
6916
6763
|
],
|
6917
6764
|
"Show a flatpak remote": [
|
6918
|
-
"
|
6765
|
+
""
|
6919
6766
|
],
|
6920
6767
|
"Show a flatpak remote repository": [
|
6921
|
-
"
|
6768
|
+
""
|
6922
6769
|
],
|
6923
6770
|
"Show a host collection": [
|
6924
6771
|
"ホストコレクションの表示"
|
@@ -6945,7 +6792,7 @@
|
|
6945
6792
|
"すべて表示"
|
6946
6793
|
],
|
6947
6794
|
"Show all repository sets": [
|
6948
|
-
"
|
6795
|
+
""
|
6949
6796
|
],
|
6950
6797
|
"Show an activation key": [
|
6951
6798
|
"アクティベーションキーの表示"
|
@@ -6969,7 +6816,7 @@
|
|
6969
6816
|
"説明全文の表示"
|
6970
6817
|
],
|
6971
6818
|
"Show hosts associated to an activation key": [
|
6972
|
-
"
|
6819
|
+
""
|
6973
6820
|
],
|
6974
6821
|
"Show organization": [
|
6975
6822
|
"組織の表示"
|
@@ -6981,7 +6828,7 @@
|
|
6981
6828
|
"コンテンツホストで利用可能なリリースを表示します"
|
6982
6829
|
],
|
6983
6830
|
"Show repositories": [
|
6984
|
-
"
|
6831
|
+
""
|
6985
6832
|
],
|
6986
6833
|
"Show repositories enabled on the host that are known to Katello": [
|
6987
6834
|
"Katello に認識されているホストで有効化になっているリポジトリーを表示します。"
|
@@ -6990,7 +6837,7 @@
|
|
6990
6837
|
"使用可能なリポジトリータイプの表示"
|
6991
6838
|
],
|
6992
6839
|
"Show whether each lifecycle environment is associated with the given Smart Proxy id.": [
|
6993
|
-
"
|
6840
|
+
""
|
6994
6841
|
],
|
6995
6842
|
"Shows status of Katello system and it's subcomponents": [
|
6996
6843
|
"Katello システムとそのサブコンポーネントのステータスを表示します"
|
@@ -7005,14 +6852,11 @@
|
|
7005
6852
|
"'%{subject}' のシンプルコンテンツアクセスが有効になりました。"
|
7006
6853
|
],
|
7007
6854
|
"Simple Content Access is the only supported content access mode": [
|
7008
|
-
"
|
6855
|
+
""
|
7009
6856
|
],
|
7010
6857
|
"Simplified": [
|
7011
6858
|
"簡易"
|
7012
6859
|
],
|
7013
|
-
"Single content view consisting of e.g. repositories": [
|
7014
|
-
""
|
7015
|
-
],
|
7016
6860
|
"Size of file to upload": [
|
7017
6861
|
"アップロードするファイルのサイズ"
|
7018
6862
|
],
|
@@ -7026,19 +6870,19 @@
|
|
7026
6870
|
"Smart Proxy"
|
7027
6871
|
],
|
7028
6872
|
"Smart proxy ID": [
|
7029
|
-
"
|
6873
|
+
""
|
7030
6874
|
],
|
7031
6875
|
"Smart proxy IDs": [
|
7032
6876
|
"Smart Proxy ID"
|
7033
6877
|
],
|
7034
6878
|
"Smart proxy content count refresh has started in the background": [
|
7035
|
-
"
|
6879
|
+
""
|
7036
6880
|
],
|
7037
6881
|
"Smart proxy content source not found!": [
|
7038
6882
|
"Smart Proxy コンテンツソースが見つかりません!"
|
7039
6883
|
],
|
7040
6884
|
"Smart proxy name": [
|
7041
|
-
"
|
6885
|
+
""
|
7042
6886
|
],
|
7043
6887
|
"Sockets": [
|
7044
6888
|
"ソケット"
|
@@ -7055,11 +6899,14 @@
|
|
7055
6899
|
"Solve dependencies": [
|
7056
6900
|
"依存関係の解決"
|
7057
6901
|
],
|
6902
|
+
"Some environments are disabled because they are not associated with all of the affected hosts' content sources.": [
|
6903
|
+
""
|
6904
|
+
],
|
7058
6905
|
"Some environments are disabled because they are not associated with the host's content source.": [
|
7059
|
-
"
|
6906
|
+
""
|
7060
6907
|
],
|
7061
6908
|
"Some environments are disabled because they are not associated with the selected content source.": [
|
7062
|
-
"
|
6909
|
+
""
|
7063
6910
|
],
|
7064
6911
|
"Some hosts are not registered as content hosts and will be ignored.": [
|
7065
6912
|
"ホストによってはコンテンツホストとして登録されていないため、無視されます。"
|
@@ -7071,7 +6918,7 @@
|
|
7071
6918
|
"一部のサービスが適切に開始されていません。詳細は、About ページを参照してください。"
|
7072
6919
|
],
|
7073
6920
|
"Something went wrong while adding a bookmark: ${getBookmarkErrorMsgs(error.response)}": [
|
7074
|
-
"
|
6921
|
+
"コンポーネントの追加中に問題が発生しました! ${getBookmarkErrorMsgs(error.response)}"
|
7075
6922
|
],
|
7076
6923
|
"Something went wrong while adding a filter rule! ${getResponseErrorMsgs(error.response)}": [
|
7077
6924
|
"フィルタールールの追加中に問題が発生しました! ${getResponseErrorMsgs(error.response)}"
|
@@ -7092,7 +6939,7 @@
|
|
7092
6939
|
"フィルタールールの削除中に問題が発生しました! ${getResponseErrorMsgs(error.response)}"
|
7093
6940
|
],
|
7094
6941
|
"Something went wrong while deleting filters! ${getResponseErrorMsgs(error.response)}": [
|
7095
|
-
"
|
6942
|
+
"フィルタールールの削除中に問題が発生しました! ${getResponseErrorMsgs(error.response)}"
|
7096
6943
|
],
|
7097
6944
|
"Something went wrong while deleting this filter! ${getResponseErrorMsgs(error.response)}": [
|
7098
6945
|
"このフィルターの削除中に問題が発生しました! ${getResponseErrorMsgs(error.response)}"
|
@@ -7119,7 +6966,7 @@
|
|
7119
6966
|
"rpm パッケージの取得中に問題が発生しました! ${getResponseErrorMsgs(error.response)}"
|
7120
6967
|
],
|
7121
6968
|
"Something went wrong while getting container manifest lists! ${getResponseErrorMsgs(error.response)}": [
|
7122
|
-
"
|
6969
|
+
""
|
7123
6970
|
],
|
7124
6971
|
"Something went wrong while getting container tags! ${getResponseErrorMsgs(error.response)}": [
|
7125
6972
|
"コンテナータグの取得中に問題が発生しました! ${getResponseErrorMsgs(error.response)}"
|
@@ -7152,7 +6999,7 @@
|
|
7152
6999
|
"代替コンテンツソースの更新中に問題が発生しました:"
|
7153
7000
|
],
|
7154
7001
|
"Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}": [
|
7155
|
-
"
|
7002
|
+
""
|
7156
7003
|
],
|
7157
7004
|
"Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}": [
|
7158
7005
|
"フィルタールールの削除中に問題が発生しました! ${getResponseErrorMsgs(error.response)}"
|
@@ -7248,10 +7095,10 @@
|
|
7248
7095
|
"スタッキング ID"
|
7249
7096
|
],
|
7250
7097
|
"Staged image": [
|
7251
|
-
"
|
7098
|
+
""
|
7252
7099
|
],
|
7253
7100
|
"Staged image digest": [
|
7254
|
-
"
|
7101
|
+
""
|
7255
7102
|
],
|
7256
7103
|
"Start Date": [
|
7257
7104
|
"開始日"
|
@@ -7272,7 +7119,7 @@
|
|
7272
7119
|
"状態"
|
7273
7120
|
],
|
7274
7121
|
"Status": [
|
7275
|
-
"
|
7122
|
+
"状態"
|
7276
7123
|
],
|
7277
7124
|
"Status must be one of: %s": [
|
7278
7125
|
"ステータスは %s のいずれかに指定する必要があります"
|
@@ -7317,7 +7164,7 @@
|
|
7317
7164
|
"サブスクリプションマニフェスト"
|
7318
7165
|
],
|
7319
7166
|
"Subscription Manifest expiration date check": [
|
7320
|
-
"
|
7167
|
+
""
|
7321
7168
|
],
|
7322
7169
|
"Subscription Manifest validity check": [
|
7323
7170
|
"サブスクリプションマニフェストの有効性チェック"
|
@@ -7359,7 +7206,7 @@
|
|
7359
7206
|
"サブスクリプションが見つかりません"
|
7360
7207
|
],
|
7361
7208
|
"Subscription was not persisted - %{error_message}": [
|
7362
|
-
"
|
7209
|
+
"サブスクリプションが永続化されませんでした: {error_message}"
|
7363
7210
|
],
|
7364
7211
|
"Subscriptions": [
|
7365
7212
|
"サブスクリプション"
|
@@ -7383,7 +7230,7 @@
|
|
7383
7230
|
"%s 台のホストが正常に追加されました。"
|
7384
7231
|
],
|
7385
7232
|
"Successfully added %{count} content host(s) to host collection %{host_collection}.": [
|
7386
|
-
"
|
7233
|
+
"コンテンツホスト%{count} 台がホストコレクション {host_collection} に正常に追加されました。"
|
7387
7234
|
],
|
7388
7235
|
"Successfully changed sync plan for %s product(s)": [
|
7389
7236
|
"%s 製品の同期プランが正常に変更されました"
|
@@ -7398,7 +7245,7 @@
|
|
7398
7245
|
"%s 台のホストが正常に削除されました。"
|
7399
7246
|
],
|
7400
7247
|
"Successfully removed %{count} content host(s) from host collection %{host_collection}.": [
|
7401
|
-
"ホストコレクション
|
7248
|
+
"ホストコレクション {host_collection} から %{count} 台のコンテンツホストが正常に削除されました。"
|
7402
7249
|
],
|
7403
7250
|
"Successfully synced capsule.": [
|
7404
7251
|
"Capsule が正常に同期されました。"
|
@@ -7413,14 +7260,11 @@
|
|
7413
7260
|
"サポートタイプ"
|
7414
7261
|
],
|
7415
7262
|
"Support ended": [
|
7416
|
-
"
|
7263
|
+
""
|
7417
7264
|
],
|
7418
7265
|
"Supported Content Types": [
|
7419
7266
|
"サポート対象のコンテンツタイプ"
|
7420
7267
|
],
|
7421
|
-
"Sync": [
|
7422
|
-
""
|
7423
|
-
],
|
7424
7268
|
"Sync Canceled": [
|
7425
7269
|
"同期が取り消されました"
|
7426
7270
|
],
|
@@ -7475,9 +7319,6 @@
|
|
7475
7319
|
"Sync all repositories for a product": [
|
7476
7320
|
"製品のすべてのリポジトリーを同期します"
|
7477
7321
|
],
|
7478
|
-
"Sync capsule": [
|
7479
|
-
""
|
7480
|
-
],
|
7481
7322
|
"Sync complete.": [
|
7482
7323
|
"同期が完了しました。"
|
7483
7324
|
],
|
@@ -7496,11 +7337,8 @@
|
|
7496
7337
|
"Sync state": [
|
7497
7338
|
"同期の状態"
|
7498
7339
|
],
|
7499
|
-
"Syncable export": [
|
7500
|
-
""
|
7501
|
-
],
|
7502
7340
|
"Synced": [
|
7503
|
-
"
|
7341
|
+
""
|
7504
7342
|
],
|
7505
7343
|
"Synced ": [
|
7506
7344
|
"同期されています "
|
@@ -7548,7 +7386,7 @@
|
|
7548
7386
|
"システム目的の属性の更新"
|
7549
7387
|
],
|
7550
7388
|
"System purpose enables you to set the system's intended use on your network and improves reporting accuracy in the Subscriptions service of the Red Hat Hybrid Cloud Console.": [
|
7551
|
-
"
|
7389
|
+
""
|
7552
7390
|
],
|
7553
7391
|
"Tag name": [
|
7554
7392
|
"タグ名"
|
@@ -7560,13 +7398,13 @@
|
|
7560
7398
|
"タスク"
|
7561
7399
|
],
|
7562
7400
|
"Task ${task.humanized.action} completed with a result of ${task.result}. ${task.errors ? getErrors(task) : ''}": [
|
7563
|
-
"
|
7401
|
+
"${task.humanized.action} completed with a result of ${task.result}. ${task.errors ? getErrors(task) : ''}"
|
7564
7402
|
],
|
7565
7403
|
"Task ${task.humanized.action} has started.": [
|
7566
7404
|
"タスク${task.humanized.action} が開始されました。"
|
7567
7405
|
],
|
7568
7406
|
"Task ID": [
|
7569
|
-
"
|
7407
|
+
""
|
7570
7408
|
],
|
7571
7409
|
"Task canceled": [
|
7572
7410
|
"タスクが取り消されました"
|
@@ -7575,13 +7413,13 @@
|
|
7575
7413
|
"タスクの詳細"
|
7576
7414
|
],
|
7577
7415
|
"Task details": [
|
7578
|
-
"
|
7416
|
+
""
|
7579
7417
|
],
|
7580
7418
|
"Task result": [
|
7581
|
-
"
|
7419
|
+
""
|
7582
7420
|
],
|
7583
7421
|
"Task state": [
|
7584
|
-
"
|
7422
|
+
""
|
7585
7423
|
],
|
7586
7424
|
"Temporary": [
|
7587
7425
|
"一時的"
|
@@ -7593,16 +7431,16 @@
|
|
7593
7431
|
"代替コンテンツソースのタイプ"
|
7594
7432
|
],
|
7595
7433
|
"The Foreman Client repository is available in the host's content view environment(s). ": [
|
7596
|
-
"
|
7434
|
+
""
|
7597
7435
|
],
|
7598
7436
|
"The Foreman Client repository is enabled. ": [
|
7599
|
-
"
|
7437
|
+
""
|
7600
7438
|
],
|
7601
7439
|
"The Foreman Client repository is synced. ": [
|
7602
|
-
"
|
7440
|
+
""
|
7603
7441
|
],
|
7604
7442
|
"The Foreman Client repository set is enabled for the host. ": [
|
7605
|
-
"
|
7443
|
+
""
|
7606
7444
|
],
|
7607
7445
|
"The URL to receive a session token from, e.g. used with Automation Hub.": [
|
7608
7446
|
"セッショントークンを受信するためのURL (例: Automation Hub で使用)。"
|
@@ -7614,7 +7452,7 @@
|
|
7614
7452
|
"実際のコンテンツファイル"
|
7615
7453
|
],
|
7616
7454
|
"The amount of latest versions of a package to keep on sync, includes pre-releases if synced. Default 0 keeps all versions.": [
|
7617
|
-
"
|
7455
|
+
""
|
7618
7456
|
],
|
7619
7457
|
"The content type for the Alternate Content Source": [
|
7620
7458
|
"代替コンテンツソースのコンテンツタイプ"
|
@@ -7656,7 +7494,10 @@
|
|
7656
7494
|
"以下のホストには、適用するエラータがあります: "
|
7657
7495
|
],
|
7658
7496
|
"The following repositories provided in the import metadata have an incorrect content type or provider type. Make sure the export and import repositories are of the same type before importing\\n %{repos}": [
|
7659
|
-
"インポートメタデータで提供されている以下のリポジトリーのコンテンツタイプまたはプロバイダータイプが正しくありません。インポートする前に、エクスポートリポジトリーとインポートリポジトリーが同じタイプであることを確認してください\\n
|
7497
|
+
"インポートメタデータで提供されている以下のリポジトリーのコンテンツタイプまたはプロバイダータイプが正しくありません。インポートする前に、エクスポートリポジトリーとインポートリポジトリーが同じタイプであることを確認してください\\n %%{repos}"
|
7498
|
+
],
|
7499
|
+
"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.": [
|
7500
|
+
""
|
7660
7501
|
],
|
7661
7502
|
"The id of the content source": [
|
7662
7503
|
"コンテンツソースの ID"
|
@@ -7698,7 +7539,7 @@
|
|
7698
7539
|
"保持する各パッケージのバージョンの最大数。"
|
7699
7540
|
],
|
7700
7541
|
"The number of days remaining in a subscription before you will be reminded about renewing it. Also used for manifest expiration warnings.": [
|
7701
|
-
"
|
7542
|
+
""
|
7702
7543
|
],
|
7703
7544
|
"The number of items fetched from a single paged Pulp API call.": [
|
7704
7545
|
"1 ページの Pulp API 呼び出しからフェッチされたアイテムの数。"
|
@@ -7710,7 +7551,7 @@
|
|
7710
7551
|
"結果を並べ替える順序。['asc'、'desc']。デフォルトは 'desc' です。"
|
7711
7552
|
],
|
7712
7553
|
"The organization's manifest does not contain the subscriptions required to enable the following repositories.\\n %{repos}": [
|
7713
|
-
"組織のマニフェストには、以下のリポジトリーの有効化に必要なサブスクリプションが含まれていません。\\n
|
7554
|
+
"組織のマニフェストには、以下のリポジトリーの有効化に必要なサブスクリプションが含まれていません。\\n %%{repos}"
|
7714
7555
|
],
|
7715
7556
|
"The page you are attempting to access requires selecting a specific organization.": [
|
7716
7557
|
"アクセス先のページには、特定の組織を選択する必要があります。"
|
@@ -7719,7 +7560,7 @@
|
|
7719
7560
|
"パス %{real_path} は、有効なリポジトリーではないようです。これがエラーだと思われる場合には、マニフェストを更新してみてください。"
|
7720
7561
|
],
|
7721
7562
|
"The promotion of %{content_view} to %{environment} has completed. %{count} errata are available to your hosts.": [
|
7722
|
-
"%{content_view} から %{environment}
|
7563
|
+
"%{content_view} から %{environment} のプロモートが完了しました。エラータ %{count} 件がホストで利用できます。"
|
7723
7564
|
],
|
7724
7565
|
"The promotion of %{content_view} to <b>%{environment}</b> has completed. %{count} needed errata are installable on your hosts.": [
|
7725
7566
|
"%{content_view} から <b>%{environment}</b> へのプロモートが完了しました。必要なエラータ %{count} 件をホストにインストールできます。"
|
@@ -7746,7 +7587,7 @@
|
|
7746
7587
|
"選択したキックスタートリポジトリーは、割り当てられたコンテンツビュー、ライフサイクル環境、コンテンツソース、オペレーティングシステム、アーキテクチャーに含まれていません。"
|
7747
7588
|
],
|
7748
7589
|
"The selected lifecycle environment contains no activation keys": [
|
7749
|
-
"
|
7590
|
+
""
|
7750
7591
|
],
|
7751
7592
|
"The selected/Inherited Content View is not available for this Lifecycle Environment": [
|
7752
7593
|
"このライフサイクル環境では、選択したコンテンツビュー/継承したコンテンツビューは利用できません"
|
@@ -7773,7 +7614,7 @@
|
|
7773
7614
|
"アップロードするコンテンツのタイプ (srpm、file など)。アップロード可能なタイプは、/katello/api/repositories/repository_types で確認できます。"
|
7774
7615
|
],
|
7775
7616
|
"The value will be available in templates as @host.params['kt_activation_keys']": [
|
7776
|
-
"
|
7617
|
+
""
|
7777
7618
|
],
|
7778
7619
|
"There are no Manifests to display": [
|
7779
7620
|
"表示するマニフェストはありません。"
|
@@ -7803,7 +7644,7 @@
|
|
7803
7644
|
"クリーンアップするダウンロード済みのコンテンツはありません。"
|
7804
7645
|
],
|
7805
7646
|
"There is no manifest history to display.": [
|
7806
|
-
"
|
7647
|
+
""
|
7807
7648
|
],
|
7808
7649
|
"There is no such HTTP proxy": [
|
7809
7650
|
"そのような HTTP プロキシーはありません"
|
@@ -7842,7 +7683,7 @@
|
|
7842
7683
|
"このアクションはパッケージグループに対応していません"
|
7843
7684
|
],
|
7844
7685
|
"This action should only be taken for debugging purposes.": [
|
7845
|
-
"
|
7686
|
+
""
|
7846
7687
|
],
|
7847
7688
|
"This action should only be taken in extreme circumstances or for debugging purposes.": [
|
7848
7689
|
"この操作は、特殊な状況またはデバッグの目的でのみ実行する必要があります。"
|
@@ -7860,7 +7701,7 @@
|
|
7860
7701
|
"このコンテンツビューバージョンには履歴がありません。"
|
7861
7702
|
],
|
7862
7703
|
"This content view version is used in one or more multi-environment hosts. The version will simply be removed from the multi-environment hosts. The content view and lifecycle environment you select here will only apply to single-environment hosts. See hammer activation-key --help for more details.": [
|
7863
|
-
"
|
7704
|
+
""
|
7864
7705
|
],
|
7865
7706
|
"This content view will be automatically updated to the latest version.": [
|
7866
7707
|
"このコンテンツビューは、最新バージョンに自動的に更新されます。"
|
@@ -7869,13 +7710,13 @@
|
|
7869
7710
|
"このコンテンツビューは削除されます。変更は、削除 をクリックした後に有効になります。"
|
7870
7711
|
],
|
7871
7712
|
"This endpoint is deprecated and will be removed in an upcoming release. Simple Content Access is the only supported content access mode.": [
|
7872
|
-
"
|
7713
|
+
""
|
7873
7714
|
],
|
7874
7715
|
"This endpoint is primarily designed for UI interactions and uploading content into the repository. For API-based uploads, please use the 'content_uploads' endpoint instead.": [
|
7875
|
-
"
|
7716
|
+
""
|
7876
7717
|
],
|
7877
7718
|
"This environment is used in one or more multi-environment activation keys. The environment will simply be removed from the multi-environment keys. The content view and lifecycle environment you select here will only apply to single-environment activation keys. See hammer activation-key --help for more details.": [
|
7878
|
-
"
|
7719
|
+
""
|
7879
7720
|
],
|
7880
7721
|
"This erratum is not installable because it is not in this host's assigned content view environments.": [
|
7881
7722
|
""
|
@@ -7887,10 +7728,10 @@
|
|
7887
7728
|
"このホストにはパッケージがありません。"
|
7888
7729
|
],
|
7889
7730
|
"This host has errata that are applicable, but not installable. Adjust your filters and try again.": [
|
7890
|
-
"
|
7731
|
+
""
|
7891
7732
|
],
|
7892
7733
|
"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.": [
|
7893
|
-
"
|
7734
|
+
""
|
7894
7735
|
],
|
7895
7736
|
"This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled.": [
|
7896
7737
|
"このホストの組織はシンプルコンテンツアクセスモードです。サブスクリプションのアタッチが無効になっています。"
|
@@ -7920,7 +7761,7 @@
|
|
7920
7761
|
"これは、リンクされたリポジトリーではありません"
|
7921
7762
|
],
|
7922
7763
|
"This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}.": [
|
7923
|
-
"
|
7764
|
+
""
|
7924
7765
|
],
|
7925
7766
|
"This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use.": [
|
7926
7767
|
"このリポジトリーは推奨されていません。使用する前に、 %(anchorBegin)sドキュメント%(anchorEnd)s を追加で参照してください。"
|
@@ -7953,13 +7794,13 @@
|
|
7953
7794
|
"これにより、詳細、リポジトリー、およびフィルターを含め {cv} のコピーが作成されます。履歴、タスク、およびバージョン等の生成されたデータはコピーされません。"
|
7954
7795
|
],
|
7955
7796
|
"This will update the content view environments for {hosts}.": [
|
7956
|
-
"
|
7797
|
+
""
|
7957
7798
|
],
|
7958
7799
|
"Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned.": [
|
7959
|
-
"
|
7800
|
+
""
|
7960
7801
|
],
|
7961
7802
|
"Time to expire yum metadata in seconds. Only relevant for custom yum repositories.": [
|
7962
|
-
"
|
7803
|
+
""
|
7963
7804
|
],
|
7964
7805
|
"Timeout when refreshing a manifest (in seconds)": [
|
7965
7806
|
"マニフェストの更新時のタイムアウト (秒単位)"
|
@@ -7971,40 +7812,37 @@
|
|
7971
7812
|
"タイトル"
|
7972
7813
|
],
|
7973
7814
|
"To change content view environments, a specific organization must be selected from the organization context.": [
|
7974
|
-
"
|
7815
|
+
""
|
7975
7816
|
],
|
7976
7817
|
"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.": [
|
7977
|
-
"
|
7818
|
+
""
|
7978
7819
|
],
|
7979
7820
|
"To enable them, add the environment to the content source, or select a different content source.": [
|
7980
|
-
"
|
7821
|
+
""
|
7981
7822
|
],
|
7982
7823
|
"To enable them, add the environment to the host's content source, or ": [
|
7983
|
-
"
|
7824
|
+
""
|
7984
7825
|
],
|
7985
7826
|
"To finish the process of changing the content source, run the following script manually on {hosts}.": [
|
7986
|
-
"
|
7827
|
+
""
|
7987
7828
|
],
|
7988
7829
|
"To get started, add a filter rule to this filter": [
|
7989
|
-
"
|
7830
|
+
""
|
7990
7831
|
],
|
7991
7832
|
"To get started, add this host to a host collection.": [
|
7992
7833
|
"まず、このホストをホストコレクションに追加します。"
|
7993
7834
|
],
|
7994
7835
|
"To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories.": [
|
7995
|
-
"
|
7836
|
+
""
|
7996
7837
|
],
|
7997
7838
|
"To manage host packages, a specific organization must be selected from the organization context.": [
|
7998
|
-
"
|
7839
|
+
""
|
7999
7840
|
],
|
8000
7841
|
"To manage packages, select an action.": [
|
8001
|
-
"パッケージを管理するには、アクションを選択してください。"
|
8002
|
-
],
|
8003
|
-
"Toggle": [
|
8004
7842
|
""
|
8005
7843
|
],
|
8006
7844
|
"Token/password for the flatpak remote": [
|
8007
|
-
"
|
7845
|
+
""
|
8008
7846
|
],
|
8009
7847
|
"Total steps: ": [
|
8010
7848
|
"ステップ合計数: "
|
@@ -8124,7 +7962,7 @@
|
|
8124
7962
|
"接続できません。結果: %s"
|
8125
7963
|
],
|
8126
7964
|
"Unable to create ContentViewEnvironment. Check the logs for more information.": [
|
8127
|
-
"
|
7965
|
+
""
|
8128
7966
|
],
|
8129
7967
|
"Unable to delete any alternate content source. You either do not have the permission to delete, or none of the alternate content sources exist.": [
|
8130
7968
|
"代替コンテンツソースを削除できません。削除するパーミッションがないか、代替コンテンツソースが存在しません。"
|
@@ -8135,6 +7973,12 @@
|
|
8135
7973
|
"Unable to detect puppet path": [
|
8136
7974
|
"Puppet パスを検出できません"
|
8137
7975
|
],
|
7976
|
+
"Unable to find a content view with ID %s": [
|
7977
|
+
""
|
7978
|
+
],
|
7979
|
+
"Unable to find a lifecycle environment with ID %s": [
|
7980
|
+
""
|
7981
|
+
],
|
8138
7982
|
"Unable to find product '%s' in organization '%s'": [
|
8139
7983
|
"組織 '%s' で製品 '%s' が見つかりません"
|
8140
7984
|
],
|
@@ -8163,7 +8007,7 @@
|
|
8163
8007
|
"システムの再割り当てを実行できません。system_content_view_id と system_environment_id を確認してください。"
|
8164
8008
|
],
|
8165
8009
|
"Unable to refresh any alternate content source. You either do not have the permission to refresh, or no alternate content sources exist.": [
|
8166
|
-
"
|
8010
|
+
""
|
8167
8011
|
],
|
8168
8012
|
"Unable to refresh any alternate content source. You either do not have the permission to refresh, or none of the alternate content sources exist.": [
|
8169
8013
|
"代替コンテンツソースを更新できません。更新するパーミッションがないか、代替コンテンツソースが存在しません。"
|
@@ -8175,7 +8019,7 @@
|
|
8175
8019
|
"リポジトリーを同期できません。このリポジトリーにはフィード URL がありません。"
|
8176
8020
|
],
|
8177
8021
|
"Unable to sync repo. This repository is not a library instance repository.": [
|
8178
|
-
"
|
8022
|
+
""
|
8179
8023
|
],
|
8180
8024
|
"Unable to synchronize any repository. You either do not have the permission to synchronize or the selected repositories do not have a feed url.": [
|
8181
8025
|
"リポジトリーを同期できません。同期する権限がないか、または選択されたリポジトリーにフィード URL がないかのいずれかです。"
|
@@ -8241,7 +8085,7 @@
|
|
8241
8085
|
"CDN 設定の更新"
|
8242
8086
|
],
|
8243
8087
|
"Update Content Counts": [
|
8244
|
-
"
|
8088
|
+
""
|
8245
8089
|
],
|
8246
8090
|
"Update Content Overrides": [
|
8247
8091
|
"コンテンツ上書きの更新"
|
@@ -8268,7 +8112,7 @@
|
|
8268
8112
|
"フィルタールールの更新。組み込まれるパラメーターはフィルタータイプに基づくものでなければなりません。"
|
8269
8113
|
],
|
8270
8114
|
"Update a flatpak remote": [
|
8271
|
-
"
|
8115
|
+
""
|
8272
8116
|
],
|
8273
8117
|
"Update a host collection": [
|
8274
8118
|
"ホストコレクションの更新"
|
@@ -8292,27 +8136,15 @@
|
|
8292
8136
|
"組織内の環境を更新"
|
8293
8137
|
],
|
8294
8138
|
"Update content counts for the smart proxy": [
|
8295
|
-
"Smart Proxy のコンテンツ数を更新します"
|
8296
|
-
],
|
8297
|
-
"Update content urls": [
|
8298
8139
|
""
|
8299
8140
|
],
|
8300
8141
|
"Update content view environments for host": [
|
8301
|
-
"
|
8142
|
+
""
|
8302
8143
|
],
|
8303
8144
|
"Update content view environments for host %s": [
|
8304
|
-
"ホスト %s のコンテンツビュー環境の更新"
|
8305
|
-
],
|
8306
|
-
"Update distributions": [
|
8307
8145
|
""
|
8308
8146
|
],
|
8309
8147
|
"Update hosts manually": [
|
8310
|
-
"ホストの手動更新"
|
8311
|
-
],
|
8312
|
-
"Update http proxy": [
|
8313
|
-
""
|
8314
|
-
],
|
8315
|
-
"Update http proxy details": [
|
8316
8148
|
""
|
8317
8149
|
],
|
8318
8150
|
"Update installed packages, enabled repos, module inventory": [
|
@@ -8330,21 +8162,12 @@
|
|
8330
8162
|
"Update packages via Katello interface": [
|
8331
8163
|
"Katello インターフェイスでのパッケージの更新"
|
8332
8164
|
],
|
8333
|
-
"Update redhat repository": [
|
8334
|
-
""
|
8335
|
-
],
|
8336
8165
|
"Update release version for host": [
|
8337
8166
|
"ホストのリリースバージョンの更新"
|
8338
8167
|
],
|
8339
8168
|
"Update release version for host %s": [
|
8340
8169
|
"ホスト %s のリリースバージョンの更新"
|
8341
8170
|
],
|
8342
|
-
"Update remote": [
|
8343
|
-
""
|
8344
|
-
],
|
8345
|
-
"Update repository": [
|
8346
|
-
""
|
8347
|
-
],
|
8348
8171
|
"Update services requiring restart": [
|
8349
8172
|
"再起動が必要なサービスの更新"
|
8350
8173
|
],
|
@@ -8358,7 +8181,7 @@
|
|
8358
8181
|
"指定されたホストのコンテンツソースを更新し、再設定スクリプトを生成します"
|
8359
8182
|
],
|
8360
8183
|
"Update the host immediately via remote execution": [
|
8361
|
-
"
|
8184
|
+
""
|
8362
8185
|
],
|
8363
8186
|
"Update the information about enabled repositories": [
|
8364
8187
|
"有効なリポジトリーの情報を更新する"
|
@@ -8385,10 +8208,10 @@
|
|
8385
8208
|
"製品の更新"
|
8386
8209
|
],
|
8387
8210
|
"Updates available: Component content view versions have been updated.": [
|
8388
|
-
"
|
8211
|
+
""
|
8389
8212
|
],
|
8390
8213
|
"Updates available: Repositories and/or filters have changed.": [
|
8391
|
-
"
|
8214
|
+
""
|
8392
8215
|
],
|
8393
8216
|
"Updating Package...": [
|
8394
8217
|
"パッケージを更新しています..."
|
@@ -8415,10 +8238,10 @@
|
|
8415
8238
|
"アップグレード"
|
8416
8239
|
],
|
8417
8240
|
"Upgrade all packages": [
|
8418
|
-
"
|
8241
|
+
""
|
8419
8242
|
],
|
8420
8243
|
"Upgrade packages": [
|
8421
|
-
"
|
8244
|
+
""
|
8422
8245
|
],
|
8423
8246
|
"Upgrade via customized remote execution": [
|
8424
8247
|
"カスタマイズされたリモート実行によるアップグレード"
|
@@ -8435,24 +8258,15 @@
|
|
8435
8258
|
"Upload a subscription manifest": [
|
8436
8259
|
"サブスクリプションマニフェストのアップロード"
|
8437
8260
|
],
|
8438
|
-
"Upload content": [
|
8439
|
-
""
|
8440
|
-
],
|
8441
|
-
"Upload file": [
|
8442
|
-
""
|
8443
|
-
],
|
8444
8261
|
"Upload into": [
|
8445
8262
|
"アップロード先"
|
8446
8263
|
],
|
8447
8264
|
"Upload package / repos profile": [
|
8448
|
-
"
|
8265
|
+
""
|
8449
8266
|
],
|
8450
8267
|
"Upload request id": [
|
8451
8268
|
"要求 ID のアップロード"
|
8452
8269
|
],
|
8453
|
-
"Upload tag": [
|
8454
|
-
""
|
8455
|
-
],
|
8456
8270
|
"Upstream Candlepin": [
|
8457
8271
|
"アップストリーム Candlepin"
|
8458
8272
|
],
|
@@ -8466,7 +8280,7 @@
|
|
8466
8280
|
"リポジトリー URL を指定する場合には、アップストリーム名を空白にすることはできません。"
|
8467
8281
|
],
|
8468
8282
|
"Upstream authentication token string for yum repositories.": [
|
8469
|
-
"
|
8283
|
+
""
|
8470
8284
|
],
|
8471
8285
|
"Upstream foreman server to sync CDN content from. Relevant only for 'upstream_server' type.": [
|
8472
8286
|
"CDN コンテンツの同期元となるアップストリームの Foreman サーバーです。'upstream_server' タイプにのみ必要です。"
|
@@ -8541,7 +8355,7 @@
|
|
8541
8355
|
"認証用のユーザー名。'upstream_server' タイプにのみ必要です。"
|
8542
8356
|
],
|
8543
8357
|
"Username for the flatpak remote": [
|
8544
|
-
"
|
8358
|
+
""
|
8545
8359
|
],
|
8546
8360
|
"Username of the upstream repository user used for authentication": [
|
8547
8361
|
"認証に使用するアップストリームリポジトリーユーザーのユーザー名"
|
@@ -8556,10 +8370,10 @@
|
|
8556
8370
|
"アップストリームの Foreman サーバーを使用する場合は、ユーザー名、パスワード、アップストリーム組織ラベル、および SSL CA 認証情報が必要です。"
|
8557
8371
|
],
|
8558
8372
|
"Validate host/lifecycle environment/content source coherence": [
|
8559
|
-
"
|
8373
|
+
""
|
8560
8374
|
],
|
8561
8375
|
"Validate that a host's assigned lifecycle environment is synced by the smart proxy from which the host will get its content. Applies only to API requests; does not affect web UI checks": [
|
8562
|
-
"
|
8376
|
+
""
|
8563
8377
|
],
|
8564
8378
|
"Value must either be a boolean or 'default' for 'enabled'": [
|
8565
8379
|
"値は、ブール値またはデフォルト (「有効」) のいずれかである必要があります"
|
@@ -8567,26 +8381,23 @@
|
|
8567
8381
|
"Verify SSL": [
|
8568
8382
|
"SSL の確認"
|
8569
8383
|
],
|
8570
|
-
"Verify checksum": [
|
8571
|
-
""
|
8572
|
-
],
|
8573
8384
|
"Verify checksum for content on smart proxy": [
|
8574
|
-
"
|
8385
|
+
""
|
8575
8386
|
],
|
8576
8387
|
"Verify checksum for one or more products": [
|
8577
8388
|
"1 つ以上の製品のチェックサムを確認します"
|
8578
8389
|
],
|
8579
8390
|
"Verify checksum of repositories in %{name} %{version}": [
|
8580
|
-
"
|
8391
|
+
""
|
8581
8392
|
],
|
8582
8393
|
"Verify checksum of repository contents": [
|
8583
8394
|
"リポジトリーの内容のチェックサムを確認する"
|
8584
8395
|
],
|
8585
8396
|
"Verify checksum of repository contents in the content view version": [
|
8586
|
-
"
|
8397
|
+
""
|
8587
8398
|
],
|
8588
8399
|
"Verify checksum of version repositories": [
|
8589
|
-
"
|
8400
|
+
""
|
8590
8401
|
],
|
8591
8402
|
"Version": [
|
8592
8403
|
"バージョン"
|
@@ -8598,13 +8409,13 @@
|
|
8598
8409
|
"バージョン ${item.version}"
|
8599
8410
|
],
|
8600
8411
|
"Version ${version.version}": [
|
8601
|
-
"
|
8412
|
+
"${version.version} バージョン $"
|
8602
8413
|
],
|
8603
8414
|
"Version ${versionNameToRemove} will be deleted from all environments. It will no longer be available for promotion.": [
|
8604
|
-
"バージョン
|
8415
|
+
"バージョン {versionNameToRemove} は、すべての環境から削除されます。プロモーションの対象ではなくなります。"
|
8605
8416
|
],
|
8606
8417
|
"Version ${versionNameToRemove} will be deleted from the listed environments. It will no longer be available for promotion.": [
|
8607
|
-
"バージョン
|
8418
|
+
"バージョン {versionNameToRemove} は、一覧表示された環境から削除されます。プロモーションの対象ではなくなります。"
|
8608
8419
|
],
|
8609
8420
|
"Version ${versionOne}": [
|
8610
8421
|
"バージョン ${versionOne}"
|
@@ -8637,31 +8448,34 @@
|
|
8637
8448
|
"ビュー %{view} は %{env} にプロモートされていません。"
|
8638
8449
|
],
|
8639
8450
|
"View Filters": [
|
8640
|
-
"
|
8451
|
+
""
|
8641
8452
|
],
|
8642
8453
|
"View Subscription Usage": [
|
8643
8454
|
"サブスクリプションの使用状況の表示"
|
8644
8455
|
],
|
8645
8456
|
"View a report of the affected hosts": [
|
8646
|
-
"
|
8457
|
+
"影響を受けるホストのレポートを表示します"
|
8647
8458
|
],
|
8648
8459
|
"View applicable errata": [
|
8649
|
-
"
|
8460
|
+
""
|
8650
8461
|
],
|
8651
8462
|
"View by": [
|
8652
8463
|
"表示"
|
8653
8464
|
],
|
8654
8465
|
"View content views": [
|
8655
|
-
"
|
8466
|
+
""
|
8467
|
+
],
|
8468
|
+
"View details": [
|
8469
|
+
""
|
8656
8470
|
],
|
8657
8471
|
"View documentation": [
|
8658
|
-
"
|
8472
|
+
""
|
8659
8473
|
],
|
8660
8474
|
"View matching content": [
|
8661
8475
|
"マッチするコンテンツの表示"
|
8662
8476
|
],
|
8663
8477
|
"View sync status": [
|
8664
|
-
"
|
8478
|
+
""
|
8665
8479
|
],
|
8666
8480
|
"View tasks ": [
|
8667
8481
|
"タスクの表示 "
|
@@ -8682,7 +8496,7 @@
|
|
8682
8496
|
"仮想ホスト"
|
8683
8497
|
],
|
8684
8498
|
"WARNING: Simple Content Access will be required for all organizations in Katello 4.12.": [
|
8685
|
-
"
|
8499
|
+
""
|
8686
8500
|
],
|
8687
8501
|
"Waiting to start.": [
|
8688
8502
|
"開始を待機中です。"
|
@@ -8718,7 +8532,7 @@
|
|
8718
8532
|
"ディスクにリポジトリーを再生成するかどうか。デフォルト: true"
|
8719
8533
|
],
|
8720
8534
|
"Whether or not to return filters applied to the content view version": [
|
8721
|
-
"
|
8535
|
+
""
|
8722
8536
|
],
|
8723
8537
|
"Whether or not to show all results": [
|
8724
8538
|
"すべての結果を表示するかどうか"
|
@@ -8760,13 +8574,13 @@
|
|
8760
8574
|
"組織の parent_id を設定できません。この機能は無効にされています。"
|
8761
8575
|
],
|
8762
8576
|
"You currently don't have any ${selectedContentType}.": [
|
8763
|
-
"
|
8577
|
+
"現在、{selectedContentType} はありません。"
|
8764
8578
|
],
|
8765
8579
|
"You currently don't have any alternate content sources.": [
|
8766
8580
|
"現時点で、代替コンテンツソースはありません。"
|
8767
8581
|
],
|
8768
8582
|
"You currently don't have any related content views.": [
|
8769
|
-
"
|
8583
|
+
""
|
8770
8584
|
],
|
8771
8585
|
"You currently don't have any repositories associated with this content.": [
|
8772
8586
|
"現在、このコンテンツに関連付けられているリポジトリーはありません。"
|
@@ -8775,7 +8589,7 @@
|
|
8775
8589
|
"現在、このフィルターに追加するリポジトリーはありません。"
|
8776
8590
|
],
|
8777
8591
|
"You currently have no content views to display": [
|
8778
|
-
"
|
8592
|
+
""
|
8779
8593
|
],
|
8780
8594
|
"You do not have permissions to delete %s": [
|
8781
8595
|
"%s を削除する権限がありません。"
|
@@ -8790,7 +8604,7 @@
|
|
8790
8604
|
"保存されていない変更があります。変更を保存せずに終了しますか?"
|
8791
8605
|
],
|
8792
8606
|
"You must select at least one host.": [
|
8793
|
-
"
|
8607
|
+
""
|
8794
8608
|
],
|
8795
8609
|
"You were not allowed to add %s": [
|
8796
8610
|
"%s を追加できません"
|
@@ -8808,13 +8622,13 @@
|
|
8808
8622
|
"%(entitlementCount)s 件のエンタイトルメントに変更を加えています"
|
8809
8623
|
],
|
8810
8624
|
"Your manifest expired on {expirationDate}. To continue using Red Hat content, import a new manifest.": [
|
8811
|
-
"
|
8625
|
+
""
|
8812
8626
|
],
|
8813
8627
|
"Your manifest has expired. To continue using Red Hat content, import a new manifest.": [
|
8814
|
-
"
|
8628
|
+
""
|
8815
8629
|
],
|
8816
8630
|
"Your manifest will expire in {daysMessage}. To extend the expiration date, refresh your manifest. Or, if your Foreman is disconnected, import a new manifest.": [
|
8817
|
-
"
|
8631
|
+
""
|
8818
8632
|
],
|
8819
8633
|
"Your search query was invalid. Please revise it and try again. The full error has been sent to the application logs.": [
|
8820
8634
|
"検索クエリーが無効でした。確認してからもう一度お試しください。このエラーの詳細はアプリケーションログに送信されました。"
|
@@ -8838,7 +8652,7 @@
|
|
8838
8652
|
"検索条件にマッチするホストはありませんでした。"
|
8839
8653
|
],
|
8840
8654
|
"Your search returned no matching non-modular RPMs.": [
|
8841
|
-
"
|
8655
|
+
""
|
8842
8656
|
],
|
8843
8657
|
"Yum": [
|
8844
8658
|
"Yum"
|
@@ -8877,7 +8691,7 @@
|
|
8877
8691
|
"アクションが見つかりません"
|
8878
8692
|
],
|
8879
8693
|
"activation key": [
|
8880
|
-
"
|
8694
|
+
""
|
8881
8695
|
],
|
8882
8696
|
"activation key identifier": [
|
8883
8697
|
"アクティベーションキー ID"
|
@@ -8927,8 +8741,11 @@
|
|
8927
8741
|
"are only allowed for Yum repositories.": [
|
8928
8742
|
"Yum リポジトリーでのみ許可されています。"
|
8929
8743
|
],
|
8744
|
+
"assign a new content source to the hosts": [
|
8745
|
+
""
|
8746
|
+
],
|
8930
8747
|
"attempted to sync a non-library repository.": [
|
8931
|
-
"
|
8748
|
+
""
|
8932
8749
|
],
|
8933
8750
|
"attempted to sync without a feed URL": [
|
8934
8751
|
"フィード URL なしで同期が試行されました"
|
@@ -8940,10 +8757,10 @@
|
|
8940
8757
|
"リポジトリー検出を実行するベース URL"
|
8941
8758
|
],
|
8942
8759
|
"bug fix": [
|
8943
|
-
"
|
8760
|
+
""
|
8944
8761
|
],
|
8945
8762
|
"bug fixes": [
|
8946
|
-
"
|
8763
|
+
""
|
8947
8764
|
],
|
8948
8765
|
"bulk add filter rules": [
|
8949
8766
|
"フィルタールールの一括追加"
|
@@ -8991,7 +8808,7 @@
|
|
8991
8808
|
"ホストが無制限に設定されているため設定できません"
|
8992
8809
|
],
|
8993
8810
|
"cannot be set for repositories without 'Additive' mirroring policy.": [
|
8994
|
-
"
|
8811
|
+
""
|
8995
8812
|
],
|
8996
8813
|
"cannot contain characters other than ascii alpha numerals, '_', '-'. ": [
|
8997
8814
|
"ASCII 英数字、アンダースコア (_)、ハイフン (-) 以外の文字を含めることはできません。 "
|
@@ -9009,7 +8826,7 @@
|
|
9009
8826
|
"%s 文字以下にしてください"
|
9010
8827
|
],
|
9011
8828
|
"change the host's content source.": [
|
9012
|
-
"
|
8829
|
+
""
|
9013
8830
|
],
|
9014
8831
|
"checking %s task status": [
|
9015
8832
|
"%s タスクステータスの確認"
|
@@ -9033,7 +8850,7 @@
|
|
9033
8850
|
"コンテンツタイプ ('deb'、'docker_manifest'、'file'、'ostree_ref'、'rpm'、'srpm')"
|
9034
8851
|
],
|
9035
8852
|
"content type ('deb', 'file', 'ostree_ref', 'rpm', 'srpm')": [
|
9036
|
-
"
|
8853
|
+
""
|
9037
8854
|
],
|
9038
8855
|
"content view component ID. Identifier of the component association": [
|
9039
8856
|
"コンテンツビューコンポーネント ID。コンポーネントの関連付けの ID"
|
@@ -9078,16 +8895,16 @@
|
|
9078
8895
|
"比較するコンテンツビューバージョン"
|
9079
8896
|
],
|
9080
8897
|
"create a custom product": [
|
9081
|
-
"
|
8898
|
+
""
|
9082
8899
|
],
|
9083
8900
|
"create a filter for a content view": [
|
9084
8901
|
"コンテンツビューのフィルターを作成します"
|
9085
8902
|
],
|
9086
8903
|
"day": [
|
9087
|
-
"
|
8904
|
+
""
|
9088
8905
|
],
|
9089
8906
|
"days": [
|
9090
|
-
"
|
8907
|
+
""
|
9091
8908
|
],
|
9092
8909
|
"deb, package, package group, or docker tag names": [
|
9093
8910
|
"deb、パッケージ、パッケージグループ、または Docker タグ名"
|
@@ -9096,7 +8913,7 @@
|
|
9096
8913
|
"deb_ids は配列ではありません"
|
9097
8914
|
],
|
9098
8915
|
"deb_names_for_job_template: Action must be one of %s": [
|
9099
|
-
"
|
8916
|
+
""
|
9100
8917
|
],
|
9101
8918
|
"delete a filter": [
|
9102
8919
|
"フィルターを削除します。"
|
@@ -9120,16 +8937,16 @@
|
|
9120
8937
|
"ディスク"
|
9121
8938
|
],
|
9122
8939
|
"download policy for deb, docker, file and yum repos (either 'immediate' or 'on_demand')": [
|
9123
|
-
"
|
8940
|
+
""
|
9124
8941
|
],
|
9125
8942
|
"enables or disables synchronization": [
|
9126
8943
|
"同期の有効化または無効化"
|
9127
8944
|
],
|
9128
8945
|
"enhancement": [
|
9129
|
-
"
|
8946
|
+
""
|
9130
8947
|
],
|
9131
8948
|
"enhancements": [
|
9132
|
-
"
|
8949
|
+
""
|
9133
8950
|
],
|
9134
8951
|
"environment identifier": [
|
9135
8952
|
"環境 ID"
|
@@ -9159,7 +8976,7 @@
|
|
9159
8976
|
"エラータ: ID またはすべてのオブジェクトを選択"
|
9160
8977
|
],
|
9161
8978
|
"erratum: allow types not matching a valid errata type": [
|
9162
|
-
"
|
8979
|
+
""
|
9163
8980
|
],
|
9164
8981
|
"erratum: end date (YYYY-MM-DD)": [
|
9165
8982
|
"エラータ: 終了日 (YYYY-MM-DD)"
|
@@ -9201,7 +9018,7 @@
|
|
9201
9018
|
"この名前を含む環境のみをフィルター"
|
9202
9019
|
],
|
9203
9020
|
"for repository '%{name}' is not unique and cannot be created in '%{env}'. Its Container Repository Name (%{container_name}) conflicts with an existing repository. Consider changing the Lifecycle Environment's Registry Name Pattern to something more specific.": [
|
9204
|
-
"リポジトリーの場合には、'%{name}' は一意ではなく、'%{env}' で作成できません。コンテナーリポジトリー名 (
|
9021
|
+
"リポジトリーの場合には、'%{name}' は一意ではなく、'%{env}' で作成できません。コンテナーリポジトリー名 (%{{container_name}) が既存のリポジトリーと競合します。ライフサイクル環境のレジストリー名パターンをより具体的なパターンに変更することを検討してください。"
|
9205
9022
|
],
|
9206
9023
|
"force content view promotion and bypass lifecycle environment restriction": [
|
9207
9024
|
"コンテンツビューを強制的にプロモートしてライフサイクル環境の制限を無視する"
|
@@ -9219,10 +9036,10 @@
|
|
9219
9036
|
"この製品に対してすでに使用されています。"
|
9220
9037
|
],
|
9221
9038
|
"here": [
|
9222
|
-
"
|
9039
|
+
""
|
9223
9040
|
],
|
9224
9041
|
"host": [
|
9225
|
-
"
|
9042
|
+
""
|
9226
9043
|
],
|
9227
9044
|
"host collection name to filter by": [
|
9228
9045
|
"フィルターに使用するホストコレクション名"
|
@@ -9258,7 +9075,7 @@
|
|
9258
9075
|
"Pulp タスクの開始"
|
9259
9076
|
],
|
9260
9077
|
"installed": [
|
9261
|
-
"
|
9078
|
+
""
|
9262
9079
|
],
|
9263
9080
|
"installing errata...": [
|
9264
9081
|
"エラータをインストールしています..."
|
@@ -9284,14 +9101,11 @@
|
|
9284
9101
|
"interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported.": [
|
9285
9102
|
"指定のオブジェクトを解釈して、指定のオブジェクトに関連付け可能なリポジトリーのみを返します。'content_view' と 'content_view_version' のみがサポートされます。"
|
9286
9103
|
],
|
9287
|
-
"invalid container image name": [
|
9288
|
-
""
|
9289
|
-
],
|
9290
9104
|
"invalid: Repositories can only require one OS version.": [
|
9291
9105
|
"無効: リポジトリーに必要な OS バージョンは 1 つだけです。"
|
9292
9106
|
],
|
9293
9107
|
"invalid: The content source must sync the lifecycle environment assigned to the host. See the logs for more information.": [
|
9294
|
-
"
|
9108
|
+
""
|
9295
9109
|
],
|
9296
9110
|
"is already attached to the capsule": [
|
9297
9111
|
"Capsule にすでに割り当て済みです"
|
@@ -9345,19 +9159,19 @@
|
|
9345
9159
|
"モジュールストリームが見つかりません"
|
9346
9160
|
],
|
9347
9161
|
"multi-environment activation key": [
|
9348
|
-
"
|
9162
|
+
""
|
9349
9163
|
],
|
9350
9164
|
"multi-environment activation keys": [
|
9351
|
-
"
|
9165
|
+
""
|
9352
9166
|
],
|
9353
9167
|
"multi-environment host": [
|
9354
|
-
"
|
9168
|
+
""
|
9355
9169
|
],
|
9356
9170
|
"multi-environment hosts": [
|
9357
|
-
"
|
9171
|
+
""
|
9358
9172
|
],
|
9359
9173
|
"must be %{gpg_key} or %{cert}": [
|
9360
|
-
"%{gpg_key} または %{cert}
|
9174
|
+
"%{gpg_key} または %{cert} でなければなりません。"
|
9361
9175
|
],
|
9362
9176
|
"must be a positive integer value.": [
|
9363
9177
|
"正の整数値でなければなりません。"
|
@@ -9369,7 +9183,7 @@
|
|
9369
9183
|
"%s のいずれかでなければなりません"
|
9370
9184
|
],
|
9371
9185
|
"must be true or false": [
|
9372
|
-
"
|
9186
|
+
""
|
9373
9187
|
],
|
9374
9188
|
"must be unique within one organization": [
|
9375
9189
|
"1 つの組織内で一意である必要があります"
|
@@ -9534,16 +9348,16 @@
|
|
9534
9348
|
"ルール ID"
|
9535
9349
|
],
|
9536
9350
|
"security advisories": [
|
9537
|
-
"
|
9351
|
+
""
|
9538
9352
|
],
|
9539
9353
|
"security advisory": [
|
9540
|
-
"
|
9354
|
+
""
|
9541
9355
|
],
|
9542
9356
|
"selected host": [
|
9543
|
-
"
|
9357
|
+
""
|
9544
9358
|
],
|
9545
9359
|
"selected hosts": [
|
9546
|
-
"
|
9360
|
+
""
|
9547
9361
|
],
|
9548
9362
|
"service level": [
|
9549
9363
|
"サービスレベル"
|
@@ -9564,7 +9378,7 @@
|
|
9564
9378
|
"ライブラリーのリポジトリーおよびデフォルトコンテンツビューの表示"
|
9565
9379
|
],
|
9566
9380
|
"some executors are not responding, check %{status_url}": [
|
9567
|
-
"
|
9381
|
+
"一部のエグゼキューターが応答していません。{status_url} を確認してください"
|
9568
9382
|
],
|
9569
9383
|
"specifies if content should be included or excluded, default: inclusion=false": [
|
9570
9384
|
"コンテンツの組み込みまたは除外の指定。デフォルト: inclusion=false"
|
@@ -9585,19 +9399,19 @@
|
|
9585
9399
|
"同期プランの数値 ID"
|
9586
9400
|
],
|
9587
9401
|
"system registration": [
|
9588
|
-
"
|
9402
|
+
""
|
9589
9403
|
],
|
9590
9404
|
"the documentation.": [
|
9591
|
-
"
|
9405
|
+
""
|
9592
9406
|
],
|
9593
9407
|
"the following attributes can not be updated for the Red Hat provider: [ %s ]": [
|
9594
9408
|
"Red Hat プロバイダーの次の属性は更新できません: [ %s ]"
|
9595
9409
|
],
|
9596
9410
|
"the host": [
|
9597
|
-
"
|
9411
|
+
""
|
9598
9412
|
],
|
9599
9413
|
"the hosts": [
|
9600
|
-
"
|
9414
|
+
""
|
9601
9415
|
],
|
9602
9416
|
"to": [
|
9603
9417
|
"から"
|
@@ -9627,7 +9441,7 @@
|
|
9627
9441
|
"フィルターの更新"
|
9628
9442
|
],
|
9629
9443
|
"updated": [
|
9630
|
-
"
|
9444
|
+
""
|
9631
9445
|
],
|
9632
9446
|
"updating package group...": [
|
9633
9447
|
"パッケージグループを更新しています..."
|
@@ -9684,7 +9498,7 @@
|
|
9684
9498
|
"選択項目 {0} 件"
|
9685
9499
|
],
|
9686
9500
|
"{enableRedHatRepos} or {createACustomProduct}.": [
|
9687
|
-
"
|
9501
|
+
""
|
9688
9502
|
],
|
9689
9503
|
"{numberOfActivationKeys} activation key will be assigned to content view {cvName} in": [
|
9690
9504
|
"{numberOfActivationKeys} アクティベーションキーは、以下のコンテンツビュー {cvName} に割り当てられます:"
|