katello 4.19.0.rc1 → 4.19.0.rc2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/locale/bn/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ca/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/cs/katello.js +338 -17
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/de/katello.js +339 -18
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/el/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/en/katello.js +338 -17
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/en_US/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/es/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/fr/katello.js +340 -19
- data/app/assets/javascripts/katello/locale/gl/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/gu/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/hi/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/id/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/it/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ja/katello.js +340 -19
- data/app/assets/javascripts/katello/locale/ka/katello.js +339 -18
- data/app/assets/javascripts/katello/locale/kn/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ko/katello.js +339 -18
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/mr/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/or/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/pa/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/pl/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/pt/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ro/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ru/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/sl/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ta/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/te/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/tr/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/vi/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/zh/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +340 -19
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +337 -16
- data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +10 -0
- data/app/services/katello/pulp3/repository/apt.rb +12 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +10 -0
- data/lib/katello/plugin.rb +1 -0
- data/lib/katello/version.rb +1 -1
- data/locale/action_names.rb +180 -0
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +337 -16
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +337 -16
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +337 -16
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +338 -18
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +337 -16
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +340 -19
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +337 -16
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +337 -16
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +337 -16
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +338 -18
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +337 -16
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +337 -16
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +337 -16
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +337 -16
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +341 -20
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +337 -16
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +337 -16
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +337 -16
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +337 -16
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +337 -16
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +337 -16
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +342 -20
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +339 -18
- data/locale/katello.pot +748 -233
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +337 -16
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +340 -19
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +337 -16
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +337 -16
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +337 -16
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +337 -16
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +337 -16
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +337 -16
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +337 -16
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +337 -16
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +337 -16
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +337 -16
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +337 -16
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +337 -16
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +337 -16
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +337 -16
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +337 -16
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +337 -16
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +337 -16
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +337 -16
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +337 -16
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +337 -16
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +337 -16
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +341 -20
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +337 -16
- data/webpack/ForemanColumnExtensions/index.js +46 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +1 -1
- data/webpack/scenes/Subscriptions/SubscriptionReducer.js +15 -5
- data/webpack/scenes/Subscriptions/SubscriptionsPage.js +22 -5
- data/webpack/scenes/Subscriptions/__tests__/SubscriptionsPage.test.js +141 -0
- metadata +6 -8
data/locale/ja/katello.po
CHANGED
|
@@ -6,16 +6,17 @@
|
|
|
6
6
|
# Translators:
|
|
7
7
|
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2020
|
|
8
8
|
# Amit Upadhye <aupadhye@redhat.com>, 2023
|
|
9
|
-
# Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025
|
|
10
9
|
# Bryan Kearney <bryan.kearney@gmail.com>, 2025
|
|
11
10
|
# Ondřej Gajdušek, 2025
|
|
11
|
+
# Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Project-Id-Version: katello 4.19.0.
|
|
15
|
+
"Project-Id-Version: katello 4.19.0.rc1\n"
|
|
16
16
|
"Report-Msgid-Bugs-To: \n"
|
|
17
17
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
|
18
|
-
"Last-Translator:
|
|
18
|
+
"Last-Translator: Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarde"
|
|
19
|
+
"n.nl>, 2025\n"
|
|
19
20
|
"Language-Team: Japanese (https://app.transifex.com/foreman/teams/114/ja/)\n"
|
|
20
21
|
"MIME-Version: 1.0\n"
|
|
21
22
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -120,6 +121,9 @@ msgstr "${selectedContentType}"
|
|
|
120
121
|
msgid "${selectedContentType} will appear here when created."
|
|
121
122
|
msgstr "${selectedContentType} が作成されると、ここに表示されます。"
|
|
122
123
|
|
|
124
|
+
msgid "${totalCount} labels and annotations"
|
|
125
|
+
msgstr ""
|
|
126
|
+
|
|
123
127
|
msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
|
|
124
128
|
msgstr "%s%s には、削除後にもう一度関連付けする必要があるホスト %s 台とホストグループ %s 個があります。%s を削除しますか?"
|
|
125
129
|
|
|
@@ -472,6 +476,9 @@ msgstr "任意"
|
|
|
472
476
|
msgid "About page"
|
|
473
477
|
msgstr "About ページ"
|
|
474
478
|
|
|
479
|
+
msgid "Abstract async task"
|
|
480
|
+
msgstr ""
|
|
481
|
+
|
|
475
482
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
|
476
483
|
msgstr "Red Hat Subscription Management へのアクセスは禁止されています。これを変更するには、コンテンツ設定の 'サブスクリプション接続の有効化' を更新してください。"
|
|
477
484
|
|
|
@@ -619,6 +626,9 @@ msgstr "リポジトリーの追加"
|
|
|
619
626
|
msgid "Add repositories with package groups to content view to select them here."
|
|
620
627
|
msgstr "パッケージグループのあるリポジトリーをコンテンツビューに追加して、ここで選択します。"
|
|
621
628
|
|
|
629
|
+
msgid "Add rolling repo clone"
|
|
630
|
+
msgstr ""
|
|
631
|
+
|
|
622
632
|
msgid "Add rule"
|
|
623
633
|
msgstr "ルールの追加"
|
|
624
634
|
|
|
@@ -637,12 +647,18 @@ msgstr "サブスクリプションの追加ボタンを使用してサブスク
|
|
|
637
647
|
msgid "Add to a host collection"
|
|
638
648
|
msgstr "ホストコレクションへの追加"
|
|
639
649
|
|
|
650
|
+
msgid "Add to host collections"
|
|
651
|
+
msgstr ""
|
|
652
|
+
|
|
640
653
|
msgid "Added"
|
|
641
654
|
msgstr "追加されました"
|
|
642
655
|
|
|
643
656
|
msgid "Added %s"
|
|
644
657
|
msgstr "%s を追加しました"
|
|
645
658
|
|
|
659
|
+
msgid "Added %{count} host(s) to host collection %{host_collection}."
|
|
660
|
+
msgstr ""
|
|
661
|
+
|
|
646
662
|
msgid "Added Content:"
|
|
647
663
|
msgstr "追加されたコンテンツ:"
|
|
648
664
|
|
|
@@ -685,6 +701,9 @@ msgstr "適用されたすべてのエラータ"
|
|
|
685
701
|
msgid "All errata up-to-date"
|
|
686
702
|
msgstr "すべてのエラータは最新の状態です"
|
|
687
703
|
|
|
704
|
+
msgid "All selected hosts were already members of host collection %{host_collection}."
|
|
705
|
+
msgstr ""
|
|
706
|
+
|
|
688
707
|
msgid "All subpaths must have a slash at the end and none at the front"
|
|
689
708
|
msgstr "すべてのサブパスには、必ず末尾にスラッシュが必要で、先頭には不要です"
|
|
690
709
|
|
|
@@ -774,6 +793,9 @@ msgstr ""
|
|
|
774
793
|
"アップロード中にエラーが発生しました \n"
|
|
775
794
|
"%{error_message}"
|
|
776
795
|
|
|
796
|
+
msgid "An error occurred while updating host collections"
|
|
797
|
+
msgstr ""
|
|
798
|
+
|
|
777
799
|
msgid "An option to specify how many ostree commits to traverse."
|
|
778
800
|
msgstr "走査する ostree コミットの数を指定するオプション。"
|
|
779
801
|
|
|
@@ -1060,6 +1082,9 @@ msgstr "この検索をブックマーク"
|
|
|
1060
1082
|
msgid "Bookmarks marked as public are available to all users"
|
|
1061
1083
|
msgstr "パブリックと識別されたブックマークは、すべてのユーザーが利用できます"
|
|
1062
1084
|
|
|
1085
|
+
msgid "Bootable"
|
|
1086
|
+
msgstr ""
|
|
1087
|
+
|
|
1063
1088
|
msgid "Bootc rollback via Bootc interface"
|
|
1064
1089
|
msgstr "Bootc インターフェイスを使用した Bootc ロールバック"
|
|
1065
1090
|
|
|
@@ -1384,6 +1409,9 @@ msgstr "コンテンツソースの変更"
|
|
|
1384
1409
|
msgid "Change content view environments"
|
|
1385
1410
|
msgstr "コンテンツビュー環境の変更"
|
|
1386
1411
|
|
|
1412
|
+
msgid "Change host collections"
|
|
1413
|
+
msgstr ""
|
|
1414
|
+
|
|
1387
1415
|
msgid "Change host content source"
|
|
1388
1416
|
msgstr "ホストコンテンツソースの変更"
|
|
1389
1417
|
|
|
@@ -1471,6 +1499,9 @@ msgstr "コンテナーイメージリポジトリーの同期時に除外する
|
|
|
1471
1499
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
|
1472
1500
|
msgstr "コンテナーイメージリポジトリーに同期するコンマ区切りのタグ一覧"
|
|
1473
1501
|
|
|
1502
|
+
msgid "Commit upload"
|
|
1503
|
+
msgstr ""
|
|
1504
|
+
|
|
1474
1505
|
msgid "Compare"
|
|
1475
1506
|
msgstr "比較"
|
|
1476
1507
|
|
|
@@ -1825,15 +1856,27 @@ msgstr "クリップボードにコピーしました"
|
|
|
1825
1856
|
msgid "Copy"
|
|
1826
1857
|
msgstr "コピー"
|
|
1827
1858
|
|
|
1859
|
+
msgid "Copy all units"
|
|
1860
|
+
msgstr ""
|
|
1861
|
+
|
|
1828
1862
|
msgid "Copy an activation key"
|
|
1829
1863
|
msgstr "アクティベーションキーをコピーします"
|
|
1830
1864
|
|
|
1865
|
+
msgid "Copy content"
|
|
1866
|
+
msgstr ""
|
|
1867
|
+
|
|
1831
1868
|
msgid "Copy content view"
|
|
1832
1869
|
msgstr "コンテンツビューのコピー"
|
|
1833
1870
|
|
|
1834
1871
|
msgid "Copy to clipboard"
|
|
1835
1872
|
msgstr "クリップボードにコピー"
|
|
1836
1873
|
|
|
1874
|
+
msgid "Copy version"
|
|
1875
|
+
msgstr ""
|
|
1876
|
+
|
|
1877
|
+
msgid "Copy version units to library"
|
|
1878
|
+
msgstr ""
|
|
1879
|
+
|
|
1837
1880
|
msgid "Cores per socket"
|
|
1838
1881
|
msgstr "1 ソケットあたりのコア数"
|
|
1839
1882
|
|
|
@@ -2047,18 +2090,36 @@ msgstr "生成された SSL 証明書およびキーでコンテンツの認証
|
|
|
2047
2090
|
msgid "Create content view"
|
|
2048
2091
|
msgstr "コンテンツビューの作成"
|
|
2049
2092
|
|
|
2093
|
+
msgid "Create exporter"
|
|
2094
|
+
msgstr ""
|
|
2095
|
+
|
|
2050
2096
|
msgid "Create filter"
|
|
2051
2097
|
msgstr "フィルターの作成"
|
|
2052
2098
|
|
|
2053
2099
|
msgid "Create host collection"
|
|
2054
2100
|
msgstr "ホストコレクションの作成"
|
|
2055
2101
|
|
|
2102
|
+
msgid "Create import"
|
|
2103
|
+
msgstr ""
|
|
2104
|
+
|
|
2105
|
+
msgid "Create importer"
|
|
2106
|
+
msgstr ""
|
|
2107
|
+
|
|
2056
2108
|
msgid "Create new activation key"
|
|
2057
2109
|
msgstr "新規アクティベーションキーの作成"
|
|
2058
2110
|
|
|
2059
2111
|
msgid "Create organization"
|
|
2060
2112
|
msgstr "組織の作成"
|
|
2061
2113
|
|
|
2114
|
+
msgid "Create publication"
|
|
2115
|
+
msgstr ""
|
|
2116
|
+
|
|
2117
|
+
msgid "Create remote"
|
|
2118
|
+
msgstr ""
|
|
2119
|
+
|
|
2120
|
+
msgid "Creation"
|
|
2121
|
+
msgstr ""
|
|
2122
|
+
|
|
2062
2123
|
msgid "Credentials"
|
|
2063
2124
|
msgstr "認証情報"
|
|
2064
2125
|
|
|
@@ -2320,12 +2381,36 @@ msgstr "コンテンツビューの削除"
|
|
|
2320
2381
|
msgid "Delete content view filters that have this repository as the last associated repository. Defaults to true. If false, such filters will now apply to all repositories in the content view."
|
|
2321
2382
|
msgstr "このリポジトリーが関連付けられた最後のリポジトリーであるコンテンツビューフィルターを削除します。デフォルトは true です。false の場合、そのようなフィルターがコンテンツビュー内のすべてのリポジトリーに適用されます。"
|
|
2322
2383
|
|
|
2384
|
+
msgid "Delete distributions"
|
|
2385
|
+
msgstr ""
|
|
2386
|
+
|
|
2323
2387
|
msgid "Delete manifest from Red Hat provider"
|
|
2324
2388
|
msgstr "Red Hat プロバイダーからマニフェストを削除"
|
|
2325
2389
|
|
|
2326
2390
|
msgid "Delete multiple filters from a content view"
|
|
2327
2391
|
msgstr "コンテンツビューから複数のフィルターを削除します"
|
|
2328
2392
|
|
|
2393
|
+
msgid "Delete orphan alternate content sources"
|
|
2394
|
+
msgstr ""
|
|
2395
|
+
|
|
2396
|
+
msgid "Delete orphan distributions"
|
|
2397
|
+
msgstr ""
|
|
2398
|
+
|
|
2399
|
+
msgid "Delete orphan remotes"
|
|
2400
|
+
msgstr ""
|
|
2401
|
+
|
|
2402
|
+
msgid "Delete orphan repository versions"
|
|
2403
|
+
msgstr ""
|
|
2404
|
+
|
|
2405
|
+
msgid "Delete orphaned migrated repositories"
|
|
2406
|
+
msgstr ""
|
|
2407
|
+
|
|
2408
|
+
msgid "Delete remote"
|
|
2409
|
+
msgstr ""
|
|
2410
|
+
|
|
2411
|
+
msgid "Delete repository references"
|
|
2412
|
+
msgstr ""
|
|
2413
|
+
|
|
2329
2414
|
msgid "Delete version"
|
|
2330
2415
|
msgstr "バージョンの削除"
|
|
2331
2416
|
|
|
@@ -2425,6 +2510,12 @@ msgstr "環境の破棄"
|
|
|
2425
2510
|
msgid "Destroy an environment in an organization"
|
|
2426
2511
|
msgstr "組織の環境を破棄"
|
|
2427
2512
|
|
|
2513
|
+
msgid "Destroy exporter"
|
|
2514
|
+
msgstr ""
|
|
2515
|
+
|
|
2516
|
+
msgid "Destroy importer"
|
|
2517
|
+
msgstr ""
|
|
2518
|
+
|
|
2428
2519
|
msgid "Destroy one or more alternate content sources"
|
|
2429
2520
|
msgstr "1 つ以上の代替コンテンツソースの破棄"
|
|
2430
2521
|
|
|
@@ -2470,6 +2561,9 @@ msgstr "無効化済み"
|
|
|
2470
2561
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
|
2471
2562
|
msgstr "'%{subject}' のシンプルコンテンツアクセスの有効化に失敗しました。"
|
|
2472
2563
|
|
|
2564
|
+
msgid "Discover"
|
|
2565
|
+
msgstr ""
|
|
2566
|
+
|
|
2473
2567
|
msgid "Discover Repositories"
|
|
2474
2568
|
msgstr "リポジトリーの検出"
|
|
2475
2569
|
|
|
@@ -2605,9 +2699,6 @@ msgstr "セットのリポジトリーを有効化します"
|
|
|
2605
2699
|
msgid "Enable repository sets"
|
|
2606
2700
|
msgstr "リポジトリーセットの有効化"
|
|
2607
2701
|
|
|
2608
|
-
msgid "Enable structured APT for deb content"
|
|
2609
|
-
msgstr "deb コンテンツに対して構造化 APT を有効にする"
|
|
2610
|
-
|
|
2611
2702
|
msgid "Enable/Disable auto publish of composite view"
|
|
2612
2703
|
msgstr "複合ビューの自動公開を有効/無効にします"
|
|
2613
2704
|
|
|
@@ -2668,6 +2759,9 @@ msgstr "環境 ID"
|
|
|
2668
2759
|
msgid "Environment cannot be in its own promotion path"
|
|
2669
2760
|
msgstr "同じ環境内のプロモートパスに環境を存在させることはできません。"
|
|
2670
2761
|
|
|
2762
|
+
msgid "Environment contents refresh"
|
|
2763
|
+
msgstr ""
|
|
2764
|
+
|
|
2671
2765
|
msgid "Environment identifier"
|
|
2672
2766
|
msgstr "環境 ID"
|
|
2673
2767
|
|
|
@@ -2707,6 +2801,9 @@ msgstr "エラータおよびパッケージ情報はすぐに更新されます
|
|
|
2707
2801
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
|
2708
2802
|
msgstr "エラータのエラータ ID (RHSA-2012:108)"
|
|
2709
2803
|
|
|
2804
|
+
msgid "Errata mail"
|
|
2805
|
+
msgstr ""
|
|
2806
|
+
|
|
2710
2807
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
|
2711
2808
|
msgstr "UUID %s を持つ削除済みコンテンツファセットのエラータステータスが更新されませんでした"
|
|
2712
2809
|
|
|
@@ -2872,6 +2969,9 @@ msgstr "ホストで利用可能なモジュールストリームを取得しま
|
|
|
2872
2969
|
msgid "Fetch installable errata for one or more hosts."
|
|
2873
2970
|
msgstr "1 つまたは複数のホストにインストール可能なエラータを取得します。"
|
|
2874
2971
|
|
|
2972
|
+
msgid "Fetch pxe files"
|
|
2973
|
+
msgstr ""
|
|
2974
|
+
|
|
2875
2975
|
msgid "Fetch traces for one or more hosts"
|
|
2876
2976
|
msgstr "1 台以上のホストのトレースを取得します"
|
|
2877
2977
|
|
|
@@ -2965,6 +3065,9 @@ msgstr "バージョン番号別にバージョンを絞り込む"
|
|
|
2965
3065
|
msgid "Filter versions that are components in the specified composite version"
|
|
2966
3066
|
msgstr "指定した複合バージョンに含まれるコンポーネントのバージョンを絞り込む"
|
|
2967
3067
|
|
|
3068
|
+
msgid "Filtered index content"
|
|
3069
|
+
msgstr ""
|
|
3070
|
+
|
|
2968
3071
|
msgid "Filters"
|
|
2969
3072
|
msgstr "フィルター"
|
|
2970
3073
|
|
|
@@ -2986,6 +3089,9 @@ msgstr "終了"
|
|
|
2986
3089
|
msgid "Finished"
|
|
2987
3090
|
msgstr "終了"
|
|
2988
3091
|
|
|
3092
|
+
msgid "Flatpak"
|
|
3093
|
+
msgstr ""
|
|
3094
|
+
|
|
2989
3095
|
msgid "Flatpak Remote ${name} created"
|
|
2990
3096
|
msgstr "Flatpak リモート ${name} が作成されました"
|
|
2991
3097
|
|
|
@@ -3080,6 +3186,9 @@ msgstr "直接インストール可能なコンテンツからエラータステ
|
|
|
3080
3186
|
msgid "Generate host applicability"
|
|
3081
3187
|
msgstr "ホストに適用可能なエラータを生成します"
|
|
3082
3188
|
|
|
3189
|
+
msgid "Generate metadata"
|
|
3190
|
+
msgstr ""
|
|
3191
|
+
|
|
3083
3192
|
msgid "Generate repository applicability"
|
|
3084
3193
|
msgstr "リポジトリーに適用可能なエラータを生成します"
|
|
3085
3194
|
|
|
@@ -3320,6 +3429,12 @@ msgstr "Capsule で同時に同期する必要があるリポジトリ数。数
|
|
|
3320
3429
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
|
3321
3430
|
msgstr "結果のソート順 (例: ascending (昇順) の ASC)"
|
|
3322
3431
|
|
|
3432
|
+
msgid "Hypervisors"
|
|
3433
|
+
msgstr ""
|
|
3434
|
+
|
|
3435
|
+
msgid "Hypervisors update"
|
|
3436
|
+
msgstr ""
|
|
3437
|
+
|
|
3323
3438
|
msgid "ID"
|
|
3324
3439
|
msgstr "ID"
|
|
3325
3440
|
|
|
@@ -3510,9 +3625,6 @@ msgstr "DMI UUID が重複しているためにホストの登録に失敗した
|
|
|
3510
3625
|
msgid "If product certificates should be used to authenticate to a custom CDN."
|
|
3511
3626
|
msgstr "カスタム CDN に対する認証に製品証明書を使用する必要があるかどうか。"
|
|
3512
3627
|
|
|
3513
|
-
msgid "If set, newly created APT repos in Katello will use the same repo structure as the remote repos they are synchronized from. You may migrate existing APT repos to match the setting, by running 'foreman-rake katello:migrate_structure_content_for_deb'."
|
|
3514
|
-
msgstr "これが設定されている場合、Katello で新しく作成された APT リポジトリーは、同期元のリモートリポジトリーと同じリポジトリー構造を使用します。'foreman-rake katello:migrate_structure_content_for_deb' を実行して、既存の APT リポジトリーを設定に合わせて移行できます。"
|
|
3515
|
-
|
|
3516
3628
|
msgid "If the smart proxies' assigned HTTP proxies should be used"
|
|
3517
3629
|
msgstr "Smart Proxy に割り当てられた HTTP プロキシーを使用する場合"
|
|
3518
3630
|
|
|
@@ -3642,6 +3754,9 @@ msgstr "リポジトリーのインポート"
|
|
|
3642
3754
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
|
3643
3755
|
msgstr "サブスクリプションマニフェストをインポートして、ホストが Red Hat コンテンツにアクセスできるようにします。"
|
|
3644
3756
|
|
|
3757
|
+
msgid "Import migration"
|
|
3758
|
+
msgstr ""
|
|
3759
|
+
|
|
3645
3760
|
msgid "Import new manifest"
|
|
3646
3761
|
msgstr "新しいマニフェストのインポート"
|
|
3647
3762
|
|
|
@@ -3651,6 +3766,12 @@ msgstr "インポートのみ"
|
|
|
3651
3766
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
|
3652
3767
|
msgstr "インポートのみのコンテンツビューは直接公開できません。コンテンツは、ビューにインポートしなければ更新されません。"
|
|
3653
3768
|
|
|
3769
|
+
msgid "Import repository upload"
|
|
3770
|
+
msgstr ""
|
|
3771
|
+
|
|
3772
|
+
msgid "Import upload"
|
|
3773
|
+
msgstr ""
|
|
3774
|
+
|
|
3654
3775
|
msgid "Import uploads into a repository"
|
|
3655
3776
|
msgstr "アップロードのリポジトリーへのインポート"
|
|
3656
3777
|
|
|
@@ -3717,6 +3838,9 @@ msgstr "増分更新"
|
|
|
3717
3838
|
msgid "Incremental Update incomplete."
|
|
3718
3839
|
msgstr "増分更新が完了していません。"
|
|
3719
3840
|
|
|
3841
|
+
msgid "Incremental Update of Content View Version(s) "
|
|
3842
|
+
msgstr ""
|
|
3843
|
+
|
|
3720
3844
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
|
3721
3845
|
msgstr "%{content_view_count} 件のコンテンツビューバージョンの増分更新 "
|
|
3722
3846
|
|
|
@@ -3729,12 +3853,27 @@ msgstr "増分更新には少なくとも 1 つのコンテンツユニットが
|
|
|
3729
3853
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
|
3730
3854
|
msgstr "複合コンテンツ %{name} のバージョン %{version} に増分更新が指定されましたが、コンポーネントは更新されていません。"
|
|
3731
3855
|
|
|
3856
|
+
msgid "Index content"
|
|
3857
|
+
msgstr ""
|
|
3858
|
+
|
|
3859
|
+
msgid "Index errata"
|
|
3860
|
+
msgstr ""
|
|
3861
|
+
|
|
3862
|
+
msgid "Index module streams"
|
|
3863
|
+
msgstr ""
|
|
3864
|
+
|
|
3865
|
+
msgid "Index package groups"
|
|
3866
|
+
msgstr ""
|
|
3867
|
+
|
|
3732
3868
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
|
3733
3869
|
msgstr "情報タイプは以下のいずれかでなければなりません [ %{list} ]"
|
|
3734
3870
|
|
|
3735
3871
|
msgid "Inherit from Repository"
|
|
3736
3872
|
msgstr "リポジトリーから継承"
|
|
3737
3873
|
|
|
3874
|
+
msgid "Initialize"
|
|
3875
|
+
msgstr ""
|
|
3876
|
+
|
|
3738
3877
|
msgid "Initiate a sync of the products attached to the sync plan"
|
|
3739
3878
|
msgstr "同期プランに割り当てられた製品の同期を開始します"
|
|
3740
3879
|
|
|
@@ -3810,9 +3949,15 @@ msgstr "パッケージグループをインストールしています..."
|
|
|
3810
3949
|
msgid "Installing Package..."
|
|
3811
3950
|
msgstr "パッケージのインストール中..."
|
|
3812
3951
|
|
|
3952
|
+
msgid "Instance update"
|
|
3953
|
+
msgstr ""
|
|
3954
|
+
|
|
3813
3955
|
msgid "Instance-based"
|
|
3814
3956
|
msgstr "インスタンスベース"
|
|
3815
3957
|
|
|
3958
|
+
msgid "Insufficient space for selected hosts"
|
|
3959
|
+
msgstr ""
|
|
3960
|
+
|
|
3816
3961
|
msgid "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported."
|
|
3817
3962
|
msgstr "指定済みオブジェクトに関連付けることができるホストコレクションのみを返す指定済みオブジェクトを解釈します。値 'host' がサポートされます。"
|
|
3818
3963
|
|
|
@@ -4047,6 +4192,15 @@ msgstr "コンテンツビューのラベル"
|
|
|
4047
4192
|
msgid "Label of the flatpak remote"
|
|
4048
4193
|
msgstr "flatpak リモートのラベル"
|
|
4049
4194
|
|
|
4195
|
+
msgid "Labels"
|
|
4196
|
+
msgstr ""
|
|
4197
|
+
|
|
4198
|
+
msgid "Labels and annotations"
|
|
4199
|
+
msgstr ""
|
|
4200
|
+
|
|
4201
|
+
msgid "Labels | Annotations"
|
|
4202
|
+
msgstr ""
|
|
4203
|
+
|
|
4050
4204
|
msgid "Last check-in:"
|
|
4051
4205
|
msgstr "最終チェックイン"
|
|
4052
4206
|
|
|
@@ -4149,6 +4303,9 @@ msgstr "ライフサイクル環境: {lce}"
|
|
|
4149
4303
|
msgid "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy."
|
|
4150
4304
|
msgstr "ライフサイクル環境をデフォルトの Smart Proxy で変更できません。すべてのライフサイクル環境のコンテンツはこの Smart Proxy 上に存在します。"
|
|
4151
4305
|
|
|
4306
|
+
msgid "Limit"
|
|
4307
|
+
msgstr ""
|
|
4308
|
+
|
|
4152
4309
|
msgid "Limit actions to content in the host's environment."
|
|
4153
4310
|
msgstr "アクションをホストの環境内のコンテンツに制限します。"
|
|
4154
4311
|
|
|
@@ -4479,12 +4636,18 @@ msgstr "リポジトリーセットの管理"
|
|
|
4479
4636
|
msgid "Manifest"
|
|
4480
4637
|
msgstr "Manifest (マニフェスト)"
|
|
4481
4638
|
|
|
4639
|
+
msgid "Manifest Details"
|
|
4640
|
+
msgstr ""
|
|
4641
|
+
|
|
4482
4642
|
msgid "Manifest History"
|
|
4483
4643
|
msgstr "マニフェストの履歴"
|
|
4484
4644
|
|
|
4485
4645
|
msgid "Manifest deleted"
|
|
4486
4646
|
msgstr "マニフェストを削除しました"
|
|
4487
4647
|
|
|
4648
|
+
msgid "Manifest digest"
|
|
4649
|
+
msgstr ""
|
|
4650
|
+
|
|
4488
4651
|
msgid "Manifest does not have a valid subscription"
|
|
4489
4652
|
msgstr "マニフェストに有効なサブスクリプションがありません"
|
|
4490
4653
|
|
|
@@ -4569,6 +4732,9 @@ msgstr "メッセージ"
|
|
|
4569
4732
|
msgid "Messaging connection"
|
|
4570
4733
|
msgstr "メッセージング接続"
|
|
4571
4734
|
|
|
4735
|
+
msgid "Metadata generate"
|
|
4736
|
+
msgstr ""
|
|
4737
|
+
|
|
4572
4738
|
msgid ""
|
|
4573
4739
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
|
4574
4740
|
"Alternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories."
|
|
@@ -4609,6 +4775,9 @@ msgstr "モデル"
|
|
|
4609
4775
|
msgid "Moderate"
|
|
4610
4776
|
msgstr "中"
|
|
4611
4777
|
|
|
4778
|
+
msgid "Modified"
|
|
4779
|
+
msgstr ""
|
|
4780
|
+
|
|
4612
4781
|
msgid "Modify via remote execution"
|
|
4613
4782
|
msgstr "リモート実行による変更"
|
|
4614
4783
|
|
|
@@ -4636,6 +4805,15 @@ msgstr "Red Hat リポジトリーを有効にしたり、カスタム製品を
|
|
|
4636
4805
|
msgid "Multi Content View Environment"
|
|
4637
4806
|
msgstr "マルチコンテンツビュー環境"
|
|
4638
4807
|
|
|
4808
|
+
msgid "Multi copy all units"
|
|
4809
|
+
msgstr ""
|
|
4810
|
+
|
|
4811
|
+
msgid "Multi copy content"
|
|
4812
|
+
msgstr ""
|
|
4813
|
+
|
|
4814
|
+
msgid "Multi copy units"
|
|
4815
|
+
msgstr ""
|
|
4816
|
+
|
|
4639
4817
|
msgid "Multi-entitlement"
|
|
4640
4818
|
msgstr "マルチエンタイトルメント"
|
|
4641
4819
|
|
|
@@ -4942,6 +5120,9 @@ msgstr "%s でレポートされたインストール済みパッケージや有
|
|
|
4942
5120
|
msgid "No items have been specified."
|
|
4943
5121
|
msgstr "項目が指定されていません。"
|
|
4944
5122
|
|
|
5123
|
+
msgid "No labels"
|
|
5124
|
+
msgstr ""
|
|
5125
|
+
|
|
4945
5126
|
msgid "No manifest file uploaded"
|
|
4946
5127
|
msgstr "マニフェストファイルがアップロードされていません"
|
|
4947
5128
|
|
|
@@ -5281,6 +5462,9 @@ msgstr "組織ラベル"
|
|
|
5281
5462
|
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
|
5282
5463
|
msgstr "組織ラベル '%s' はあいまいです。ID ベースのコンテナー名の使用を試してください。"
|
|
5283
5464
|
|
|
5465
|
+
msgid "Organization must be specified when providing product by name."
|
|
5466
|
+
msgstr ""
|
|
5467
|
+
|
|
5284
5468
|
msgid "Organization not found"
|
|
5285
5469
|
msgstr "組織が見つかりません"
|
|
5286
5470
|
|
|
@@ -5684,6 +5868,9 @@ msgstr "製品ラベル"
|
|
|
5684
5868
|
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
|
5685
5869
|
msgstr "製品ラベル '%s' はあいまいです。ID ベースのコンテナー名の使用を試してください。"
|
|
5686
5870
|
|
|
5871
|
+
msgid "Product must be specified."
|
|
5872
|
+
msgstr ""
|
|
5873
|
+
|
|
5687
5874
|
msgid "Product name"
|
|
5688
5875
|
msgstr "製品名"
|
|
5689
5876
|
|
|
@@ -5846,6 +6033,9 @@ msgstr "Pulp ストレージ"
|
|
|
5846
6033
|
msgid "Pulp task error"
|
|
5847
6034
|
msgstr "Pulp タスクのエラー"
|
|
5848
6035
|
|
|
6036
|
+
msgid "Purge completed tasks"
|
|
6037
|
+
msgstr ""
|
|
6038
|
+
|
|
5849
6039
|
msgid "Python Package"
|
|
5850
6040
|
msgstr "Python パッケージ"
|
|
5851
6041
|
|
|
@@ -5945,6 +6135,9 @@ msgstr "再起動が必要です"
|
|
|
5945
6135
|
msgid "Reclaim Space"
|
|
5946
6136
|
msgstr "領域の再利用"
|
|
5947
6137
|
|
|
6138
|
+
msgid "Reclaim space"
|
|
6139
|
+
msgstr ""
|
|
6140
|
+
|
|
5948
6141
|
msgid "Reclaim space from On Demand repositories"
|
|
5949
6142
|
msgstr "オンデマンドリポジトリーからの領域の再利用"
|
|
5950
6143
|
|
|
@@ -6011,6 +6204,9 @@ msgstr "RollingCV リポジトリーの更新"
|
|
|
6011
6204
|
msgid "Refresh all alternate content sources"
|
|
6012
6205
|
msgstr "すべての代替コンテンツソースの更新"
|
|
6013
6206
|
|
|
6207
|
+
msgid "Refresh all distributions"
|
|
6208
|
+
msgstr ""
|
|
6209
|
+
|
|
6014
6210
|
msgid "Refresh alternate content sources"
|
|
6015
6211
|
msgstr "代替コンテンツソースの更新"
|
|
6016
6212
|
|
|
@@ -6023,15 +6219,27 @@ msgstr "適用可能性の更新"
|
|
|
6023
6219
|
msgid "Refresh counts"
|
|
6024
6220
|
msgstr "更新回数"
|
|
6025
6221
|
|
|
6222
|
+
msgid "Refresh distribution"
|
|
6223
|
+
msgstr ""
|
|
6224
|
+
|
|
6026
6225
|
msgid "Refresh errata applicability"
|
|
6027
6226
|
msgstr "エラータの適用可能性の更新"
|
|
6028
6227
|
|
|
6228
|
+
msgid "Refresh if needed"
|
|
6229
|
+
msgstr ""
|
|
6230
|
+
|
|
6029
6231
|
msgid "Refresh package applicability"
|
|
6030
6232
|
msgstr "パッケージの適用可能性の更新"
|
|
6031
6233
|
|
|
6032
6234
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
|
6033
6235
|
msgstr "Red Hat プロバイダーの以前にインポートされたマニフェストを更新"
|
|
6034
6236
|
|
|
6237
|
+
msgid "Refresh remote"
|
|
6238
|
+
msgstr ""
|
|
6239
|
+
|
|
6240
|
+
msgid "Refresh repos"
|
|
6241
|
+
msgstr ""
|
|
6242
|
+
|
|
6035
6243
|
msgid "Refresh source"
|
|
6036
6244
|
msgstr "ソースの更新"
|
|
6037
6245
|
|
|
@@ -6074,6 +6282,9 @@ msgstr "レジストリー名のパターンが原因で、メンバーリポジ
|
|
|
6074
6282
|
msgid "Registry token expiration time"
|
|
6075
6283
|
msgstr ""
|
|
6076
6284
|
|
|
6285
|
+
msgid "Reindex subscriptions"
|
|
6286
|
+
msgstr ""
|
|
6287
|
+
|
|
6077
6288
|
msgid "Related composite content views"
|
|
6078
6289
|
msgstr "関連する複合コンテンツビュー"
|
|
6079
6290
|
|
|
@@ -6149,6 +6360,9 @@ msgstr "環境からの削除"
|
|
|
6149
6360
|
msgid "Remove from environments"
|
|
6150
6361
|
msgstr "環境からの削除"
|
|
6151
6362
|
|
|
6363
|
+
msgid "Remove from host collections"
|
|
6364
|
+
msgstr ""
|
|
6365
|
+
|
|
6152
6366
|
msgid "Remove host from collections"
|
|
6153
6367
|
msgstr "コレクションからホストを削除"
|
|
6154
6368
|
|
|
@@ -6170,6 +6384,9 @@ msgstr "1 つ以上のホストから 1 つ以上のコンテンツコレクシ
|
|
|
6170
6384
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
|
6171
6385
|
msgstr "アップストリームマニフェストから 1 つ以上のサブスクリプションを削除します"
|
|
6172
6386
|
|
|
6387
|
+
msgid "Remove orphans"
|
|
6388
|
+
msgstr ""
|
|
6389
|
+
|
|
6173
6390
|
msgid "Remove package group via Katello interface"
|
|
6174
6391
|
msgstr "Katello インターフェイスでのパッケージグループの削除"
|
|
6175
6392
|
|
|
@@ -6185,12 +6402,24 @@ msgstr "Katello インターフェイスでのパッケージの削除"
|
|
|
6185
6402
|
msgid "Remove products from sync plan"
|
|
6186
6403
|
msgstr "同期プランから製品を削除"
|
|
6187
6404
|
|
|
6405
|
+
msgid "Remove rolling repo clone"
|
|
6406
|
+
msgstr ""
|
|
6407
|
+
|
|
6408
|
+
msgid "Remove units"
|
|
6409
|
+
msgstr ""
|
|
6410
|
+
|
|
6411
|
+
msgid "Remove unneeded repos"
|
|
6412
|
+
msgstr ""
|
|
6413
|
+
|
|
6188
6414
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
|
6189
6415
|
msgstr "コンテンツビューからバージョンおよび/または環境を削除し、システムおよびキーを再度割り当てます"
|
|
6190
6416
|
|
|
6191
6417
|
msgid "Remove versions from environments"
|
|
6192
6418
|
msgstr "環境からのバージョンの削除"
|
|
6193
6419
|
|
|
6420
|
+
msgid "Removed %{count} host(s) from host collection %{host_collection}."
|
|
6421
|
+
msgstr ""
|
|
6422
|
+
|
|
6194
6423
|
msgid "Removed component from content view"
|
|
6195
6424
|
msgstr "コンテンツビューからコンポーネントを削除しました"
|
|
6196
6425
|
|
|
@@ -6209,6 +6438,9 @@ msgstr "ID が %{acs_id} の ACS %{acs_name} から ID が %{prod_id} の製品
|
|
|
6209
6438
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
|
6210
6439
|
msgstr "すべての環境からこのバージョンを削除しても、バージョンは削除されません。バージョンは引き続き以降のプロモーションの対象になります。"
|
|
6211
6440
|
|
|
6441
|
+
msgid "Repair"
|
|
6442
|
+
msgstr ""
|
|
6443
|
+
|
|
6212
6444
|
msgid "Replace content source on the target machine"
|
|
6213
6445
|
msgstr "ターゲットマシン上のコンテンツソースの置き換え"
|
|
6214
6446
|
|
|
@@ -6227,12 +6459,18 @@ msgstr "リポジトリー"
|
|
|
6227
6459
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
|
6228
6460
|
msgstr "CDN 設定がエアギャップ (切断) に設定されている間、リポジトリーは有効にできません。"
|
|
6229
6461
|
|
|
6462
|
+
msgid "Repositories certs reset"
|
|
6463
|
+
msgstr ""
|
|
6464
|
+
|
|
6230
6465
|
msgid "Repositories common to the selected content view versions will merge, resulting in a composite content view that is a union of all content from each of the content view versions."
|
|
6231
6466
|
msgstr "選択したコンテンツビューバージョンに共通のリポジトリーがマージされます。その結果、各コンテンツビューバージョンのすべてのコンテンツが結合された複合コンテンツビューが作成されます。"
|
|
6232
6467
|
|
|
6233
6468
|
msgid "Repositories from published Content Views are not allowed."
|
|
6234
6469
|
msgstr "公開されたコンテンツビューからのリポジトリーは許可されません。"
|
|
6235
6470
|
|
|
6471
|
+
msgid "Repositories gpg reset"
|
|
6472
|
+
msgstr ""
|
|
6473
|
+
|
|
6236
6474
|
msgid "Repository"
|
|
6237
6475
|
msgstr "リポジトリー"
|
|
6238
6476
|
|
|
@@ -6398,6 +6636,9 @@ msgstr "複合コンテンツビューのプロモートの制限"
|
|
|
6398
6636
|
msgid "Result"
|
|
6399
6637
|
msgstr "結果"
|
|
6400
6638
|
|
|
6639
|
+
msgid "Retain build profile upon unregistration"
|
|
6640
|
+
msgstr ""
|
|
6641
|
+
|
|
6401
6642
|
msgid "Retrieve a single errata for a host"
|
|
6402
6643
|
msgstr "ホストに関するエラータを 1 つ取得する"
|
|
6403
6644
|
|
|
@@ -6590,6 +6831,21 @@ msgstr "保存"
|
|
|
6590
6831
|
msgid "Save Environments"
|
|
6591
6832
|
msgstr ""
|
|
6592
6833
|
|
|
6834
|
+
msgid "Save artifact"
|
|
6835
|
+
msgstr ""
|
|
6836
|
+
|
|
6837
|
+
msgid "Save distribution references"
|
|
6838
|
+
msgstr ""
|
|
6839
|
+
|
|
6840
|
+
msgid "Save publication"
|
|
6841
|
+
msgstr ""
|
|
6842
|
+
|
|
6843
|
+
msgid "Save version"
|
|
6844
|
+
msgstr ""
|
|
6845
|
+
|
|
6846
|
+
msgid "Save versions"
|
|
6847
|
+
msgstr ""
|
|
6848
|
+
|
|
6593
6849
|
msgid "Saving alternate content source..."
|
|
6594
6850
|
msgstr "代替コンテンツソースの保存"
|
|
6595
6851
|
|
|
@@ -6599,6 +6855,12 @@ msgstr "スキャン"
|
|
|
6599
6855
|
msgid "Scan a flatpak remote"
|
|
6600
6856
|
msgstr "flatpak リモートをスキャンする"
|
|
6601
6857
|
|
|
6858
|
+
msgid "Scan cdn"
|
|
6859
|
+
msgstr ""
|
|
6860
|
+
|
|
6861
|
+
msgid "Scan remote"
|
|
6862
|
+
msgstr ""
|
|
6863
|
+
|
|
6602
6864
|
msgid "Schema version 1"
|
|
6603
6865
|
msgstr "スキーマバージョン 1"
|
|
6604
6866
|
|
|
@@ -6647,6 +6909,9 @@ msgstr "適用可能なセキュリティーエラータ"
|
|
|
6647
6909
|
msgid "Security errata installable"
|
|
6648
6910
|
msgstr "インストール可能なセキュリティーエラータ"
|
|
6649
6911
|
|
|
6912
|
+
msgid "See child manifests"
|
|
6913
|
+
msgstr ""
|
|
6914
|
+
|
|
6650
6915
|
msgid "Select"
|
|
6651
6916
|
msgstr "選択"
|
|
6652
6917
|
|
|
@@ -6758,6 +7023,9 @@ msgstr "ホスト {hostName} に関連付けるホストコレクションを選
|
|
|
6758
7023
|
msgid "Select host collection(s) to remove from host {hostName}."
|
|
6759
7024
|
msgstr "ホスト {hostName} から削除するホストコレクションを選択します。"
|
|
6760
7025
|
|
|
7026
|
+
msgid "Select host collections to change their associations with {selectedHosts}. Changing host collection will affect all your selected hosts. Some hosts may already be in your chosen collections."
|
|
7027
|
+
msgstr ""
|
|
7028
|
+
|
|
6761
7029
|
msgid "Select hosts to assign to %s"
|
|
6762
7030
|
msgstr "ホストを選択して %s に割り当てます"
|
|
6763
7031
|
|
|
@@ -6837,7 +7105,7 @@ msgid "Service Level (SLA)"
|
|
|
6837
7105
|
msgstr "サービスレベル (SLA)"
|
|
6838
7106
|
|
|
6839
7107
|
msgid "Service level"
|
|
6840
|
-
msgstr ""
|
|
7108
|
+
msgstr "サービスレベル"
|
|
6841
7109
|
|
|
6842
7110
|
msgid "Service level of host"
|
|
6843
7111
|
msgstr "ホストのサービスレベル"
|
|
@@ -6878,6 +7146,9 @@ msgstr "重要度"
|
|
|
6878
7146
|
msgid "Severity must be one of: %s"
|
|
6879
7147
|
msgstr "重大度は %s のいずれかに指定する必要があります"
|
|
6880
7148
|
|
|
7149
|
+
msgid "Show ${remainingCount} more"
|
|
7150
|
+
msgstr ""
|
|
7151
|
+
|
|
6881
7152
|
msgid "Show %s"
|
|
6882
7153
|
msgstr "%s の表示"
|
|
6883
7154
|
|
|
@@ -7361,9 +7632,6 @@ msgstr "成功"
|
|
|
7361
7632
|
msgid "Successfully added %s Host(s)."
|
|
7362
7633
|
msgstr "%s 台のホストが正常に追加されました。"
|
|
7363
7634
|
|
|
7364
|
-
msgid "Successfully added %{count} content host(s) to host collection %{host_collection}."
|
|
7365
|
-
msgstr "コンテンツホスト %{count} 台がホストコレクション %{host_collection} に正常に追加されました。"
|
|
7366
|
-
|
|
7367
7635
|
msgid "Successfully changed sync plan for %s product(s)"
|
|
7368
7636
|
msgstr "%s 製品の同期プランが正常に変更されました"
|
|
7369
7637
|
|
|
@@ -7376,9 +7644,6 @@ msgstr "正常に更新されました。"
|
|
|
7376
7644
|
msgid "Successfully removed %s Host(s)."
|
|
7377
7645
|
msgstr "%s 台のホストが正常に削除されました。"
|
|
7378
7646
|
|
|
7379
|
-
msgid "Successfully removed %{count} content host(s) from host collection %{host_collection}."
|
|
7380
|
-
msgstr "ホストコレクション %{host_collection} から %{count} 台のコンテンツホストが正常に削除されました。"
|
|
7381
|
-
|
|
7382
7647
|
msgid "Successfully synced capsule."
|
|
7383
7648
|
msgstr "Capsule が正常に同期されました。"
|
|
7384
7649
|
|
|
@@ -7397,6 +7662,9 @@ msgstr "サポート終了"
|
|
|
7397
7662
|
msgid "Supported Content Types"
|
|
7398
7663
|
msgstr "サポート対象のコンテンツタイプ"
|
|
7399
7664
|
|
|
7665
|
+
msgid "Sync"
|
|
7666
|
+
msgstr ""
|
|
7667
|
+
|
|
7400
7668
|
msgid "Sync Canceled"
|
|
7401
7669
|
msgstr "同期が取り消されました"
|
|
7402
7670
|
|
|
@@ -7451,6 +7719,9 @@ msgstr "リポジトリーの同期"
|
|
|
7451
7719
|
msgid "Sync all repositories for a product"
|
|
7452
7720
|
msgstr "製品のすべてのリポジトリーを同期します"
|
|
7453
7721
|
|
|
7722
|
+
msgid "Sync capsule"
|
|
7723
|
+
msgstr ""
|
|
7724
|
+
|
|
7454
7725
|
msgid "Sync complete."
|
|
7455
7726
|
msgstr "同期が完了しました。"
|
|
7456
7727
|
|
|
@@ -7469,6 +7740,9 @@ msgstr "目的の製品を選択して、アップストリームリポジトリ
|
|
|
7469
7740
|
msgid "Sync state"
|
|
7470
7741
|
msgstr "同期の状態"
|
|
7471
7742
|
|
|
7743
|
+
msgid "Syncable export"
|
|
7744
|
+
msgstr ""
|
|
7745
|
+
|
|
7472
7746
|
msgid "Synced"
|
|
7473
7747
|
msgstr "同期されています"
|
|
7474
7748
|
|
|
@@ -7478,9 +7752,6 @@ msgstr "同期されています "
|
|
|
7478
7752
|
msgid "Synced Content"
|
|
7479
7753
|
msgstr "同期されたコンテンツ"
|
|
7480
7754
|
|
|
7481
|
-
msgid "Synced container images content"
|
|
7482
|
-
msgstr ""
|
|
7483
|
-
|
|
7484
7755
|
msgid "Synchronize"
|
|
7485
7756
|
msgstr "同期"
|
|
7486
7757
|
|
|
@@ -7523,6 +7794,9 @@ msgstr "システム目的の属性の更新"
|
|
|
7523
7794
|
msgid "System purpose enables you to set the system's intended use on your network and improves reporting accuracy in the Subscriptions service of the Red Hat Hybrid Cloud Console."
|
|
7524
7795
|
msgstr "システム目的では、ネットワーク上でシステムの使用目的を設定して、Red Hat Hybrid Cloud Console のサブスクリプションサービスでレポートの精度を向上させることができます。"
|
|
7525
7796
|
|
|
7797
|
+
msgid "Tag"
|
|
7798
|
+
msgstr ""
|
|
7799
|
+
|
|
7526
7800
|
msgid "Tag name"
|
|
7527
7801
|
msgstr "タグ名"
|
|
7528
7802
|
|
|
@@ -7981,6 +8255,9 @@ msgstr "まず、このホストをホストコレクションに追加します
|
|
|
7981
8255
|
msgid "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories."
|
|
7982
8256
|
msgstr "コンテンツビューから特定のコンテンツを追加または除外するには、フィルターを作成します。フィルターを使用しない場合は、コンテンツビューには追加したリポジトリーにあるものがすべて含まれます。"
|
|
7983
8257
|
|
|
8258
|
+
msgid "To manage host collections, a specific organization must be selected from the organization context."
|
|
8259
|
+
msgstr ""
|
|
8260
|
+
|
|
7984
8261
|
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
|
7985
8262
|
msgstr "ホストのコンテンツオーバーライドを管理するには、組織コンテキストから特定の組織を選択する必要があります。"
|
|
7986
8263
|
|
|
@@ -8299,15 +8576,27 @@ msgstr "組織内の環境を更新"
|
|
|
8299
8576
|
msgid "Update content counts for the smart proxy"
|
|
8300
8577
|
msgstr "Smart Proxy のコンテンツ数を更新します"
|
|
8301
8578
|
|
|
8579
|
+
msgid "Update content urls"
|
|
8580
|
+
msgstr ""
|
|
8581
|
+
|
|
8302
8582
|
msgid "Update content view environments for host"
|
|
8303
8583
|
msgstr "ホストのコンテンツビュー環境の更新"
|
|
8304
8584
|
|
|
8305
8585
|
msgid "Update content view environments for host %s"
|
|
8306
8586
|
msgstr "ホスト %s のコンテンツビュー環境の更新"
|
|
8307
8587
|
|
|
8588
|
+
msgid "Update distributions"
|
|
8589
|
+
msgstr ""
|
|
8590
|
+
|
|
8308
8591
|
msgid "Update hosts manually"
|
|
8309
8592
|
msgstr "ホストの手動更新"
|
|
8310
8593
|
|
|
8594
|
+
msgid "Update http proxy"
|
|
8595
|
+
msgstr ""
|
|
8596
|
+
|
|
8597
|
+
msgid "Update http proxy details"
|
|
8598
|
+
msgstr ""
|
|
8599
|
+
|
|
8311
8600
|
msgid "Update installed packages, enabled repos, module inventory"
|
|
8312
8601
|
msgstr "インストール済みパッケージ、有効なリポジトリー、モジュールインベントリーの更新"
|
|
8313
8602
|
|
|
@@ -8323,12 +8612,21 @@ msgstr "Katello インターフェイスでのパッケージの更新"
|
|
|
8323
8612
|
msgid "Update packages via Katello interface"
|
|
8324
8613
|
msgstr "Katello インターフェイスでのパッケージの更新"
|
|
8325
8614
|
|
|
8615
|
+
msgid "Update redhat repository"
|
|
8616
|
+
msgstr ""
|
|
8617
|
+
|
|
8326
8618
|
msgid "Update release version for host"
|
|
8327
8619
|
msgstr "ホストのリリースバージョンの更新"
|
|
8328
8620
|
|
|
8329
8621
|
msgid "Update release version for host %s"
|
|
8330
8622
|
msgstr "ホスト %s のリリースバージョンの更新"
|
|
8331
8623
|
|
|
8624
|
+
msgid "Update remote"
|
|
8625
|
+
msgstr ""
|
|
8626
|
+
|
|
8627
|
+
msgid "Update repository"
|
|
8628
|
+
msgstr ""
|
|
8629
|
+
|
|
8332
8630
|
msgid "Update services requiring restart"
|
|
8333
8631
|
msgstr "再起動が必要なサービスの更新"
|
|
8334
8632
|
|
|
@@ -8419,6 +8717,12 @@ msgstr "ファイルのコンテンツのチャンクをアップロード"
|
|
|
8419
8717
|
msgid "Upload a subscription manifest"
|
|
8420
8718
|
msgstr "サブスクリプションマニフェストのアップロード"
|
|
8421
8719
|
|
|
8720
|
+
msgid "Upload content"
|
|
8721
|
+
msgstr ""
|
|
8722
|
+
|
|
8723
|
+
msgid "Upload file"
|
|
8724
|
+
msgstr ""
|
|
8725
|
+
|
|
8422
8726
|
msgid "Upload into"
|
|
8423
8727
|
msgstr "アップロード先"
|
|
8424
8728
|
|
|
@@ -8428,6 +8732,9 @@ msgstr "パッケージ/リポジトリープロファイルのアップロー
|
|
|
8428
8732
|
msgid "Upload request id"
|
|
8429
8733
|
msgstr "要求 ID のアップロード"
|
|
8430
8734
|
|
|
8735
|
+
msgid "Upload tag"
|
|
8736
|
+
msgstr ""
|
|
8737
|
+
|
|
8431
8738
|
msgid "Upstream Candlepin"
|
|
8432
8739
|
msgstr "アップストリーム Candlepin"
|
|
8433
8740
|
|
|
@@ -8543,11 +8850,14 @@ msgid "Value must either be a boolean or 'default' for 'enabled'"
|
|
|
8543
8850
|
msgstr "値は、ブール値またはデフォルト (「有効」) のいずれかである必要があります"
|
|
8544
8851
|
|
|
8545
8852
|
msgid "Verify Content Checksum"
|
|
8546
|
-
msgstr ""
|
|
8853
|
+
msgstr "コンテンツチェックサムの確認"
|
|
8547
8854
|
|
|
8548
8855
|
msgid "Verify SSL"
|
|
8549
8856
|
msgstr "SSL の確認"
|
|
8550
8857
|
|
|
8858
|
+
msgid "Verify checksum"
|
|
8859
|
+
msgstr ""
|
|
8860
|
+
|
|
8551
8861
|
msgid "Verify checksum for content on smart proxy"
|
|
8552
8862
|
msgstr "Smart Proxy 上のコンテンツのチェックサムを確認する"
|
|
8553
8863
|
|
|
@@ -8641,6 +8951,15 @@ msgstr "詳細の表示"
|
|
|
8641
8951
|
msgid "View documentation"
|
|
8642
8952
|
msgstr "ドキュメントの表示"
|
|
8643
8953
|
|
|
8954
|
+
msgid "View here"
|
|
8955
|
+
msgstr ""
|
|
8956
|
+
|
|
8957
|
+
msgid "View labels and annotations"
|
|
8958
|
+
msgstr ""
|
|
8959
|
+
|
|
8960
|
+
msgid "View labels and annotations for image "
|
|
8961
|
+
msgstr ""
|
|
8962
|
+
|
|
8644
8963
|
msgid "View matching content"
|
|
8645
8964
|
msgstr "マッチするコンテンツの表示"
|
|
8646
8965
|
|
|
@@ -8680,6 +8999,9 @@ msgstr "「リリース/ディストリビューション」を設定した場
|
|
|
8680
8999
|
msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
|
|
8681
9000
|
msgstr "「アップストリームの URL」を設定した場合は、「リリース/ディストリビューション」も設定する必要があります!"
|
|
8682
9001
|
|
|
9002
|
+
msgid "When enabled, provisioning information like content view environments, kickstart repository, and content source will be retained when a host is unregistered. When disabled, this information will be cleared during unregistration."
|
|
9003
|
+
msgstr ""
|
|
9004
|
+
|
|
8683
9005
|
msgid "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')"
|
|
8684
9006
|
msgstr "subscription-manager でホストを登録すると、指定のファクトを強制的に使用します ('fact.fact' の形式)"
|
|
8685
9007
|
|