katello 4.7.0.rc2 → 4.7.1

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.

Files changed (82) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/katello/api/v2/alternate_content_sources_controller.rb +4 -1
  3. data/app/controllers/katello/api/v2/products_bulk_actions_controller.rb +1 -1
  4. data/app/controllers/katello/api/v2/repositories_controller.rb +1 -1
  5. data/app/controllers/katello/api/v2/repository_sets_controller.rb +25 -14
  6. data/app/controllers/katello/concerns/api/v2/registration_controller_extensions.rb +0 -1
  7. data/app/lib/actions/katello/repository/sync.rb +3 -3
  8. data/app/lib/actions/pulp3/orchestration/repository/copy_all_units.rb +1 -0
  9. data/app/lib/katello/resources/candlepin.rb +1 -1
  10. data/app/lib/katello/resources/cdn.rb +1 -1
  11. data/app/lib/katello/util/candlepin_repository_checker.rb +2 -0
  12. data/app/models/katello/concerns/host_managed_extensions.rb +4 -2
  13. data/app/models/katello/concerns/smart_proxy_extensions.rb +1 -1
  14. data/app/models/katello/content.rb +1 -1
  15. data/app/models/katello/glue/provider.rb +1 -1
  16. data/app/models/katello/root_repository.rb +4 -0
  17. data/app/services/katello/product_content_importer.rb +61 -5
  18. data/app/services/katello/pulp3/repository/apt.rb +6 -0
  19. data/app/services/katello/pulp3/repository/yum.rb +2 -1
  20. data/app/services/katello/pulp3/repository.rb +2 -2
  21. data/app/services/katello/pulp3/repository_mirror.rb +1 -0
  22. data/config/initializers/monkeys.rb +2 -1
  23. data/db/migrate/20221206170122_update_ignore_srpm_to_false_for_mirror_complete.rb +5 -0
  24. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html +1 -1
  25. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync-options.html +4 -4
  26. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/repositories.routes.js +2 -2
  27. data/lib/katello/engine.rb +1 -0
  28. data/lib/katello/version.rb +1 -1
  29. data/lib/monkeys/fix_deb_optimized_sync.rb +35 -0
  30. data/lib/monkeys/{try_pulp_container_path.rb → fix_pulp_container_path.rb} +0 -0
  31. data/locale/action_names.rb +69 -69
  32. data/locale/bn/katello.po +23 -20
  33. data/locale/cs/katello.po +23 -20
  34. data/locale/de/katello.po +25 -22
  35. data/locale/en/katello.po +23 -20
  36. data/locale/es/katello.po +335 -332
  37. data/locale/fr/katello.po +704 -695
  38. data/locale/gu/katello.po +23 -20
  39. data/locale/hi/katello.po +23 -20
  40. data/locale/it/katello.po +23 -20
  41. data/locale/ja/katello.po +570 -561
  42. data/locale/ka/katello.po +2269 -2260
  43. data/locale/katello.pot +287 -279
  44. data/locale/kn/katello.po +23 -20
  45. data/locale/ko/katello.po +57 -53
  46. data/locale/mr/katello.po +23 -20
  47. data/locale/or/katello.po +23 -20
  48. data/locale/pa/katello.po +23 -20
  49. data/locale/pt/katello.po +23 -20
  50. data/locale/pt_BR/katello.po +441 -438
  51. data/locale/ru/katello.po +23 -20
  52. data/locale/ta/katello.po +23 -20
  53. data/locale/te/katello.po +23 -20
  54. data/locale/zh_CN/katello.po +694 -687
  55. data/locale/zh_TW/katello.po +23 -20
  56. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js +5 -11
  57. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/__tests__/changeHostCVModal.test.js +2 -2
  58. data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +1 -1
  59. data/webpack/components/extensions/HostDetails/DetailsTabCards/SystemPropertiesCardExtensions.js +58 -1
  60. data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +5 -1
  61. data/webpack/components/extensions/HostDetails/Tabs/__tests__/errataTab.test.js +2 -2
  62. data/webpack/components/extensions/HostDetails/Tabs/__tests__/moduleStreamsTab.test.js +2 -2
  63. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packageInstallModal.test.js +2 -2
  64. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packagesTab.test.js +2 -2
  65. data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +3 -3
  66. data/webpack/components/extensions/HostDetails/Tabs/customizedRexUrlHelpers.js +1 -1
  67. data/webpack/global_index.js +2 -0
  68. data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignActivationKeysForm.js +10 -10
  69. data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignHostsForm.js +10 -10
  70. data/webpack/scenes/ContentViews/Delete/__tests__/contentViewDelete.test.js +5 -5
  71. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReassignActivationKeys.js +9 -10
  72. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReassignHosts.js +13 -10
  73. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +18 -18
  74. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +10 -6
  75. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +6 -6
  76. data/webpack/scenes/ContentViews/components/ContentViewSelect/ContentViewSelect.js +40 -0
  77. data/webpack/scenes/Hosts/ChangeContentSource/actions.js +0 -1
  78. data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js +16 -2
  79. data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js +13 -17
  80. data/webpack/scenes/Hosts/ChangeContentSource/index.js +79 -39
  81. data/webpack/scenes/Hosts/ChangeContentSource/styles.scss +6 -2
  82. metadata +9 -6
@@ -1,84 +1,84 @@
1
1
  # Autogenerated!
2
- _("Action with sub plans")
3
- _("Import facts")
4
- _("Import Puppet classes")
5
2
  _("Abstract async task")
6
- _("Combined Profile Update")
7
- _("Create")
8
- _("Delete Activation Key")
9
- _("Remote action:")
10
- _("Update")
3
+ _("Abstract")
4
+ _("Action with sub plans")
11
5
  _("Agent action")
12
- _("Destroy Alternate Content Source")
13
- _("Refresh Alternate Content Source")
14
- _("Create Alternate Content Source")
6
+ _("Attach subscriptions")
7
+ _("Auto attach subscriptions")
15
8
  _("Bulk generate applicability for hosts")
16
- _("Generate repository applicability")
17
- _("Update Alternate Content Source")
18
- _("Generate host applicability")
19
- _("Update CDN Configuration")
20
- _("Synchronize smart proxy")
21
- _("Sync capsule")
22
- _("Syncable export")
23
- _("Import")
24
- _("Export Repository")
25
- _("Export Library")
26
- _("Export")
9
+ _("Combined Profile Update")
27
10
  _("Copy version units to library")
28
- _("Create Import History")
29
- _("Create Syncable Export History")
11
+ _("Create Alternate Content Source")
30
12
  _("Create Export History")
31
- _("Abstract")
32
- _("Disable")
33
- _("Run Sync Plan:")
34
- _("Enable")
35
- _("Verify checksum")
13
+ _("Create Import History")
36
14
  _("Create Package Group")
37
- _("Upload into")
38
- _("Update redhat repository")
39
- _("Update http proxy details")
40
- _("Update content urls")
41
- _("Synchronize")
42
- _("Remove Content")
43
- _("Instance update")
44
- _("Index package groups")
45
- _("Index module streams")
46
- _("Index errata")
47
- _("Index content")
48
- _("Filtered index content")
49
- _("Fetch pxe files")
50
- _("Errata mail")
51
- _("Discover")
15
+ _("Create Syncable Export History")
16
+ _("Create")
17
+ _("Delete Activation Key")
18
+ _("Delete Lifecycle Environment")
52
19
  _("Delete Package Group")
53
- _("Delete")
54
- _("Attach subscriptions")
55
- _("Publish Lifecycle Environment Repositories")
56
- _("Update http proxy")
57
- _("Reindex subscriptions")
58
20
  _("Delete Product")
59
- _("Product Create")
21
+ _("Delete")
22
+ _("Destroy Alternate Content Source")
23
+ _("Destroy Content Host")
60
24
  _("Destroy")
61
- _("Package Profile Update")
62
- _("Updating System Purpose for host")
63
- _("Update release version for host")
64
- _("Update for host")
65
- _("Update Content Overrides")
66
- _("Remove subscriptions")
25
+ _("Disable")
26
+ _("Discover")
27
+ _("Enable")
28
+ _("Errata mail")
29
+ _("Export Library")
30
+ _("Export Repository")
31
+ _("Export")
32
+ _("Fetch pxe files")
33
+ _("Filtered index content")
34
+ _("Generate host applicability")
35
+ _("Generate repository applicability")
67
36
  _("Hypervisors update")
68
37
  _("Hypervisors")
69
- _("Install Applicable Errata")
70
- _("Destroy Content Host")
71
- _("Auto attach subscriptions")
72
- _("Delete Lifecycle Environment")
73
- _("Republish Version Repositories")
74
- _("Incremental Update")
75
- _("Import Repository")
76
- _("Import Default Content View")
77
38
  _("Import Content View Version")
39
+ _("Import Default Content View")
40
+ _("Import Puppet classes")
41
+ _("Import Repository")
42
+ _("Import facts")
43
+ _("Import")
44
+ _("Incremental Update of Content View Version(s) ")
45
+ _("Incremental Update")
46
+ _("Index content")
47
+ _("Index errata")
48
+ _("Index module streams")
49
+ _("Index package groups")
50
+ _("Install Applicable Errata")
51
+ _("Instance update")
52
+ _("Package Profile Update")
53
+ _("Product Create")
54
+ _("Promote")
55
+ _("Promotion to Environment")
56
+ _("Publish Lifecycle Environment Repositories")
57
+ _("Publish")
58
+ _("Refresh Alternate Content Source")
59
+ _("Reindex subscriptions")
60
+ _("Remote action:")
61
+ _("Remove Content")
78
62
  _("Remove Version")
79
- _("Remove from Environment")
80
63
  _("Remove Versions and Associations")
81
- _("Publish")
82
- _("Promotion to Environment")
83
- _("Promote")
84
- _("Incremental Update of Content View Version(s) ")
64
+ _("Remove from Environment")
65
+ _("Remove subscriptions")
66
+ _("Republish Version Repositories")
67
+ _("Run Sync Plan:")
68
+ _("Sync capsule")
69
+ _("Syncable export")
70
+ _("Synchronize smart proxy")
71
+ _("Synchronize")
72
+ _("Update Alternate Content Source")
73
+ _("Update CDN Configuration")
74
+ _("Update Content Overrides")
75
+ _("Update content urls")
76
+ _("Update for host")
77
+ _("Update http proxy details")
78
+ _("Update http proxy")
79
+ _("Update redhat repository")
80
+ _("Update release version for host")
81
+ _("Update")
82
+ _("Updating System Purpose for host")
83
+ _("Upload into")
84
+ _("Verify checksum")
data/locale/bn/katello.po CHANGED
@@ -8,7 +8,7 @@
8
8
  #
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: katello 2.4.0-RC1\n"
11
+ "Project-Id-Version: katello 4.7.0\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
13
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
14
14
  "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2022\n"
@@ -1211,7 +1211,7 @@ msgstr ""
1211
1211
  msgid "Cannot set auto publish to a non-composite content view"
1212
1212
  msgstr ""
1213
1213
 
1214
- msgid "Cannot skip metadata check on non-yum repositories."
1214
+ msgid "Cannot skip metadata check on non-yum/deb repositories."
1215
1215
  msgstr ""
1216
1216
 
1217
1217
  msgid "Cannot specify components for non-composite views"
@@ -1526,9 +1526,6 @@ msgstr ""
1526
1526
  msgid "Content source ID"
1527
1527
  msgstr ""
1528
1528
 
1529
- msgid "Content source successfully updated."
1530
- msgstr ""
1531
-
1532
1529
  msgid "Content source was not set for host '%{host}'"
1533
1530
  msgstr ""
1534
1531
 
@@ -2723,7 +2720,7 @@ msgstr ""
2723
2720
  msgid "Force sync even if no upstream changes are detected. Non-yum repositories are skipped."
2724
2721
  msgstr ""
2725
2722
 
2726
- msgid "Force sync even if no upstream changes are detected. Only used with yum repositories."
2723
+ msgid "Force sync even if no upstream changes are detected. Only used with yum or deb repositories."
2727
2724
  msgstr ""
2728
2725
 
2729
2726
  msgid "Forces a republish of the specified repository, regenerating metadata and symlinks on the filesystem."
@@ -2903,6 +2900,9 @@ msgstr ""
2903
2900
  msgid "Host collections updated"
2904
2901
  msgstr ""
2905
2902
 
2903
+ msgid "Host configurations are not updated yet"
2904
+ msgstr ""
2905
+
2906
2906
  msgid "Host content and subscription details"
2907
2907
  msgstr ""
2908
2908
 
@@ -3167,6 +3167,9 @@ msgstr ""
3167
3167
  msgid "Ignorable content can be only set for Yum repositories."
3168
3168
  msgstr ""
3169
3169
 
3170
+ msgid "Ignore SRPMs can not be set in combination with 'Complete Mirroring' mirroring policy."
3171
+ msgstr ""
3172
+
3170
3173
  msgid "Ignore errors"
3171
3174
  msgstr ""
3172
3175
 
@@ -4367,13 +4370,16 @@ msgstr ""
4367
4370
  msgid "No host collections yet"
4368
4371
  msgstr ""
4369
4372
 
4373
+ msgid "No hosts found"
4374
+ msgstr ""
4375
+
4370
4376
  msgid "No hosts have been specified."
4371
4377
  msgstr ""
4372
4378
 
4373
4379
  msgid "No hosts registered with subscription-manager found in selection."
4374
4380
  msgstr ""
4375
4381
 
4376
- msgid "No hosts with content source found!"
4382
+ msgid "No hosts were specified"
4377
4383
  msgstr ""
4378
4384
 
4379
4385
  msgid "No installed packages and/or enabled repositories have been reported by %s."
@@ -5869,9 +5875,6 @@ msgstr ""
5869
5875
  msgid "Run Sync Plan:"
5870
5876
  msgstr ""
5871
5877
 
5872
- msgid "Run job invocation"
5873
- msgstr ""
5874
-
5875
5878
  msgid "Running"
5876
5879
  msgstr "চলমান"
5877
5880
 
@@ -7103,7 +7106,7 @@ msgstr ""
7103
7106
  msgid "This organization has Simple Content Access enabled. Hosts are not required to have subscriptions attached to access repositories. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7104
7107
  msgstr ""
7105
7108
 
7106
- msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in a future version."
7109
+ msgid "This organization is not using {scaLink}. Legacy subscription management is deprecated and will be removed in a future version."
7107
7110
  msgstr ""
7108
7111
 
7109
7112
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
@@ -7157,6 +7160,12 @@ msgstr "শিরোনাম"
7157
7160
  msgid "To get started, add this host to a host collection."
7158
7161
  msgstr ""
7159
7162
 
7163
+ msgid "To update the selected host configuration, update hosts manually in the next section."
7164
+ msgstr ""
7165
+
7166
+ msgid "To update the selected host configuration, {link}, or update hosts manually in the next section."
7167
+ msgstr ""
7168
+
7160
7169
  msgid "Toggling Simple Content Access will refresh your manifest."
7161
7170
  msgstr ""
7162
7171
 
@@ -7805,9 +7814,6 @@ msgstr ""
7805
7814
  msgid "Warning"
7806
7815
  msgstr ""
7807
7816
 
7808
- msgid "What's next?"
7809
- msgstr ""
7810
-
7811
7817
  msgid "When \"Releases/Distributions\" is set, \"Upstream URL\" must also be set!"
7812
7818
  msgstr ""
7813
7819
 
@@ -8648,6 +8654,9 @@ msgstr ""
8648
8654
  msgid "rule identifier"
8649
8655
  msgstr ""
8650
8656
 
8657
+ msgid "run job invocation"
8658
+ msgstr ""
8659
+
8651
8660
  msgid "service level"
8652
8661
  msgstr ""
8653
8662
 
@@ -8702,9 +8711,6 @@ msgstr "Red Hat উপলব্ধকারী: [ %s ]-র জন্য নি
8702
8711
  msgid "to"
8703
8712
  msgstr ""
8704
8713
 
8705
- msgid "to update configuration on all hosts, or"
8706
- msgstr ""
8707
-
8708
8714
  msgid "true if the latest version of the component's content view is desired"
8709
8715
  msgstr ""
8710
8716
 
@@ -8732,9 +8738,6 @@ msgstr ""
8732
8738
  msgid "update a filter"
8733
8739
  msgstr ""
8734
8740
 
8735
- msgid "update configuration on the hosts manually:"
8736
- msgstr ""
8737
-
8738
8741
  msgid "updating package group..."
8739
8742
  msgstr "প্যাকেজ সংকলন আপডেট..."
8740
8743
 
data/locale/cs/katello.po CHANGED
@@ -7,7 +7,7 @@
7
7
  # <lzap@seznam.cz>, 2013.
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: katello 2.4.0-RC1\n"
10
+ "Project-Id-Version: katello 4.7.0\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
12
  "PO-Revision-Date: 2013-01-22 13:28+0000\n"
13
13
  "Last-Translator: lzap <lzap@seznam.cz>\n"
@@ -1244,7 +1244,7 @@ msgstr ""
1244
1244
  msgid "Cannot set auto publish to a non-composite content view"
1245
1245
  msgstr ""
1246
1246
 
1247
- msgid "Cannot skip metadata check on non-yum repositories."
1247
+ msgid "Cannot skip metadata check on non-yum/deb repositories."
1248
1248
  msgstr ""
1249
1249
 
1250
1250
  msgid "Cannot specify components for non-composite views"
@@ -1566,9 +1566,6 @@ msgstr ""
1566
1566
  msgid "Content source ID"
1567
1567
  msgstr ""
1568
1568
 
1569
- msgid "Content source successfully updated."
1570
- msgstr ""
1571
-
1572
1569
  msgid "Content source was not set for host '%{host}'"
1573
1570
  msgstr ""
1574
1571
 
@@ -2798,7 +2795,7 @@ msgstr ""
2798
2795
  msgid "Force sync even if no upstream changes are detected. Non-yum repositories are skipped."
2799
2796
  msgstr ""
2800
2797
 
2801
- msgid "Force sync even if no upstream changes are detected. Only used with yum repositories."
2798
+ msgid "Force sync even if no upstream changes are detected. Only used with yum or deb repositories."
2802
2799
  msgstr ""
2803
2800
 
2804
2801
  msgid "Forces a republish of the specified repository, regenerating metadata and symlinks on the filesystem."
@@ -2980,6 +2977,9 @@ msgstr ""
2980
2977
  msgid "Host collections updated"
2981
2978
  msgstr ""
2982
2979
 
2980
+ msgid "Host configurations are not updated yet"
2981
+ msgstr ""
2982
+
2983
2983
  msgid "Host content and subscription details"
2984
2984
  msgstr ""
2985
2985
 
@@ -3246,6 +3246,9 @@ msgstr ""
3246
3246
  msgid "Ignorable content can be only set for Yum repositories."
3247
3247
  msgstr ""
3248
3248
 
3249
+ msgid "Ignore SRPMs can not be set in combination with 'Complete Mirroring' mirroring policy."
3250
+ msgstr ""
3251
+
3249
3252
  msgid "Ignore errors"
3250
3253
  msgstr ""
3251
3254
 
@@ -4480,13 +4483,16 @@ msgstr "Vyhledat obsah"
4480
4483
  msgid "No host collections yet"
4481
4484
  msgstr ""
4482
4485
 
4486
+ msgid "No hosts found"
4487
+ msgstr ""
4488
+
4483
4489
  msgid "No hosts have been specified."
4484
4490
  msgstr ""
4485
4491
 
4486
4492
  msgid "No hosts registered with subscription-manager found in selection."
4487
4493
  msgstr ""
4488
4494
 
4489
- msgid "No hosts with content source found!"
4495
+ msgid "No hosts were specified"
4490
4496
  msgstr ""
4491
4497
 
4492
4498
  msgid "No installed packages and/or enabled repositories have been reported by %s."
@@ -6051,9 +6057,6 @@ msgstr ""
6051
6057
  msgid "Run Sync Plan:"
6052
6058
  msgstr ""
6053
6059
 
6054
- msgid "Run job invocation"
6055
- msgstr ""
6056
-
6057
6060
  msgid "Running"
6058
6061
  msgstr ""
6059
6062
 
@@ -7314,7 +7317,7 @@ msgstr ""
7314
7317
  msgid "This organization has Simple Content Access enabled. Hosts are not required to have subscriptions attached to access repositories. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7315
7318
  msgstr ""
7316
7319
 
7317
- msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in a future version."
7320
+ msgid "This organization is not using {scaLink}. Legacy subscription management is deprecated and will be removed in a future version."
7318
7321
  msgstr ""
7319
7322
 
7320
7323
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
@@ -7368,6 +7371,12 @@ msgstr ""
7368
7371
  msgid "To get started, add this host to a host collection."
7369
7372
  msgstr ""
7370
7373
 
7374
+ msgid "To update the selected host configuration, update hosts manually in the next section."
7375
+ msgstr ""
7376
+
7377
+ msgid "To update the selected host configuration, {link}, or update hosts manually in the next section."
7378
+ msgstr ""
7379
+
7371
7380
  msgid "Toggling Simple Content Access will refresh your manifest."
7372
7381
  msgstr ""
7373
7382
 
@@ -8028,9 +8037,6 @@ msgstr ""
8028
8037
  msgid "Warning"
8029
8038
  msgstr ""
8030
8039
 
8031
- msgid "What's next?"
8032
- msgstr ""
8033
-
8034
8040
  msgid "When \"Releases/Distributions\" is set, \"Upstream URL\" must also be set!"
8035
8041
  msgstr ""
8036
8042
 
@@ -8918,6 +8924,9 @@ msgstr ""
8918
8924
  msgid "rule identifier"
8919
8925
  msgstr ""
8920
8926
 
8927
+ msgid "run job invocation"
8928
+ msgstr ""
8929
+
8921
8930
  msgid "service level"
8922
8931
  msgstr ""
8923
8932
 
@@ -8973,9 +8982,6 @@ msgstr ""
8973
8982
  msgid "to"
8974
8983
  msgstr ""
8975
8984
 
8976
- msgid "to update configuration on all hosts, or"
8977
- msgstr ""
8978
-
8979
8985
  msgid "true if the latest version of the component's content view is desired"
8980
8986
  msgstr ""
8981
8987
 
@@ -9003,9 +9009,6 @@ msgstr ""
9003
9009
  msgid "update a filter"
9004
9010
  msgstr ""
9005
9011
 
9006
- msgid "update configuration on the hosts manually:"
9007
- msgstr ""
9008
-
9009
9012
  msgid "updating package group..."
9010
9013
  msgstr ""
9011
9014
 
data/locale/de/katello.po CHANGED
@@ -27,7 +27,7 @@
27
27
  #
28
28
  msgid ""
29
29
  msgstr ""
30
- "Project-Id-Version: katello 2.4.0-RC1\n"
30
+ "Project-Id-Version: katello 4.7.0\n"
31
31
  "Report-Msgid-Bugs-To: \n"
32
32
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
33
33
  "Last-Translator: Patrick Dolinic, 2022\n"
@@ -1234,8 +1234,8 @@ msgstr "Attribut %{attr} kann für Inhaltstyp %{type} nicht festgelegt werden"
1234
1234
  msgid "Cannot set auto publish to a non-composite content view"
1235
1235
  msgstr "Automatische Veröffentlichung kann nicht auf eine nicht zusammengesetzte Inhaltsansicht eingestellt werden"
1236
1236
 
1237
- msgid "Cannot skip metadata check on non-yum repositories."
1238
- msgstr "Metadatenprüfung in Nicht-Yum-Repositorys kann nicht übersprungen werden."
1237
+ msgid "Cannot skip metadata check on non-yum/deb repositories."
1238
+ msgstr ""
1239
1239
 
1240
1240
  msgid "Cannot specify components for non-composite views"
1241
1241
  msgstr "Komponenten für Nicht-Verbundansichten können nicht angegeben werden"
@@ -1549,9 +1549,6 @@ msgstr ""
1549
1549
  msgid "Content source ID"
1550
1550
  msgstr "Inhaltsquellen-ID."
1551
1551
 
1552
- msgid "Content source successfully updated."
1553
- msgstr ""
1554
-
1555
1552
  msgid "Content source was not set for host '%{host}'"
1556
1553
  msgstr "Inhaltsquelle wurde nicht für Host '%{host}' festgelegt"
1557
1554
 
@@ -2748,8 +2745,8 @@ msgstr "Erzwingen Sie die Anwendbarkeit der Regenerierung."
2748
2745
  msgid "Force sync even if no upstream changes are detected. Non-yum repositories are skipped."
2749
2746
  msgstr "Synchronisierung erzwingen, auch wenn keine Upstream-Änderungen erkannt werden. Nicht-yum-Repositorys werden übersprungen."
2750
2747
 
2751
- msgid "Force sync even if no upstream changes are detected. Only used with yum repositories."
2752
- msgstr "Synchronisierung erzwingen, auch wenn keine Upstream-Änderungen erkannt werden. Wird nur mit Yum-Repositorys verwendet."
2748
+ msgid "Force sync even if no upstream changes are detected. Only used with yum or deb repositories."
2749
+ msgstr ""
2753
2750
 
2754
2751
  msgid "Forces a republish of the specified repository, regenerating metadata and symlinks on the filesystem."
2755
2752
  msgstr "Erzwingt eine erneute Veröffentlichung des angegebenen Repositorys, wobei Metadaten und symbolische Links im Dateisystem neu generiert werden."
@@ -2928,6 +2925,9 @@ msgstr ""
2928
2925
  msgid "Host collections updated"
2929
2926
  msgstr ""
2930
2927
 
2928
+ msgid "Host configurations are not updated yet"
2929
+ msgstr ""
2930
+
2931
2931
  msgid "Host content and subscription details"
2932
2932
  msgstr "Hostinhalt und Subskriptionsdetails"
2933
2933
 
@@ -3192,6 +3192,9 @@ msgstr ""
3192
3192
  msgid "Ignorable content can be only set for Yum repositories."
3193
3193
  msgstr "Ignorierbarer Inhalt kann nur für Yum-Repositorys festgelegt werden."
3194
3194
 
3195
+ msgid "Ignore SRPMs can not be set in combination with 'Complete Mirroring' mirroring policy."
3196
+ msgstr ""
3197
+
3195
3198
  msgid "Ignore errors"
3196
3199
  msgstr "Fehler ignorieren"
3197
3200
 
@@ -4396,13 +4399,16 @@ msgstr "Keine Hostsammlungen gefunden"
4396
4399
  msgid "No host collections yet"
4397
4400
  msgstr ""
4398
4401
 
4402
+ msgid "No hosts found"
4403
+ msgstr ""
4404
+
4399
4405
  msgid "No hosts have been specified."
4400
4406
  msgstr "Es wurden keine Hosts angegeben."
4401
4407
 
4402
4408
  msgid "No hosts registered with subscription-manager found in selection."
4403
4409
  msgstr "Keine beim Subscription-Manager registrierten Hosts in der Auswahl gefunden."
4404
4410
 
4405
- msgid "No hosts with content source found!"
4411
+ msgid "No hosts were specified"
4406
4412
  msgstr ""
4407
4413
 
4408
4414
  msgid "No installed packages and/or enabled repositories have been reported by %s."
@@ -5900,9 +5906,6 @@ msgstr ""
5900
5906
  msgid "Run Sync Plan:"
5901
5907
  msgstr "Synchronisierungsplan ausführen:"
5902
5908
 
5903
- msgid "Run job invocation"
5904
- msgstr ""
5905
-
5906
5909
  msgid "Running"
5907
5910
  msgstr "Läuft"
5908
5911
 
@@ -7138,7 +7141,7 @@ msgstr "Dies ist kein verlinktes Repository"
7138
7141
  msgid "This organization has Simple Content Access enabled. Hosts are not required to have subscriptions attached to access repositories. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7139
7142
  msgstr ""
7140
7143
 
7141
- msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in a future version."
7144
+ msgid "This organization is not using {scaLink}. Legacy subscription management is deprecated and will be removed in a future version."
7142
7145
  msgstr ""
7143
7146
 
7144
7147
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
@@ -7192,6 +7195,12 @@ msgstr "Titel"
7192
7195
  msgid "To get started, add this host to a host collection."
7193
7196
  msgstr ""
7194
7197
 
7198
+ msgid "To update the selected host configuration, update hosts manually in the next section."
7199
+ msgstr ""
7200
+
7201
+ msgid "To update the selected host configuration, {link}, or update hosts manually in the next section."
7202
+ msgstr ""
7203
+
7195
7204
  msgid "Toggling Simple Content Access will refresh your manifest."
7196
7205
  msgstr "Durch Umschalten des einfachen Inhaltszugriffs wird Ihr Manifest aktualisiert."
7197
7206
 
@@ -7840,9 +7849,6 @@ msgstr ""
7840
7849
  msgid "Warning"
7841
7850
  msgstr "Warnung"
7842
7851
 
7843
- msgid "What's next?"
7844
- msgstr ""
7845
-
7846
7852
  msgid "When \"Releases/Distributions\" is set, \"Upstream URL\" must also be set!"
7847
7853
  msgstr ""
7848
7854
 
@@ -8683,6 +8689,9 @@ msgstr "Stammknoten von Antworten einzelner Ressourcen (optional)"
8683
8689
  msgid "rule identifier"
8684
8690
  msgstr "Regel-ID"
8685
8691
 
8692
+ msgid "run job invocation"
8693
+ msgstr ""
8694
+
8686
8695
  msgid "service level"
8687
8696
  msgstr "Servicelevel"
8688
8697
 
@@ -8737,9 +8746,6 @@ msgstr "Die folgenden Attribute können nicht für den Red Hat Anbieter aktualis
8737
8746
  msgid "to"
8738
8747
  msgstr "bis"
8739
8748
 
8740
- msgid "to update configuration on all hosts, or"
8741
- msgstr ""
8742
-
8743
8749
  msgid "true if the latest version of the component's content view is desired"
8744
8750
  msgstr "Wahr falls die aktuellste Version des Kontent-Views des Komponenten gewünscht ist"
8745
8751
 
@@ -8767,9 +8773,6 @@ msgstr "unbegrenzt"
8767
8773
  msgid "update a filter"
8768
8774
  msgstr "Filter aktualisieren"
8769
8775
 
8770
- msgid "update configuration on the hosts manually:"
8771
- msgstr ""
8772
-
8773
8776
  msgid "updating package group..."
8774
8777
  msgstr "Paketgruppe wird aktualisiert …"
8775
8778