katello 3.16.0.rc1.1 → 3.16.0.rc4
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/controllers/katello/api/v2/api_controller.rb +8 -4
- data/app/controllers/katello/api/v2/subscriptions_controller.rb +1 -1
- data/app/controllers/katello/api/v2/upstream_subscriptions_controller.rb +13 -1
- data/app/controllers/katello/concerns/hosts_controller_extensions.rb +11 -0
- data/app/controllers/katello/remote_execution_controller.rb +1 -1
- data/app/lib/actions/katello/applicability/hosts/{generate.rb → bulk_generate.rb} +11 -2
- data/app/lib/actions/katello/applicability/repository/regenerate.rb +7 -2
- data/app/lib/actions/katello/host/generate_applicability.rb +7 -2
- data/app/lib/actions/katello/host/upload_profiles.rb +20 -11
- data/app/lib/actions/katello/repository/sync.rb +1 -2
- data/app/lib/actions/katello/repository/update.rb +12 -1
- data/app/lib/actions/katello/repository/update_cv_repo_cert_guard.rb +17 -0
- data/app/lib/actions/pulp3/ContentGuard/refresh.rb +19 -0
- data/app/lib/actions/pulp3/orchestration/repository/copy_all_units.rb +6 -8
- data/app/lib/actions/pulp3/orchestration/repository/generate_metadata.rb +1 -1
- data/app/lib/actions/pulp3/repository/copy_content.rb +1 -0
- data/app/lib/actions/pulp3/repository/refresh_distribution.rb +1 -0
- data/app/lib/actions/pulp3/repository/save_distribution_references.rb +3 -1
- data/app/lib/actions/pulp3/repository/save_version.rb +3 -1
- data/app/lib/actions/pulp3/repository/update_cv_repository_cert_guard.rb +15 -0
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +5 -1
- data/app/lib/katello/errors.rb +25 -0
- data/app/lib/katello/logging.rb +14 -0
- data/app/lib/katello/resources/candlepin.rb +1 -1
- data/app/lib/katello/resources/candlepin/upstream_consumer.rb +6 -0
- data/app/lib/katello/util/errata.rb +13 -0
- data/app/lib/katello/util/pulpcore_content_filters.rb +32 -0
- data/app/models/katello/concerns/host_managed_extensions.rb +7 -0
- data/app/models/katello/concerns/http_proxy_extensions.rb +30 -7
- data/app/models/katello/concerns/organization_extensions.rb +14 -0
- data/app/models/katello/concerns/pulp_database_unit.rb +2 -2
- data/app/models/katello/content_view_erratum_filter.rb +29 -0
- data/app/models/katello/content_view_package_filter.rb +16 -1
- data/app/models/katello/content_view_package_group_filter.rb +7 -0
- data/app/models/katello/events/generate_host_applicability.rb +6 -5
- data/app/models/katello/glue/candlepin/candlepin_object.rb +9 -5
- data/app/models/katello/glue/candlepin/pool.rb +8 -3
- data/app/models/katello/glue/provider.rb +11 -4
- data/app/models/katello/host/content_facet.rb +1 -1
- data/app/models/katello/host_queue_element.rb +4 -0
- data/app/models/katello/package_group.rb +2 -1
- data/app/models/katello/pool.rb +1 -1
- data/app/models/katello/pulp3/content_guard.rb +14 -0
- data/app/models/katello/rhsm_fact_parser.rb +4 -0
- data/app/models/katello/root_repository.rb +4 -1
- data/app/models/setting/content.rb +3 -1
- data/app/services/katello/applicable_host_queue.rb +21 -0
- data/app/services/katello/candlepin/message_handler.rb +2 -3
- data/app/services/katello/pulp/pulp_content_unit.rb +4 -0
- data/app/services/katello/pulp3/api/content_guard.rb +45 -0
- data/app/services/katello/pulp3/api/yum.rb +24 -0
- data/app/services/katello/pulp3/erratum.rb +4 -0
- data/app/services/katello/pulp3/pulp_content_unit.rb +4 -0
- data/app/services/katello/pulp3/repository.rb +29 -6
- data/app/services/katello/pulp3/repository/yum.rb +98 -3
- data/app/services/katello/pulp3/rpm.rb +3 -2
- data/app/services/katello/ui_notifications/subscriptions/manifest_expired_warning.rb +20 -8
- data/app/services/katello/upstream_connection_checker.rb +48 -0
- data/app/views/katello/api/v2/srpms/backend.json.rabl +11 -0
- data/app/views/katello/api/v2/srpms/base.json.rabl +5 -0
- data/app/views/katello/api/v2/srpms/compare.json.rabl +10 -0
- data/app/views/katello/api/v2/srpms/index.json.rabl +1 -1
- data/app/views/katello/api/v2/srpms/show.json.rabl +3 -3
- data/config/routes/api/v2.rb +2 -0
- data/db/migrate/20200407171926_create_content_guard.rb +10 -0
- data/db/migrate/20200511204005_create_katello_host_queue_elements.rb +12 -0
- data/db/migrate/20200526200422_encrypt_root_repository_upstream_password.rb +47 -0
- data/db/seeds.d/109-katello-notification-blueprints.rb +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-version.factory.js +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +367 -450
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +4046 -2509
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +4277 -2503
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +4372 -2591
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +4013 -2500
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +4127 -2630
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +4024 -2530
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +4492 -2766
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +4293 -2667
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +4072 -2460
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +4004 -2442
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +10 -10
- data/lib/katello/permission_creator.rb +1 -1
- data/lib/katello/version.rb +1 -1
- data/locale/action_names.rb +51 -43
- data/locale/bn/katello.po +4015 -2558
- data/locale/cs/katello.po +3756 -2221
- data/locale/de/katello.po +4303 -3044
- data/locale/en/katello.po +3137 -1558
- data/locale/es/katello.po +4280 -3012
- data/locale/fr/katello.po +4302 -3080
- data/locale/gu/katello.po +4034 -2584
- data/locale/hi/katello.po +4034 -2575
- data/locale/it/katello.po +4291 -3040
- data/locale/ja/katello.po +4345 -2863
- data/locale/katello.pot +2631 -1460
- data/locale/kn/katello.po +4033 -2585
- data/locale/ko/katello.po +4320 -2815
- data/locale/mr/katello.po +3971 -2506
- data/locale/or/katello.po +4018 -2559
- data/locale/pa/katello.po +3985 -2514
- data/locale/pt/katello.po +3358 -1810
- data/locale/pt_BR/katello.po +4252 -2959
- data/locale/ru/katello.po +4308 -2902
- data/locale/ta/katello.po +4012 -2562
- data/locale/te/katello.po +4046 -2585
- data/locale/zh_CN/katello.po +4344 -2803
- data/locale/zh_TW/katello.po +4470 -2957
- data/package.json +3 -3
- data/webpack/components/Content/ContentTable.js +2 -0
- data/webpack/components/Content/Details/ContentDetails.js +3 -0
- data/webpack/global_test_setup.js +3 -0
- data/webpack/scenes/AnsibleCollections/Details/AnsibleCollectionDetails.js +3 -0
- data/webpack/scenes/ModuleStreams/Details/ModuleStreamDetails.js +3 -0
- data/webpack/scenes/RedHatRepositories/RedHatRepositoriesPage.js +2 -0
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepository.js +2 -0
- data/webpack/scenes/RedHatRepositories/components/RepositorySetRepository/RepositorySetRepository.js +2 -0
- data/webpack/scenes/Subscriptions/Details/SubscriptionDetailAssociations.js +2 -0
- data/webpack/scenes/Subscriptions/Details/SubscriptionDetailProductContent.js +2 -0
- data/webpack/scenes/Subscriptions/Details/SubscriptionDetailProducts.js +2 -0
- data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js +2 -0
- data/webpack/scenes/Subscriptions/SubscriptionActions.js +19 -21
- data/webpack/scenes/Subscriptions/SubscriptionConstants.js +3 -1
- data/webpack/scenes/Subscriptions/SubscriptionReducer.js +15 -1
- data/webpack/scenes/Subscriptions/SubscriptionsPage.js +66 -9
- data/webpack/scenes/Subscriptions/SubscriptionsSelectors.js +11 -0
- data/webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsActions.js +15 -1
- data/webpack/scenes/Subscriptions/UpstreamSubscriptions/{UpstreamSubscriptionsContstants.js → UpstreamSubscriptionsConstants.js} +3 -0
- data/webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsPage.js +2 -0
- data/webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsReducer.js +1 -1
- data/webpack/scenes/Subscriptions/UpstreamSubscriptions/__tests__/UpstreamSubscriptionsReducer.test.js +1 -1
- data/webpack/scenes/Subscriptions/__tests__/SubscriptionsActions.test.js +10 -34
- data/webpack/scenes/Subscriptions/__tests__/SubscriptionsPage.test.js +17 -7
- data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsActions.test.js.snap +2 -4
- data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +6 -4
- data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsReducer.test.js.snap +26 -25
- data/webpack/scenes/Subscriptions/__tests__/subscriptions.fixtures.js +0 -58
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTable.js +10 -4
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/__tests__/SubscriptionsTable.test.js +1 -0
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/__tests__/__snapshots__/SubscriptionsTable.test.js.snap +1 -68
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/UpdateDialog.js +1 -1
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/index.js +4 -4
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Table.js +12 -10
- data/webpack/scenes/Subscriptions/index.js +11 -4
- data/webpack/scenes/Tasks/TaskActions.js +2 -1
- data/webpack/test-utils/nockWrapper.js +1 -1
- metadata +54 -24
@@ -0,0 +1,48 @@
|
|
1
|
+
module Katello
|
2
|
+
class UpstreamConnectionChecker
|
3
|
+
POSSIBLE_EXCEPTIONS = [
|
4
|
+
Katello::Errors::DisconnectedMode,
|
5
|
+
Katello::Errors::ManifestExpired,
|
6
|
+
Katello::Errors::UpstreamConsumerGone,
|
7
|
+
Katello::Errors::NoManifestImported
|
8
|
+
].freeze
|
9
|
+
|
10
|
+
def initialize(organization)
|
11
|
+
@organization = organization
|
12
|
+
end
|
13
|
+
|
14
|
+
def can_connect?
|
15
|
+
assert_connection
|
16
|
+
rescue StandardError => e
|
17
|
+
if POSSIBLE_EXCEPTIONS.include?(e.class)
|
18
|
+
false
|
19
|
+
else
|
20
|
+
raise e
|
21
|
+
end
|
22
|
+
end
|
23
|
+
|
24
|
+
def assert_connection
|
25
|
+
assert_connected
|
26
|
+
assert_unexpired_manifest
|
27
|
+
assert_can_upstream_ping
|
28
|
+
|
29
|
+
true
|
30
|
+
end
|
31
|
+
|
32
|
+
private
|
33
|
+
|
34
|
+
def assert_connected
|
35
|
+
fail Katello::Errors::DisconnectedMode if Setting[:content_disconnected]
|
36
|
+
end
|
37
|
+
|
38
|
+
def assert_can_upstream_ping
|
39
|
+
::Organization.as_org(@organization) do
|
40
|
+
Katello::Resources::Candlepin::UpstreamConsumer.ping
|
41
|
+
end
|
42
|
+
end
|
43
|
+
|
44
|
+
def assert_unexpired_manifest
|
45
|
+
fail Katello::Errors::ManifestExpired if @organization.manifest_expired?
|
46
|
+
end
|
47
|
+
end
|
48
|
+
end
|
@@ -0,0 +1,11 @@
|
|
1
|
+
attributes :description
|
2
|
+
attributes :license, :buildhost, :vendor, :relativepath
|
3
|
+
attributes :children, :checksumtype, :size, :url, :build_time, :summary, :group, :requires, :provides, :files
|
4
|
+
|
5
|
+
node :human_readable_size do |package|
|
6
|
+
number_to_human_size(package.size) if package.size
|
7
|
+
end
|
8
|
+
|
9
|
+
node :build_time_utc do |package|
|
10
|
+
Time.at(package.build_time).to_datetime if package.build_time
|
11
|
+
end
|
@@ -1,5 +1,5 @@
|
|
1
1
|
object @resource
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
|
3
|
+
extends "katello/api/v2/srpms/base"
|
4
|
+
extends "katello/api/v2/srpms/backend",
|
5
|
+
:object => SmartProxy.pulp_master!.content_service("srpm").new(@resource.pulp_id)
|
data/config/routes/api/v2.rb
CHANGED
@@ -349,10 +349,12 @@ Katello::Engine.routes.draw do
|
|
349
349
|
put :refresh_manifest
|
350
350
|
end
|
351
351
|
end
|
352
|
+
|
352
353
|
api_resources :upstream_subscriptions, only: [:index, :create] do
|
353
354
|
collection do
|
354
355
|
delete :destroy
|
355
356
|
put :update
|
357
|
+
get :ping
|
356
358
|
end
|
357
359
|
end
|
358
360
|
end
|
@@ -0,0 +1,10 @@
|
|
1
|
+
class CreateContentGuard < ActiveRecord::Migration[5.2]
|
2
|
+
def change
|
3
|
+
create_table :katello_content_guards do |t|
|
4
|
+
t.string :pulp_href, :null => false
|
5
|
+
t.string :name, :null => false, :unique => true
|
6
|
+
end
|
7
|
+
|
8
|
+
add_column :katello_distribution_references, :content_guard_href, :string
|
9
|
+
end
|
10
|
+
end
|
@@ -0,0 +1,12 @@
|
|
1
|
+
class CreateKatelloHostQueueElements < ActiveRecord::Migration[6.0]
|
2
|
+
def up
|
3
|
+
create_table :katello_host_queue_elements do |t|
|
4
|
+
t.integer :host_id
|
5
|
+
t.column :created_at, :datetime
|
6
|
+
end
|
7
|
+
end
|
8
|
+
|
9
|
+
def down
|
10
|
+
drop_table :katello_host_queue_elements
|
11
|
+
end
|
12
|
+
end
|
@@ -0,0 +1,47 @@
|
|
1
|
+
class EncryptRootRepositoryUpstreamPassword < ActiveRecord::Migration[6.0]
|
2
|
+
def encrypt_password_for_audit(audit)
|
3
|
+
changes = audit.audited_changes
|
4
|
+
name = :upstream_password.to_s
|
5
|
+
change = changes[name]
|
6
|
+
|
7
|
+
if change.is_a? Array
|
8
|
+
changes[name] = change.map { |_| AuditExtensions::REDACTED }
|
9
|
+
elsif change
|
10
|
+
changes[name] = AuditExtensions::REDACTED
|
11
|
+
end
|
12
|
+
|
13
|
+
audit.save!
|
14
|
+
end
|
15
|
+
|
16
|
+
def encrypt_upstream_password_changes_for_audits(root_repository)
|
17
|
+
root_repository.audits.each do |audit|
|
18
|
+
if audit.audited_changes.key? "upstream_password"
|
19
|
+
encrypt_password_for_audit(audit)
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|
23
|
+
|
24
|
+
def modify_root_repository_upstream_password(action)
|
25
|
+
encryptable_field = :upstream_password
|
26
|
+
|
27
|
+
::Katello::RootRepository.all.each do |root_repository|
|
28
|
+
original_upstream_password = root_repository.read_attribute(encryptable_field)
|
29
|
+
root_repository.update_column(encryptable_field,
|
30
|
+
root_repository.send("#{action}_field", original_upstream_password))
|
31
|
+
|
32
|
+
if action == :encrypt
|
33
|
+
encrypt_upstream_password_changes_for_audits(root_repository)
|
34
|
+
end
|
35
|
+
end
|
36
|
+
end
|
37
|
+
|
38
|
+
def up
|
39
|
+
change_column :katello_root_repositories, :upstream_password, :text
|
40
|
+
modify_root_repository_upstream_password(:encrypt)
|
41
|
+
end
|
42
|
+
|
43
|
+
def down
|
44
|
+
modify_root_repository_upstream_password(:decrypt)
|
45
|
+
change_column :katello_root_repositories, :upstream_password, :string
|
46
|
+
end
|
47
|
+
end
|
@@ -22,7 +22,7 @@ blueprints = [
|
|
22
22
|
{
|
23
23
|
group: N_('Subscriptions'),
|
24
24
|
name: 'manifest_expired_warning',
|
25
|
-
message: N_('The manifest imported within Organization %{subject} is no longer valid.
|
25
|
+
message: N_('The manifest imported within Organization %{subject} is no longer valid. Please import a new manifest.'),
|
26
26
|
level: 'warning'
|
27
27
|
},
|
28
28
|
{
|
@@ -75,7 +75,7 @@
|
|
75
75
|
<tr class="grey-table-row" bst-table-row ng-repeat-end ng-repeat="productRepoSet in table.rows | filter:repositorySetFilter" row-select="productRepoSet">
|
76
76
|
<td bst-table-cell>{{ productRepoSet.content.name }}</td>
|
77
77
|
<td bst-table-cell>
|
78
|
-
<a ui-sref="product.info({productId: id})">
|
78
|
+
<a ui-sref="product.info({productId: productRepoSet.product.id})">
|
79
79
|
{{ productRepoSet.product.name }}
|
80
80
|
</a>
|
81
81
|
</td>
|
@@ -32,7 +32,7 @@
|
|
32
32
|
type="button"
|
33
33
|
ng-hide="denied('edit_hosts', host) || host.content_facet_attributes.katello_tracer_installed"
|
34
34
|
ng-click="installTracerPackage(host)">
|
35
|
-
<span translate>Enable Traces
|
35
|
+
<span translate>Enable Traces</span>
|
36
36
|
</button>
|
37
37
|
</div>
|
38
38
|
|
@@ -47,7 +47,7 @@
|
|
47
47
|
type="button"
|
48
48
|
ng-hide="denied('edit_hosts', host) || host.content_facet_attributes.katello_tracer_installed"
|
49
49
|
ng-click="installTracerPackage(host)">
|
50
|
-
<span translate>Enable Traces
|
50
|
+
<span translate>Enable Traces</span>
|
51
51
|
</button>
|
52
52
|
</dd>
|
53
53
|
|
@@ -9,10 +9,10 @@
|
|
9
9
|
* Provides a BastionResource for interacting with Content View Versions.
|
10
10
|
*/
|
11
11
|
angular.module('Bastion.content-views.versions').factory('ContentViewVersion',
|
12
|
-
['BastionResource', function (BastionResource) {
|
12
|
+
['BastionResource', 'CurrentOrganization', function (BastionResource, CurrentOrganization) {
|
13
13
|
|
14
14
|
return BastionResource('katello/api/v2/content_view_versions/:id/:action',
|
15
|
-
{id: '@id'},
|
15
|
+
{id: '@id', 'organization_id': CurrentOrganization},
|
16
16
|
{
|
17
17
|
autocomplete: {method: 'GET', isArray: true, params: {id: 'auto_complete_search'}},
|
18
18
|
update: {method: 'PUT'},
|
data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot
CHANGED
@@ -12,10 +12,6 @@ msgstr ""
|
|
12
12
|
msgid "-- select an interval --"
|
13
13
|
msgstr ""
|
14
14
|
|
15
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/subscription-start-date.directive.js
|
16
|
-
msgid "(future)"
|
17
|
-
msgstr ""
|
18
|
-
|
19
15
|
#: app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-environments.html
|
20
16
|
msgid "(Not all Activation Keys editable )"
|
21
17
|
msgstr ""
|
@@ -126,6 +122,10 @@ msgstr ""
|
|
126
122
|
msgid "{{ puppetModule.name }}"
|
127
123
|
msgstr ""
|
128
124
|
|
125
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
126
|
+
msgid "{{ repository.content_counts.ansible_collection || 0 }} Ansible Collections"
|
127
|
+
msgstr ""
|
128
|
+
|
129
129
|
#: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-apt.html
|
130
130
|
msgid "{{ repository.content_counts.deb }} deb Packages"
|
131
131
|
msgstr ""
|
@@ -172,6 +172,10 @@ msgstr ""
|
|
172
172
|
msgid "{{ repository.content_counts.file || 0 }} Files"
|
173
173
|
msgstr ""
|
174
174
|
|
175
|
+
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-repositories.html
|
176
|
+
msgid "{{ repository.content_counts.module_stream || 0 }} Module Streams"
|
177
|
+
msgstr ""
|
178
|
+
|
175
179
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
176
180
|
msgid "{{ repository.content_counts.ostree_branch || 0 }} OSTree Branches"
|
177
181
|
msgstr ""
|
@@ -273,9 +277,12 @@ msgstr ""
|
|
273
277
|
msgid "/foreman_tasks/tasks/%taskId"
|
274
278
|
msgstr ""
|
275
279
|
|
280
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-traces-modal.controller.js
|
281
|
+
msgid "/job_invocations"
|
282
|
+
msgstr ""
|
283
|
+
|
276
284
|
#: app/assets/javascripts/bastion_katello/activation-keys/activationKeyConsumed.filter.js
|
277
285
|
#: app/assets/javascripts/bastion_katello/subscriptions/subscriptionConsumed.filter.js
|
278
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/subscriptions.controller.js
|
279
286
|
msgid "%(consumed)s out of %(quantity)s"
|
280
287
|
msgstr ""
|
281
288
|
|
@@ -390,20 +397,11 @@ msgstr ""
|
|
390
397
|
msgid "A sync has been initiated in the background, <a href=\"/foreman_tasks/tasks/{{ task.id }}\">click for more details</a>"
|
391
398
|
msgstr ""
|
392
399
|
|
393
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
|
394
|
-
msgid "Access to repositories is unrestricted in this organization. Hosts can consume all repositories available in the Content View they are registered to, regardless of subscription status."
|
395
|
-
msgstr ""
|
396
|
-
|
397
400
|
#: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
|
398
401
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
399
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
|
400
402
|
msgid "Account"
|
401
403
|
msgstr ""
|
402
404
|
|
403
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
|
404
|
-
msgid "Account Number"
|
405
|
-
msgstr ""
|
406
|
-
|
407
405
|
#: app/assets/javascripts/bastion_katello/content-views/details/histories/views/content-view-history.html
|
408
406
|
msgid "Action"
|
409
407
|
msgstr ""
|
@@ -438,10 +436,6 @@ msgstr ""
|
|
438
436
|
msgid "Activation Key removed."
|
439
437
|
msgstr ""
|
440
438
|
|
441
|
-
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
|
442
|
-
msgid "Activation Key Type:"
|
443
|
-
msgstr ""
|
444
|
-
|
445
439
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js
|
446
440
|
msgid "Activation Key updated"
|
447
441
|
msgstr ""
|
@@ -469,6 +463,7 @@ msgstr ""
|
|
469
463
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
|
470
464
|
#: app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite.html
|
471
465
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter.html
|
466
|
+
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter.html
|
472
467
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter.html
|
473
468
|
#: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-deb-repositories.html
|
474
469
|
#: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-docker-repositories.html
|
@@ -496,6 +491,14 @@ msgstr ""
|
|
496
491
|
msgid "Add Errata"
|
497
492
|
msgstr ""
|
498
493
|
|
494
|
+
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
495
|
+
msgid "Add hosts to the host collection to see available actions."
|
496
|
+
msgstr ""
|
497
|
+
|
498
|
+
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
|
499
|
+
msgid "Add Module Stream"
|
500
|
+
msgstr ""
|
501
|
+
|
499
502
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/new-filter.html
|
500
503
|
msgid "Add New Container Image Tag Filter"
|
501
504
|
msgstr ""
|
@@ -512,6 +515,7 @@ msgstr ""
|
|
512
515
|
msgid "Add New Yum Filter"
|
513
516
|
msgstr ""
|
514
517
|
|
518
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
515
519
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
516
520
|
msgid "Add ons"
|
517
521
|
msgstr ""
|
@@ -710,10 +714,6 @@ msgstr ""
|
|
710
714
|
msgid "An error occurred saving the Sync Plan:"
|
711
715
|
msgstr ""
|
712
716
|
|
713
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
|
714
|
-
msgid "An error occurred saving the URL:"
|
715
|
-
msgstr ""
|
716
|
-
|
717
717
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-base-subscriptions.controller.js
|
718
718
|
msgid "An error occurred trying to auto-attach subscriptions. Please check your log for further information."
|
719
719
|
msgstr ""
|
@@ -736,10 +736,15 @@ msgstr ""
|
|
736
736
|
msgid "An error occurred while creating the Product: %s"
|
737
737
|
msgstr ""
|
738
738
|
|
739
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/products-bulk-http-proxy-modal.controller.js
|
739
740
|
#: app/assets/javascripts/bastion_katello/products/products.controller.js
|
740
741
|
msgid "An error occurred:"
|
741
742
|
msgstr ""
|
742
743
|
|
744
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
745
|
+
msgid "Ansible Collections"
|
746
|
+
msgstr ""
|
747
|
+
|
743
748
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
744
749
|
#: app/assets/javascripts/bastion_katello/errata/views/errata.html
|
745
750
|
#: app/assets/javascripts/bastion_katello/packages/views/packages.html
|
@@ -755,10 +760,7 @@ msgstr ""
|
|
755
760
|
msgid "Applicable Errata"
|
756
761
|
msgstr ""
|
757
762
|
|
758
|
-
#: app/assets/javascripts/bastion_katello/content-
|
759
|
-
msgid "Applicable hosts for {{ erratum.errata_id }}"
|
760
|
-
msgstr ""
|
761
|
-
|
763
|
+
#: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html
|
762
764
|
#: app/assets/javascripts/bastion_katello/content-views/new/views/content-view-new.html
|
763
765
|
msgid "Applicable only for composite views. Auto publish composite view when a new version of a component content view is created. Also note auto publish will only happen when the component is marked \"latest\"."
|
764
766
|
msgstr ""
|
@@ -775,6 +777,7 @@ msgstr ""
|
|
775
777
|
msgid "Applicable to Host"
|
776
778
|
msgstr ""
|
777
779
|
|
780
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
778
781
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
779
782
|
msgid "Application"
|
780
783
|
msgstr ""
|
@@ -837,6 +840,11 @@ msgstr ""
|
|
837
840
|
msgid "Applying"
|
838
841
|
msgstr ""
|
839
842
|
|
843
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
844
|
+
msgid "Apt Actions"
|
845
|
+
msgstr ""
|
846
|
+
|
847
|
+
#: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-deb-repositories.html
|
840
848
|
#: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details.html
|
841
849
|
#: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version.html
|
842
850
|
msgid "Apt Repositories"
|
@@ -849,6 +857,7 @@ msgstr ""
|
|
849
857
|
msgid "Arch"
|
850
858
|
msgstr ""
|
851
859
|
|
860
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
|
852
861
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
853
862
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html
|
854
863
|
#: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-deb.html
|
@@ -859,10 +868,6 @@ msgstr ""
|
|
859
868
|
msgid "Architecture"
|
860
869
|
msgstr ""
|
861
870
|
|
862
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
|
863
|
-
msgid "Architecture(s)"
|
864
|
-
msgstr ""
|
865
|
-
|
866
871
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
867
872
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
868
873
|
msgid "Architectures"
|
@@ -892,8 +897,8 @@ msgstr ""
|
|
892
897
|
msgid "Are you sure you want to assign the {{ table.numSelected }} content host(s) selected to {{ selected.contentView.name }} in {{ selected.environment.name }}?"
|
893
898
|
msgstr ""
|
894
899
|
|
895
|
-
#: app/assets/javascripts/bastion_katello/
|
896
|
-
msgid "Are you sure you want to delete the
|
900
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-destroy-modal.html
|
901
|
+
msgid "Are you sure you want to delete the {{ table.numSelected }} host(s) selected?"
|
897
902
|
msgstr ""
|
898
903
|
|
899
904
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
|
@@ -981,10 +986,6 @@ msgstr[1] ""
|
|
981
986
|
msgid "Are you sure you want to remove the {{ table.numSelected }} content host(s) selected from the host collection(s) chosen?"
|
982
987
|
msgstr ""
|
983
988
|
|
984
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-destroy-modal.html
|
985
|
-
msgid "Are you sure you want to remove the {{ table.numSelected }} host(s) selected?"
|
986
|
-
msgstr ""
|
987
|
-
|
988
989
|
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
|
989
990
|
msgid "Are you sure you want to remove the sync plan from the selected product(s)?"
|
990
991
|
msgstr ""
|
@@ -997,6 +998,14 @@ msgstr ""
|
|
997
998
|
msgid "Are you sure you want to restart services on content host \"{{ host.name }}\"?"
|
998
999
|
msgstr ""
|
999
1000
|
|
1001
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
1002
|
+
msgid "Are you sure you want to restart the services on the selected content hosts?"
|
1003
|
+
msgstr ""
|
1004
|
+
|
1005
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
|
1006
|
+
msgid "Are you sure you want to set the HTTP Proxy to the selected products(s)?"
|
1007
|
+
msgstr ""
|
1008
|
+
|
1000
1009
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-release-version-modal.html
|
1001
1010
|
msgid "Are you sure you want to set the Release Version the {{ table.numSelected }} content host(s) selected to {{ selected.release }}?. This action will affect only those Content Hosts that belong to the appropriate Content View and Lifecycle Environment containining that release version."
|
1002
1011
|
msgstr ""
|
@@ -1029,7 +1038,6 @@ msgid "Assign Release Version"
|
|
1029
1038
|
msgstr ""
|
1030
1039
|
|
1031
1040
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
1032
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
|
1033
1041
|
msgid "Associations"
|
1034
1042
|
msgstr ""
|
1035
1043
|
|
@@ -1046,6 +1054,7 @@ msgstr ""
|
|
1046
1054
|
#: app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-modules.html
|
1047
1055
|
#: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-puppet-modules.html
|
1048
1056
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-puppet-modules.html
|
1057
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
|
1049
1058
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-puppet-modules.html
|
1050
1059
|
#: app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-module-info.html
|
1051
1060
|
#: app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules.html
|
@@ -1059,14 +1068,16 @@ msgstr ""
|
|
1059
1068
|
|
1060
1069
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
|
1061
1070
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
1062
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
1063
1071
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
|
1064
1072
|
msgid "Auto-Attach"
|
1065
1073
|
msgstr ""
|
1066
1074
|
|
1075
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
1076
|
+
msgid "Auto-Attach Details"
|
1077
|
+
msgstr ""
|
1078
|
+
|
1067
1079
|
#: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
|
1068
1080
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
1069
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/subscriptionAttachAmountFilter.filter.js
|
1070
1081
|
msgid "Automatic"
|
1071
1082
|
msgstr ""
|
1072
1083
|
|
@@ -1103,7 +1114,7 @@ msgid "Backend Identifier"
|
|
1103
1114
|
msgstr ""
|
1104
1115
|
|
1105
1116
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/download-policy.service.js
|
1106
|
-
msgid "Background"
|
1117
|
+
msgid "Background (Deprecated)"
|
1107
1118
|
msgstr ""
|
1108
1119
|
|
1109
1120
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
@@ -1121,10 +1132,6 @@ msgstr ""
|
|
1121
1132
|
msgid "Basic Information"
|
1122
1133
|
msgstr ""
|
1123
1134
|
|
1124
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-products.html
|
1125
|
-
msgid "Below are the product's repository content sets currently available for this subscription. For Red Hat subscriptions, additional content can be made available through the"
|
1126
|
-
msgstr ""
|
1127
|
-
|
1128
1135
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
1129
1136
|
msgid "Below are the repository content sets currently available for this content host through its subscriptions. For Red Hat subscriptions, additional content can be made available through the"
|
1130
1137
|
msgstr ""
|
@@ -1137,6 +1144,10 @@ msgstr ""
|
|
1137
1144
|
msgid "Between versions {{ rule.min_version }} and {{ rule.max_version }}"
|
1138
1145
|
msgstr ""
|
1139
1146
|
|
1147
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
1148
|
+
msgid "BIOS UUID"
|
1149
|
+
msgstr ""
|
1150
|
+
|
1140
1151
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1141
1152
|
msgid "Bootable"
|
1142
1153
|
msgstr ""
|
@@ -1179,6 +1190,7 @@ msgid "Build Time"
|
|
1179
1190
|
msgstr ""
|
1180
1191
|
|
1181
1192
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
|
1193
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
1182
1194
|
#: app/assets/javascripts/bastion_katello/content-views/deletion/views/content-view-deletion.html
|
1183
1195
|
#: app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-activation-keys.html
|
1184
1196
|
#: app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-confirm.html
|
@@ -1249,6 +1261,7 @@ msgstr ""
|
|
1249
1261
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html
|
1250
1262
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-info.html
|
1251
1263
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
|
1264
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
|
1252
1265
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
1253
1266
|
msgid "Checksum"
|
1254
1267
|
msgstr ""
|
@@ -1285,15 +1298,21 @@ msgstr ""
|
|
1285
1298
|
msgid "Click to monitor task progress."
|
1286
1299
|
msgstr ""
|
1287
1300
|
|
1301
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/products-bulk-http-proxy-modal.controller.js
|
1288
1302
|
#: app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
|
1289
1303
|
#: app/assets/javascripts/bastion_katello/products/products.controller.js
|
1290
1304
|
msgid "Click to view task"
|
1291
1305
|
msgstr ""
|
1292
1306
|
|
1307
|
+
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-rule-matching-package-modal.html
|
1293
1308
|
#: app/assets/javascripts/bastion_katello/errata/views/errata-task-details.html
|
1294
1309
|
msgid "Close"
|
1295
1310
|
msgstr ""
|
1296
1311
|
|
1312
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
|
1313
|
+
msgid "Collection Name"
|
1314
|
+
msgstr ""
|
1315
|
+
|
1297
1316
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
1298
1317
|
msgid "Comma separated list of components to sync from (leave clear to sync all). Example: main"
|
1299
1318
|
msgstr ""
|
@@ -1317,8 +1336,12 @@ msgstr ""
|
|
1317
1336
|
msgid "Complete Sync"
|
1318
1337
|
msgstr ""
|
1319
1338
|
|
1339
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
1340
|
+
msgid "Completed {{ repository.last_sync_words }} ago"
|
1341
|
+
msgstr ""
|
1342
|
+
|
1320
1343
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1321
|
-
msgid "Completely deletes the host
|
1344
|
+
msgid "Completely deletes the host including VM and disks, and removes all reporting, provisioning, and configuration information."
|
1322
1345
|
msgstr ""
|
1323
1346
|
|
1324
1347
|
#: app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-environments.html
|
@@ -1335,19 +1358,19 @@ msgstr ""
|
|
1335
1358
|
msgid "Components:"
|
1336
1359
|
msgstr ""
|
1337
1360
|
|
1361
|
+
#: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html
|
1362
|
+
msgid "Composite"
|
1363
|
+
msgstr ""
|
1364
|
+
|
1365
|
+
#: app/assets/javascripts/bastion_katello/content-views/new/views/content-view-new.html
|
1338
1366
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
|
1339
1367
|
msgid "Composite View"
|
1340
1368
|
msgstr ""
|
1341
1369
|
|
1342
|
-
#: app/assets/javascripts/bastion_katello/content-views/new/views/content-view-new.html
|
1343
1370
|
#: app/assets/javascripts/bastion_katello/content-views/views/content-views.html
|
1344
1371
|
msgid "Composite View?"
|
1345
1372
|
msgstr ""
|
1346
1373
|
|
1347
|
-
#: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html
|
1348
|
-
msgid "Composite?"
|
1349
|
-
msgstr ""
|
1350
|
-
|
1351
1374
|
#: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
|
1352
1375
|
msgid "Confirm"
|
1353
1376
|
msgstr ""
|
@@ -1356,13 +1379,12 @@ msgstr ""
|
|
1356
1379
|
msgid "Confirm Remove"
|
1357
1380
|
msgstr ""
|
1358
1381
|
|
1359
|
-
#: app/assets/javascripts/bastion_katello/content-
|
1360
|
-
msgid "Confirm
|
1382
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
1383
|
+
msgid "Confirm services restart"
|
1361
1384
|
msgstr ""
|
1362
1385
|
|
1363
|
-
#: app/assets/javascripts/bastion_katello/
|
1364
|
-
|
1365
|
-
msgid "Consumed"
|
1386
|
+
#: app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-confirm.html
|
1387
|
+
msgid "Confirm Version Removal: Version {{ version.version }}"
|
1366
1388
|
msgstr ""
|
1367
1389
|
|
1368
1390
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
|
@@ -1448,10 +1470,6 @@ msgstr ""
|
|
1448
1470
|
msgid "Content Credentials"
|
1449
1471
|
msgstr ""
|
1450
1472
|
|
1451
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-products.html
|
1452
|
-
msgid "Content Download URL"
|
1453
|
-
msgstr ""
|
1454
|
-
|
1455
1473
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
1456
1474
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html
|
1457
1475
|
msgid "Content Host"
|
@@ -1519,6 +1537,12 @@ msgstr ""
|
|
1519
1537
|
msgid "Content Hosts using Version {{ version.version }}"
|
1520
1538
|
msgstr ""
|
1521
1539
|
|
1540
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
1541
|
+
msgid ""
|
1542
|
+
"Content synced depends on the specifity of the URL and/or the optional requirements.yaml specified below <a class=\"fa fa-question-circle\" ng-show=\"repository.content_type === 'ansible_collection'\" uib-popover-html=\"collectionURLPopover\" popover-class=\"popover-large\" popover-trigger=\"'outsideClick'\" popover-append-to-body=\"true\" popover-title=\"Upstream URL\">\n"
|
1543
|
+
" </a>"
|
1544
|
+
msgstr ""
|
1545
|
+
|
1522
1546
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/filters.html
|
1523
1547
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/new-filter.html
|
1524
1548
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
@@ -1610,20 +1634,16 @@ msgstr ""
|
|
1610
1634
|
msgid "Content Views that contain this Puppet Module"
|
1611
1635
|
msgstr ""
|
1612
1636
|
|
1637
|
+
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
|
1613
1638
|
#: app/assets/javascripts/bastion_katello/module-streams/views/partials/module-streams-table.html
|
1614
1639
|
msgid "Context"
|
1615
1640
|
msgstr ""
|
1616
1641
|
|
1617
1642
|
#: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
|
1618
1643
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
1619
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
|
1620
1644
|
msgid "Contract"
|
1621
1645
|
msgstr ""
|
1622
1646
|
|
1623
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
|
1624
|
-
msgid "Contract Number"
|
1625
|
-
msgstr ""
|
1626
|
-
|
1627
1647
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
1628
1648
|
msgid "Copy Activation Key"
|
1629
1649
|
msgstr ""
|
@@ -1644,10 +1664,6 @@ msgstr ""
|
|
1644
1664
|
msgid "Cores per Socket"
|
1645
1665
|
msgstr ""
|
1646
1666
|
|
1647
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/details/subscription-details.controller.js
|
1648
|
-
msgid "Cores: %s"
|
1649
|
-
msgstr ""
|
1650
|
-
|
1651
1667
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-copy.html
|
1652
1668
|
#: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-copy.html
|
1653
1669
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-copy.html
|
@@ -1795,12 +1811,7 @@ msgstr ""
|
|
1795
1811
|
msgid "Daily at {{ product.sync_plan.sync_date | date:'mediumTime' }} (Server Time)"
|
1796
1812
|
msgstr ""
|
1797
1813
|
|
1798
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
|
1799
1814
|
#: app/assets/javascripts/bastion_katello/content-views/details/histories/views/content-view-history.html
|
1800
|
-
#: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-ostree-branches.html
|
1801
|
-
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-ostree.html
|
1802
|
-
#: app/assets/javascripts/bastion_katello/ostree-branches/details/views/ostree-branch-info.html
|
1803
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ostree-branches.html
|
1804
1815
|
#: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
|
1805
1816
|
#: app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
|
1806
1817
|
msgid "Date"
|
@@ -1818,15 +1829,12 @@ msgstr ""
|
|
1818
1829
|
msgid "deb Packages"
|
1819
1830
|
msgstr ""
|
1820
1831
|
|
1832
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1821
1833
|
#: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version.html
|
1822
1834
|
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
1823
1835
|
msgid "Deb Packages"
|
1824
1836
|
msgstr ""
|
1825
1837
|
|
1826
|
-
#: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-deb-repositories.html
|
1827
|
-
msgid "Deb Repositories"
|
1828
|
-
msgstr ""
|
1829
|
-
|
1830
1838
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html
|
1831
1839
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb.html
|
1832
1840
|
msgid "Deb:"
|
@@ -1842,21 +1850,16 @@ msgstr ""
|
|
1842
1850
|
msgid "Default"
|
1843
1851
|
msgstr ""
|
1844
1852
|
|
1845
|
-
#: app/assets/javascripts/bastion_katello/
|
1846
|
-
msgid "
|
1847
|
-
msgstr ""
|
1848
|
-
|
1849
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-delete-modal.html
|
1850
|
-
msgid "Delete all subscriptions that are attached to running hosts."
|
1853
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
|
1854
|
+
msgid "Default Status"
|
1851
1855
|
msgstr ""
|
1852
1856
|
|
1853
|
-
#: app/assets/javascripts/bastion_katello/
|
1854
|
-
|
1855
|
-
msgid "Delete Manifest"
|
1857
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-destroy-modal.html
|
1858
|
+
msgid "Delete {{ table.numSelected }} Hosts?"
|
1856
1859
|
msgstr ""
|
1857
1860
|
|
1858
|
-
#: app/assets/javascripts/bastion_katello/
|
1859
|
-
msgid "Delete
|
1861
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1862
|
+
msgid "Delete Hosts"
|
1860
1863
|
msgstr ""
|
1861
1864
|
|
1862
1865
|
#: app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-environments.html
|
@@ -1919,7 +1922,6 @@ msgstr ""
|
|
1919
1922
|
#: app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
|
1920
1923
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
1921
1924
|
#: app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-module-info.html
|
1922
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
|
1923
1925
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html
|
1924
1926
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
|
1925
1927
|
#: app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html
|
@@ -1934,6 +1936,7 @@ msgstr ""
|
|
1934
1936
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
|
1935
1937
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/docker-filter.html
|
1936
1938
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter.html
|
1939
|
+
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter.html
|
1937
1940
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter.html
|
1938
1941
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter.html
|
1939
1942
|
#: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details.html
|
@@ -1948,8 +1951,6 @@ msgstr ""
|
|
1948
1951
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
1949
1952
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
1950
1953
|
#: app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-module.html
|
1951
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-details.html
|
1952
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest.html
|
1953
1954
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-details.html
|
1954
1955
|
#: app/assets/javascripts/bastion_katello/tasks/views/task-details.html
|
1955
1956
|
msgid "Details"
|
@@ -1993,10 +1994,6 @@ msgstr ""
|
|
1993
1994
|
msgid "Disable"
|
1994
1995
|
msgstr ""
|
1995
1996
|
|
1996
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-delete-modal.html
|
1997
|
-
msgid "Disable Red Hat Insights"
|
1998
|
-
msgstr ""
|
1999
|
-
|
2000
1997
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
|
2001
1998
|
#: app/assets/javascripts/bastion_katello/repository-sets/repository-sets-enabled.filter.js
|
2002
1999
|
msgid "Disabled"
|
@@ -2060,6 +2057,10 @@ msgstr ""
|
|
2060
2057
|
msgid "Download Policy"
|
2061
2058
|
msgstr ""
|
2062
2059
|
|
2060
|
+
#: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-publish.html
|
2061
|
+
msgid "Duplicate repositories between the selected Content View Versions will merge, resulting in a Composite Content View with all packages that exist among the duplicates."
|
2062
|
+
msgstr ""
|
2063
|
+
|
2063
2064
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/docker-tag-filter-details.html
|
2064
2065
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html
|
2065
2066
|
msgid "Edit"
|
@@ -2069,6 +2070,11 @@ msgstr ""
|
|
2069
2070
|
msgid "Enable"
|
2070
2071
|
msgstr ""
|
2071
2072
|
|
2073
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
2074
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2075
|
+
msgid "Enable Traces"
|
2076
|
+
msgstr ""
|
2077
|
+
|
2072
2078
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
|
2073
2079
|
#: app/assets/javascripts/bastion_katello/repository-sets/repository-sets-enabled.filter.js
|
2074
2080
|
msgid "Enabled"
|
@@ -2078,18 +2084,10 @@ msgstr ""
|
|
2078
2084
|
msgid "Enabled (overridden)"
|
2079
2085
|
msgstr ""
|
2080
2086
|
|
2081
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-products.html
|
2082
|
-
msgid "Enabled?"
|
2083
|
-
msgstr ""
|
2084
|
-
|
2085
2087
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/date-type-errata.html
|
2086
2088
|
msgid "End Date"
|
2087
2089
|
msgstr ""
|
2088
2090
|
|
2089
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
|
2090
|
-
msgid "Ends"
|
2091
|
-
msgstr ""
|
2092
|
-
|
2093
2091
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
2094
2092
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2095
2093
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/date-type-errata.html
|
@@ -2224,24 +2222,11 @@ msgstr ""
|
|
2224
2222
|
msgid "Erratum Date Range"
|
2225
2223
|
msgstr ""
|
2226
2224
|
|
2227
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
|
2228
|
-
msgid "Error deleting manifest."
|
2229
|
-
msgstr ""
|
2230
|
-
|
2231
2225
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-details-info.controller.js
|
2232
2226
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-info.controller.js
|
2233
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
|
2234
2227
|
msgid "Error during upload:"
|
2235
2228
|
msgstr ""
|
2236
2229
|
|
2237
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
|
2238
|
-
msgid "Error importing manifest."
|
2239
|
-
msgstr ""
|
2240
|
-
|
2241
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
|
2242
|
-
msgid "Error refreshing manifest."
|
2243
|
-
msgstr ""
|
2244
|
-
|
2245
2230
|
#: app/assets/javascripts/bastion_katello/products/new/new-sync-plan-modal.controller.js
|
2246
2231
|
msgid "Error saving the Sync Plan:"
|
2247
2232
|
msgstr ""
|
@@ -2251,10 +2236,6 @@ msgstr ""
|
|
2251
2236
|
msgid "Event"
|
2252
2237
|
msgstr ""
|
2253
2238
|
|
2254
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
2255
|
-
msgid "Events"
|
2256
|
-
msgstr ""
|
2257
|
-
|
2258
2239
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/new-filter.html
|
2259
2240
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/filter-helper.service.js
|
2260
2241
|
msgid "Exclude"
|
@@ -2270,7 +2251,6 @@ msgstr ""
|
|
2270
2251
|
|
2271
2252
|
#: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
|
2272
2253
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
2273
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
|
2274
2254
|
msgid "Expires"
|
2275
2255
|
msgstr ""
|
2276
2256
|
|
@@ -2301,7 +2281,6 @@ msgid "File Repositories"
|
|
2301
2281
|
msgstr ""
|
2302
2282
|
|
2303
2283
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-details-info.controller.js
|
2304
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
|
2305
2284
|
msgid "File too large."
|
2306
2285
|
msgstr ""
|
2307
2286
|
|
@@ -2366,7 +2345,6 @@ msgstr ""
|
|
2366
2345
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
2367
2346
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-products.html
|
2368
2347
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-repositories.html
|
2369
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
2370
2348
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
2371
2349
|
#: app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html
|
2372
2350
|
#: app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-versions.html
|
@@ -2396,18 +2374,13 @@ msgstr ""
|
|
2396
2374
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2397
2375
|
msgid ""
|
2398
2376
|
"For On Demand synchronization, only the metadata is downloaded during sync and packages are fetched and stored on the filesystem when clients request them.\n"
|
2399
|
-
"
|
2377
|
+
" On Demand is not recommended for custom repositories unless the upstream repository maintains older versions of packages within the repository.\n"
|
2378
|
+
" For Background synchronization, a background task will download all packages after the initial sync (Deprecated).\n"
|
2400
2379
|
" The Immediate option will download all metadata and packages immediately during the sync."
|
2401
2380
|
msgstr ""
|
2402
2381
|
|
2403
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/views/register.html
|
2404
|
-
msgid "For remote actions
|
2405
|
-
msgstr ""
|
2406
|
-
|
2407
|
-
#: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-publish.html
|
2408
|
-
msgid ""
|
2409
|
-
"For the duplicate repositories, the packages in each Content View Version will combine regardless of the filters that \n"
|
2410
|
-
" were applied to the individual Content View Version."
|
2382
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/views/register-client.html
|
2383
|
+
msgid "For remote actions via katello-agent:"
|
2411
2384
|
msgstr ""
|
2412
2385
|
|
2413
2386
|
#: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-promotion.html
|
@@ -2418,8 +2391,12 @@ msgstr ""
|
|
2418
2391
|
msgid "Force Puppet Environment"
|
2419
2392
|
msgstr ""
|
2420
2393
|
|
2421
|
-
#: app/assets/javascripts/bastion_katello/
|
2422
|
-
msgid "
|
2394
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/http-proxy-service.js
|
2395
|
+
msgid "Global Default"
|
2396
|
+
msgstr ""
|
2397
|
+
|
2398
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/http-proxy-service.js
|
2399
|
+
msgid "Global Default (None)"
|
2423
2400
|
msgstr ""
|
2424
2401
|
|
2425
2402
|
#: app/assets/javascripts/bastion_katello/content-credentials/new/views/new-content-credential.html
|
@@ -2432,10 +2409,6 @@ msgstr ""
|
|
2432
2409
|
msgid "GPG Key"
|
2433
2410
|
msgstr ""
|
2434
2411
|
|
2435
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-products.html
|
2436
|
-
msgid "GPG Key URL"
|
2437
|
-
msgstr ""
|
2438
|
-
|
2439
2412
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html
|
2440
2413
|
msgid "Greater Than"
|
2441
2414
|
msgstr ""
|
@@ -2456,10 +2429,7 @@ msgstr ""
|
|
2456
2429
|
msgid "Group Remove"
|
2457
2430
|
msgstr ""
|
2458
2431
|
|
2459
|
-
#: app/assets/javascripts/bastion_katello/
|
2460
|
-
msgid "Guests of"
|
2461
|
-
msgstr ""
|
2462
|
-
|
2432
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
2463
2433
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
2464
2434
|
msgid "Helper"
|
2465
2435
|
msgstr ""
|
@@ -2537,6 +2507,7 @@ msgstr ""
|
|
2537
2507
|
msgid "Host Limit"
|
2538
2508
|
msgstr ""
|
2539
2509
|
|
2510
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
2540
2511
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2541
2512
|
msgid "Hostname"
|
2542
2513
|
msgstr ""
|
@@ -2554,13 +2525,36 @@ msgstr ""
|
|
2554
2525
|
msgid "Hourly at {{ product.sync_plan.sync_date | date:'m' }} minutes and {{ product.sync_plan.sync_date | date:'s' }} seconds"
|
2555
2526
|
msgstr ""
|
2556
2527
|
|
2528
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2529
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2530
|
+
msgid "HTTP Proxy"
|
2531
|
+
msgstr ""
|
2532
|
+
|
2533
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2534
|
+
msgid "HTTP Proxy Policy"
|
2535
|
+
msgstr ""
|
2536
|
+
|
2537
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
|
2538
|
+
msgid "HTTP Proxy Policy:"
|
2539
|
+
msgstr ""
|
2540
|
+
|
2541
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
|
2542
|
+
msgid "HTTP Proxy:"
|
2543
|
+
msgstr ""
|
2544
|
+
|
2545
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2546
|
+
msgid "HttpProxyPolicy"
|
2547
|
+
msgstr ""
|
2548
|
+
|
2557
2549
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
2558
2550
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
2559
2551
|
msgid "Id"
|
2560
2552
|
msgstr ""
|
2561
2553
|
|
2562
|
-
#: app/assets/javascripts/bastion_katello/
|
2563
|
-
|
2554
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
2555
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
2556
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
|
2557
|
+
msgid "If you are not using Remote Execution to manage content on this host, ensure that it has the katello-agent package installed."
|
2564
2558
|
msgstr ""
|
2565
2559
|
|
2566
2560
|
#: app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-activation-keys.html
|
@@ -2580,14 +2574,6 @@ msgstr ""
|
|
2580
2574
|
msgid "Ignorable Content"
|
2581
2575
|
msgstr ""
|
2582
2576
|
|
2583
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2584
|
-
msgid "Ignore Global Http Proxy"
|
2585
|
-
msgstr ""
|
2586
|
-
|
2587
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2588
|
-
msgid "Ignore Global HTTP Proxy"
|
2589
|
-
msgstr ""
|
2590
|
-
|
2591
2577
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-details.controller.js
|
2592
2578
|
msgid "Image"
|
2593
2579
|
msgstr ""
|
@@ -2596,18 +2582,6 @@ msgstr ""
|
|
2596
2582
|
msgid "Immediate"
|
2597
2583
|
msgstr ""
|
2598
2584
|
|
2599
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest.html
|
2600
|
-
msgid "Import History"
|
2601
|
-
msgstr ""
|
2602
|
-
|
2603
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
|
2604
|
-
msgid "Import Manifest"
|
2605
|
-
msgstr ""
|
2606
|
-
|
2607
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest.html
|
2608
|
-
msgid "Import/Remove Manifest"
|
2609
|
-
msgstr ""
|
2610
|
-
|
2611
2585
|
#: app/assets/javascripts/bastion_katello/errata/errata-severity.filter.js
|
2612
2586
|
msgid "Important"
|
2613
2587
|
msgstr ""
|
@@ -2653,7 +2627,7 @@ msgstr ""
|
|
2653
2627
|
msgid "Install"
|
2654
2628
|
msgstr ""
|
2655
2629
|
|
2656
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/views/register.html
|
2630
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/views/register-client.html
|
2657
2631
|
msgid "Install client package:"
|
2658
2632
|
msgstr ""
|
2659
2633
|
|
@@ -2685,10 +2659,15 @@ msgstr ""
|
|
2685
2659
|
msgid "Installed"
|
2686
2660
|
msgstr ""
|
2687
2661
|
|
2662
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
|
2663
|
+
msgid "Installed Deb Packages"
|
2664
|
+
msgstr ""
|
2665
|
+
|
2688
2666
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
|
2689
2667
|
msgid "Installed On"
|
2690
2668
|
msgstr ""
|
2691
2669
|
|
2670
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
|
2692
2671
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
|
2693
2672
|
msgid "Installed Package"
|
2694
2673
|
msgstr ""
|
@@ -2706,10 +2685,6 @@ msgstr ""
|
|
2706
2685
|
msgid "Installed Profile"
|
2707
2686
|
msgstr ""
|
2708
2687
|
|
2709
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
|
2710
|
-
msgid "Instance-based"
|
2711
|
-
msgstr ""
|
2712
|
-
|
2713
2688
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2714
2689
|
msgid "Interfaces"
|
2715
2690
|
msgstr ""
|
@@ -2745,6 +2720,15 @@ msgstr ""
|
|
2745
2720
|
msgid "Katello Agent"
|
2746
2721
|
msgstr ""
|
2747
2722
|
|
2723
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2724
|
+
msgid "Katello Tracer"
|
2725
|
+
msgstr ""
|
2726
|
+
|
2727
|
+
#: app/assets/javascripts/bastion_katello/common/views/katello-agent-notice.html
|
2728
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/views/register-client.html
|
2729
|
+
msgid "Katello-agent is deprecated and will be removed in Katello 4.0. Consider migrating to Remote Execution."
|
2730
|
+
msgstr ""
|
2731
|
+
|
2748
2732
|
#: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html
|
2749
2733
|
#: app/assets/javascripts/bastion_katello/content-views/new/views/content-view-new.html
|
2750
2734
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html
|
@@ -2791,10 +2775,6 @@ msgstr ""
|
|
2791
2775
|
msgid "Last synced"
|
2792
2776
|
msgstr ""
|
2793
2777
|
|
2794
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-details.html
|
2795
|
-
msgid "Last Updated"
|
2796
|
-
msgstr ""
|
2797
|
-
|
2798
2778
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html
|
2799
2779
|
msgid "Last Updated On"
|
2800
2780
|
msgstr ""
|
@@ -2812,7 +2792,7 @@ msgstr ""
|
|
2812
2792
|
msgid "Latest Only"
|
2813
2793
|
msgstr ""
|
2814
2794
|
|
2815
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/views/register.html
|
2795
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/views/register-client.html
|
2816
2796
|
msgid "Learn more about these packages in the <a href=\"https://theforeman.org/plugins/katello/\">Documentation</a>"
|
2817
2797
|
msgstr ""
|
2818
2798
|
|
@@ -2913,10 +2893,6 @@ msgstr ""
|
|
2913
2893
|
msgid "Limit:"
|
2914
2894
|
msgstr ""
|
2915
2895
|
|
2916
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
|
2917
|
-
msgid "Limits"
|
2918
|
-
msgstr ""
|
2919
|
-
|
2920
2896
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-details.controller.js
|
2921
2897
|
msgid "List"
|
2922
2898
|
msgstr ""
|
@@ -2927,6 +2903,7 @@ msgstr ""
|
|
2927
2903
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
|
2928
2904
|
#: app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite.html
|
2929
2905
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter.html
|
2906
|
+
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter.html
|
2930
2907
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter.html
|
2931
2908
|
#: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-deb-repositories.html
|
2932
2909
|
#: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-docker-repositories.html
|
@@ -2944,7 +2921,6 @@ msgstr ""
|
|
2944
2921
|
|
2945
2922
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
2946
2923
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
2947
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-products.html
|
2948
2924
|
#: app/assets/javascripts/bastion_katello/content-hosts/content-host-status.controller.js
|
2949
2925
|
msgid "Loading..."
|
2950
2926
|
msgstr ""
|
@@ -2953,6 +2929,10 @@ msgstr ""
|
|
2953
2929
|
msgid "Loading...\""
|
2954
2930
|
msgstr ""
|
2955
2931
|
|
2932
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
|
2933
|
+
msgid "Manage Ansible Collections for Repository:"
|
2934
|
+
msgstr ""
|
2935
|
+
|
2956
2936
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
|
2957
2937
|
msgid "Manage Container Image Manifests for Repository:"
|
2958
2938
|
msgstr ""
|
@@ -2969,8 +2949,12 @@ msgstr ""
|
|
2969
2949
|
msgid "Manage Files for Repository:"
|
2970
2950
|
msgstr ""
|
2971
2951
|
|
2972
|
-
#: app/assets/javascripts/bastion_katello/
|
2973
|
-
msgid "Manage
|
2952
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
2953
|
+
msgid "Manage Host Traces"
|
2954
|
+
msgstr ""
|
2955
|
+
|
2956
|
+
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
2957
|
+
msgid "Manage HTTP Proxy"
|
2974
2958
|
msgstr ""
|
2975
2959
|
|
2976
2960
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
@@ -3013,26 +2997,10 @@ msgstr ""
|
|
3013
2997
|
msgid "Manage Sync Plan"
|
3014
2998
|
msgstr ""
|
3015
2999
|
|
3016
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
|
3017
|
-
msgid "Manifest History"
|
3018
|
-
msgstr ""
|
3019
|
-
|
3020
3000
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
|
3021
3001
|
msgid "Manifest Lists"
|
3022
3002
|
msgstr ""
|
3023
3003
|
|
3024
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
|
3025
|
-
msgid "Manifest successfully deleted."
|
3026
|
-
msgstr ""
|
3027
|
-
|
3028
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
|
3029
|
-
msgid "Manifest successfully imported."
|
3030
|
-
msgstr ""
|
3031
|
-
|
3032
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
|
3033
|
-
msgid "Manifest successfully refreshed."
|
3034
|
-
msgstr ""
|
3035
|
-
|
3036
3004
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
|
3037
3005
|
msgid "Manifest Type"
|
3038
3006
|
msgstr ""
|
@@ -3045,11 +3013,6 @@ msgstr ""
|
|
3045
3013
|
msgid "Maximum Version"
|
3046
3014
|
msgstr ""
|
3047
3015
|
|
3048
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
|
3049
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import-history.html
|
3050
|
-
msgid "Message"
|
3051
|
-
msgstr ""
|
3052
|
-
|
3053
3016
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html
|
3054
3017
|
msgid "Minimum Version"
|
3055
3018
|
msgstr ""
|
@@ -3067,10 +3030,24 @@ msgstr ""
|
|
3067
3030
|
msgid "Moderate"
|
3068
3031
|
msgstr ""
|
3069
3032
|
|
3033
|
+
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter-details.html
|
3034
|
+
#: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
|
3035
|
+
#: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
|
3036
|
+
msgid "Modular"
|
3037
|
+
msgstr ""
|
3038
|
+
|
3070
3039
|
#: app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-modules.controller.js
|
3071
3040
|
msgid "Module %s removed from Content View."
|
3072
3041
|
msgstr ""
|
3073
3042
|
|
3043
|
+
#: app/assets/javascripts/bastion_katello/content-views/details/filters/new-filter.controller.js
|
3044
|
+
msgid "Module Stream"
|
3045
|
+
msgstr ""
|
3046
|
+
|
3047
|
+
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter.html
|
3048
|
+
msgid "Module Stream Filter:"
|
3049
|
+
msgstr ""
|
3050
|
+
|
3074
3051
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
3075
3052
|
msgid "Module Stream Management"
|
3076
3053
|
msgstr ""
|
@@ -3085,10 +3062,19 @@ msgstr ""
|
|
3085
3062
|
msgid "Module Stream Packages"
|
3086
3063
|
msgstr ""
|
3087
3064
|
|
3065
|
+
#: app/assets/javascripts/bastion_katello/content-views/details/filters/available-module-stream-filter.controller.js
|
3066
|
+
msgid "Module Stream successfully added."
|
3067
|
+
msgstr ""
|
3068
|
+
|
3069
|
+
#: app/assets/javascripts/bastion_katello/content-views/details/filters/module-stream-list-filter.controller.js
|
3070
|
+
msgid "Module Stream successfully removed."
|
3071
|
+
msgstr ""
|
3072
|
+
|
3088
3073
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
|
3089
3074
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
3090
3075
|
#: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version.html
|
3091
3076
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
3077
|
+
#: app/assets/javascripts/bastion_katello/content-views/details/filters/filter-helper.service.js
|
3092
3078
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
3093
3079
|
msgid "Module Streams"
|
3094
3080
|
msgstr ""
|
@@ -3105,14 +3091,6 @@ msgstr ""
|
|
3105
3091
|
msgid "More Details"
|
3106
3092
|
msgstr ""
|
3107
3093
|
|
3108
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
|
3109
|
-
msgid "More..."
|
3110
|
-
msgstr ""
|
3111
|
-
|
3112
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
|
3113
|
-
msgid "Multi-entitlement"
|
3114
|
-
msgstr ""
|
3115
|
-
|
3116
3094
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-repositories.html
|
3117
3095
|
#: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-deb-repositories.html
|
3118
3096
|
#: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-docker-repositories.html
|
@@ -3142,7 +3120,6 @@ msgstr ""
|
|
3142
3120
|
#: app/assets/javascripts/bastion_katello/content-credentials/new/views/new-content-credential.html
|
3143
3121
|
#: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
|
3144
3122
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
|
3145
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
3146
3123
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
|
3147
3124
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
|
3148
3125
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections-table.html
|
@@ -3157,6 +3134,7 @@ msgstr ""
|
|
3157
3134
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/edit-filter.html
|
3158
3135
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-repositories.html
|
3159
3136
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/filters.html
|
3137
|
+
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
|
3160
3138
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/new-filter.html
|
3161
3139
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html
|
3162
3140
|
#: app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html
|
@@ -3222,7 +3200,6 @@ msgstr ""
|
|
3222
3200
|
#: app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-module-content-views.html
|
3223
3201
|
#: app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-module-repositories.html
|
3224
3202
|
#: app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules.html
|
3225
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
|
3226
3203
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html
|
3227
3204
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
|
3228
3205
|
#: app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html
|
@@ -3316,11 +3293,15 @@ msgstr ""
|
|
3316
3293
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
3317
3294
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-release-version-modal.html
|
3318
3295
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
|
3296
|
+
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter-details.html
|
3319
3297
|
#: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html
|
3298
|
+
#: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
|
3320
3299
|
#: app/assets/javascripts/bastion_katello/content-views/views/content-views.html
|
3321
3300
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
|
3301
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
|
3322
3302
|
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
|
3323
|
-
#: app/assets/javascripts/bastion_katello/
|
3303
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js
|
3304
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js
|
3324
3305
|
msgid "No"
|
3325
3306
|
msgstr ""
|
3326
3307
|
|
@@ -3410,6 +3391,17 @@ msgstr ""
|
|
3410
3391
|
msgid "No Host Collections to show, you can add Host Collections after selecting the 'Add' tab."
|
3411
3392
|
msgstr ""
|
3412
3393
|
|
3394
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
|
3395
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
3396
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
3397
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/http-proxy-service.js
|
3398
|
+
msgid "No HTTP Proxies found"
|
3399
|
+
msgstr ""
|
3400
|
+
|
3401
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/http-proxy-service.js
|
3402
|
+
msgid "No HTTP Proxy"
|
3403
|
+
msgstr ""
|
3404
|
+
|
3413
3405
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
3414
3406
|
msgid "No matching results."
|
3415
3407
|
msgstr ""
|
@@ -3422,10 +3414,6 @@ msgstr ""
|
|
3422
3414
|
msgid "No products are have been added to this Sync Plan."
|
3423
3415
|
msgstr ""
|
3424
3416
|
|
3425
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
|
3426
|
-
msgid "No Products are provided by this Subscription."
|
3427
|
-
msgstr ""
|
3428
|
-
|
3429
3417
|
#: app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html
|
3430
3418
|
msgid "No puppet modules found"
|
3431
3419
|
msgstr ""
|
@@ -3458,21 +3446,13 @@ msgstr ""
|
|
3458
3446
|
msgid "No Repositories contain this Puppet Module"
|
3459
3447
|
msgstr ""
|
3460
3448
|
|
3461
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-products.html
|
3462
|
-
msgid "No repository content provided through this subscription."
|
3463
|
-
msgstr ""
|
3464
|
-
|
3465
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-products.html
|
3466
|
-
msgid "No repository content."
|
3467
|
-
msgstr ""
|
3468
|
-
|
3469
3449
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
3470
3450
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3471
3451
|
msgid "No repository sets provided through subscriptions."
|
3472
3452
|
msgstr ""
|
3473
3453
|
|
3474
|
-
#: app/assets/javascripts/bastion_katello/
|
3475
|
-
msgid "No
|
3454
|
+
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-rule-matching-package-modal.html
|
3455
|
+
msgid "No RPMs were matched"
|
3476
3456
|
msgstr ""
|
3477
3457
|
|
3478
3458
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
@@ -3492,6 +3472,12 @@ msgstr ""
|
|
3492
3472
|
msgid "None"
|
3493
3473
|
msgstr ""
|
3494
3474
|
|
3475
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
|
3476
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
3477
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
|
3478
|
+
msgid "Not Applicable"
|
3479
|
+
msgstr ""
|
3480
|
+
|
3495
3481
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
3496
3482
|
msgid "Not installed"
|
3497
3483
|
msgstr ""
|
@@ -3523,10 +3509,6 @@ msgstr ""
|
|
3523
3509
|
msgid "Not yet published"
|
3524
3510
|
msgstr ""
|
3525
3511
|
|
3526
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-delete-modal.html
|
3527
|
-
msgid "Note: Deleting a subscription manifest is STRONGLY discouraged. Deleting a manifest will:"
|
3528
|
-
msgstr ""
|
3529
|
-
|
3530
3512
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
3531
3513
|
msgid "Number of CPUs"
|
3532
3514
|
msgstr ""
|
@@ -3657,6 +3639,7 @@ msgstr ""
|
|
3657
3639
|
msgid "Package"
|
3658
3640
|
msgstr ""
|
3659
3641
|
|
3642
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
3660
3643
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
3661
3644
|
msgid "Package Actions"
|
3662
3645
|
msgstr ""
|
@@ -3695,6 +3678,7 @@ msgstr ""
|
|
3695
3678
|
msgid "Package Information"
|
3696
3679
|
msgstr ""
|
3697
3680
|
|
3681
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
3698
3682
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
3699
3683
|
msgid "Package Install"
|
3700
3684
|
msgstr ""
|
@@ -3703,6 +3687,7 @@ msgstr ""
|
|
3703
3687
|
msgid "Package Installation, Removal, and Update"
|
3704
3688
|
msgstr ""
|
3705
3689
|
|
3690
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
3706
3691
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
3707
3692
|
msgid "Package Remove"
|
3708
3693
|
msgstr ""
|
@@ -3720,6 +3705,7 @@ msgstr ""
|
|
3720
3705
|
msgid "Package successfully updated."
|
3721
3706
|
msgstr ""
|
3722
3707
|
|
3708
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
3723
3709
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
3724
3710
|
msgid "Package Update"
|
3725
3711
|
msgstr ""
|
@@ -3735,6 +3721,7 @@ msgstr ""
|
|
3735
3721
|
msgid "Package:"
|
3736
3722
|
msgstr ""
|
3737
3723
|
|
3724
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
3738
3725
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
3739
3726
|
msgid "Package/Group Name"
|
3740
3727
|
msgstr ""
|
@@ -3756,10 +3743,16 @@ msgstr ""
|
|
3756
3743
|
msgid "Packages are automatically Applicable if they are Upgradable"
|
3757
3744
|
msgstr ""
|
3758
3745
|
|
3746
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync-options.html
|
3747
|
+
msgid "Packages are corrupt, often leading to an error \"Package does not match intended download\" or \"Hash Sum mismatch\"."
|
3748
|
+
msgstr ""
|
3749
|
+
|
3759
3750
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-packages.html
|
3760
3751
|
msgid "Packages for Errata:"
|
3761
3752
|
msgstr ""
|
3762
3753
|
|
3754
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
3755
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
|
3763
3756
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
3764
3757
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
3765
3758
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
|
@@ -3774,6 +3767,11 @@ msgstr ""
|
|
3774
3767
|
msgid "Part of a manifest list"
|
3775
3768
|
msgstr ""
|
3776
3769
|
|
3770
|
+
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
3771
|
+
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
3772
|
+
msgid "Password"
|
3773
|
+
msgstr ""
|
3774
|
+
|
3777
3775
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
3778
3776
|
msgid "Password of the upstream repository user for authentication. Leave empty if repository does not require authentication."
|
3779
3777
|
msgstr ""
|
@@ -3788,16 +3786,17 @@ msgstr ""
|
|
3788
3786
|
msgid "Path"
|
3789
3787
|
msgstr ""
|
3790
3788
|
|
3789
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
3791
3790
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
3792
3791
|
msgid "Perform"
|
3793
3792
|
msgstr ""
|
3794
3793
|
|
3795
3794
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync-options.html
|
3796
|
-
msgid "Performs a complete sync, verifying the checksum of all packages afterwards.
|
3795
|
+
msgid "Performs a complete sync, verifying the checksum of all packages afterwards. Any missing or corrupt package will be re-downloaded. This option will take the longest amount of time. Choose this option if:"
|
3797
3796
|
msgstr ""
|
3798
3797
|
|
3799
|
-
#: app/assets/javascripts/bastion_katello/
|
3800
|
-
msgid "
|
3798
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js
|
3799
|
+
msgid "Please enter cron below"
|
3801
3800
|
msgstr ""
|
3802
3801
|
|
3803
3802
|
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
@@ -3868,10 +3867,6 @@ msgstr ""
|
|
3868
3867
|
msgid "Product"
|
3869
3868
|
msgstr ""
|
3870
3869
|
|
3871
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-details.html
|
3872
|
-
msgid "Product Content"
|
3873
|
-
msgstr ""
|
3874
|
-
|
3875
3870
|
#: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
|
3876
3871
|
msgid "Product Count"
|
3877
3872
|
msgstr ""
|
@@ -3884,10 +3879,6 @@ msgstr ""
|
|
3884
3879
|
msgid "Product Enhancement Advisory"
|
3885
3880
|
msgstr ""
|
3886
3881
|
|
3887
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
|
3888
|
-
msgid "Product ID"
|
3889
|
-
msgstr ""
|
3890
|
-
|
3891
3882
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-info.html
|
3892
3883
|
msgid "Product information for:"
|
3893
3884
|
msgstr ""
|
@@ -3982,10 +3973,6 @@ msgstr ""
|
|
3982
3973
|
msgid "Promotion History"
|
3983
3974
|
msgstr ""
|
3984
3975
|
|
3985
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
|
3986
|
-
msgid "Provided Products"
|
3987
|
-
msgstr ""
|
3988
|
-
|
3989
3976
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-dependencies.html
|
3990
3977
|
msgid "Provides"
|
3991
3978
|
msgstr ""
|
@@ -4077,7 +4064,6 @@ msgid "Puppet Modules for Content View:"
|
|
4077
4064
|
msgstr ""
|
4078
4065
|
|
4079
4066
|
#: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
|
4080
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
|
4081
4067
|
msgid "Quantity"
|
4082
4068
|
msgstr ""
|
4083
4069
|
|
@@ -4089,10 +4075,6 @@ msgstr ""
|
|
4089
4075
|
msgid "RAM (GB)"
|
4090
4076
|
msgstr ""
|
4091
4077
|
|
4092
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/details/subscription-details.controller.js
|
4093
|
-
msgid "RAM: %s GB"
|
4094
|
-
msgstr ""
|
4095
|
-
|
4096
4078
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html
|
4097
4079
|
msgid "Range"
|
4098
4080
|
msgstr ""
|
@@ -4115,16 +4097,7 @@ msgstr ""
|
|
4115
4097
|
msgid "Recurring Logic"
|
4116
4098
|
msgstr ""
|
4117
4099
|
|
4118
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
|
4119
|
-
msgid "Red Hat CDN URL"
|
4120
|
-
msgstr ""
|
4121
|
-
|
4122
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
|
4123
|
-
msgid "Red Hat Provider Details"
|
4124
|
-
msgstr ""
|
4125
|
-
|
4126
4100
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
4127
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-products.html
|
4128
4101
|
msgid "Red Hat Repositories page"
|
4129
4102
|
msgstr ""
|
4130
4103
|
|
@@ -4132,22 +4105,10 @@ msgstr ""
|
|
4132
4105
|
msgid "Red Hat Repositories page."
|
4133
4106
|
msgstr ""
|
4134
4107
|
|
4135
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
|
4136
|
-
msgid "Refresh Manifest"
|
4137
|
-
msgstr ""
|
4138
|
-
|
4139
4108
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
4140
4109
|
msgid "Refresh Table"
|
4141
4110
|
msgstr ""
|
4142
4111
|
|
4143
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
|
4144
|
-
msgid "Refreshing Manifest"
|
4145
|
-
msgstr ""
|
4146
|
-
|
4147
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
|
4148
|
-
msgid "Refreshing manifest not supported by this manifest."
|
4149
|
-
msgstr ""
|
4150
|
-
|
4151
4112
|
#: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-versions.html
|
4152
4113
|
msgid "Regenerate Repository Metadata"
|
4153
4114
|
msgstr ""
|
@@ -4181,11 +4142,6 @@ msgstr ""
|
|
4181
4142
|
msgid "Registry Name Pattern"
|
4182
4143
|
msgstr ""
|
4183
4144
|
|
4184
|
-
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
4185
|
-
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
4186
|
-
msgid "Registry Password"
|
4187
|
-
msgstr ""
|
4188
|
-
|
4189
4145
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
4190
4146
|
msgid "Registry Search Parameter"
|
4191
4147
|
msgstr ""
|
@@ -4199,14 +4155,6 @@ msgstr ""
|
|
4199
4155
|
msgid "Registry URL"
|
4200
4156
|
msgstr ""
|
4201
4157
|
|
4202
|
-
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
4203
|
-
msgid "Registry username"
|
4204
|
-
msgstr ""
|
4205
|
-
|
4206
|
-
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
4207
|
-
msgid "Registry Username"
|
4208
|
-
msgstr ""
|
4209
|
-
|
4210
4158
|
#: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-packages.html
|
4211
4159
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-module-streams.html
|
4212
4160
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
|
@@ -4257,10 +4205,6 @@ msgid_plural "Remove {{ table.numSelected }} Container Image manifests?"
|
|
4257
4205
|
msgstr[0] ""
|
4258
4206
|
msgstr[1] ""
|
4259
4207
|
|
4260
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-destroy-modal.html
|
4261
|
-
msgid "Remove {{ table.numSelected }} Hosts?"
|
4262
|
-
msgstr ""
|
4263
|
-
|
4264
4208
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
4265
4209
|
msgid "Remove Activation Key \"{{ activationKey.name }}\"?"
|
4266
4210
|
msgstr ""
|
@@ -4312,14 +4256,14 @@ msgstr ""
|
|
4312
4256
|
msgid "Remove Host Collection \"{{ hostCollection.name }}\"?"
|
4313
4257
|
msgstr ""
|
4314
4258
|
|
4315
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
4316
|
-
msgid "Remove Hosts"
|
4317
|
-
msgstr ""
|
4318
|
-
|
4319
4259
|
#: app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-modules.html
|
4320
4260
|
msgid "Remove Module"
|
4321
4261
|
msgstr ""
|
4322
4262
|
|
4263
|
+
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
|
4264
|
+
msgid "Remove Module Stream"
|
4265
|
+
msgstr ""
|
4266
|
+
|
4323
4267
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html
|
4324
4268
|
msgid "Remove Package Group"
|
4325
4269
|
msgstr ""
|
@@ -4390,6 +4334,7 @@ msgstr ""
|
|
4390
4334
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
|
4391
4335
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions-list.html
|
4392
4336
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
4337
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
|
4393
4338
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
|
4394
4339
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections-table.html
|
4395
4340
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html
|
@@ -4438,10 +4383,6 @@ msgstr ""
|
|
4438
4383
|
msgid "Removed %x products from sync plan \"%y\"."
|
4439
4384
|
msgstr ""
|
4440
4385
|
|
4441
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
|
4442
|
-
msgid "Removing Manifest"
|
4443
|
-
msgstr ""
|
4444
|
-
|
4445
4386
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
4446
4387
|
msgid "Removing Repositories"
|
4447
4388
|
msgstr ""
|
@@ -4450,10 +4391,6 @@ msgstr ""
|
|
4450
4391
|
msgid "Repo Discovery"
|
4451
4392
|
msgstr ""
|
4452
4393
|
|
4453
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-products.html
|
4454
|
-
msgid "Repo Type"
|
4455
|
-
msgstr ""
|
4456
|
-
|
4457
4394
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
|
4458
4395
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-info.html
|
4459
4396
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-products.html
|
@@ -4556,6 +4493,10 @@ msgstr ""
|
|
4556
4493
|
msgid "Repository Discovery"
|
4557
4494
|
msgstr ""
|
4558
4495
|
|
4496
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/products-bulk-http-proxy-modal.controller.js
|
4497
|
+
msgid "Repository HTTP proxy changes have been initiated in the background."
|
4498
|
+
msgstr ""
|
4499
|
+
|
4559
4500
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
4560
4501
|
msgid "Repository Label"
|
4561
4502
|
msgstr ""
|
@@ -4605,10 +4546,6 @@ msgstr ""
|
|
4605
4546
|
msgid "Repository URL"
|
4606
4547
|
msgstr ""
|
4607
4548
|
|
4608
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
|
4609
|
-
msgid "Repository URL updated"
|
4610
|
-
msgstr ""
|
4611
|
-
|
4612
4549
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync.html
|
4613
4550
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4614
4551
|
msgid "Repository:"
|
@@ -4618,22 +4555,18 @@ msgstr ""
|
|
4618
4555
|
msgid "Republish Repository Metadata"
|
4619
4556
|
msgstr ""
|
4620
4557
|
|
4621
|
-
#: app/assets/javascripts/bastion_katello/
|
4622
|
-
msgid "
|
4558
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4559
|
+
msgid "Requirements"
|
4623
4560
|
msgstr ""
|
4624
4561
|
|
4625
|
-
#: app/assets/javascripts/bastion_katello/
|
4626
|
-
msgid "
|
4562
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4563
|
+
msgid "Requirements.yml"
|
4627
4564
|
msgstr ""
|
4628
4565
|
|
4629
4566
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-dependencies.html
|
4630
4567
|
msgid "Requires"
|
4631
4568
|
msgstr ""
|
4632
4569
|
|
4633
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
|
4634
|
-
msgid "Requires Virt-Who Usage"
|
4635
|
-
msgstr ""
|
4636
|
-
|
4637
4570
|
#: app/assets/javascripts/bastion_katello/common/module-stream-actions.service.js
|
4638
4571
|
msgid "Reset"
|
4639
4572
|
msgstr ""
|
@@ -4644,14 +4577,17 @@ msgstr ""
|
|
4644
4577
|
msgid "Reset to Default"
|
4645
4578
|
msgstr ""
|
4646
4579
|
|
4647
|
-
#: app/assets/javascripts/bastion_katello/
|
4648
|
-
|
4580
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
4581
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
4582
|
+
msgid "Resolving the selected Traces will reboot this host."
|
4649
4583
|
msgstr ""
|
4650
4584
|
|
4585
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
4651
4586
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
4652
4587
|
msgid "Restart"
|
4653
4588
|
msgstr ""
|
4654
4589
|
|
4590
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
4655
4591
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
4656
4592
|
msgid "Restart Selected"
|
4657
4593
|
msgstr ""
|
@@ -4672,10 +4608,12 @@ msgstr ""
|
|
4672
4608
|
msgid "Result"
|
4673
4609
|
msgstr ""
|
4674
4610
|
|
4611
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
4675
4612
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
4676
4613
|
msgid "Role"
|
4677
4614
|
msgstr ""
|
4678
4615
|
|
4616
|
+
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-rule-matching-package-modal.html
|
4679
4617
|
#: app/assets/javascripts/bastion_katello/packages/views/packages.html
|
4680
4618
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/filter-helper.service.js
|
4681
4619
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
|
@@ -4698,18 +4636,6 @@ msgstr ""
|
|
4698
4636
|
msgid "RPMs"
|
4699
4637
|
msgstr ""
|
4700
4638
|
|
4701
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync-options.html
|
4702
|
-
msgid "RPMs are corrupt, often leading to an error \"Package does not match intended download\"."
|
4703
|
-
msgstr ""
|
4704
|
-
|
4705
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-details.html
|
4706
|
-
msgid "Rules Source"
|
4707
|
-
msgstr ""
|
4708
|
-
|
4709
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-details.html
|
4710
|
-
msgid "Rules Version"
|
4711
|
-
msgstr ""
|
4712
|
-
|
4713
4639
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
|
4714
4640
|
msgid "Run Auto-Attach"
|
4715
4641
|
msgstr ""
|
@@ -4824,10 +4750,6 @@ msgstr ""
|
|
4824
4750
|
msgid "Selecting this option will result in Katello verifying that the upstream url's SSL certificates are signed by a trusted CA. Unselect if you do not want this verification."
|
4825
4751
|
msgstr ""
|
4826
4752
|
|
4827
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4828
|
-
msgid "Selecting this option will result in the globally configured http proxy from not being used."
|
4829
|
-
msgstr ""
|
4830
|
-
|
4831
4753
|
#: app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-environments.html
|
4832
4754
|
msgid "Selecting this option will result in the Version being completely deleted and no longer being available for promotion. The version must be removed from all Lifecycle Environments in order to select this option."
|
4833
4755
|
msgstr ""
|
@@ -4872,6 +4794,10 @@ msgstr ""
|
|
4872
4794
|
msgid "Show all Repository Sets in Organization"
|
4873
4795
|
msgstr ""
|
4874
4796
|
|
4797
|
+
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html
|
4798
|
+
msgid "Show Matching Content"
|
4799
|
+
msgstr ""
|
4800
|
+
|
4875
4801
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
|
4876
4802
|
msgid "Size"
|
4877
4803
|
msgstr ""
|
@@ -4888,15 +4814,16 @@ msgstr ""
|
|
4888
4814
|
msgid "Sockets"
|
4889
4815
|
msgstr ""
|
4890
4816
|
|
4891
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/details/subscription-details.controller.js
|
4892
|
-
msgid "Sockets: %s"
|
4893
|
-
msgstr ""
|
4894
|
-
|
4895
4817
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
|
4896
4818
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html
|
4897
4819
|
msgid "Solution"
|
4898
4820
|
msgstr ""
|
4899
4821
|
|
4822
|
+
#: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html
|
4823
|
+
#: app/assets/javascripts/bastion_katello/content-views/new/views/content-view-new.html
|
4824
|
+
msgid "Solve Dependencies"
|
4825
|
+
msgstr ""
|
4826
|
+
|
4900
4827
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
4901
4828
|
msgid ""
|
4902
4829
|
"Some of the Errata shown below may not be installable as they are not in this Content Host's\n"
|
@@ -4929,7 +4856,7 @@ msgid "Source RPMs"
|
|
4929
4856
|
msgstr ""
|
4930
4857
|
|
4931
4858
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync-options.html
|
4932
|
-
msgid "Specific
|
4859
|
+
msgid "Specific packages are throwing a 404 from the package-manager."
|
4933
4860
|
msgstr ""
|
4934
4861
|
|
4935
4862
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
@@ -4957,10 +4884,6 @@ msgstr ""
|
|
4957
4884
|
msgid "SSL Client Key"
|
4958
4885
|
msgstr ""
|
4959
4886
|
|
4960
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
|
4961
|
-
msgid "Stacking ID"
|
4962
|
-
msgstr ""
|
4963
|
-
|
4964
4887
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync-options.html
|
4965
4888
|
msgid "Standard sync, optimized for speed by bypassing any unneeded steps."
|
4966
4889
|
msgstr ""
|
@@ -4985,8 +4908,6 @@ msgstr ""
|
|
4985
4908
|
|
4986
4909
|
#: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
|
4987
4910
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
4988
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
|
4989
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
|
4990
4911
|
msgid "Starts"
|
4991
4912
|
msgstr ""
|
4992
4913
|
|
@@ -4995,7 +4916,6 @@ msgid "State"
|
|
4995
4916
|
msgstr ""
|
4996
4917
|
|
4997
4918
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
4998
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
|
4999
4919
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
|
5000
4920
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html
|
5001
4921
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
@@ -5009,38 +4929,30 @@ msgstr ""
|
|
5009
4929
|
|
5010
4930
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
|
5011
4931
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
|
4932
|
+
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
|
5012
4933
|
#: app/assets/javascripts/bastion_katello/module-streams/views/partials/module-streams-table.html
|
5013
4934
|
msgid "Stream"
|
5014
4935
|
msgstr ""
|
5015
4936
|
|
4937
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
|
5016
4938
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
|
5017
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-details.html
|
5018
4939
|
msgid "Subscription Details"
|
5019
4940
|
msgstr ""
|
5020
4941
|
|
5021
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
|
5022
|
-
msgid "Subscription Info"
|
5023
|
-
msgstr ""
|
5024
|
-
|
5025
4942
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
5026
4943
|
msgid "Subscription Management"
|
5027
4944
|
msgstr ""
|
5028
4945
|
|
5029
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
|
5030
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest.html
|
5031
|
-
msgid "Subscription Manifest"
|
5032
|
-
msgstr ""
|
5033
|
-
|
5034
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-details.html
|
5035
|
-
msgid "Subscription Server Details"
|
5036
|
-
msgstr ""
|
5037
|
-
|
5038
4946
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html
|
5039
4947
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
5040
4948
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
5041
4949
|
msgid "Subscription Status"
|
5042
4950
|
msgstr ""
|
5043
4951
|
|
4952
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
4953
|
+
msgid "Subscription UUID"
|
4954
|
+
msgstr ""
|
4955
|
+
|
5044
4956
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
5045
4957
|
msgid "subscription-manager register --org=\"{{ activationKey.organization.label }}\" --activationkey=\"{{ activationKey.name }}\""
|
5046
4958
|
msgstr ""
|
@@ -5048,7 +4960,6 @@ msgstr ""
|
|
5048
4960
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
5049
4961
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
5050
4962
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
5051
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
|
5052
4963
|
msgid "Subscriptions"
|
5053
4964
|
msgstr ""
|
5054
4965
|
|
@@ -5089,6 +5000,10 @@ msgstr ""
|
|
5089
5000
|
msgid "Successfully initiated removal of %cv version %ver."
|
5090
5001
|
msgstr ""
|
5091
5002
|
|
5003
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-traces-modal.controller.js
|
5004
|
+
msgid "Successfully initiated restart of services."
|
5005
|
+
msgstr ""
|
5006
|
+
|
5092
5007
|
#: app/assets/javascripts/bastion_katello/content-views/details/content-view-versions.controller.js
|
5093
5008
|
msgid "Successfully promoted %cv version %ver to %env"
|
5094
5009
|
msgstr ""
|
@@ -5138,6 +5053,7 @@ msgstr ""
|
|
5138
5053
|
msgid "Successfully uploaded content:"
|
5139
5054
|
msgstr ""
|
5140
5055
|
|
5056
|
+
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-rule-matching-package-modal.html
|
5141
5057
|
#: app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-versions.html
|
5142
5058
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
|
5143
5059
|
#: app/assets/javascripts/bastion_katello/packages/views/packages.html
|
@@ -5148,15 +5064,9 @@ msgstr ""
|
|
5148
5064
|
|
5149
5065
|
#: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
|
5150
5066
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
5151
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
|
5152
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
|
5153
5067
|
msgid "Support Level"
|
5154
5068
|
msgstr ""
|
5155
5069
|
|
5156
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
|
5157
|
-
msgid "Support Type"
|
5158
|
-
msgstr ""
|
5159
|
-
|
5160
5070
|
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
|
5161
5071
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync.html
|
5162
5072
|
msgid "Sync"
|
@@ -5255,10 +5165,15 @@ msgstr ""
|
|
5255
5165
|
msgid "Synchronization is being cancelled..."
|
5256
5166
|
msgstr ""
|
5257
5167
|
|
5168
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
5258
5169
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
5259
5170
|
msgid "System Purpose"
|
5260
5171
|
msgstr ""
|
5261
5172
|
|
5173
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
5174
|
+
msgid "System Purpose allows you to set the system's intended use on your network and improves the accuracy of auto attaching subscriptions."
|
5175
|
+
msgstr ""
|
5176
|
+
|
5262
5177
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
5263
5178
|
msgid "System Purpose Status"
|
5264
5179
|
msgstr ""
|
@@ -5270,10 +5185,6 @@ msgstr ""
|
|
5270
5185
|
msgid "Tags"
|
5271
5186
|
msgstr ""
|
5272
5187
|
|
5273
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
|
5274
|
-
msgid "Target"
|
5275
|
-
msgstr ""
|
5276
|
-
|
5277
5188
|
#: app/assets/javascripts/bastion_katello/tasks/views/task-details.html
|
5278
5189
|
msgid "Task Details"
|
5279
5190
|
msgstr ""
|
@@ -5285,10 +5196,6 @@ msgstr ""
|
|
5285
5196
|
msgid "Tasks"
|
5286
5197
|
msgstr ""
|
5287
5198
|
|
5288
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
|
5289
|
-
msgid "Temporary"
|
5290
|
-
msgstr ""
|
5291
|
-
|
5292
5199
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html
|
5293
5200
|
msgid ""
|
5294
5201
|
"The <i>Registry Name Pattern</i> overrides the default name by which container images may be pulled from the server. (By default this name is a combination of Organization, Lifecycle Environment, Content View, Product, and Repository labels.)\n"
|
@@ -5303,7 +5210,7 @@ msgid ""
|
|
5303
5210
|
"repository.docker_upstream_name\n"
|
5304
5211
|
"content_view.label\n"
|
5305
5212
|
"content_view.name\n"
|
5306
|
-
"
|
5213
|
+
"content_view_version.version\n"
|
5307
5214
|
"product.name\n"
|
5308
5215
|
"product.label\n"
|
5309
5216
|
"lifecycle_environment.name\n"
|
@@ -5343,6 +5250,7 @@ msgstr ""
|
|
5343
5250
|
msgid "The host has not reported any applicable packages for upgrade."
|
5344
5251
|
msgstr ""
|
5345
5252
|
|
5253
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
|
5346
5254
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
|
5347
5255
|
msgid "The host has not reported any installed packages, registering with subscription-manager should cause these to be reported."
|
5348
5256
|
msgstr ""
|
@@ -5353,24 +5261,17 @@ msgid ""
|
|
5353
5261
|
" See the <a href=\"/content_views\">content views page</a> to manage and promote a content view."
|
5354
5262
|
msgstr ""
|
5355
5263
|
|
5356
|
-
#: app/assets/javascripts/bastion_katello/
|
5357
|
-
msgid ""
|
5358
|
-
"The katello-agent package is required to manage errata on this Host.\n"
|
5359
|
-
" Please install the katello-agent package to manage errata on\n"
|
5360
|
-
" {{ host.name }}."
|
5264
|
+
#: app/assets/javascripts/bastion_katello/organizations/views/organization-selector.html
|
5265
|
+
msgid "The page you are attempting to access requires selecting a specific organization."
|
5361
5266
|
msgstr ""
|
5362
5267
|
|
5363
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-
|
5364
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-
|
5365
|
-
msgid ""
|
5366
|
-
"The katello-agent package is required to manage packages on this Host.\n"
|
5367
|
-
" Please install the katello-agent package to manage packages on\n"
|
5368
|
-
" {{ host.name }}. To install the package, connect directly to the\n"
|
5369
|
-
" host from a terminal and use yum."
|
5268
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
5269
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
|
5270
|
+
msgid "The remote execution feature is required to manage packages on this Host."
|
5370
5271
|
msgstr ""
|
5371
5272
|
|
5372
|
-
#: app/assets/javascripts/bastion_katello/
|
5373
|
-
msgid "The
|
5273
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
5274
|
+
msgid "The Remote Execution plugin needs to be installed in order to resolve Traces."
|
5374
5275
|
msgstr ""
|
5375
5276
|
|
5376
5277
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
@@ -5381,10 +5282,6 @@ msgstr ""
|
|
5381
5282
|
msgid "The time the sync should happen in your current time zone."
|
5382
5283
|
msgstr ""
|
5383
5284
|
|
5384
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
|
5385
|
-
msgid "The uploaded manifest contains subscriptions that require the use of virt-who. Learn how to configure and use this tool at the <a href=\"https://access.redhat.com/articles/subscription-management-satellite-6\" target=\"_blank\">Subscription Management Home Page</a>."
|
5386
|
-
msgstr ""
|
5387
|
-
|
5388
5285
|
#: app/assets/javascripts/bastion_katello/errata/views/errata.html
|
5389
5286
|
msgid "There are {{ errataCount }} total Errata in this organization but none match the above filters."
|
5390
5287
|
msgstr ""
|
@@ -5394,11 +5291,11 @@ msgid "There are {{ packageCount }} total Packages in this organization but none
|
|
5394
5291
|
msgstr ""
|
5395
5292
|
|
5396
5293
|
#: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-deb-repositories.html
|
5397
|
-
msgid "There are currently no
|
5294
|
+
msgid "There are currently no Apt Repositories associated with this Content View, you can add some by clicking on the \"Add\" tab above."
|
5398
5295
|
msgstr ""
|
5399
5296
|
|
5400
5297
|
#: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-deb-repositories.html
|
5401
|
-
msgid "There are currently no
|
5298
|
+
msgid "There are currently no Apt Repositories to add to this Content View,"
|
5402
5299
|
msgstr ""
|
5403
5300
|
|
5404
5301
|
#: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-docker-repositories.html
|
@@ -5476,6 +5373,7 @@ msgstr ""
|
|
5476
5373
|
msgid "There are no Sync Plans available. You can create new Sync Plans after selecting 'Sync Plans' under 'Hosts' in main menu."
|
5477
5374
|
msgstr ""
|
5478
5375
|
|
5376
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
5479
5377
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
5480
5378
|
msgid "There are no Traces to display."
|
5481
5379
|
msgstr ""
|
@@ -5488,10 +5386,6 @@ msgstr ""
|
|
5488
5386
|
msgid "There is currently no history associated with this Content View."
|
5489
5387
|
msgstr ""
|
5490
5388
|
|
5491
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-delete-modal.html
|
5492
|
-
msgid "This action should only be taken in extreme circumstances or for debugging purposes."
|
5493
|
-
msgstr ""
|
5494
|
-
|
5495
5389
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
5496
5390
|
msgid ""
|
5497
5391
|
"This action will affect only those Content Hosts that require a change.\n"
|
@@ -5528,6 +5422,10 @@ msgid ""
|
|
5528
5422
|
" Change the setting \"Delete Host upon Unregister\" to false on the <a href=\"/settings\">settings page</a> to prevent this."
|
5529
5423
|
msgstr ""
|
5530
5424
|
|
5425
|
+
#: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
|
5426
|
+
msgid "This organization has Simple Content Access enabled. Hosts can consume from all repositories in their Content View regardless of subscription status."
|
5427
|
+
msgstr ""
|
5428
|
+
|
5531
5429
|
#: app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-environments.html
|
5532
5430
|
msgid "This Version cannot be deleted from some of the Lifecycle Environments due to one of the reasons below."
|
5533
5431
|
msgstr ""
|
@@ -5540,8 +5438,17 @@ msgstr ""
|
|
5540
5438
|
msgid "This version will be removed from:"
|
5541
5439
|
msgstr ""
|
5542
5440
|
|
5543
|
-
#: app/assets/javascripts/bastion_katello/
|
5544
|
-
msgid "
|
5441
|
+
#: app/assets/javascripts/bastion_katello/content-views/new/views/content-view-new.html
|
5442
|
+
msgid ""
|
5443
|
+
"This will solve RPM and Module Stream dependencies on every publish of this Content View. Dependency solving significantly increases\n"
|
5444
|
+
" publish time (publishes can take over three times as long) and filters will be ignored when adding packages to solve\n"
|
5445
|
+
" dependencies. Also, certain scenarios involving errata may still cause dependency errors."
|
5446
|
+
msgstr ""
|
5447
|
+
|
5448
|
+
#: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html
|
5449
|
+
msgid ""
|
5450
|
+
"This will solve RPM and Module Stream dependencies on every publish of this Content View. Dependency solving significantly increases publish time (publishes can take over three times as long) and filters will be ignored when adding packages to solve\n"
|
5451
|
+
" dependencies. Also, certain scenarios involving errata may still cause dependency errors."
|
5545
5452
|
msgstr ""
|
5546
5453
|
|
5547
5454
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
@@ -5558,15 +5465,11 @@ msgstr ""
|
|
5558
5465
|
msgid "to manage them individually."
|
5559
5466
|
msgstr ""
|
5560
5467
|
|
5561
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/views/register.html
|
5562
|
-
msgid "To optionally report tracer information:"
|
5563
|
-
msgstr ""
|
5564
|
-
|
5565
5468
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/register.html
|
5566
5469
|
msgid "To register a content host to this server, follow these steps."
|
5567
5470
|
msgstr ""
|
5568
5471
|
|
5569
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/views/register.html
|
5472
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/views/register-client.html
|
5570
5473
|
msgid "To report package & errata information:"
|
5571
5474
|
msgstr ""
|
5572
5475
|
|
@@ -5578,6 +5481,15 @@ msgstr ""
|
|
5578
5481
|
msgid "Topic"
|
5579
5482
|
msgstr ""
|
5580
5483
|
|
5484
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
5485
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
5486
|
+
msgid "Tracer helps administrators identify applications that need to be restarted after a system is patched."
|
5487
|
+
msgstr ""
|
5488
|
+
|
5489
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/views/register-client.html
|
5490
|
+
msgid "Tracer helps administrators identify applications that need to be restarted after a system is patched. To optionally report tracer information:"
|
5491
|
+
msgstr ""
|
5492
|
+
|
5581
5493
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
5582
5494
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
5583
5495
|
msgid "Traces"
|
@@ -5594,10 +5506,10 @@ msgstr ""
|
|
5594
5506
|
#: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
|
5595
5507
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
5596
5508
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
5509
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
5597
5510
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
5598
5511
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
5599
5512
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
|
5600
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
|
5601
5513
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
5602
5514
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-repositories.html
|
5603
5515
|
#: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
|
@@ -5607,8 +5519,6 @@ msgstr ""
|
|
5607
5519
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
5608
5520
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
5609
5521
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
5610
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
|
5611
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
|
5612
5522
|
msgid "Type"
|
5613
5523
|
msgstr ""
|
5614
5524
|
|
@@ -5659,11 +5569,13 @@ msgid "Unsupported Type!"
|
|
5659
5569
|
msgstr ""
|
5660
5570
|
|
5661
5571
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
5572
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
|
5662
5573
|
#: app/assets/javascripts/bastion_katello/common/module-stream-actions.service.js
|
5663
5574
|
msgid "Update"
|
5664
5575
|
msgstr ""
|
5665
5576
|
|
5666
5577
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
5578
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
5667
5579
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
5668
5580
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
5669
5581
|
msgid "Update All Packages"
|
@@ -5720,7 +5632,6 @@ msgstr ""
|
|
5720
5632
|
|
5721
5633
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-info.html
|
5722
5634
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
5723
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
|
5724
5635
|
msgid "Upload"
|
5725
5636
|
msgstr ""
|
5726
5637
|
|
@@ -5732,10 +5643,6 @@ msgstr ""
|
|
5732
5643
|
msgid "Upload File"
|
5733
5644
|
msgstr ""
|
5734
5645
|
|
5735
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
|
5736
|
-
msgid "Upload New Manifest"
|
5737
|
-
msgstr ""
|
5738
|
-
|
5739
5646
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
5740
5647
|
msgid "Upload Package"
|
5741
5648
|
msgstr ""
|
@@ -5744,8 +5651,14 @@ msgstr ""
|
|
5744
5651
|
msgid "Upload Puppet Module"
|
5745
5652
|
msgstr ""
|
5746
5653
|
|
5747
|
-
#: app/assets/javascripts/bastion_katello/
|
5748
|
-
msgid "
|
5654
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
5655
|
+
msgid "Upload Requirements"
|
5656
|
+
msgstr ""
|
5657
|
+
|
5658
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
5659
|
+
msgid ""
|
5660
|
+
"Upload Requirements.yml file <a class=\"fa fa-question-circle\" ng-show=\"repository.content_type === 'ansible_collection'\" uib-popover-html=\"requirementPopover\" popover-class=\"popover-large\" popover-trigger=\"'outsideClick'\" popover-append-to-body=\"true\">\n"
|
5661
|
+
" </a>"
|
5749
5662
|
msgstr ""
|
5750
5663
|
|
5751
5664
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-info.html
|
@@ -5771,32 +5684,16 @@ msgstr ""
|
|
5771
5684
|
msgid "Upstream Repository Name"
|
5772
5685
|
msgstr ""
|
5773
5686
|
|
5774
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-details.html
|
5775
|
-
msgid "Upstream Subscription"
|
5776
|
-
msgstr ""
|
5777
|
-
|
5778
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
|
5779
|
-
msgid "Upstream Subscription Management Application"
|
5780
|
-
msgstr ""
|
5781
|
-
|
5782
5687
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
5783
5688
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
5784
5689
|
msgid "Upstream Sync Policy"
|
5785
5690
|
msgstr ""
|
5786
5691
|
|
5787
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-details.html
|
5788
|
-
msgid "Upstream Type"
|
5789
|
-
msgstr ""
|
5790
|
-
|
5791
5692
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
5792
5693
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
5793
5694
|
msgid "Upstream URL"
|
5794
5695
|
msgstr ""
|
5795
5696
|
|
5796
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-details.html
|
5797
|
-
msgid "Upstream User"
|
5798
|
-
msgstr ""
|
5799
|
-
|
5800
5697
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
5801
5698
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
5802
5699
|
msgid "Upstream Username"
|
@@ -5814,10 +5711,15 @@ msgstr ""
|
|
5814
5711
|
msgid "URL to Discover"
|
5815
5712
|
msgstr ""
|
5816
5713
|
|
5714
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
5817
5715
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
5818
5716
|
msgid "Usage Type"
|
5819
5717
|
msgstr ""
|
5820
5718
|
|
5719
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/http-proxy-service.js
|
5720
|
+
msgid "Use specific HTTP Proxy"
|
5721
|
+
msgstr ""
|
5722
|
+
|
5821
5723
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
5822
5724
|
msgid "Use the cancel button on content view selection to revert your lifecycle environment selection."
|
5823
5725
|
msgstr ""
|
@@ -5833,6 +5735,11 @@ msgstr ""
|
|
5833
5735
|
msgid "User"
|
5834
5736
|
msgstr ""
|
5835
5737
|
|
5738
|
+
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
5739
|
+
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
5740
|
+
msgid "Username"
|
5741
|
+
msgstr ""
|
5742
|
+
|
5836
5743
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
5837
5744
|
msgid "Username of the upstream repository user for authentication. Leave empty if repository does not require authentication."
|
5838
5745
|
msgstr ""
|
@@ -5845,10 +5752,6 @@ msgstr ""
|
|
5845
5752
|
msgid "Using an Activation Key:"
|
5846
5753
|
msgstr ""
|
5847
5754
|
|
5848
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
5849
|
-
msgid "UUID"
|
5850
|
-
msgstr ""
|
5851
|
-
|
5852
5755
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync-options.html
|
5853
5756
|
msgid "Validate Content Sync"
|
5854
5757
|
msgstr ""
|
@@ -5863,9 +5766,11 @@ msgstr ""
|
|
5863
5766
|
msgid "Verify SSL"
|
5864
5767
|
msgstr ""
|
5865
5768
|
|
5769
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
|
5866
5770
|
#: app/assets/javascripts/bastion_katello/content-views/deletion/views/content-view-deletion.html
|
5867
5771
|
#: app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite-available-content-views.html
|
5868
5772
|
#: app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite-content-views-list.html
|
5773
|
+
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
|
5869
5774
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html
|
5870
5775
|
#: app/assets/javascripts/bastion_katello/content-views/details/histories/views/content-view-history.html
|
5871
5776
|
#: app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-versions.html
|
@@ -5889,6 +5794,7 @@ msgstr ""
|
|
5889
5794
|
#: app/assets/javascripts/bastion_katello/ostree-branches/details/views/ostree-branch-info.html
|
5890
5795
|
#: app/assets/javascripts/bastion_katello/ostree-branches/views/ostree-branches.html
|
5891
5796
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
5797
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
|
5892
5798
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-debs.html
|
5893
5799
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ostree-branches.html
|
5894
5800
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-puppet-modules.html
|
@@ -5939,6 +5845,7 @@ msgstr ""
|
|
5939
5845
|
|
5940
5846
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
5941
5847
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
5848
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
5942
5849
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
5943
5850
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
5944
5851
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
@@ -5947,6 +5854,7 @@ msgstr ""
|
|
5947
5854
|
|
5948
5855
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
5949
5856
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
5857
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
5950
5858
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
5951
5859
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
5952
5860
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
@@ -5961,22 +5869,14 @@ msgstr ""
|
|
5961
5869
|
msgid "View Docker Tags for Repository:"
|
5962
5870
|
msgstr ""
|
5963
5871
|
|
5964
|
-
#: app/assets/javascripts/bastion_katello/
|
5965
|
-
msgid "
|
5966
|
-
msgstr ""
|
5967
|
-
|
5968
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
|
5969
|
-
msgid "Virtual"
|
5872
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-traces-modal.controller.js
|
5873
|
+
msgid "View job invocations."
|
5970
5874
|
msgstr ""
|
5971
5875
|
|
5972
5876
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
5973
5877
|
msgid "Virtual Guest"
|
5974
5878
|
msgstr ""
|
5975
5879
|
|
5976
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
|
5977
|
-
msgid "Virtual Guest From"
|
5978
|
-
msgstr ""
|
5979
|
-
|
5980
5880
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
5981
5881
|
msgid "Virtual Guests"
|
5982
5882
|
msgstr ""
|
@@ -6002,7 +5902,12 @@ msgstr ""
|
|
6002
5902
|
msgid "When validating content, repositories using the \"On Demand\" download policy will download all packages within the repository."
|
6003
5903
|
msgstr ""
|
6004
5904
|
|
5905
|
+
#: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html
|
5906
|
+
msgid "With this option selected, a puppet environment will be created during publish and promote even if no puppet modules have been added to the Content View"
|
5907
|
+
msgstr ""
|
5908
|
+
|
6005
5909
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
|
5910
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js
|
6006
5911
|
msgid "Working"
|
6007
5912
|
msgstr ""
|
6008
5913
|
|
@@ -6012,15 +5917,27 @@ msgstr ""
|
|
6012
5917
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
6013
5918
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-release-version-modal.html
|
6014
5919
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
|
5920
|
+
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter-details.html
|
6015
5921
|
#: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html
|
5922
|
+
#: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
|
6016
5923
|
#: app/assets/javascripts/bastion_katello/content-views/views/content-views.html
|
6017
5924
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
|
5925
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
|
6018
5926
|
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
|
6019
5927
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
6020
|
-
#: app/assets/javascripts/bastion_katello/
|
5928
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js
|
5929
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js
|
6021
5930
|
msgid "Yes"
|
6022
5931
|
msgstr ""
|
6023
5932
|
|
5933
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
5934
|
+
msgid "You can upload a requirements.yml file above to auto-fill contents <b>OR</b> paste contents of <a ng-href=\"https://docs.ansible.com/ansible/devel/dev_guide/collections_tech_preview.html#install-multiple-collections-with-a-requirements-file\" target=\"_blank\"> Requirements.yml </a>below."
|
5935
|
+
msgstr ""
|
5936
|
+
|
5937
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
5938
|
+
msgid "You can upload a requirements.yml file below to auto-fill contents or paste contents of requirement.yml here"
|
5939
|
+
msgstr ""
|
5940
|
+
|
6024
5941
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
6025
5942
|
msgid "You cannot remove these repositories because they belong to a Red Hat product."
|
6026
5943
|
msgstr ""
|
@@ -6139,10 +6056,6 @@ msgstr ""
|
|
6139
6056
|
msgid "You currently don't have any Subscriptions associated with this Content Host, you can add Subscriptions after selecting the 'Add' tab."
|
6140
6057
|
msgstr ""
|
6141
6058
|
|
6142
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
|
6143
|
-
msgid "You currently don't have any Subscriptions."
|
6144
|
-
msgstr ""
|
6145
|
-
|
6146
6059
|
#: app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html
|
6147
6060
|
msgid "You currently don't have any Sync Plans. A Sync Plan can be created by using the button on the right."
|
6148
6061
|
msgstr ""
|
@@ -6258,6 +6171,7 @@ msgstr ""
|
|
6258
6171
|
msgid "Your search returned zero Module Streams."
|
6259
6172
|
msgstr ""
|
6260
6173
|
|
6174
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
|
6261
6175
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
6262
6176
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
|
6263
6177
|
#: app/assets/javascripts/bastion_katello/packages/views/packages.html
|
@@ -6301,10 +6215,13 @@ msgstr ""
|
|
6301
6215
|
msgid "Your search returned zero results."
|
6302
6216
|
msgstr ""
|
6303
6217
|
|
6218
|
+
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-rule-matching-package-modal.html
|
6219
|
+
msgid "Your search returned zero RPMs"
|
6220
|
+
msgstr ""
|
6221
|
+
|
6304
6222
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions-list.html
|
6305
6223
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
6306
6224
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html
|
6307
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
|
6308
6225
|
msgid "Your search returned zero Subscriptions."
|
6309
6226
|
msgstr ""
|
6310
6227
|
|