katello 3.16.0.rc3 → 3.16.0.rc3.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 (52) hide show
  1. checksums.yaml +4 -4
  2. data/app/lib/actions/katello/host/upload_profiles.rb +20 -11
  3. data/app/lib/katello/concerns/base_template_scope_extensions.rb +5 -1
  4. data/app/lib/katello/logging.rb +14 -0
  5. data/app/models/katello/concerns/http_proxy_extensions.rb +30 -7
  6. data/app/models/katello/glue/candlepin/candlepin_object.rb +9 -5
  7. data/app/models/katello/glue/candlepin/pool.rb +7 -2
  8. data/app/models/katello/glue/provider.rb +11 -4
  9. data/app/models/katello/host/content_facet.rb +1 -1
  10. data/app/models/katello/pool.rb +1 -1
  11. data/app/models/katello/root_repository.rb +1 -1
  12. data/app/services/katello/pulp3/rpm.rb +3 -2
  13. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +367 -450
  14. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +427 -499
  15. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +434 -543
  16. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +434 -558
  17. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +425 -499
  18. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +441 -534
  19. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +425 -493
  20. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +434 -542
  21. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +425 -493
  22. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +441 -524
  23. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +427 -500
  24. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +10 -10
  25. data/lib/katello/version.rb +1 -1
  26. data/locale/action_names.rb +33 -33
  27. data/locale/bn/katello.po +12 -0
  28. data/locale/cs/katello.po +12 -0
  29. data/locale/de/katello.po +12 -0
  30. data/locale/en/katello.po +12 -0
  31. data/locale/es/katello.po +12 -0
  32. data/locale/fr/katello.po +12 -0
  33. data/locale/gu/katello.po +12 -0
  34. data/locale/hi/katello.po +12 -0
  35. data/locale/it/katello.po +12 -0
  36. data/locale/ja/katello.po +12 -0
  37. data/locale/katello.pot +154 -137
  38. data/locale/kn/katello.po +12 -0
  39. data/locale/ko/katello.po +12 -0
  40. data/locale/mr/katello.po +12 -0
  41. data/locale/or/katello.po +12 -0
  42. data/locale/pa/katello.po +12 -0
  43. data/locale/pt/katello.po +12 -0
  44. data/locale/pt_BR/katello.po +12 -0
  45. data/locale/ru/katello.po +12 -0
  46. data/locale/ta/katello.po +12 -0
  47. data/locale/te/katello.po +12 -0
  48. data/locale/zh_CN/katello.po +12 -0
  49. data/locale/zh_TW/katello.po +12 -0
  50. data/webpack/global_test_setup.js +3 -0
  51. data/webpack/test-utils/nockWrapper.js +1 -1
  52. metadata +3 -2
@@ -6,13 +6,13 @@
6
6
  # Andrei Burd <burdandrei@gmail.com>, 2017
7
7
  # Vladimir Pavlov <v.pavlov@i-teco.ru>, 2017
8
8
  # Yulia <yulia.poyarkova@redhat.com>, 2017
9
- # 0868a4d1af5275b3f70b0a6dac4c99a4, 2019
10
- # Bryan Kearney <bryan.kearney@gmail.com>, 2019
9
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2020
10
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2020
11
11
  #
12
12
  msgid ""
13
13
  msgstr ""
14
14
  "Project-Id-Version: \n"
15
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2019\n"
15
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2020\n"
16
16
  "Language-Team: Russian (https://www.transifex.com/foreman/teams/114/ru/)\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
18
  "Content-Transfer-Encoding: 8bit\n"
@@ -27,10 +27,6 @@ msgstr "- Дата и тип"
27
27
  msgid "-- select an interval --"
28
28
  msgstr "-- выберите интервал --"
29
29
 
30
- #: app/assets/javascripts/bastion_katello/subscriptions/subscription-start-date.directive.js
31
- msgid "(future)"
32
- msgstr ""
33
-
34
30
  #: app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-environments.html
35
31
  msgid "(Not all Activation Keys editable )"
36
32
  msgstr "(не все ключи активации могут быть изменены)"
@@ -147,6 +143,11 @@ msgstr ""
147
143
  msgid "{{ puppetModule.name }}"
148
144
  msgstr ""
149
145
 
146
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
147
+ msgid ""
148
+ "{{ repository.content_counts.ansible_collection || 0 }} Ansible Collections"
149
+ msgstr ""
150
+
150
151
  #: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-apt.html
151
152
  msgid "{{ repository.content_counts.deb }} deb Packages"
152
153
  msgstr ""
@@ -200,6 +201,10 @@ msgstr "Исправления: {{ repository.content_counts.erratum || 0 }}"
200
201
  msgid "{{ repository.content_counts.file || 0 }} Files"
201
202
  msgstr ""
202
203
 
204
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-repositories.html
205
+ msgid "{{ repository.content_counts.module_stream || 0 }} Module Streams"
206
+ msgstr ""
207
+
203
208
  #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
204
209
  msgid "{{ repository.content_counts.ostree_branch || 0 }} OSTree Branches"
205
210
  msgstr ""
@@ -318,9 +323,12 @@ msgstr ""
318
323
  msgid "/foreman_tasks/tasks/%taskId"
319
324
  msgstr ""
320
325
 
326
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-traces-modal.controller.js
327
+ msgid "/job_invocations"
328
+ msgstr ""
329
+
321
330
  #: app/assets/javascripts/bastion_katello/activation-keys/activationKeyConsumed.filter.js
322
331
  #: app/assets/javascripts/bastion_katello/subscriptions/subscriptionConsumed.filter.js
323
- #: app/assets/javascripts/bastion_katello/subscriptions/subscriptions.controller.js
324
332
  msgid "%(consumed)s out of %(quantity)s"
325
333
  msgstr "%(consumed)s из %(quantity)s"
326
334
 
@@ -458,23 +466,11 @@ msgid ""
458
466
  "href=\"/foreman_tasks/tasks/{{ task.id }}\">click for more details</a>"
459
467
  msgstr ""
460
468
 
461
- #: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
462
- msgid ""
463
- "Access to repositories is unrestricted in this organization. Hosts can "
464
- "consume all repositories available in the Content View they are registered "
465
- "to, regardless of subscription status."
466
- msgstr ""
467
-
468
469
  #: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
469
470
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
470
- #: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
471
471
  msgid "Account"
472
472
  msgstr "Учетная запись"
473
473
 
474
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
475
- msgid "Account Number"
476
- msgstr "Номер учетной записи"
477
-
478
474
  #: app/assets/javascripts/bastion_katello/content-views/details/histories/views/content-view-history.html
479
475
  msgid "Action"
480
476
  msgstr "Команда"
@@ -511,10 +507,6 @@ msgstr "Содержимое"
511
507
  msgid "Activation Key removed."
512
508
  msgstr "Ключ активации был удален."
513
509
 
514
- #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
515
- msgid "Activation Key Type:"
516
- msgstr ""
517
-
518
510
  #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js
519
511
  msgid "Activation Key updated"
520
512
  msgstr "Ключ активации обновлен"
@@ -542,6 +534,7 @@ msgstr ""
542
534
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
543
535
  #: app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite.html
544
536
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter.html
537
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter.html
545
538
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter.html
546
539
  #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-deb-repositories.html
547
540
  #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-docker-repositories.html
@@ -569,6 +562,14 @@ msgstr ""
569
562
  msgid "Add Errata"
570
563
  msgstr "Добавить исправления"
571
564
 
565
+ #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
566
+ msgid "Add hosts to the host collection to see available actions."
567
+ msgstr ""
568
+
569
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
570
+ msgid "Add Module Stream"
571
+ msgstr ""
572
+
572
573
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/new-filter.html
573
574
  msgid "Add New Container Image Tag Filter"
574
575
  msgstr ""
@@ -585,6 +586,7 @@ msgstr "Добавить модуль"
585
586
  msgid "Add New Yum Filter"
586
587
  msgstr ""
587
588
 
589
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
588
590
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
589
591
  msgid "Add ons"
590
592
  msgstr ""
@@ -784,10 +786,6 @@ msgstr ""
784
786
  msgid "An error occurred saving the Sync Plan:"
785
787
  msgstr ""
786
788
 
787
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
788
- msgid "An error occurred saving the URL:"
789
- msgstr ""
790
-
791
789
  #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-base-subscriptions.controller.js
792
790
  msgid ""
793
791
  "An error occurred trying to auto-attach subscriptions. Please check your "
@@ -814,10 +812,15 @@ msgstr ""
814
812
  msgid "An error occurred while creating the Product: %s"
815
813
  msgstr ""
816
814
 
815
+ #: app/assets/javascripts/bastion_katello/products/bulk/products-bulk-http-proxy-modal.controller.js
817
816
  #: app/assets/javascripts/bastion_katello/products/products.controller.js
818
817
  msgid "An error occurred:"
819
818
  msgstr ""
820
819
 
820
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
821
+ msgid "Ansible Collections"
822
+ msgstr ""
823
+
821
824
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
822
825
  #: app/assets/javascripts/bastion_katello/errata/views/errata.html
823
826
  #: app/assets/javascripts/bastion_katello/packages/views/packages.html
@@ -833,10 +836,7 @@ msgstr ""
833
836
  msgid "Applicable Errata"
834
837
  msgstr "Применимые исправления"
835
838
 
836
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
837
- msgid "Applicable hosts for {{ erratum.errata_id }}"
838
- msgstr "Узлы для {{ erratum.errata_id }}"
839
-
839
+ #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html
840
840
  #: app/assets/javascripts/bastion_katello/content-views/new/views/content-view-new.html
841
841
  msgid ""
842
842
  "Applicable only for composite views. Auto publish composite view when a new "
@@ -856,6 +856,7 @@ msgstr ""
856
856
  msgid "Applicable to Host"
857
857
  msgstr ""
858
858
 
859
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
859
860
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
860
861
  msgid "Application"
861
862
  msgstr ""
@@ -922,6 +923,11 @@ msgstr "Применить к узлам"
922
923
  msgid "Applying"
923
924
  msgstr "Установка..."
924
925
 
926
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
927
+ msgid "Apt Actions"
928
+ msgstr ""
929
+
930
+ #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-deb-repositories.html
925
931
  #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details.html
926
932
  #: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version.html
927
933
  msgid "Apt Repositories"
@@ -934,6 +940,7 @@ msgstr ""
934
940
  msgid "Arch"
935
941
  msgstr "Архитектура"
936
942
 
943
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
937
944
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
938
945
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html
939
946
  #: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-deb.html
@@ -944,10 +951,6 @@ msgstr "Архитектура"
944
951
  msgid "Architecture"
945
952
  msgstr ""
946
953
 
947
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
948
- msgid "Architecture(s)"
949
- msgstr "Архитектура"
950
-
951
954
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
952
955
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
953
956
  msgid "Architectures"
@@ -989,8 +992,10 @@ msgstr ""
989
992
  "Связать выбранные узлы (всего {{ table.numSelected }}) с представлением {{ "
990
993
  "selected.contentView.name }} в окружении {{ selected.environment.name }}?"
991
994
 
992
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-delete-modal.html
993
- msgid "Are you sure you want to delete the manifest?"
995
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-destroy-modal.html
996
+ msgid ""
997
+ "Are you sure you want to delete the {{ table.numSelected }} host(s) "
998
+ "selected?"
994
999
  msgstr ""
995
1000
 
996
1001
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
@@ -1129,12 +1134,6 @@ msgid ""
1129
1134
  "selected from the host collection(s) chosen?"
1130
1135
  msgstr "Удалить выбранные узлы (всего {{ table.numSelected }}) из коллекций?"
1131
1136
 
1132
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-destroy-modal.html
1133
- msgid ""
1134
- "Are you sure you want to remove the {{ table.numSelected }} host(s) "
1135
- "selected?"
1136
- msgstr ""
1137
-
1138
1137
  #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
1139
1138
  msgid ""
1140
1139
  "Are you sure you want to remove the sync plan from the selected product(s)?"
@@ -1152,6 +1151,16 @@ msgid ""
1152
1151
  "}}\"?"
1153
1152
  msgstr ""
1154
1153
 
1154
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
1155
+ msgid ""
1156
+ "Are you sure you want to restart the services on the selected content hosts?"
1157
+ msgstr ""
1158
+
1159
+ #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
1160
+ msgid ""
1161
+ "Are you sure you want to set the HTTP Proxy to the selected products(s)?"
1162
+ msgstr ""
1163
+
1155
1164
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-release-version-modal.html
1156
1165
  msgid ""
1157
1166
  "Are you sure you want to set the Release Version the {{ table.numSelected }}"
@@ -1198,7 +1207,6 @@ msgid "Assign Release Version"
1198
1207
  msgstr ""
1199
1208
 
1200
1209
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
1201
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
1202
1210
  msgid "Associations"
1203
1211
  msgstr "Связи"
1204
1212
 
@@ -1215,6 +1223,7 @@ msgstr "Добавлено"
1215
1223
  #: app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-modules.html
1216
1224
  #: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-puppet-modules.html
1217
1225
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-puppet-modules.html
1226
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
1218
1227
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-puppet-modules.html
1219
1228
  #: app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-module-info.html
1220
1229
  #: app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules.html
@@ -1228,14 +1237,16 @@ msgstr ""
1228
1237
 
1229
1238
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
1230
1239
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
1231
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
1232
1240
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
1233
1241
  msgid "Auto-Attach"
1234
1242
  msgstr "Автоматический выбор"
1235
1243
 
1244
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
1245
+ msgid "Auto-Attach Details"
1246
+ msgstr ""
1247
+
1236
1248
  #: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
1237
1249
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
1238
- #: app/assets/javascripts/bastion_katello/subscriptions/subscriptionAttachAmountFilter.filter.js
1239
1250
  msgid "Automatic"
1240
1251
  msgstr "Автоматически"
1241
1252
 
@@ -1272,7 +1283,7 @@ msgid "Backend Identifier"
1272
1283
  msgstr ""
1273
1284
 
1274
1285
  #: app/assets/javascripts/bastion_katello/products/details/repositories/download-policy.service.js
1275
- msgid "Background"
1286
+ msgid "Background (Deprecated)"
1276
1287
  msgstr ""
1277
1288
 
1278
1289
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
@@ -1290,15 +1301,6 @@ msgstr ""
1290
1301
  msgid "Basic Information"
1291
1302
  msgstr "Общая информация"
1292
1303
 
1293
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-products.html
1294
- msgid ""
1295
- "Below are the product's repository content sets currently available for this"
1296
- " subscription. For Red Hat subscriptions, additional content can be made "
1297
- "available through the"
1298
- msgstr ""
1299
- "Ниже перечислены наборы репозиториев, предлагаемые подпиской. Чтобы включить"
1300
- " дополнительное содержимое, см."
1301
-
1302
1304
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
1303
1305
  msgid ""
1304
1306
  "Below are the repository content sets currently available for this content "
@@ -1319,6 +1321,10 @@ msgstr ""
1319
1321
  msgid "Between versions {{ rule.min_version }} and {{ rule.max_version }}"
1320
1322
  msgstr ""
1321
1323
 
1324
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
1325
+ msgid "BIOS UUID"
1326
+ msgstr ""
1327
+
1322
1328
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
1323
1329
  msgid "Bootable"
1324
1330
  msgstr ""
@@ -1361,6 +1367,7 @@ msgid "Build Time"
1361
1367
  msgstr ""
1362
1368
 
1363
1369
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
1370
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
1364
1371
  #: app/assets/javascripts/bastion_katello/content-views/deletion/views/content-view-deletion.html
1365
1372
  #: app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-activation-keys.html
1366
1373
  #: app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-confirm.html
@@ -1441,6 +1448,7 @@ msgstr ""
1441
1448
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html
1442
1449
  #: app/assets/javascripts/bastion_katello/files/details/views/file-info.html
1443
1450
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
1451
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
1444
1452
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
1445
1453
  msgid "Checksum"
1446
1454
  msgstr "Контрольная сумма"
@@ -1487,15 +1495,21 @@ msgstr ""
1487
1495
  msgid "Click to monitor task progress."
1488
1496
  msgstr ""
1489
1497
 
1498
+ #: app/assets/javascripts/bastion_katello/products/bulk/products-bulk-http-proxy-modal.controller.js
1490
1499
  #: app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
1491
1500
  #: app/assets/javascripts/bastion_katello/products/products.controller.js
1492
1501
  msgid "Click to view task"
1493
1502
  msgstr ""
1494
1503
 
1504
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-rule-matching-package-modal.html
1495
1505
  #: app/assets/javascripts/bastion_katello/errata/views/errata-task-details.html
1496
1506
  msgid "Close"
1497
1507
  msgstr "Закрыть"
1498
1508
 
1509
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
1510
+ msgid "Collection Name"
1511
+ msgstr ""
1512
+
1499
1513
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
1500
1514
  msgid ""
1501
1515
  "Comma separated list of components to sync from (leave clear to sync all). "
@@ -1525,10 +1539,14 @@ msgstr ""
1525
1539
  msgid "Complete Sync"
1526
1540
  msgstr ""
1527
1541
 
1542
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
1543
+ msgid "Completed {{ repository.last_sync_words }} ago"
1544
+ msgstr ""
1545
+
1528
1546
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
1529
1547
  msgid ""
1530
- "Completely deletes the host record and removes all reporting, provisioning, "
1531
- "and configuration information."
1548
+ "Completely deletes the host including VM and disks, and removes all "
1549
+ "reporting, provisioning, and configuration information."
1532
1550
  msgstr ""
1533
1551
 
1534
1552
  #: app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-environments.html
@@ -1545,19 +1563,19 @@ msgstr "Компоненты"
1545
1563
  msgid "Components:"
1546
1564
  msgstr ""
1547
1565
 
1566
+ #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html
1567
+ msgid "Composite"
1568
+ msgstr "Составное"
1569
+
1570
+ #: app/assets/javascripts/bastion_katello/content-views/new/views/content-view-new.html
1548
1571
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
1549
1572
  msgid "Composite View"
1550
1573
  msgstr "Составное представление"
1551
1574
 
1552
- #: app/assets/javascripts/bastion_katello/content-views/new/views/content-view-new.html
1553
1575
  #: app/assets/javascripts/bastion_katello/content-views/views/content-views.html
1554
1576
  msgid "Composite View?"
1555
1577
  msgstr "Составное представление"
1556
1578
 
1557
- #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html
1558
- msgid "Composite?"
1559
- msgstr "Составное"
1560
-
1561
1579
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
1562
1580
  msgid "Confirm"
1563
1581
  msgstr "Подтвердить"
@@ -1566,15 +1584,14 @@ msgstr "Подтвердить"
1566
1584
  msgid "Confirm Remove"
1567
1585
  msgstr "Подтвердить удаление"
1568
1586
 
1587
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
1588
+ msgid "Confirm services restart"
1589
+ msgstr ""
1590
+
1569
1591
  #: app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-confirm.html
1570
1592
  msgid "Confirm Version Removal: Version {{ version.version }}"
1571
1593
  msgstr ""
1572
1594
 
1573
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
1574
- #: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
1575
- msgid "Consumed"
1576
- msgstr "Используется"
1577
-
1578
1595
  #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
1579
1596
  msgid "Container Image Manifest"
1580
1597
  msgstr ""
@@ -1658,10 +1675,6 @@ msgstr ""
1658
1675
  msgid "Content Credentials"
1659
1676
  msgstr ""
1660
1677
 
1661
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-products.html
1662
- msgid "Content Download URL"
1663
- msgstr "URL загрузки содержимого"
1664
-
1665
1678
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
1666
1679
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html
1667
1680
  msgid "Content Host"
@@ -1729,6 +1742,12 @@ msgstr ""
1729
1742
  msgid "Content Hosts using Version {{ version.version }}"
1730
1743
  msgstr "Узлы с версией {{ version.version }}"
1731
1744
 
1745
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
1746
+ msgid ""
1747
+ "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"
1748
+ " </a>"
1749
+ msgstr ""
1750
+
1732
1751
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/filters.html
1733
1752
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/new-filter.html
1734
1753
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
@@ -1820,20 +1839,16 @@ msgstr ""
1820
1839
  msgid "Content Views that contain this Puppet Module"
1821
1840
  msgstr ""
1822
1841
 
1842
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
1823
1843
  #: app/assets/javascripts/bastion_katello/module-streams/views/partials/module-streams-table.html
1824
1844
  msgid "Context"
1825
1845
  msgstr ""
1826
1846
 
1827
1847
  #: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
1828
1848
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
1829
- #: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
1830
1849
  msgid "Contract"
1831
1850
  msgstr "Контракт"
1832
1851
 
1833
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
1834
- msgid "Contract Number"
1835
- msgstr "Номер контракта"
1836
-
1837
1852
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
1838
1853
  msgid "Copy Activation Key"
1839
1854
  msgstr "Копировать ключ"
@@ -1854,10 +1869,6 @@ msgstr ""
1854
1869
  msgid "Cores per Socket"
1855
1870
  msgstr "Ядер на сокет"
1856
1871
 
1857
- #: app/assets/javascripts/bastion_katello/subscriptions/details/subscription-details.controller.js
1858
- msgid "Cores: %s"
1859
- msgstr ""
1860
-
1861
1872
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-copy.html
1862
1873
  #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-copy.html
1863
1874
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-copy.html
@@ -2006,12 +2017,7 @@ msgid ""
2006
2017
  "Daily at {{ product.sync_plan.sync_date | date:'mediumTime' }} (Server Time)"
2007
2018
  msgstr ""
2008
2019
 
2009
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
2010
2020
  #: app/assets/javascripts/bastion_katello/content-views/details/histories/views/content-view-history.html
2011
- #: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-ostree-branches.html
2012
- #: app/assets/javascripts/bastion_katello/environments/details/views/environment-ostree.html
2013
- #: app/assets/javascripts/bastion_katello/ostree-branches/details/views/ostree-branch-info.html
2014
- #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ostree-branches.html
2015
2021
  #: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
2016
2022
  #: app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
2017
2023
  msgid "Date"
@@ -2031,15 +2037,12 @@ msgstr ""
2031
2037
  msgid "deb Packages"
2032
2038
  msgstr ""
2033
2039
 
2040
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
2034
2041
  #: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version.html
2035
2042
  #: app/assets/javascripts/bastion_katello/debs/views/debs.html
2036
2043
  msgid "Deb Packages"
2037
2044
  msgstr ""
2038
2045
 
2039
- #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-deb-repositories.html
2040
- msgid "Deb Repositories"
2041
- msgstr ""
2042
-
2043
2046
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html
2044
2047
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb.html
2045
2048
  msgid "Deb:"
@@ -2055,22 +2058,17 @@ msgstr ""
2055
2058
  msgid "Default"
2056
2059
  msgstr "По умолчанию"
2057
2060
 
2058
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-delete-modal.html
2059
- msgid "Delete all subscriptions attached to activation keys."
2061
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
2062
+ msgid "Default Status"
2060
2063
  msgstr ""
2061
2064
 
2062
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-delete-modal.html
2063
- msgid "Delete all subscriptions that are attached to running hosts."
2065
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-destroy-modal.html
2066
+ msgid "Delete {{ table.numSelected }} Hosts?"
2064
2067
  msgstr ""
2065
2068
 
2066
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-delete-modal.html
2067
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
2068
- msgid "Delete Manifest"
2069
- msgstr "Удалить манифест"
2070
-
2071
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-delete-modal.html
2072
- msgid "Delete Manifest?"
2073
- msgstr ""
2069
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
2070
+ msgid "Delete Hosts"
2071
+ msgstr "Удалить узлы"
2074
2072
 
2075
2073
  #: app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-environments.html
2076
2074
  msgid "Delete Version {{ version.version }}"
@@ -2132,7 +2130,6 @@ msgstr ""
2132
2130
  #: app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
2133
2131
  #: app/assets/javascripts/bastion_katello/products/views/products.html
2134
2132
  #: app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-module-info.html
2135
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
2136
2133
  #: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html
2137
2134
  #: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
2138
2135
  #: app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html
@@ -2147,6 +2144,7 @@ msgstr "Описание"
2147
2144
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
2148
2145
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/docker-filter.html
2149
2146
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter.html
2147
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter.html
2150
2148
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter.html
2151
2149
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter.html
2152
2150
  #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details.html
@@ -2161,8 +2159,6 @@ msgstr "Описание"
2161
2159
  #: app/assets/javascripts/bastion_katello/packages/details/views/package.html
2162
2160
  #: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
2163
2161
  #: app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-module.html
2164
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-details.html
2165
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest.html
2166
2162
  #: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-details.html
2167
2163
  #: app/assets/javascripts/bastion_katello/tasks/views/task-details.html
2168
2164
  msgid "Details"
@@ -2208,10 +2204,6 @@ msgstr ""
2208
2204
  msgid "Disable"
2209
2205
  msgstr "Отключить"
2210
2206
 
2211
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-delete-modal.html
2212
- msgid "Disable Red Hat Insights"
2213
- msgstr ""
2214
-
2215
2207
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
2216
2208
  #: app/assets/javascripts/bastion_katello/repository-sets/repository-sets-enabled.filter.js
2217
2209
  msgid "Disabled"
@@ -2277,6 +2269,13 @@ msgstr ""
2277
2269
  msgid "Download Policy"
2278
2270
  msgstr ""
2279
2271
 
2272
+ #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-publish.html
2273
+ msgid ""
2274
+ "Duplicate repositories between the selected Content View Versions will "
2275
+ "merge, resulting in a Composite Content View with all packages that exist "
2276
+ "among the duplicates."
2277
+ msgstr ""
2278
+
2280
2279
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/docker-tag-filter-details.html
2281
2280
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html
2282
2281
  msgid "Edit"
@@ -2286,6 +2285,11 @@ msgstr "Изменить"
2286
2285
  msgid "Enable"
2287
2286
  msgstr "Включить"
2288
2287
 
2288
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
2289
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
2290
+ msgid "Enable Traces"
2291
+ msgstr ""
2292
+
2289
2293
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
2290
2294
  #: app/assets/javascripts/bastion_katello/repository-sets/repository-sets-enabled.filter.js
2291
2295
  msgid "Enabled"
@@ -2295,18 +2299,10 @@ msgstr ""
2295
2299
  msgid "Enabled (overridden)"
2296
2300
  msgstr ""
2297
2301
 
2298
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-products.html
2299
- msgid "Enabled?"
2300
- msgstr "Включено"
2301
-
2302
2302
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/date-type-errata.html
2303
2303
  msgid "End Date"
2304
2304
  msgstr "Срок действия"
2305
2305
 
2306
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
2307
- msgid "Ends"
2308
- msgstr "Заканчивается"
2309
-
2310
2306
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
2311
2307
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
2312
2308
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/date-type-errata.html
@@ -2441,24 +2437,11 @@ msgstr ""
2441
2437
  msgid "Erratum Date Range"
2442
2438
  msgstr "Диапазон"
2443
2439
 
2444
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
2445
- msgid "Error deleting manifest."
2446
- msgstr "Ошибка при удалении манифеста."
2447
-
2448
2440
  #: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-details-info.controller.js
2449
2441
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-info.controller.js
2450
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
2451
2442
  msgid "Error during upload:"
2452
2443
  msgstr ""
2453
2444
 
2454
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
2455
- msgid "Error importing manifest."
2456
- msgstr "Ошибка при импорте манифеста."
2457
-
2458
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
2459
- msgid "Error refreshing manifest."
2460
- msgstr "Ошибка при обновлении манифеста."
2461
-
2462
2445
  #: app/assets/javascripts/bastion_katello/products/new/new-sync-plan-modal.controller.js
2463
2446
  msgid "Error saving the Sync Plan:"
2464
2447
  msgstr ""
@@ -2468,10 +2451,6 @@ msgstr ""
2468
2451
  msgid "Event"
2469
2452
  msgstr "Событие"
2470
2453
 
2471
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
2472
- msgid "Events"
2473
- msgstr "События"
2474
-
2475
2454
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/new-filter.html
2476
2455
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/filter-helper.service.js
2477
2456
  msgid "Exclude"
@@ -2487,7 +2466,6 @@ msgstr "Существующий продукт"
2487
2466
 
2488
2467
  #: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
2489
2468
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
2490
- #: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
2491
2469
  msgid "Expires"
2492
2470
  msgstr "Истекает"
2493
2471
 
@@ -2520,7 +2498,6 @@ msgid "File Repositories"
2520
2498
  msgstr ""
2521
2499
 
2522
2500
  #: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-details-info.controller.js
2523
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
2524
2501
  msgid "File too large."
2525
2502
  msgstr ""
2526
2503
 
@@ -2585,7 +2562,6 @@ msgstr ""
2585
2562
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
2586
2563
  #: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-products.html
2587
2564
  #: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-repositories.html
2588
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
2589
2565
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
2590
2566
  #: app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html
2591
2567
  #: app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-versions.html
@@ -2619,18 +2595,13 @@ msgstr ""
2619
2595
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2620
2596
  msgid ""
2621
2597
  "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"
2622
- " For Background synchronization, a background task will download all packages after the initial sync.\n"
2598
+ " On Demand is not recommended for custom repositories unless the upstream repository maintains older versions of packages within the repository.\n"
2599
+ " For Background synchronization, a background task will download all packages after the initial sync (Deprecated).\n"
2623
2600
  " The Immediate option will download all metadata and packages immediately during the sync."
2624
2601
  msgstr ""
2625
2602
 
2626
- #: app/assets/javascripts/bastion_katello/content-hosts/views/register.html
2627
- msgid "For remote actions and reporting package & errata information:"
2628
- msgstr ""
2629
-
2630
- #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-publish.html
2631
- msgid ""
2632
- "For the duplicate repositories, the packages in each Content View Version will combine regardless of the filters that \n"
2633
- " were applied to the individual Content View Version."
2603
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/register-client.html
2604
+ msgid "For remote actions via katello-agent:"
2634
2605
  msgstr ""
2635
2606
 
2636
2607
  #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-promotion.html
@@ -2641,9 +2612,13 @@ msgstr "Перенести принудительно"
2641
2612
  msgid "Force Puppet Environment"
2642
2613
  msgstr ""
2643
2614
 
2644
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-details.html
2645
- msgid "Generated On"
2646
- msgstr "Создан"
2615
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/http-proxy-service.js
2616
+ msgid "Global Default"
2617
+ msgstr ""
2618
+
2619
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/http-proxy-service.js
2620
+ msgid "Global Default (None)"
2621
+ msgstr ""
2647
2622
 
2648
2623
  #: app/assets/javascripts/bastion_katello/content-credentials/new/views/new-content-credential.html
2649
2624
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
@@ -2655,10 +2630,6 @@ msgstr "Создан"
2655
2630
  msgid "GPG Key"
2656
2631
  msgstr "Ключ GPG"
2657
2632
 
2658
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-products.html
2659
- msgid "GPG Key URL"
2660
- msgstr "URL ключа GPG"
2661
-
2662
2633
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html
2663
2634
  msgid "Greater Than"
2664
2635
  msgstr "больше чем"
@@ -2679,10 +2650,7 @@ msgstr "Установка группы"
2679
2650
  msgid "Group Remove"
2680
2651
  msgstr "Удаление группы"
2681
2652
 
2682
- #: app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
2683
- msgid "Guests of"
2684
- msgstr "Гости"
2685
-
2653
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
2686
2654
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
2687
2655
  msgid "Helper"
2688
2656
  msgstr ""
@@ -2760,6 +2728,7 @@ msgstr "Группа узлов"
2760
2728
  msgid "Host Limit"
2761
2729
  msgstr ""
2762
2730
 
2731
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
2763
2732
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
2764
2733
  msgid "Hostname"
2765
2734
  msgstr "Имя узла"
@@ -2779,17 +2748,38 @@ msgid ""
2779
2748
  "product.sync_plan.sync_date | date:'s' }} seconds"
2780
2749
  msgstr ""
2781
2750
 
2751
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2752
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2753
+ msgid "HTTP Proxy"
2754
+ msgstr ""
2755
+
2756
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2757
+ msgid "HTTP Proxy Policy"
2758
+ msgstr ""
2759
+
2760
+ #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
2761
+ msgid "HTTP Proxy Policy:"
2762
+ msgstr ""
2763
+
2764
+ #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
2765
+ msgid "HTTP Proxy:"
2766
+ msgstr ""
2767
+
2768
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2769
+ msgid "HttpProxyPolicy"
2770
+ msgstr ""
2771
+
2782
2772
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
2783
2773
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
2784
2774
  msgid "Id"
2785
2775
  msgstr "Идентификатор"
2786
2776
 
2787
- #: app/assets/javascripts/bastion_katello/subscriptions/details/subscription-details.controller.js
2777
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
2778
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
2779
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
2788
2780
  msgid ""
2789
- "If the virt-who field is Yes then the subscription requires the use of virt-"
2790
- "who. Learn how to configure and use this tool at the <a "
2791
- "href=\"https://access.redhat.com/articles/subscription-management-"
2792
- "satellite-6\" target=\"_blank\">Subscription Management Home Page</a>."
2781
+ "If you are not using Remote Execution to manage content on this host, ensure"
2782
+ " that it has the katello-agent package installed."
2793
2783
  msgstr ""
2794
2784
 
2795
2785
  #: app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-activation-keys.html
@@ -2823,14 +2813,6 @@ msgstr ""
2823
2813
  msgid "Ignorable Content"
2824
2814
  msgstr ""
2825
2815
 
2826
- #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2827
- msgid "Ignore Global Http Proxy"
2828
- msgstr ""
2829
-
2830
- #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2831
- msgid "Ignore Global HTTP Proxy"
2832
- msgstr ""
2833
-
2834
2816
  #: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-details.controller.js
2835
2817
  msgid "Image"
2836
2818
  msgstr "Образ"
@@ -2839,18 +2821,6 @@ msgstr "Образ"
2839
2821
  msgid "Immediate"
2840
2822
  msgstr ""
2841
2823
 
2842
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest.html
2843
- msgid "Import History"
2844
- msgstr "Журнал импорта"
2845
-
2846
- #: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
2847
- msgid "Import Manifest"
2848
- msgstr ""
2849
-
2850
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest.html
2851
- msgid "Import/Remove Manifest"
2852
- msgstr ""
2853
-
2854
2824
  #: app/assets/javascripts/bastion_katello/errata/errata-severity.filter.js
2855
2825
  msgid "Important"
2856
2826
  msgstr "Важно"
@@ -2900,7 +2870,7 @@ msgstr ""
2900
2870
  msgid "Install"
2901
2871
  msgstr "Установить"
2902
2872
 
2903
- #: app/assets/javascripts/bastion_katello/content-hosts/views/register.html
2873
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/register-client.html
2904
2874
  msgid "Install client package:"
2905
2875
  msgstr ""
2906
2876
 
@@ -2932,10 +2902,15 @@ msgstr ""
2932
2902
  msgid "Installed"
2933
2903
  msgstr "Установлено"
2934
2904
 
2905
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
2906
+ msgid "Installed Deb Packages"
2907
+ msgstr ""
2908
+
2935
2909
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
2936
2910
  msgid "Installed On"
2937
2911
  msgstr ""
2938
2912
 
2913
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
2939
2914
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
2940
2915
  msgid "Installed Package"
2941
2916
  msgstr "Установлено"
@@ -2953,10 +2928,6 @@ msgstr "Установленные"
2953
2928
  msgid "Installed Profile"
2954
2929
  msgstr ""
2955
2930
 
2956
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
2957
- msgid "Instance-based"
2958
- msgstr "Экземпляр"
2959
-
2960
2931
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
2961
2932
  msgid "Interfaces"
2962
2933
  msgstr "Интерфейсы"
@@ -2992,6 +2963,17 @@ msgstr ""
2992
2963
  msgid "Katello Agent"
2993
2964
  msgstr "Агент Katello"
2994
2965
 
2966
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
2967
+ msgid "Katello Tracer"
2968
+ msgstr ""
2969
+
2970
+ #: app/assets/javascripts/bastion_katello/common/views/katello-agent-notice.html
2971
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/register-client.html
2972
+ msgid ""
2973
+ "Katello-agent is deprecated and will be removed in Katello 4.0. Consider "
2974
+ "migrating to Remote Execution."
2975
+ msgstr ""
2976
+
2995
2977
  #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html
2996
2978
  #: app/assets/javascripts/bastion_katello/content-views/new/views/content-view-new.html
2997
2979
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html
@@ -3038,10 +3020,6 @@ msgstr "Последняя синхронизация"
3038
3020
  msgid "Last synced"
3039
3021
  msgstr ""
3040
3022
 
3041
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-details.html
3042
- msgid "Last Updated"
3043
- msgstr "Обновлено"
3044
-
3045
3023
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html
3046
3024
  msgid "Last Updated On"
3047
3025
  msgstr "Обновлено"
@@ -3059,7 +3037,7 @@ msgstr ""
3059
3037
  msgid "Latest Only"
3060
3038
  msgstr ""
3061
3039
 
3062
- #: app/assets/javascripts/bastion_katello/content-hosts/views/register.html
3040
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/register-client.html
3063
3041
  msgid ""
3064
3042
  "Learn more about these packages in the <a "
3065
3043
  "href=\"https://theforeman.org/plugins/katello/\">Documentation</a>"
@@ -3166,10 +3144,6 @@ msgstr ""
3166
3144
  msgid "Limit:"
3167
3145
  msgstr ""
3168
3146
 
3169
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
3170
- msgid "Limits"
3171
- msgstr "Ограничения"
3172
-
3173
3147
  #: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-details.controller.js
3174
3148
  msgid "List"
3175
3149
  msgstr ""
@@ -3180,6 +3154,7 @@ msgstr ""
3180
3154
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
3181
3155
  #: app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite.html
3182
3156
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter.html
3157
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter.html
3183
3158
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter.html
3184
3159
  #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-deb-repositories.html
3185
3160
  #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-docker-repositories.html
@@ -3197,7 +3172,6 @@ msgstr "Загрузка схемы окружения..."
3197
3172
 
3198
3173
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
3199
3174
  #: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
3200
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-products.html
3201
3175
  #: app/assets/javascripts/bastion_katello/content-hosts/content-host-status.controller.js
3202
3176
  msgid "Loading..."
3203
3177
  msgstr "Загрузка..."
@@ -3206,6 +3180,10 @@ msgstr "Загрузка..."
3206
3180
  msgid "Loading...\""
3207
3181
  msgstr ""
3208
3182
 
3183
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
3184
+ msgid "Manage Ansible Collections for Repository:"
3185
+ msgstr ""
3186
+
3209
3187
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
3210
3188
  msgid "Manage Container Image Manifests for Repository:"
3211
3189
  msgstr ""
@@ -3222,9 +3200,13 @@ msgstr ""
3222
3200
  msgid "Manage Files for Repository:"
3223
3201
  msgstr ""
3224
3202
 
3225
- #: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
3226
- msgid "Manage Manifest"
3227
- msgstr "Манифест"
3203
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3204
+ msgid "Manage Host Traces"
3205
+ msgstr ""
3206
+
3207
+ #: app/assets/javascripts/bastion_katello/products/views/products.html
3208
+ msgid "Manage HTTP Proxy"
3209
+ msgstr ""
3228
3210
 
3229
3211
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3230
3212
  msgid "Manage Module Streams"
@@ -3266,26 +3248,10 @@ msgstr ""
3266
3248
  msgid "Manage Sync Plan"
3267
3249
  msgstr ""
3268
3250
 
3269
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
3270
- msgid "Manifest History"
3271
- msgstr "Журнал манифеста"
3272
-
3273
3251
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
3274
3252
  msgid "Manifest Lists"
3275
3253
  msgstr ""
3276
3254
 
3277
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
3278
- msgid "Manifest successfully deleted."
3279
- msgstr "Манифест удален."
3280
-
3281
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
3282
- msgid "Manifest successfully imported."
3283
- msgstr "Манифест импортирован."
3284
-
3285
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
3286
- msgid "Manifest successfully refreshed."
3287
- msgstr "Манифест обновлен."
3288
-
3289
3255
  #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
3290
3256
  msgid "Manifest Type"
3291
3257
  msgstr ""
@@ -3299,11 +3265,6 @@ msgstr ""
3299
3265
  msgid "Maximum Version"
3300
3266
  msgstr ""
3301
3267
 
3302
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
3303
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import-history.html
3304
- msgid "Message"
3305
- msgstr "Сообщение"
3306
-
3307
3268
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html
3308
3269
  msgid "Minimum Version"
3309
3270
  msgstr ""
@@ -3321,10 +3282,24 @@ msgstr "Модель"
3321
3282
  msgid "Moderate"
3322
3283
  msgstr "Средний"
3323
3284
 
3285
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter-details.html
3286
+ #: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
3287
+ #: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
3288
+ msgid "Modular"
3289
+ msgstr ""
3290
+
3324
3291
  #: app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-modules.controller.js
3325
3292
  msgid "Module %s removed from Content View."
3326
3293
  msgstr "%s удален из представления."
3327
3294
 
3295
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/new-filter.controller.js
3296
+ msgid "Module Stream"
3297
+ msgstr ""
3298
+
3299
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter.html
3300
+ msgid "Module Stream Filter:"
3301
+ msgstr ""
3302
+
3328
3303
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
3329
3304
  msgid "Module Stream Management"
3330
3305
  msgstr ""
@@ -3339,10 +3314,19 @@ msgstr ""
3339
3314
  msgid "Module Stream Packages"
3340
3315
  msgstr ""
3341
3316
 
3317
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/available-module-stream-filter.controller.js
3318
+ msgid "Module Stream successfully added."
3319
+ msgstr ""
3320
+
3321
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/module-stream-list-filter.controller.js
3322
+ msgid "Module Stream successfully removed."
3323
+ msgstr ""
3324
+
3342
3325
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
3343
3326
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
3344
3327
  #: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version.html
3345
3328
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
3329
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/filter-helper.service.js
3346
3330
  #: app/assets/javascripts/bastion_katello/environments/content.service.js
3347
3331
  msgid "Module Streams"
3348
3332
  msgstr ""
@@ -3359,14 +3343,6 @@ msgstr ""
3359
3343
  msgid "More Details"
3360
3344
  msgstr "Подробнее"
3361
3345
 
3362
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
3363
- msgid "More..."
3364
- msgstr "Подробнее..."
3365
-
3366
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
3367
- msgid "Multi-entitlement"
3368
- msgstr "Многократные полномочия"
3369
-
3370
3346
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-repositories.html
3371
3347
  #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-deb-repositories.html
3372
3348
  #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-docker-repositories.html
@@ -3396,7 +3372,6 @@ msgstr "нет"
3396
3372
  #: app/assets/javascripts/bastion_katello/content-credentials/new/views/new-content-credential.html
3397
3373
  #: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
3398
3374
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
3399
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
3400
3375
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
3401
3376
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
3402
3377
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections-table.html
@@ -3411,6 +3386,7 @@ msgstr "нет"
3411
3386
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/edit-filter.html
3412
3387
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-repositories.html
3413
3388
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/filters.html
3389
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
3414
3390
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/new-filter.html
3415
3391
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html
3416
3392
  #: app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html
@@ -3476,7 +3452,6 @@ msgstr "нет"
3476
3452
  #: app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-module-content-views.html
3477
3453
  #: app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-module-repositories.html
3478
3454
  #: app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules.html
3479
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
3480
3455
  #: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html
3481
3456
  #: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
3482
3457
  #: app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html
@@ -3572,11 +3547,15 @@ msgstr "Следующая синхронизация"
3572
3547
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
3573
3548
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-release-version-modal.html
3574
3549
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
3550
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter-details.html
3575
3551
  #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html
3552
+ #: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
3576
3553
  #: app/assets/javascripts/bastion_katello/content-views/views/content-views.html
3577
3554
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
3555
+ #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
3578
3556
  #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
3579
- #: app/assets/javascripts/bastion_katello/subscriptions/subscriptions.controller.js
3557
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js
3558
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js
3580
3559
  msgid "No"
3581
3560
  msgstr "Нет"
3582
3561
 
@@ -3691,6 +3670,17 @@ msgstr ""
3691
3670
  "Нет коллекций. Чтобы добавить коллекцию узлов, перейдите на вкладку "
3692
3671
  "«Добавить»."
3693
3672
 
3673
+ #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
3674
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
3675
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
3676
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/http-proxy-service.js
3677
+ msgid "No HTTP Proxies found"
3678
+ msgstr ""
3679
+
3680
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/http-proxy-service.js
3681
+ msgid "No HTTP Proxy"
3682
+ msgstr ""
3683
+
3694
3684
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
3695
3685
  msgid "No matching results."
3696
3686
  msgstr ""
@@ -3703,10 +3693,6 @@ msgstr ""
3703
3693
  msgid "No products are have been added to this Sync Plan."
3704
3694
  msgstr ""
3705
3695
 
3706
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
3707
- msgid "No Products are provided by this Subscription."
3708
- msgstr ""
3709
-
3710
3696
  #: app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html
3711
3697
  msgid "No puppet modules found"
3712
3698
  msgstr ""
@@ -3739,22 +3725,14 @@ msgstr ""
3739
3725
  msgid "No Repositories contain this Puppet Module"
3740
3726
  msgstr ""
3741
3727
 
3742
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-products.html
3743
- msgid "No repository content provided through this subscription."
3744
- msgstr "Подписка не предоставляет доступ к репозиториям."
3745
-
3746
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-products.html
3747
- msgid "No repository content."
3748
- msgstr "Нет содержимого."
3749
-
3750
3728
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
3751
3729
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
3752
3730
  msgid "No repository sets provided through subscriptions."
3753
3731
  msgstr ""
3754
3732
 
3755
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
3756
- msgid "No subscription manifest imported"
3757
- msgstr "Нет манифеста"
3733
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-rule-matching-package-modal.html
3734
+ msgid "No RPMs were matched"
3735
+ msgstr ""
3758
3736
 
3759
3737
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
3760
3738
  #: app/assets/javascripts/bastion_katello/products/details/views/product-info.html
@@ -3773,6 +3751,11 @@ msgstr ""
3773
3751
  msgid "None"
3774
3752
  msgstr "Нет"
3775
3753
 
3754
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
3755
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
3756
+ msgid "Not Applicable"
3757
+ msgstr ""
3758
+
3776
3759
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3777
3760
  msgid "Not installed"
3778
3761
  msgstr "Не установлено"
@@ -3804,12 +3787,6 @@ msgstr "Не синхронизирован"
3804
3787
  msgid "Not yet published"
3805
3788
  msgstr "Нет"
3806
3789
 
3807
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-delete-modal.html
3808
- msgid ""
3809
- "Note: Deleting a subscription manifest is STRONGLY discouraged. Deleting a "
3810
- "manifest will:"
3811
- msgstr ""
3812
-
3813
3790
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3814
3791
  msgid "Number of CPUs"
3815
3792
  msgstr "Процессоры"
@@ -3953,6 +3930,7 @@ msgstr ""
3953
3930
  msgid "Package"
3954
3931
  msgstr "Пакет"
3955
3932
 
3933
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
3956
3934
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
3957
3935
  msgid "Package Actions"
3958
3936
  msgstr "Операции над пакетами"
@@ -3991,6 +3969,7 @@ msgstr ""
3991
3969
  msgid "Package Information"
3992
3970
  msgstr ""
3993
3971
 
3972
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
3994
3973
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
3995
3974
  msgid "Package Install"
3996
3975
  msgstr "Установка пакета"
@@ -3999,6 +3978,7 @@ msgstr "Установка пакета"
3999
3978
  msgid "Package Installation, Removal, and Update"
4000
3979
  msgstr "Установка, обновление и удаление пакетов"
4001
3980
 
3981
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
4002
3982
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
4003
3983
  msgid "Package Remove"
4004
3984
  msgstr "Удаление пакета"
@@ -4016,6 +3996,7 @@ msgstr "Пакет удален."
4016
3996
  msgid "Package successfully updated."
4017
3997
  msgstr "Пакет обновлен."
4018
3998
 
3999
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
4019
4000
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
4020
4001
  msgid "Package Update"
4021
4002
  msgstr "Обновление пакетов"
@@ -4031,6 +4012,7 @@ msgstr ""
4031
4012
  msgid "Package:"
4032
4013
  msgstr ""
4033
4014
 
4015
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
4034
4016
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
4035
4017
  msgid "Package/Group Name"
4036
4018
  msgstr "Пакет/группа"
@@ -4052,10 +4034,18 @@ msgstr "Пакеты
{{ library.counts.packages || 0 }}
"
4052
4034
  msgid "Packages are automatically Applicable if they are Upgradable"
4053
4035
  msgstr ""
4054
4036
 
4037
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync-options.html
4038
+ msgid ""
4039
+ "Packages are corrupt, often leading to an error \"Package does not match "
4040
+ "intended download\" or \"Hash Sum mismatch\"."
4041
+ msgstr ""
4042
+
4055
4043
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-packages.html
4056
4044
  msgid "Packages for Errata:"
4057
4045
  msgstr ""
4058
4046
 
4047
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
4048
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
4059
4049
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
4060
4050
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
4061
4051
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
@@ -4070,6 +4060,11 @@ msgstr "Параметры"
4070
4060
  msgid "Part of a manifest list"
4071
4061
  msgstr ""
4072
4062
 
4063
+ #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
4064
+ #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
4065
+ msgid "Password"
4066
+ msgstr "Пароль"
4067
+
4073
4068
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
4074
4069
  msgid ""
4075
4070
  "Password of the upstream repository user for authentication. Leave empty if "
@@ -4086,6 +4081,7 @@ msgstr ""
4086
4081
  msgid "Path"
4087
4082
  msgstr ""
4088
4083
 
4084
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
4089
4085
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
4090
4086
  msgid "Perform"
4091
4087
  msgstr "Выполнить"
@@ -4093,14 +4089,13 @@ msgstr "Выполнить"
4093
4089
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync-options.html
4094
4090
  msgid ""
4095
4091
  "Performs a complete sync, verifying the checksum of all packages afterwards."
4096
- " Any missing or corrupt RPMs will be re-downloaded. This option will take "
4097
- "the longest amount of time and is only relevant for yum repositories.. "
4098
- "Choose this option if:"
4092
+ " Any missing or corrupt package will be re-downloaded. This option will take"
4093
+ " the longest amount of time. Choose this option if:"
4099
4094
  msgstr ""
4100
4095
 
4101
- #: app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
4102
- msgid "Physical"
4103
- msgstr " Физическая"
4096
+ #: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js
4097
+ msgid "Please enter cron below"
4098
+ msgstr ""
4104
4099
 
4105
4100
  #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
4106
4101
  msgid "Please make sure a Content View is selected."
@@ -4174,10 +4169,6 @@ msgstr ""
4174
4169
  msgid "Product"
4175
4170
  msgstr "Продукт"
4176
4171
 
4177
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-details.html
4178
- msgid "Product Content"
4179
- msgstr "Содержание продукта"
4180
-
4181
4172
  #: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
4182
4173
  msgid "Product Count"
4183
4174
  msgstr "Число продуктов"
@@ -4190,10 +4181,6 @@ msgstr ""
4190
4181
  msgid "Product Enhancement Advisory"
4191
4182
  msgstr "Дополнение"
4192
4183
 
4193
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
4194
- msgid "Product ID"
4195
- msgstr "Идентификатор продукта"
4196
-
4197
4184
  #: app/assets/javascripts/bastion_katello/products/details/views/product-info.html
4198
4185
  msgid "Product information for:"
4199
4186
  msgstr ""
@@ -4294,10 +4281,6 @@ msgstr "Перенос в одно окружение..."
4294
4281
  msgid "Promotion History"
4295
4282
  msgstr "Журнал переносов"
4296
4283
 
4297
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
4298
- msgid "Provided Products"
4299
- msgstr "Продукты"
4300
-
4301
4284
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-dependencies.html
4302
4285
  msgid "Provides"
4303
4286
  msgstr ""
@@ -4389,7 +4372,6 @@ msgid "Puppet Modules for Content View:"
4389
4372
  msgstr ""
4390
4373
 
4391
4374
  #: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
4392
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
4393
4375
  msgid "Quantity"
4394
4376
  msgstr "Количество"
4395
4377
 
@@ -4401,10 +4383,6 @@ msgstr ""
4401
4383
  msgid "RAM (GB)"
4402
4384
  msgstr "ОЗУ (ГБ)"
4403
4385
 
4404
- #: app/assets/javascripts/bastion_katello/subscriptions/details/subscription-details.controller.js
4405
- msgid "RAM: %s GB"
4406
- msgstr ""
4407
-
4408
4386
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html
4409
4387
  msgid "Range"
4410
4388
  msgstr "диапазон"
@@ -4427,16 +4405,7 @@ msgstr ""
4427
4405
  msgid "Recurring Logic"
4428
4406
  msgstr ""
4429
4407
 
4430
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
4431
- msgid "Red Hat CDN URL"
4432
- msgstr "Сеть доставки содержимого Red Hat"
4433
-
4434
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
4435
- msgid "Red Hat Provider Details"
4436
- msgstr "Провайдер Red Hat"
4437
-
4438
4408
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
4439
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-products.html
4440
4409
  msgid "Red Hat Repositories page"
4441
4410
  msgstr "репозитории Red Hat"
4442
4411
 
@@ -4444,22 +4413,10 @@ msgstr "репозитории Red Hat"
4444
4413
  msgid "Red Hat Repositories page."
4445
4414
  msgstr "репозитории Red Hat."
4446
4415
 
4447
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
4448
- msgid "Refresh Manifest"
4449
- msgstr "Обновить манифест"
4450
-
4451
4416
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
4452
4417
  msgid "Refresh Table"
4453
4418
  msgstr "Обновить таблицу"
4454
4419
 
4455
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
4456
- msgid "Refreshing Manifest"
4457
- msgstr ""
4458
-
4459
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
4460
- msgid "Refreshing manifest not supported by this manifest."
4461
- msgstr ""
4462
-
4463
4420
  #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-versions.html
4464
4421
  msgid "Regenerate Repository Metadata"
4465
4422
  msgstr ""
@@ -4493,11 +4450,6 @@ msgstr ""
4493
4450
  msgid "Registry Name Pattern"
4494
4451
  msgstr ""
4495
4452
 
4496
- #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
4497
- #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
4498
- msgid "Registry Password"
4499
- msgstr ""
4500
-
4501
4453
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
4502
4454
  msgid "Registry Search Parameter"
4503
4455
  msgstr ""
@@ -4511,14 +4463,6 @@ msgstr ""
4511
4463
  msgid "Registry URL"
4512
4464
  msgstr "Адрес реестра"
4513
4465
 
4514
- #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
4515
- msgid "Registry username"
4516
- msgstr ""
4517
-
4518
- #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
4519
- msgid "Registry Username"
4520
- msgstr ""
4521
-
4522
4466
  #: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-packages.html
4523
4467
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-module-streams.html
4524
4468
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
@@ -4571,10 +4515,6 @@ msgstr[1] ""
4571
4515
  msgstr[2] ""
4572
4516
  msgstr[3] ""
4573
4517
 
4574
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-destroy-modal.html
4575
- msgid "Remove {{ table.numSelected }} Hosts?"
4576
- msgstr ""
4577
-
4578
4518
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
4579
4519
  msgid "Remove Activation Key \"{{ activationKey.name }}\"?"
4580
4520
  msgstr "Удалить ключ «{{ activationKey.name }}»?"
@@ -4628,14 +4568,14 @@ msgstr "Удалить из"
4628
4568
  msgid "Remove Host Collection \"{{ hostCollection.name }}\"?"
4629
4569
  msgstr "Удалить коллекцию «{{ hostCollection.name }}»?"
4630
4570
 
4631
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
4632
- msgid "Remove Hosts"
4633
- msgstr ""
4634
-
4635
4571
  #: app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-modules.html
4636
4572
  msgid "Remove Module"
4637
4573
  msgstr "Удалить модуль"
4638
4574
 
4575
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
4576
+ msgid "Remove Module Stream"
4577
+ msgstr ""
4578
+
4639
4579
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html
4640
4580
  msgid "Remove Package Group"
4641
4581
  msgstr "Удалить"
@@ -4714,6 +4654,7 @@ msgstr ""
4714
4654
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
4715
4655
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions-list.html
4716
4656
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
4657
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
4717
4658
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
4718
4659
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections-table.html
4719
4660
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html
@@ -4762,10 +4703,6 @@ msgstr "Выбранные коллекции узла «%y» удалены (в
4762
4703
  msgid "Removed %x products from sync plan \"%y\"."
4763
4704
  msgstr "Продукты удалены из плана синхронизации «%y» (всего %x)"
4764
4705
 
4765
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
4766
- msgid "Removing Manifest"
4767
- msgstr ""
4768
-
4769
4706
  #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
4770
4707
  msgid "Removing Repositories"
4771
4708
  msgstr "Удаление репозиториев..."
@@ -4774,10 +4711,6 @@ msgstr "Удаление репозиториев..."
4774
4711
  msgid "Repo Discovery"
4775
4712
  msgstr "Поиск репозиториев"
4776
4713
 
4777
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-products.html
4778
- msgid "Repo Type"
4779
- msgstr "Тип репозитория"
4780
-
4781
4714
  #: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
4782
4715
  #: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-info.html
4783
4716
  #: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-products.html
@@ -4880,6 +4813,10 @@ msgstr ""
4880
4813
  msgid "Repository Discovery"
4881
4814
  msgstr "Поиск репозиториев"
4882
4815
 
4816
+ #: app/assets/javascripts/bastion_katello/products/bulk/products-bulk-http-proxy-modal.controller.js
4817
+ msgid "Repository HTTP proxy changes have been initiated in the background."
4818
+ msgstr ""
4819
+
4883
4820
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
4884
4821
  msgid "Repository Label"
4885
4822
  msgstr ""
@@ -4929,10 +4866,6 @@ msgstr ""
4929
4866
  msgid "Repository URL"
4930
4867
  msgstr ""
4931
4868
 
4932
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
4933
- msgid "Repository URL updated"
4934
- msgstr "Адрес репозитория обновлен"
4935
-
4936
4869
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync.html
4937
4870
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
4938
4871
  msgid "Repository:"
@@ -4942,24 +4875,18 @@ msgstr ""
4942
4875
  msgid "Republish Repository Metadata"
4943
4876
  msgstr ""
4944
4877
 
4945
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-delete-modal.html
4946
- msgid ""
4947
- "Require you to upload the subscription-manifest and re-attach subscriptions "
4948
- "to hosts and activation keys."
4878
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
4879
+ msgid "Requirements"
4949
4880
  msgstr ""
4950
4881
 
4951
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
4952
- msgid "Required Host"
4953
- msgstr "Обязательный узел"
4882
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
4883
+ msgid "Requirements.yml"
4884
+ msgstr ""
4954
4885
 
4955
4886
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-dependencies.html
4956
4887
  msgid "Requires"
4957
4888
  msgstr ""
4958
4889
 
4959
- #: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
4960
- msgid "Requires Virt-Who Usage"
4961
- msgstr ""
4962
-
4963
4890
  #: app/assets/javascripts/bastion_katello/common/module-stream-actions.service.js
4964
4891
  msgid "Reset"
4965
4892
  msgstr ""
@@ -4970,14 +4897,17 @@ msgstr ""
4970
4897
  msgid "Reset to Default"
4971
4898
  msgstr ""
4972
4899
 
4973
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
4974
- msgid "Resource"
4900
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
4901
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
4902
+ msgid "Resolving the selected Traces will reboot this host."
4975
4903
  msgstr ""
4976
4904
 
4905
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
4977
4906
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
4978
4907
  msgid "Restart"
4979
4908
  msgstr ""
4980
4909
 
4910
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
4981
4911
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
4982
4912
  msgid "Restart Selected"
4983
4913
  msgstr ""
@@ -4998,10 +4928,12 @@ msgstr ""
4998
4928
  msgid "Result"
4999
4929
  msgstr "Результат"
5000
4930
 
4931
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
5001
4932
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
5002
4933
  msgid "Role"
5003
4934
  msgstr "Роль"
5004
4935
 
4936
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-rule-matching-package-modal.html
5005
4937
  #: app/assets/javascripts/bastion_katello/packages/views/packages.html
5006
4938
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/filter-helper.service.js
5007
4939
  #: app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
@@ -5024,20 +4956,6 @@ msgstr ""
5024
4956
  msgid "RPMs"
5025
4957
  msgstr "RPM"
5026
4958
 
5027
- #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync-options.html
5028
- msgid ""
5029
- "RPMs are corrupt, often leading to an error \"Package does not match "
5030
- "intended download\"."
5031
- msgstr ""
5032
-
5033
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-details.html
5034
- msgid "Rules Source"
5035
- msgstr "Источник правил"
5036
-
5037
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-details.html
5038
- msgid "Rules Version"
5039
- msgstr "Версия правил"
5040
-
5041
4959
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
5042
4960
  msgid "Run Auto-Attach"
5043
4961
  msgstr "Назначить автоматически"
@@ -5163,12 +5081,6 @@ msgid ""
5163
5081
  "want this verification."
5164
5082
  msgstr ""
5165
5083
 
5166
- #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
5167
- msgid ""
5168
- "Selecting this option will result in the globally configured http proxy from"
5169
- " not being used."
5170
- msgstr ""
5171
-
5172
5084
  #: app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-environments.html
5173
5085
  msgid ""
5174
5086
  "Selecting this option will result in the Version being completely deleted "
@@ -5218,6 +5130,10 @@ msgstr ""
5218
5130
  msgid "Show all Repository Sets in Organization"
5219
5131
  msgstr ""
5220
5132
 
5133
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html
5134
+ msgid "Show Matching Content"
5135
+ msgstr ""
5136
+
5221
5137
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
5222
5138
  msgid "Size"
5223
5139
  msgstr ""
@@ -5234,15 +5150,16 @@ msgstr ""
5234
5150
  msgid "Sockets"
5235
5151
  msgstr "Сокеты"
5236
5152
 
5237
- #: app/assets/javascripts/bastion_katello/subscriptions/details/subscription-details.controller.js
5238
- msgid "Sockets: %s"
5239
- msgstr ""
5240
-
5241
5153
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
5242
5154
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html
5243
5155
  msgid "Solution"
5244
5156
  msgstr "Решение"
5245
5157
 
5158
+ #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html
5159
+ #: app/assets/javascripts/bastion_katello/content-views/new/views/content-view-new.html
5160
+ msgid "Solve Dependencies"
5161
+ msgstr ""
5162
+
5246
5163
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
5247
5164
  msgid ""
5248
5165
  "Some of the Errata shown below may not be installable as they are not in this Content Host's\n"
@@ -5275,7 +5192,7 @@ msgid "Source RPMs"
5275
5192
  msgstr ""
5276
5193
 
5277
5194
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync-options.html
5278
- msgid "Specific RPMs are throwing a 404 from yum or dnf."
5195
+ msgid "Specific packages are throwing a 404 from the package-manager."
5279
5196
  msgstr ""
5280
5197
 
5281
5198
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
@@ -5303,10 +5220,6 @@ msgstr ""
5303
5220
  msgid "SSL Client Key"
5304
5221
  msgstr ""
5305
5222
 
5306
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
5307
- msgid "Stacking ID"
5308
- msgstr "Объединенный идентификатор"
5309
-
5310
5223
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync-options.html
5311
5224
  msgid "Standard sync, optimized for speed by bypassing any unneeded steps."
5312
5225
  msgstr ""
@@ -5331,8 +5244,6 @@ msgstr "Начало"
5331
5244
 
5332
5245
  #: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
5333
5246
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
5334
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
5335
- #: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
5336
5247
  msgid "Starts"
5337
5248
  msgstr "Начало"
5338
5249
 
@@ -5341,7 +5252,6 @@ msgid "State"
5341
5252
  msgstr "Состояние"
5342
5253
 
5343
5254
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
5344
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
5345
5255
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
5346
5256
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html
5347
5257
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
@@ -5355,38 +5265,30 @@ msgstr "Статус"
5355
5265
 
5356
5266
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
5357
5267
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
5268
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
5358
5269
  #: app/assets/javascripts/bastion_katello/module-streams/views/partials/module-streams-table.html
5359
5270
  msgid "Stream"
5360
5271
  msgstr ""
5361
5272
 
5273
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
5362
5274
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
5363
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-details.html
5364
5275
  msgid "Subscription Details"
5365
5276
  msgstr "Подписка"
5366
5277
 
5367
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
5368
- msgid "Subscription Info"
5369
- msgstr "Сведения о подписке"
5370
-
5371
5278
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
5372
5279
  msgid "Subscription Management"
5373
5280
  msgstr ""
5374
5281
 
5375
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
5376
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest.html
5377
- msgid "Subscription Manifest"
5378
- msgstr "Манифест подписки"
5379
-
5380
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-details.html
5381
- msgid "Subscription Server Details"
5382
- msgstr "Параметры сервера подписок"
5383
-
5384
5282
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html
5385
5283
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
5386
5284
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
5387
5285
  msgid "Subscription Status"
5388
5286
  msgstr "Состояние"
5389
5287
 
5288
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
5289
+ msgid "Subscription UUID"
5290
+ msgstr ""
5291
+
5390
5292
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
5391
5293
  msgid ""
5392
5294
  "subscription-manager register --org=\"{{ activationKey.organization.label "
@@ -5398,7 +5300,6 @@ msgstr ""
5398
5300
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
5399
5301
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
5400
5302
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
5401
- #: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
5402
5303
  msgid "Subscriptions"
5403
5304
  msgstr "Подписки"
5404
5305
 
@@ -5439,6 +5340,10 @@ msgstr "Перенос версии %cv %ver в окружение %env успе
5439
5340
  msgid "Successfully initiated removal of %cv version %ver."
5440
5341
  msgstr "Удаление версии %cv %ver успешно инициировано."
5441
5342
 
5343
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-traces-modal.controller.js
5344
+ msgid "Successfully initiated restart of services."
5345
+ msgstr ""
5346
+
5442
5347
  #: app/assets/javascripts/bastion_katello/content-views/details/content-view-versions.controller.js
5443
5348
  msgid "Successfully promoted %cv version %ver to %env"
5444
5349
  msgstr "Версия %cv %ver перенесена в %env."
@@ -5488,6 +5393,7 @@ msgstr "Подписки обновлены."
5488
5393
  msgid "Successfully uploaded content:"
5489
5394
  msgstr ""
5490
5395
 
5396
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-rule-matching-package-modal.html
5491
5397
  #: app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-versions.html
5492
5398
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
5493
5399
  #: app/assets/javascripts/bastion_katello/packages/views/packages.html
@@ -5498,15 +5404,9 @@ msgstr "Краткая информация"
5498
5404
 
5499
5405
  #: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
5500
5406
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
5501
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
5502
- #: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
5503
5407
  msgid "Support Level"
5504
5408
  msgstr "Уровень поддержки"
5505
5409
 
5506
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
5507
- msgid "Support Type"
5508
- msgstr "Тип поддержки"
5509
-
5510
5410
  #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
5511
5411
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync.html
5512
5412
  msgid "Sync"
@@ -5608,10 +5508,17 @@ msgstr ""
5608
5508
  msgid "Synchronization is being cancelled..."
5609
5509
  msgstr ""
5610
5510
 
5511
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
5611
5512
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
5612
5513
  msgid "System Purpose"
5613
5514
  msgstr ""
5614
5515
 
5516
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
5517
+ msgid ""
5518
+ "System Purpose allows you to set the system's intended use on your network "
5519
+ "and improves the accuracy of auto attaching subscriptions."
5520
+ msgstr ""
5521
+
5615
5522
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
5616
5523
  msgid "System Purpose Status"
5617
5524
  msgstr ""
@@ -5623,10 +5530,6 @@ msgstr ""
5623
5530
  msgid "Tags"
5624
5531
  msgstr "Метки"
5625
5532
 
5626
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
5627
- msgid "Target"
5628
- msgstr "Получатель"
5629
-
5630
5533
  #: app/assets/javascripts/bastion_katello/tasks/views/task-details.html
5631
5534
  msgid "Task Details"
5632
5535
  msgstr "Описание задачи"
@@ -5638,10 +5541,6 @@ msgstr "Описание задачи"
5638
5541
  msgid "Tasks"
5639
5542
  msgstr "Задачи"
5640
5543
 
5641
- #: app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
5642
- msgid "Temporary"
5643
- msgstr "Временные"
5644
-
5645
5544
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html
5646
5545
  msgid ""
5647
5546
  "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"
@@ -5656,7 +5555,7 @@ msgid ""
5656
5555
  "repository.docker_upstream_name\n"
5657
5556
  "content_view.label\n"
5658
5557
  "content_view.name\n"
5659
- "content_view.version\n"
5558
+ "content_view_version.version\n"
5660
5559
  "product.name\n"
5661
5560
  "product.label\n"
5662
5561
  "lifecycle_environment.name\n"
@@ -5718,6 +5617,7 @@ msgstr ""
5718
5617
  msgid "The host has not reported any applicable packages for upgrade."
5719
5618
  msgstr ""
5720
5619
 
5620
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
5721
5621
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
5722
5622
  msgid ""
5723
5623
  "The host has not reported any installed packages, registering with "
@@ -5730,27 +5630,23 @@ msgid ""
5730
5630
  " See the <a href=\"/content_views\">content views page</a> to manage and promote a content view."
5731
5631
  msgstr ""
5732
5632
 
5733
- #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
5633
+ #: app/assets/javascripts/bastion_katello/organizations/views/organization-selector.html
5734
5634
  msgid ""
5735
- "The katello-agent package is required to manage errata on this Host.\n"
5736
- " Please install the katello-agent package to manage errata on\n"
5737
- " {{ host.name }}."
5738
- msgstr ""
5635
+ "The page you are attempting to access requires selecting a specific "
5636
+ "organization."
5637
+ msgstr "Для доступа к этой странице надо выбрать организацию."
5739
5638
 
5740
- #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
5741
- #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
5639
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
5640
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
5742
5641
  msgid ""
5743
- "The katello-agent package is required to manage packages on this Host.\n"
5744
- " Please install the katello-agent package to manage packages on\n"
5745
- " {{ host.name }}. To install the package, connect directly to the\n"
5746
- " host from a terminal and use yum."
5642
+ "The remote execution feature is required to manage packages on this Host."
5747
5643
  msgstr ""
5748
5644
 
5749
- #: app/assets/javascripts/bastion_katello/organizations/views/organization-selector.html
5645
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
5750
5646
  msgid ""
5751
- "The page you are attempting to access requires selecting a specific "
5752
- "organization."
5753
- msgstr "Для доступа к этой странице надо выбрать организацию."
5647
+ "The Remote Execution plugin needs to be installed in order to resolve "
5648
+ "Traces."
5649
+ msgstr ""
5754
5650
 
5755
5651
  #: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
5756
5652
  msgid ""
@@ -5763,14 +5659,6 @@ msgstr ""
5763
5659
  msgid "The time the sync should happen in your current time zone."
5764
5660
  msgstr ""
5765
5661
 
5766
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
5767
- msgid ""
5768
- "The uploaded manifest contains subscriptions that require the use of virt-"
5769
- "who. Learn how to configure and use this tool at the <a "
5770
- "href=\"https://access.redhat.com/articles/subscription-management-"
5771
- "satellite-6\" target=\"_blank\">Subscription Management Home Page</a>."
5772
- msgstr ""
5773
-
5774
5662
  #: app/assets/javascripts/bastion_katello/errata/views/errata.html
5775
5663
  msgid ""
5776
5664
  "There are {{ errataCount }} total Errata in this organization but none match"
@@ -5785,12 +5673,12 @@ msgstr ""
5785
5673
 
5786
5674
  #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-deb-repositories.html
5787
5675
  msgid ""
5788
- "There are currently no Deb Repositories associated with this Content View, "
5676
+ "There are currently no Apt Repositories associated with this Content View, "
5789
5677
  "you can add some by clicking on the \"Add\" tab above."
5790
5678
  msgstr ""
5791
5679
 
5792
5680
  #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-deb-repositories.html
5793
- msgid "There are currently no Deb Repositories to add to this Content View,"
5681
+ msgid "There are currently no Apt Repositories to add to this Content View,"
5794
5682
  msgstr ""
5795
5683
 
5796
5684
  #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-docker-repositories.html
@@ -5890,6 +5778,7 @@ msgid ""
5890
5778
  "selecting 'Sync Plans' under 'Hosts' in main menu."
5891
5779
  msgstr ""
5892
5780
 
5781
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
5893
5782
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
5894
5783
  msgid "There are no Traces to display."
5895
5784
  msgstr ""
@@ -5906,12 +5795,6 @@ msgstr ""
5906
5795
  msgid "There is currently no history associated with this Content View."
5907
5796
  msgstr ""
5908
5797
 
5909
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-delete-modal.html
5910
- msgid ""
5911
- "This action should only be taken in extreme circumstances or for debugging "
5912
- "purposes."
5913
- msgstr ""
5914
-
5915
5798
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
5916
5799
  msgid ""
5917
5800
  "This action will affect only those Content Hosts that require a change.\n"
@@ -5956,6 +5839,12 @@ msgid ""
5956
5839
  " Change the setting \"Delete Host upon Unregister\" to false on the <a href=\"/settings\">settings page</a> to prevent this."
5957
5840
  msgstr ""
5958
5841
 
5842
+ #: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
5843
+ msgid ""
5844
+ "This organization has Simple Content Access enabled. Hosts can consume from "
5845
+ "all repositories in their Content View regardless of subscription status."
5846
+ msgstr ""
5847
+
5959
5848
  #: app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-environments.html
5960
5849
  msgid ""
5961
5850
  "This Version cannot be deleted from some of the Lifecycle Environments due "
@@ -5972,9 +5861,18 @@ msgstr "Эта версия не сопоставлена окружениям."
5972
5861
  msgid "This version will be removed from:"
5973
5862
  msgstr ""
5974
5863
 
5975
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import-history.html
5976
- msgid "Time"
5977
- msgstr "Время"
5864
+ #: app/assets/javascripts/bastion_katello/content-views/new/views/content-view-new.html
5865
+ msgid ""
5866
+ "This will solve RPM and Module Stream dependencies on every publish of this Content View. Dependency solving significantly increases\n"
5867
+ " publish time (publishes can take over three times as long) and filters will be ignored when adding packages to solve\n"
5868
+ " dependencies. Also, certain scenarios involving errata may still cause dependency errors."
5869
+ msgstr ""
5870
+
5871
+ #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html
5872
+ msgid ""
5873
+ "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"
5874
+ " dependencies. Also, certain scenarios involving errata may still cause dependency errors."
5875
+ msgstr ""
5978
5876
 
5979
5877
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
5980
5878
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
@@ -5990,17 +5888,13 @@ msgstr "Название"
5990
5888
  msgid "to manage them individually."
5991
5889
  msgstr "."
5992
5890
 
5993
- #: app/assets/javascripts/bastion_katello/content-hosts/views/register.html
5994
- msgid "To optionally report tracer information:"
5995
- msgstr ""
5996
-
5997
5891
  #: app/assets/javascripts/bastion_katello/content-hosts/views/register.html
5998
5892
  msgid "To register a content host to this server, follow these steps."
5999
5893
  msgstr ""
6000
5894
  "Чтобы зарегистрировать узел содержимого на этом сервере, выполните следующие"
6001
5895
  " действия."
6002
5896
 
6003
- #: app/assets/javascripts/bastion_katello/content-hosts/views/register.html
5897
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/register-client.html
6004
5898
  msgid "To report package & errata information:"
6005
5899
  msgstr ""
6006
5900
 
@@ -6012,6 +5906,19 @@ msgstr ""
6012
5906
  msgid "Topic"
6013
5907
  msgstr "Аннотация"
6014
5908
 
5909
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
5910
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
5911
+ msgid ""
5912
+ "Tracer helps administrators identify applications that need to be restarted "
5913
+ "after a system is patched."
5914
+ msgstr ""
5915
+
5916
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/register-client.html
5917
+ msgid ""
5918
+ "Tracer helps administrators identify applications that need to be restarted "
5919
+ "after a system is patched. To optionally report tracer information:"
5920
+ msgstr ""
5921
+
6015
5922
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
6016
5923
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
6017
5924
  msgid "Traces"
@@ -6028,10 +5935,10 @@ msgstr ""
6028
5935
  #: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
6029
5936
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
6030
5937
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
5938
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
6031
5939
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
6032
5940
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
6033
5941
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
6034
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
6035
5942
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
6036
5943
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-repositories.html
6037
5944
  #: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
@@ -6041,8 +5948,6 @@ msgstr ""
6041
5948
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
6042
5949
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
6043
5950
  #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
6044
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
6045
- #: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
6046
5951
  msgid "Type"
6047
5952
  msgstr "Тип"
6048
5953
 
@@ -6097,11 +6002,13 @@ msgid "Unsupported Type!"
6097
6002
  msgstr ""
6098
6003
 
6099
6004
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
6005
+ #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
6100
6006
  #: app/assets/javascripts/bastion_katello/common/module-stream-actions.service.js
6101
6007
  msgid "Update"
6102
6008
  msgstr "Обновить"
6103
6009
 
6104
6010
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
6011
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
6105
6012
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
6106
6013
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
6107
6014
  msgid "Update All Packages"
@@ -6158,7 +6065,6 @@ msgstr ""
6158
6065
 
6159
6066
  #: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-info.html
6160
6067
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
6161
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
6162
6068
  msgid "Upload"
6163
6069
  msgstr "Добавить"
6164
6070
 
@@ -6170,10 +6076,6 @@ msgstr ""
6170
6076
  msgid "Upload File"
6171
6077
  msgstr ""
6172
6078
 
6173
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
6174
- msgid "Upload New Manifest"
6175
- msgstr "Добавить манифест"
6176
-
6177
6079
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
6178
6080
  msgid "Upload Package"
6179
6081
  msgstr "Добавить пакет"
@@ -6182,8 +6084,14 @@ msgstr "Добавить пакет"
6182
6084
  msgid "Upload Puppet Module"
6183
6085
  msgstr "Добавить модуль Puppet"
6184
6086
 
6185
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
6186
- msgid "Uploading Manifest"
6087
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
6088
+ msgid "Upload Requirements"
6089
+ msgstr ""
6090
+
6091
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
6092
+ msgid ""
6093
+ "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"
6094
+ " </a>"
6187
6095
  msgstr ""
6188
6096
 
6189
6097
  #: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-info.html
@@ -6209,32 +6117,16 @@ msgstr ""
6209
6117
  msgid "Upstream Repository Name"
6210
6118
  msgstr "Имя основного репозитория"
6211
6119
 
6212
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-details.html
6213
- msgid "Upstream Subscription"
6214
- msgstr "Официальная подписка"
6215
-
6216
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
6217
- msgid "Upstream Subscription Management Application"
6218
- msgstr "Программа управления подписками"
6219
-
6220
6120
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
6221
6121
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
6222
6122
  msgid "Upstream Sync Policy"
6223
6123
  msgstr ""
6224
6124
 
6225
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-details.html
6226
- msgid "Upstream Type"
6227
- msgstr "Официальный тип"
6228
-
6229
6125
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
6230
6126
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
6231
6127
  msgid "Upstream URL"
6232
6128
  msgstr ""
6233
6129
 
6234
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-details.html
6235
- msgid "Upstream User"
6236
- msgstr "Официальный пользователь"
6237
-
6238
6130
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
6239
6131
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
6240
6132
  msgid "Upstream Username"
@@ -6253,10 +6145,20 @@ msgstr ""
6253
6145
  msgid "URL to Discover"
6254
6146
  msgstr ""
6255
6147
 
6148
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
6256
6149
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
6257
6150
  msgid "Usage Type"
6258
6151
  msgstr ""
6259
6152
 
6153
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
6154
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
6155
+ msgid "Use Ctrl-click to multi-select/deselect items."
6156
+ msgstr ""
6157
+
6158
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/http-proxy-service.js
6159
+ msgid "Use specific HTTP Proxy"
6160
+ msgstr ""
6161
+
6260
6162
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
6261
6163
  msgid ""
6262
6164
  "Use the cancel button on content view selection to revert your lifecycle "
@@ -6274,6 +6176,11 @@ msgstr ""
6274
6176
  msgid "User"
6275
6177
  msgstr "Пользователь"
6276
6178
 
6179
+ #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
6180
+ #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
6181
+ msgid "Username"
6182
+ msgstr "Имя"
6183
+
6277
6184
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
6278
6185
  msgid ""
6279
6186
  "Username of the upstream repository user for authentication. Leave empty if "
@@ -6288,10 +6195,6 @@ msgstr ""
6288
6195
  msgid "Using an Activation Key:"
6289
6196
  msgstr ""
6290
6197
 
6291
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
6292
- msgid "UUID"
6293
- msgstr "UUID"
6294
-
6295
6198
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync-options.html
6296
6199
  msgid "Validate Content Sync"
6297
6200
  msgstr ""
@@ -6306,9 +6209,11 @@ msgstr ""
6306
6209
  msgid "Verify SSL"
6307
6210
  msgstr ""
6308
6211
 
6212
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
6309
6213
  #: app/assets/javascripts/bastion_katello/content-views/deletion/views/content-view-deletion.html
6310
6214
  #: app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite-available-content-views.html
6311
6215
  #: app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite-content-views-list.html
6216
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
6312
6217
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html
6313
6218
  #: app/assets/javascripts/bastion_katello/content-views/details/histories/views/content-view-history.html
6314
6219
  #: app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-versions.html
@@ -6332,6 +6237,7 @@ msgstr ""
6332
6237
  #: app/assets/javascripts/bastion_katello/ostree-branches/details/views/ostree-branch-info.html
6333
6238
  #: app/assets/javascripts/bastion_katello/ostree-branches/views/ostree-branches.html
6334
6239
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
6240
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
6335
6241
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-debs.html
6336
6242
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ostree-branches.html
6337
6243
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-puppet-modules.html
@@ -6382,6 +6288,7 @@ msgstr ""
6382
6288
 
6383
6289
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
6384
6290
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
6291
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
6385
6292
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
6386
6293
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
6387
6294
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
@@ -6390,6 +6297,7 @@ msgstr ""
6390
6297
 
6391
6298
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
6392
6299
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
6300
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
6393
6301
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
6394
6302
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
6395
6303
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
@@ -6404,22 +6312,14 @@ msgstr ""
6404
6312
  msgid "View Docker Tags for Repository:"
6405
6313
  msgstr ""
6406
6314
 
6407
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
6408
- msgid "Virt-Who Usage Required"
6315
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-traces-modal.controller.js
6316
+ msgid "View job invocations."
6409
6317
  msgstr ""
6410
6318
 
6411
- #: app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
6412
- msgid "Virtual"
6413
- msgstr "Виртуальный"
6414
-
6415
6319
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
6416
6320
  msgid "Virtual Guest"
6417
6321
  msgstr ""
6418
6322
 
6419
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
6420
- msgid "Virtual Guest From"
6421
- msgstr "Виртуальный гость из"
6422
-
6423
6323
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
6424
6324
  msgid "Virtual Guests"
6425
6325
  msgstr "Виртуальные гости"
@@ -6453,7 +6353,15 @@ msgid ""
6453
6353
  "policy will download all packages within the repository."
6454
6354
  msgstr ""
6455
6355
 
6356
+ #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html
6357
+ msgid ""
6358
+ "With this option selected, a puppet environment will be created during "
6359
+ "publish and promote even if no puppet modules have been added to the Content"
6360
+ " View"
6361
+ msgstr ""
6362
+
6456
6363
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
6364
+ #: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js
6457
6365
  msgid "Working"
6458
6366
  msgstr "Обработка"
6459
6367
 
@@ -6463,15 +6371,34 @@ msgstr "Обработка"
6463
6371
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
6464
6372
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-release-version-modal.html
6465
6373
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
6374
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter-details.html
6466
6375
  #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html
6376
+ #: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
6467
6377
  #: app/assets/javascripts/bastion_katello/content-views/views/content-views.html
6468
6378
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
6379
+ #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
6469
6380
  #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
6470
6381
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
6471
- #: app/assets/javascripts/bastion_katello/subscriptions/subscriptions.controller.js
6382
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js
6383
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js
6472
6384
  msgid "Yes"
6473
6385
  msgstr "Да"
6474
6386
 
6387
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
6388
+ msgid ""
6389
+ "You can upload a requirements.yml file above to auto-fill contents <b>OR</b>"
6390
+ " paste contents of <a ng-"
6391
+ "href=\"https://docs.ansible.com/ansible/devel/dev_guide/collections_tech_preview.html"
6392
+ "#install-multiple-collections-with-a-requirements-file\" target=\"_blank\"> "
6393
+ "Requirements.yml </a>below."
6394
+ msgstr ""
6395
+
6396
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
6397
+ msgid ""
6398
+ "You can upload a requirements.yml file below to auto-fill contents or paste "
6399
+ "contents of requirement.yml here"
6400
+ msgstr ""
6401
+
6475
6402
  #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
6476
6403
  msgid ""
6477
6404
  "You cannot remove these repositories because they belong to a Red Hat "
@@ -6593,12 +6520,17 @@ msgstr ""
6593
6520
 
6594
6521
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
6595
6522
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
6596
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html
6597
6523
  msgid ""
6598
6524
  "You currently don't have any Products to subscribe to, you can add Products "
6599
6525
  "after selecting 'Products' under 'Content' in the main menu"
6600
6526
  msgstr ""
6601
6527
 
6528
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html
6529
+ msgid ""
6530
+ "You currently don't have any Products to subscribe to. You can add Products "
6531
+ "after selecting 'Products' under 'Content' in the main menu."
6532
+ msgstr ""
6533
+
6602
6534
  #: app/assets/javascripts/bastion_katello/products/views/products.html
6603
6535
  msgid ""
6604
6536
  "You currently don't have any Products<span bst-feature-"
@@ -6642,11 +6574,7 @@ msgstr ""
6642
6574
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html
6643
6575
  msgid ""
6644
6576
  "You currently don't have any Subscriptions associated with this Content "
6645
- "Host, you can add Subscriptions after selecting the 'Add' tab."
6646
- msgstr "Для узла не настроены подписки. Перейдите на вкладку «Добавить»."
6647
-
6648
- #: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
6649
- msgid "You currently don't have any Subscriptions."
6577
+ "Host. You can add Subscriptions after selecting the 'Add' tab."
6650
6578
  msgstr ""
6651
6579
 
6652
6580
  #: app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html
@@ -6777,6 +6705,7 @@ msgstr ""
6777
6705
  msgid "Your search returned zero Module Streams."
6778
6706
  msgstr ""
6779
6707
 
6708
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
6780
6709
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
6781
6710
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
6782
6711
  #: app/assets/javascripts/bastion_katello/packages/views/packages.html
@@ -6820,10 +6749,13 @@ msgstr ""
6820
6749
  msgid "Your search returned zero results."
6821
6750
  msgstr ""
6822
6751
 
6752
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-rule-matching-package-modal.html
6753
+ msgid "Your search returned zero RPMs"
6754
+ msgstr ""
6755
+
6823
6756
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions-list.html
6824
6757
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
6825
6758
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html
6826
- #: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
6827
6759
  msgid "Your search returned zero Subscriptions."
6828
6760
  msgstr ""
6829
6761