katello 4.17.0 → 4.18.0.rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/locale/bn/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/ca/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/cs/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/de/katello.js +147 -3
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/el/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/en/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/en_US/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/es/katello.js +147 -3
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/fr/katello.js +147 -3
- data/app/assets/javascripts/katello/locale/gl/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/gu/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/hi/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/id/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/it/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/ja/katello.js +147 -3
- data/app/assets/javascripts/katello/locale/ka/katello.js +147 -3
- data/app/assets/javascripts/katello/locale/kn/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/ko/katello.js +147 -3
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/mr/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/or/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/pa/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/pl/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/pt/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +147 -3
- data/app/assets/javascripts/katello/locale/ro/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/ru/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/sl/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/ta/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/te/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/tr/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/vi/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/zh/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +147 -3
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +148 -4
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +14 -14
- data/app/controllers/katello/api/v2/content_uploads_controller.rb +2 -1
- data/app/controllers/katello/api/v2/errata_controller.rb +16 -0
- data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +20 -3
- data/app/controllers/katello/api/v2/flatpak_remotes_controller.rb +7 -3
- data/app/controllers/katello/api/v2/generic_content_units_controller.rb +1 -2
- data/app/controllers/katello/api/v2/products_controller.rb +18 -0
- data/app/controllers/katello/api/v2/repositories_controller.rb +5 -3
- data/app/controllers/katello/concerns/api/v2/hosts_bulk_actions_controller_extensions.rb +10 -0
- data/app/controllers/katello/concerns/api/v2/registration_commands_controller_extensions.rb +1 -0
- data/app/controllers/katello/concerns/filtered_auto_complete_search.rb +17 -0
- data/app/lib/actions/helpers/smart_proxy_sync_helper.rb +12 -0
- data/app/lib/actions/katello/content_view/add_rolling_repo_clone.rb +4 -4
- data/app/lib/actions/katello/content_view/capsule_sync.rb +8 -3
- data/app/lib/actions/katello/content_view/publish.rb +39 -12
- data/app/lib/actions/katello/flatpak/mirror_remote_repository.rb +2 -1
- data/app/lib/actions/katello/repository/capsule_sync.rb +11 -1
- data/app/lib/actions/katello/repository/destroy.rb +3 -0
- data/app/lib/actions/katello/repository/import_upload.rb +2 -3
- data/app/lib/actions/katello/repository/sync.rb +2 -1
- data/app/lib/actions/katello/repository/upload_files.rb +2 -1
- data/app/lib/katello/concerns/bookmark_controller_validator_extensions.rb +1 -1
- data/app/lib/katello/resources/cdn.rb +1 -1
- data/app/models/katello/concerns/smart_proxy_extensions.rb +46 -8
- data/app/models/katello/content_view_environment.rb +1 -1
- data/app/models/katello/erratum.rb +26 -1
- data/app/models/katello/flatpak_remote.rb +0 -1
- data/app/models/katello/flatpak_remote_repository.rb +24 -0
- data/app/models/katello/glue/pulp/repos.rb +1 -1
- data/app/models/katello/root_repository.rb +1 -0
- data/app/presenters/katello/flatpak_remote_mirror_status_presenter.rb +41 -0
- data/app/services/katello/repository_type_manager.rb +2 -0
- data/app/views/foreman/job_templates/flatpak_install.erb +17 -2
- data/app/views/foreman/job_templates/flatpak_login_action.erb +17 -3
- data/app/views/foreman/job_templates/install_errata_by_search_query.erb +1 -1
- data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +1 -1
- data/app/views/foreman/job_templates/install_packages_by_search_query_-_katello_ansible_default.erb +6 -14
- data/app/views/foreman/job_templates/remove_packages_by_search_query_-_katello_ansible_default.erb +2 -15
- data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +5 -13
- data/app/views/katello/api/v2/flatpak_remote_repositories/base.json.rabl +3 -1
- data/app/views/katello/api/v2/flatpak_remotes/base.json.rabl +5 -0
- data/app/views/katello/api/v2/flatpak_remotes/permissions.json.rabl +1 -0
- data/config/routes/api/v2.rb +1 -1
- data/config/routes.rb +3 -0
- data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +20 -0
- data/db/migrate/20250613210050_use_big_int_for_erratum_packages_id.rb +11 -0
- data/db/migrate/20250714190050_add_missing_rpms_evr_index.rb +14 -0
- data/db/seeds.d/108-subcription-bookmarks.rb +2 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata.html +5 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +4 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +13 -3
- data/engines/bastion_katello/lib/bastion_katello/engine.rb +2 -0
- data/lib/katello/engine.rb +0 -1
- data/lib/katello/permission_creator.rb +1 -1
- data/lib/katello/plugin.rb +26 -2
- data/lib/katello/version.rb +1 -1
- data/lib/katello.rb +0 -1
- data/lib/proxy_api/container_gateway.rb +24 -0
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +148 -4
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +148 -4
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +148 -4
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +148 -4
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +148 -4
- data/locale/de/katello.po +147 -3
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +148 -4
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +148 -4
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +148 -4
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +148 -4
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +148 -4
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +148 -4
- data/locale/es/katello.po +147 -3
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +148 -4
- data/locale/fr/katello.po +147 -3
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +148 -4
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +148 -4
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +148 -4
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +148 -4
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +148 -4
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +148 -4
- data/locale/ja/katello.po +147 -3
- data/locale/ka/katello.po +147 -3
- data/locale/katello.pot +703 -428
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +148 -4
- data/locale/ko/katello.po +147 -3
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +148 -4
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +148 -4
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +148 -4
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +148 -4
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +148 -4
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +148 -4
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +148 -4
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +148 -4
- data/locale/pt_BR/katello.po +147 -3
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +148 -4
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +148 -4
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +148 -4
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +148 -4
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +148 -4
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +148 -4
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +148 -4
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +148 -4
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +148 -4
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +148 -4
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +148 -4
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +148 -4
- data/locale/zh_CN/katello.po +147 -3
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +148 -4
- data/package.json +0 -1
- data/webpack/components/Content/Details/__tests__/__snapshots__/ContentDetails.test.js.snap +2 -2
- data/webpack/components/OptionTooltip/OptionTooltip.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +6 -1
- data/webpack/components/extensions/Hosts/ActionsBar/index.js +11 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/BulkChangeHostCVModal.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/actions.js +1 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js +371 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/03_Review.js +79 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/03_ReviewFooter.js +73 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/BulkRepositorySetsWizard.js +170 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/actions.js +23 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/helpers.js +28 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/index.js +23 -0
- data/webpack/components/extensions/RegistrationCommands/fields/SetupContainerRegistryCerts.js +39 -0
- data/webpack/components/extensions/RegistrationCommands/index.js +7 -0
- data/webpack/components/pf3Table/formatters/ellipsisCellFormatter.js +3 -2
- data/webpack/containers/Application/config.js +11 -0
- data/webpack/global_index.js +3 -1
- data/webpack/scenes/FlatpakRemotes/CreateEdit/CreateFlatpakRemoteModal.js +30 -0
- data/webpack/scenes/FlatpakRemotes/CreateEdit/EditFlatpakRemotesModal.js +38 -0
- data/webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js +218 -0
- data/webpack/scenes/FlatpakRemotes/CreateEdit/__tests__/flatpakRemoteform.test.js +117 -0
- data/webpack/scenes/FlatpakRemotes/Delete/DeleteFlatpakModal.js +59 -0
- data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetailActions.js +87 -0
- data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetailReducers.js +23 -0
- data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetailSelectors.js +16 -0
- data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js +167 -0
- data/webpack/scenes/FlatpakRemotes/Details/Mirror/MirrorRepositoryModal.js +135 -0
- data/webpack/scenes/FlatpakRemotes/Details/Mirror/__tests__/mirrorRepositoryModal.test.js +167 -0
- data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js +171 -0
- data/webpack/scenes/FlatpakRemotes/Details/__tests__/flatpakRemoteDetails.fixtures.json +58 -0
- data/webpack/scenes/FlatpakRemotes/Details/__tests__/flatpakRemoteDetails.test.js +90 -0
- data/webpack/scenes/FlatpakRemotes/Details/index.js +4 -0
- data/webpack/scenes/FlatpakRemotes/FlatpakRemotesActions.js +26 -0
- data/webpack/scenes/FlatpakRemotes/FlatpakRemotesConstants.js +15 -0
- data/webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js +202 -0
- data/webpack/scenes/FlatpakRemotes/FlatpakRemotesSelectors.js +24 -0
- data/webpack/scenes/FlatpakRemotes/__tests__/flatpakRemotesList.fixtures.json +55 -0
- data/webpack/scenes/FlatpakRemotes/__tests__/flatpakRemotesPage.test.js +74 -0
- data/webpack/scenes/FlatpakRemotes/index.js +4 -0
- data/webpack/scenes/Hosts/ChangeContentSource/components/Hosts.js +2 -2
- data/webpack/scenes/RedHatRepositories/components/RecommendedRepositorySetsToggler.scss +1 -1
- data/webpack/scenes/RedHatRepositories/index.scss +1 -1
- data/webpack/scenes/Settings/SettingsSelectors.js +3 -3
- data/webpack/scenes/Settings/index.js +1 -3
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +2 -2
- data/webpack/scenes/Subscriptions/SubscriptionsPage.scss +1 -1
- data/webpack/scenes/Subscriptions/__tests__/SubscriptionsReducer.test.js +0 -21
- data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsReducer.test.js.snap +0 -44
- data/webpack/scenes/Subscriptions/index.js +1 -3
- metadata +39 -21
- data/webpack/scenes/Settings/SettingsConstants.js +0 -2
- data/webpack/scenes/Settings/SettingsReducer.js +0 -19
@@ -1247,6 +1247,7 @@ msgstr ""
|
|
1247
1247
|
msgid "Complete Sync"
|
1248
1248
|
msgstr ""
|
1249
1249
|
|
1250
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1250
1251
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
1251
1252
|
msgid "Completed {{ repository.last_sync_words }} ago"
|
1252
1253
|
msgstr ""
|
@@ -3301,6 +3302,11 @@ msgid "Please make sure a Content View is selected."
|
|
3301
3302
|
msgstr ""
|
3302
3303
|
|
3303
3304
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
3305
|
+
msgid ""
|
3306
|
+
"Please select a lifecycle environment. Lifecycle environment and content "
|
3307
|
+
"view must be provided together."
|
3308
|
+
msgstr ""
|
3309
|
+
|
3304
3310
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
3305
3311
|
msgid "Please select an environment."
|
3306
3312
|
msgstr ""
|
@@ -1236,6 +1236,7 @@ msgstr ""
|
|
1236
1236
|
msgid "Complete Sync"
|
1237
1237
|
msgstr ""
|
1238
1238
|
|
1239
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1239
1240
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
1240
1241
|
msgid "Completed {{ repository.last_sync_words }} ago"
|
1241
1242
|
msgstr ""
|
@@ -3290,6 +3291,11 @@ msgid "Please make sure a Content View is selected."
|
|
3290
3291
|
msgstr ""
|
3291
3292
|
|
3292
3293
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
3294
|
+
msgid ""
|
3295
|
+
"Please select a lifecycle environment. Lifecycle environment and content "
|
3296
|
+
"view must be provided together."
|
3297
|
+
msgstr ""
|
3298
|
+
|
3293
3299
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
3294
3300
|
msgid "Please select an environment."
|
3295
3301
|
msgstr ""
|
@@ -1225,6 +1225,7 @@ msgstr ""
|
|
1225
1225
|
msgid "Complete Sync"
|
1226
1226
|
msgstr ""
|
1227
1227
|
|
1228
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1228
1229
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
1229
1230
|
msgid "Completed {{ repository.last_sync_words }} ago"
|
1230
1231
|
msgstr ""
|
@@ -3279,6 +3280,11 @@ msgid "Please make sure a Content View is selected."
|
|
3279
3280
|
msgstr ""
|
3280
3281
|
|
3281
3282
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
3283
|
+
msgid ""
|
3284
|
+
"Please select a lifecycle environment. Lifecycle environment and content "
|
3285
|
+
"view must be provided together."
|
3286
|
+
msgstr ""
|
3287
|
+
|
3282
3288
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
3283
3289
|
msgid "Please select an environment."
|
3284
3290
|
msgstr ""
|
@@ -1292,6 +1292,7 @@ msgstr ""
|
|
1292
1292
|
msgid "Complete Sync"
|
1293
1293
|
msgstr ""
|
1294
1294
|
|
1295
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1295
1296
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
1296
1297
|
msgid "Completed {{ repository.last_sync_words }} ago"
|
1297
1298
|
msgstr ""
|
@@ -3358,6 +3359,11 @@ msgid "Please make sure a Content View is selected."
|
|
3358
3359
|
msgstr ""
|
3359
3360
|
|
3360
3361
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
3362
|
+
msgid ""
|
3363
|
+
"Please select a lifecycle environment. Lifecycle environment and content "
|
3364
|
+
"view must be provided together."
|
3365
|
+
msgstr ""
|
3366
|
+
|
3361
3367
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
3362
3368
|
msgid "Please select an environment."
|
3363
3369
|
msgstr "Selezionare un ambiente."
|
@@ -1273,6 +1273,7 @@ msgstr "完全ミラーリング"
|
|
1273
1273
|
msgid "Complete Sync"
|
1274
1274
|
msgstr "完全同期"
|
1275
1275
|
|
1276
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1276
1277
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
1277
1278
|
msgid "Completed {{ repository.last_sync_words }} ago"
|
1278
1279
|
msgstr "完了: {{ repository.last_sync_words }} 前"
|
@@ -3358,6 +3359,11 @@ msgid "Please make sure a Content View is selected."
|
|
3358
3359
|
msgstr "コンテンツビューが選択されていることを確認してください。"
|
3359
3360
|
|
3360
3361
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
3362
|
+
msgid ""
|
3363
|
+
"Please select a lifecycle environment. Lifecycle environment and content "
|
3364
|
+
"view must be provided together."
|
3365
|
+
msgstr ""
|
3366
|
+
|
3361
3367
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
3362
3368
|
msgid "Please select an environment."
|
3363
3369
|
msgstr "環境を選択してください。"
|
@@ -1310,6 +1310,7 @@ msgstr "სრული სარკე"
|
|
1310
1310
|
msgid "Complete Sync"
|
1311
1311
|
msgstr "სინქრონიზაცია დასრულდა"
|
1312
1312
|
|
1313
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1313
1314
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
1314
1315
|
msgid "Completed {{ repository.last_sync_words }} ago"
|
1315
1316
|
msgstr "დასრულდა {{ repository.last_sync_words }} -ის წინ"
|
@@ -3369,6 +3370,11 @@ msgid "Please make sure a Content View is selected."
|
|
3369
3370
|
msgstr "დარწმუნდით, რომ შემცველობის ხედი არჩეულია."
|
3370
3371
|
|
3371
3372
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
3373
|
+
msgid ""
|
3374
|
+
"Please select a lifecycle environment. Lifecycle environment and content "
|
3375
|
+
"view must be provided together."
|
3376
|
+
msgstr ""
|
3377
|
+
|
3372
3378
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
3373
3379
|
msgid "Please select an environment."
|
3374
3380
|
msgstr "ჯერ აირჩიეთ გარემო."
|
@@ -1236,6 +1236,7 @@ msgstr ""
|
|
1236
1236
|
msgid "Complete Sync"
|
1237
1237
|
msgstr ""
|
1238
1238
|
|
1239
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1239
1240
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
1240
1241
|
msgid "Completed {{ repository.last_sync_words }} ago"
|
1241
1242
|
msgstr ""
|
@@ -3290,6 +3291,11 @@ msgid "Please make sure a Content View is selected."
|
|
3290
3291
|
msgstr ""
|
3291
3292
|
|
3292
3293
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
3294
|
+
msgid ""
|
3295
|
+
"Please select a lifecycle environment. Lifecycle environment and content "
|
3296
|
+
"view must be provided together."
|
3297
|
+
msgstr ""
|
3298
|
+
|
3293
3299
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
3294
3300
|
msgid "Please select an environment."
|
3295
3301
|
msgstr ""
|
@@ -1269,6 +1269,7 @@ msgstr "미러링 완료"
|
|
1269
1269
|
msgid "Complete Sync"
|
1270
1270
|
msgstr "동기화 완료"
|
1271
1271
|
|
1272
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1272
1273
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
1273
1274
|
msgid "Completed {{ repository.last_sync_words }} ago"
|
1274
1275
|
msgstr "{{ repository.last_sync_words }} 전 완료"
|
@@ -3351,6 +3352,11 @@ msgid "Please make sure a Content View is selected."
|
|
3351
3352
|
msgstr "컨텐츠 보기가 선택되어 있는지 확인하십시오."
|
3352
3353
|
|
3353
3354
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
3355
|
+
msgid ""
|
3356
|
+
"Please select a lifecycle environment. Lifecycle environment and content "
|
3357
|
+
"view must be provided together."
|
3358
|
+
msgstr ""
|
3359
|
+
|
3354
3360
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
3355
3361
|
msgid "Please select an environment."
|
3356
3362
|
msgstr "환경을 선택하십시오. "
|
@@ -1232,6 +1232,7 @@ msgstr ""
|
|
1232
1232
|
msgid "Complete Sync"
|
1233
1233
|
msgstr ""
|
1234
1234
|
|
1235
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1235
1236
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
1236
1237
|
msgid "Completed {{ repository.last_sync_words }} ago"
|
1237
1238
|
msgstr ""
|
@@ -3286,6 +3287,11 @@ msgid "Please make sure a Content View is selected."
|
|
3286
3287
|
msgstr ""
|
3287
3288
|
|
3288
3289
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
3290
|
+
msgid ""
|
3291
|
+
"Please select a lifecycle environment. Lifecycle environment and content "
|
3292
|
+
"view must be provided together."
|
3293
|
+
msgstr ""
|
3294
|
+
|
3289
3295
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
3290
3296
|
msgid "Please select an environment."
|
3291
3297
|
msgstr ""
|
@@ -1236,6 +1236,7 @@ msgstr ""
|
|
1236
1236
|
msgid "Complete Sync"
|
1237
1237
|
msgstr ""
|
1238
1238
|
|
1239
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1239
1240
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
1240
1241
|
msgid "Completed {{ repository.last_sync_words }} ago"
|
1241
1242
|
msgstr ""
|
@@ -3290,6 +3291,11 @@ msgid "Please make sure a Content View is selected."
|
|
3290
3291
|
msgstr ""
|
3291
3292
|
|
3292
3293
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
3294
|
+
msgid ""
|
3295
|
+
"Please select a lifecycle environment. Lifecycle environment and content "
|
3296
|
+
"view must be provided together."
|
3297
|
+
msgstr ""
|
3298
|
+
|
3293
3299
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
3294
3300
|
msgid "Please select an environment."
|
3295
3301
|
msgstr ""
|
@@ -1241,6 +1241,7 @@ msgstr ""
|
|
1241
1241
|
msgid "Complete Sync"
|
1242
1242
|
msgstr ""
|
1243
1243
|
|
1244
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1244
1245
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
1245
1246
|
msgid "Completed {{ repository.last_sync_words }} ago"
|
1246
1247
|
msgstr ""
|
@@ -3295,6 +3296,11 @@ msgid "Please make sure a Content View is selected."
|
|
3295
3296
|
msgstr ""
|
3296
3297
|
|
3297
3298
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
3299
|
+
msgid ""
|
3300
|
+
"Please select a lifecycle environment. Lifecycle environment and content "
|
3301
|
+
"view must be provided together."
|
3302
|
+
msgstr ""
|
3303
|
+
|
3298
3304
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
3299
3305
|
msgid "Please select an environment."
|
3300
3306
|
msgstr ""
|
@@ -1236,6 +1236,7 @@ msgstr ""
|
|
1236
1236
|
msgid "Complete Sync"
|
1237
1237
|
msgstr ""
|
1238
1238
|
|
1239
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1239
1240
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
1240
1241
|
msgid "Completed {{ repository.last_sync_words }} ago"
|
1241
1242
|
msgstr ""
|
@@ -3290,6 +3291,11 @@ msgid "Please make sure a Content View is selected."
|
|
3290
3291
|
msgstr ""
|
3291
3292
|
|
3292
3293
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
3294
|
+
msgid ""
|
3295
|
+
"Please select a lifecycle environment. Lifecycle environment and content "
|
3296
|
+
"view must be provided together."
|
3297
|
+
msgstr ""
|
3298
|
+
|
3293
3299
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
3294
3300
|
msgid "Please select an environment."
|
3295
3301
|
msgstr ""
|
@@ -1236,6 +1236,7 @@ msgstr ""
|
|
1236
1236
|
msgid "Complete Sync"
|
1237
1237
|
msgstr ""
|
1238
1238
|
|
1239
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1239
1240
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
1240
1241
|
msgid "Completed {{ repository.last_sync_words }} ago"
|
1241
1242
|
msgstr ""
|
@@ -3290,6 +3291,11 @@ msgid "Please make sure a Content View is selected."
|
|
3290
3291
|
msgstr ""
|
3291
3292
|
|
3292
3293
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
3294
|
+
msgid ""
|
3295
|
+
"Please select a lifecycle environment. Lifecycle environment and content "
|
3296
|
+
"view must be provided together."
|
3297
|
+
msgstr ""
|
3298
|
+
|
3293
3299
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
3294
3300
|
msgid "Please select an environment."
|
3295
3301
|
msgstr ""
|
@@ -1259,6 +1259,7 @@ msgstr ""
|
|
1259
1259
|
msgid "Complete Sync"
|
1260
1260
|
msgstr ""
|
1261
1261
|
|
1262
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1262
1263
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
1263
1264
|
msgid "Completed {{ repository.last_sync_words }} ago"
|
1264
1265
|
msgstr ""
|
@@ -3313,6 +3314,11 @@ msgid "Please make sure a Content View is selected."
|
|
3313
3314
|
msgstr ""
|
3314
3315
|
|
3315
3316
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
3317
|
+
msgid ""
|
3318
|
+
"Please select a lifecycle environment. Lifecycle environment and content "
|
3319
|
+
"view must be provided together."
|
3320
|
+
msgstr ""
|
3321
|
+
|
3316
3322
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
3317
3323
|
msgid "Please select an environment."
|
3318
3324
|
msgstr ""
|
@@ -1254,6 +1254,7 @@ msgstr ""
|
|
1254
1254
|
msgid "Complete Sync"
|
1255
1255
|
msgstr ""
|
1256
1256
|
|
1257
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1257
1258
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
1258
1259
|
msgid "Completed {{ repository.last_sync_words }} ago"
|
1259
1260
|
msgstr ""
|
@@ -3308,6 +3309,11 @@ msgid "Please make sure a Content View is selected."
|
|
3308
3309
|
msgstr ""
|
3309
3310
|
|
3310
3311
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
3312
|
+
msgid ""
|
3313
|
+
"Please select a lifecycle environment. Lifecycle environment and content "
|
3314
|
+
"view must be provided together."
|
3315
|
+
msgstr ""
|
3316
|
+
|
3311
3317
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
3312
3318
|
msgid "Please select an environment."
|
3313
3319
|
msgstr ""
|
@@ -1247,6 +1247,7 @@ msgstr ""
|
|
1247
1247
|
msgid "Complete Sync"
|
1248
1248
|
msgstr ""
|
1249
1249
|
|
1250
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1250
1251
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
1251
1252
|
msgid "Completed {{ repository.last_sync_words }} ago"
|
1252
1253
|
msgstr ""
|
@@ -3301,6 +3302,11 @@ msgid "Please make sure a Content View is selected."
|
|
3301
3302
|
msgstr ""
|
3302
3303
|
|
3303
3304
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
3305
|
+
msgid ""
|
3306
|
+
"Please select a lifecycle environment. Lifecycle environment and content "
|
3307
|
+
"view must be provided together."
|
3308
|
+
msgstr ""
|
3309
|
+
|
3304
3310
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
3305
3311
|
msgid "Please select an environment."
|
3306
3312
|
msgstr ""
|
@@ -1320,6 +1320,7 @@ msgstr "Espelhamento Completo"
|
|
1320
1320
|
msgid "Complete Sync"
|
1321
1321
|
msgstr "Sincronia completa"
|
1322
1322
|
|
1323
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1323
1324
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
1324
1325
|
msgid "Completed {{ repository.last_sync_words }} ago"
|
1325
1326
|
msgstr "Completado {{ repository.last_sync_words }} atrás"
|
@@ -3420,6 +3421,11 @@ msgid "Please make sure a Content View is selected."
|
|
3420
3421
|
msgstr ""
|
3421
3422
|
|
3422
3423
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
3424
|
+
msgid ""
|
3425
|
+
"Please select a lifecycle environment. Lifecycle environment and content "
|
3426
|
+
"view must be provided together."
|
3427
|
+
msgstr ""
|
3428
|
+
|
3423
3429
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
3424
3430
|
msgid "Please select an environment."
|
3425
3431
|
msgstr "Por favor, selecione um ambiente."
|
@@ -1243,6 +1243,7 @@ msgstr ""
|
|
1243
1243
|
msgid "Complete Sync"
|
1244
1244
|
msgstr ""
|
1245
1245
|
|
1246
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1246
1247
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
1247
1248
|
msgid "Completed {{ repository.last_sync_words }} ago"
|
1248
1249
|
msgstr ""
|
@@ -3297,6 +3298,11 @@ msgid "Please make sure a Content View is selected."
|
|
3297
3298
|
msgstr ""
|
3298
3299
|
|
3299
3300
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
3301
|
+
msgid ""
|
3302
|
+
"Please select a lifecycle environment. Lifecycle environment and content "
|
3303
|
+
"view must be provided together."
|
3304
|
+
msgstr ""
|
3305
|
+
|
3300
3306
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
3301
3307
|
msgid "Please select an environment."
|
3302
3308
|
msgstr ""
|
@@ -1243,6 +1243,7 @@ msgstr ""
|
|
1243
1243
|
msgid "Complete Sync"
|
1244
1244
|
msgstr ""
|
1245
1245
|
|
1246
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1246
1247
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
1247
1248
|
msgid "Completed {{ repository.last_sync_words }} ago"
|
1248
1249
|
msgstr ""
|
@@ -3297,6 +3298,11 @@ msgid "Please make sure a Content View is selected."
|
|
3297
3298
|
msgstr ""
|
3298
3299
|
|
3299
3300
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
3301
|
+
msgid ""
|
3302
|
+
"Please select a lifecycle environment. Lifecycle environment and content "
|
3303
|
+
"view must be provided together."
|
3304
|
+
msgstr ""
|
3305
|
+
|
3300
3306
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
3301
3307
|
msgid "Please select an environment."
|
3302
3308
|
msgstr ""
|
@@ -1289,6 +1289,7 @@ msgstr ""
|
|
1289
1289
|
msgid "Complete Sync"
|
1290
1290
|
msgstr ""
|
1291
1291
|
|
1292
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1292
1293
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
1293
1294
|
msgid "Completed {{ repository.last_sync_words }} ago"
|
1294
1295
|
msgstr ""
|
@@ -3354,6 +3355,11 @@ msgid "Please make sure a Content View is selected."
|
|
3354
3355
|
msgstr ""
|
3355
3356
|
|
3356
3357
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
3358
|
+
msgid ""
|
3359
|
+
"Please select a lifecycle environment. Lifecycle environment and content "
|
3360
|
+
"view must be provided together."
|
3361
|
+
msgstr ""
|
3362
|
+
|
3357
3363
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
3358
3364
|
msgid "Please select an environment."
|
3359
3365
|
msgstr "Выберите окружение"
|
@@ -1258,6 +1258,7 @@ msgstr ""
|
|
1258
1258
|
msgid "Complete Sync"
|
1259
1259
|
msgstr ""
|
1260
1260
|
|
1261
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1261
1262
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
1262
1263
|
msgid "Completed {{ repository.last_sync_words }} ago"
|
1263
1264
|
msgstr ""
|
@@ -3312,6 +3313,11 @@ msgid "Please make sure a Content View is selected."
|
|
3312
3313
|
msgstr ""
|
3313
3314
|
|
3314
3315
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
3316
|
+
msgid ""
|
3317
|
+
"Please select a lifecycle environment. Lifecycle environment and content "
|
3318
|
+
"view must be provided together."
|
3319
|
+
msgstr ""
|
3320
|
+
|
3315
3321
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
3316
3322
|
msgid "Please select an environment."
|
3317
3323
|
msgstr ""
|
@@ -1237,6 +1237,7 @@ msgstr ""
|
|
1237
1237
|
msgid "Complete Sync"
|
1238
1238
|
msgstr ""
|
1239
1239
|
|
1240
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1240
1241
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
1241
1242
|
msgid "Completed {{ repository.last_sync_words }} ago"
|
1242
1243
|
msgstr ""
|
@@ -3291,6 +3292,11 @@ msgid "Please make sure a Content View is selected."
|
|
3291
3292
|
msgstr ""
|
3292
3293
|
|
3293
3294
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
3295
|
+
msgid ""
|
3296
|
+
"Please select a lifecycle environment. Lifecycle environment and content "
|
3297
|
+
"view must be provided together."
|
3298
|
+
msgstr ""
|
3299
|
+
|
3294
3300
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
3295
3301
|
msgid "Please select an environment."
|
3296
3302
|
msgstr ""
|
@@ -1236,6 +1236,7 @@ msgstr ""
|
|
1236
1236
|
msgid "Complete Sync"
|
1237
1237
|
msgstr ""
|
1238
1238
|
|
1239
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1239
1240
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
1240
1241
|
msgid "Completed {{ repository.last_sync_words }} ago"
|
1241
1242
|
msgstr ""
|
@@ -3290,6 +3291,11 @@ msgid "Please make sure a Content View is selected."
|
|
3290
3291
|
msgstr ""
|
3291
3292
|
|
3292
3293
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
3294
|
+
msgid ""
|
3295
|
+
"Please select a lifecycle environment. Lifecycle environment and content "
|
3296
|
+
"view must be provided together."
|
3297
|
+
msgstr ""
|
3298
|
+
|
3293
3299
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
3294
3300
|
msgid "Please select an environment."
|
3295
3301
|
msgstr ""
|
@@ -1236,6 +1236,7 @@ msgstr ""
|
|
1236
1236
|
msgid "Complete Sync"
|
1237
1237
|
msgstr ""
|
1238
1238
|
|
1239
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1239
1240
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
1240
1241
|
msgid "Completed {{ repository.last_sync_words }} ago"
|
1241
1242
|
msgstr ""
|
@@ -3290,6 +3291,11 @@ msgid "Please make sure a Content View is selected."
|
|
3290
3291
|
msgstr ""
|
3291
3292
|
|
3292
3293
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
3294
|
+
msgid ""
|
3295
|
+
"Please select a lifecycle environment. Lifecycle environment and content "
|
3296
|
+
"view must be provided together."
|
3297
|
+
msgstr ""
|
3298
|
+
|
3293
3299
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
3294
3300
|
msgid "Please select an environment."
|
3295
3301
|
msgstr ""
|
@@ -1236,6 +1236,7 @@ msgstr ""
|
|
1236
1236
|
msgid "Complete Sync"
|
1237
1237
|
msgstr ""
|
1238
1238
|
|
1239
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1239
1240
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
1240
1241
|
msgid "Completed {{ repository.last_sync_words }} ago"
|
1241
1242
|
msgstr ""
|
@@ -3290,6 +3291,11 @@ msgid "Please make sure a Content View is selected."
|
|
3290
3291
|
msgstr ""
|
3291
3292
|
|
3292
3293
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
3294
|
+
msgid ""
|
3295
|
+
"Please select a lifecycle environment. Lifecycle environment and content "
|
3296
|
+
"view must be provided together."
|
3297
|
+
msgstr ""
|
3298
|
+
|
3293
3299
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
3294
3300
|
msgid "Please select an environment."
|
3295
3301
|
msgstr ""
|
@@ -1236,6 +1236,7 @@ msgstr ""
|
|
1236
1236
|
msgid "Complete Sync"
|
1237
1237
|
msgstr ""
|
1238
1238
|
|
1239
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1239
1240
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
1240
1241
|
msgid "Completed {{ repository.last_sync_words }} ago"
|
1241
1242
|
msgstr ""
|
@@ -3290,6 +3291,11 @@ msgid "Please make sure a Content View is selected."
|
|
3290
3291
|
msgstr ""
|
3291
3292
|
|
3292
3293
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
3294
|
+
msgid ""
|
3295
|
+
"Please select a lifecycle environment. Lifecycle environment and content "
|
3296
|
+
"view must be provided together."
|
3297
|
+
msgstr ""
|
3298
|
+
|
3293
3299
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
3294
3300
|
msgid "Please select an environment."
|
3295
3301
|
msgstr ""
|
@@ -1221,6 +1221,7 @@ msgstr ""
|
|
1221
1221
|
msgid "Complete Sync"
|
1222
1222
|
msgstr ""
|
1223
1223
|
|
1224
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1224
1225
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
1225
1226
|
msgid "Completed {{ repository.last_sync_words }} ago"
|
1226
1227
|
msgstr ""
|
@@ -3275,6 +3276,11 @@ msgid "Please make sure a Content View is selected."
|
|
3275
3276
|
msgstr ""
|
3276
3277
|
|
3277
3278
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
3279
|
+
msgid ""
|
3280
|
+
"Please select a lifecycle environment. Lifecycle environment and content "
|
3281
|
+
"view must be provided together."
|
3282
|
+
msgstr ""
|
3283
|
+
|
3278
3284
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
3279
3285
|
msgid "Please select an environment."
|
3280
3286
|
msgstr ""
|
@@ -1221,6 +1221,7 @@ msgstr ""
|
|
1221
1221
|
msgid "Complete Sync"
|
1222
1222
|
msgstr ""
|
1223
1223
|
|
1224
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1224
1225
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
1225
1226
|
msgid "Completed {{ repository.last_sync_words }} ago"
|
1226
1227
|
msgstr ""
|
@@ -3275,6 +3276,11 @@ msgid "Please make sure a Content View is selected."
|
|
3275
3276
|
msgstr ""
|
3276
3277
|
|
3277
3278
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
3279
|
+
msgid ""
|
3280
|
+
"Please select a lifecycle environment. Lifecycle environment and content "
|
3281
|
+
"view must be provided together."
|
3282
|
+
msgstr ""
|
3283
|
+
|
3278
3284
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
3279
3285
|
msgid "Please select an environment."
|
3280
3286
|
msgstr ""
|
@@ -1221,6 +1221,7 @@ msgstr ""
|
|
1221
1221
|
msgid "Complete Sync"
|
1222
1222
|
msgstr ""
|
1223
1223
|
|
1224
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1224
1225
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
1225
1226
|
msgid "Completed {{ repository.last_sync_words }} ago"
|
1226
1227
|
msgstr ""
|
@@ -3275,6 +3276,11 @@ msgid "Please make sure a Content View is selected."
|
|
3275
3276
|
msgstr ""
|
3276
3277
|
|
3277
3278
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
3279
|
+
msgid ""
|
3280
|
+
"Please select a lifecycle environment. Lifecycle environment and content "
|
3281
|
+
"view must be provided together."
|
3282
|
+
msgstr ""
|
3283
|
+
|
3278
3284
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
3279
3285
|
msgid "Please select an environment."
|
3280
3286
|
msgstr ""
|
@@ -1244,6 +1244,7 @@ msgstr "完整镜像"
|
|
1244
1244
|
msgid "Complete Sync"
|
1245
1245
|
msgstr "完成同步"
|
1246
1246
|
|
1247
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1247
1248
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
1248
1249
|
msgid "Completed {{ repository.last_sync_words }} ago"
|
1249
1250
|
msgstr "已完成{{ repository.last_sync_words }}前"
|
@@ -3311,6 +3312,11 @@ msgid "Please make sure a Content View is selected."
|
|
3311
3312
|
msgstr "请确保选择了内容视图。"
|
3312
3313
|
|
3313
3314
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
3315
|
+
msgid ""
|
3316
|
+
"Please select a lifecycle environment. Lifecycle environment and content "
|
3317
|
+
"view must be provided together."
|
3318
|
+
msgstr ""
|
3319
|
+
|
3314
3320
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
3315
3321
|
msgid "Please select an environment."
|
3316
3322
|
msgstr "请先选择一个环境"
|