foreman_discovery 19.0.2 → 21.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/models/concerns/discovery_taxonomy_extensions.rb +1 -1
- data/app/models/host/discovered.rb +10 -1
- data/app/services/foreman_discovery/host_converter.rb +9 -2
- data/app/views/foreman_discovery/debian_kexec.erb +3 -1
- data/app/views/foreman_discovery/redhat_kexec.erb +3 -1
- data/lib/foreman_discovery/engine.rb +1 -1
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ca/foreman_discovery.edit.po +27 -19
- data/locale/ca/foreman_discovery.po +17 -11
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.edit.po +19 -11
- data/locale/de/foreman_discovery.po +9 -3
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.edit.po +16 -8
- data/locale/en/foreman_discovery.po +7 -1
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.edit.po +19 -11
- data/locale/en_GB/foreman_discovery.po +9 -3
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.edit.po +19 -11
- data/locale/es/foreman_discovery.po +9 -3
- data/locale/foreman_discovery.pot +23 -9
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.edit.po +49 -41
- data/locale/fr/foreman_discovery.po +39 -33
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.edit.po +29 -21
- data/locale/gl/foreman_discovery.po +19 -13
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.edit.po +19 -11
- data/locale/it/foreman_discovery.po +9 -3
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.edit.po +21 -13
- data/locale/ja/foreman_discovery.po +11 -5
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.edit.po +19 -11
- data/locale/ko/foreman_discovery.po +9 -3
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.edit.po +19 -11
- data/locale/pt_BR/foreman_discovery.po +9 -3
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.edit.po +19 -11
- data/locale/ru/foreman_discovery.po +9 -3
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.edit.po +29 -21
- data/locale/sv_SE/foreman_discovery.po +19 -13
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.edit.po +21 -13
- data/locale/zh_CN/foreman_discovery.po +11 -5
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.edit.po +19 -11
- data/locale/zh_TW/foreman_discovery.po +9 -3
- data/test/unit/discovered_extensions_test.rb +14 -1
- data/test/unit/host_discovered_test.rb +7 -1
- metadata +5 -3
@@ -7,11 +7,11 @@
|
|
7
7
|
# 山田 修司 🍣 Shuji Yamada <uzy.exe@gmail.com>, 2015
|
8
8
|
msgid ""
|
9
9
|
msgstr ""
|
10
|
-
"Project-Id-Version: foreman_discovery
|
10
|
+
"Project-Id-Version: foreman_discovery 21.0.0\n"
|
11
11
|
"Report-Msgid-Bugs-To: \n"
|
12
|
-
"POT-Creation-Date:
|
13
|
-
"PO-Revision-Date:
|
14
|
-
"Last-Translator:
|
12
|
+
"POT-Creation-Date: 2022-03-17 14:06+0100\n"
|
13
|
+
"PO-Revision-Date: 2013-11-15 17:25+0000\n"
|
14
|
+
"Last-Translator: 山田 修司 🍣 Shuji Yamada <uzy.exe@gmail.com>, 2015\n"
|
15
15
|
"Language-Team: Japanese (http://www.transifex.com/foreman/foreman/language/ja/"
|
16
16
|
")\n"
|
17
17
|
"MIME-Version: 1.0\n"
|
@@ -462,31 +462,31 @@ msgstr "無効なファクトです。ハッシュである必要があります
|
|
462
462
|
msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
|
463
463
|
msgstr "必要な discovery_fact '%s' がありません。プライマリーインターフェースの検出やホスト名の設定ができません"
|
464
464
|
|
465
|
-
#: ../app/models/host/discovered.rb:
|
465
|
+
#: ../app/models/host/discovered.rb:74
|
466
466
|
msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
|
467
467
|
msgstr "無効なファクト: discovery_hostname 設定の全ファクトで、ハッシュの値は無効です: %s"
|
468
468
|
|
469
|
-
#: ../app/models/host/discovered.rb:
|
469
|
+
#: ../app/models/host/discovered.rb:103
|
470
470
|
msgid "Facts could not be imported"
|
471
471
|
msgstr "ファクトをインポートできませんでした"
|
472
472
|
|
473
|
-
#: ../app/models/host/discovered.rb:
|
473
|
+
#: ../app/models/host/discovered.rb:161
|
474
474
|
msgid "Could not get facts from proxy %{url}: %{error}"
|
475
475
|
msgstr "プロキシー %{url} からファクトを取得できませんでした: %{error}"
|
476
476
|
|
477
|
-
#: ../app/models/host/discovered.rb:
|
477
|
+
#: ../app/models/host/discovered.rb:179
|
478
478
|
msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
|
479
479
|
msgstr "%{name} (%{url}) で再起動を実行できません: %{msg}"
|
480
480
|
|
481
|
-
#: ../app/models/host/discovered.rb:
|
481
|
+
#: ../app/models/host/discovered.rb:183 ../app/models/host/discovered.rb:206
|
482
482
|
msgid "Unable to perform %{action} on %{ips}"
|
483
483
|
msgstr "%{ips} で %{action} を実行できません"
|
484
484
|
|
485
|
-
#: ../app/models/host/discovered.rb:
|
485
|
+
#: ../app/models/host/discovered.rb:202
|
486
486
|
msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
|
487
487
|
msgstr "%{name} (%{url}) で kexec を実行できません: %{msg}"
|
488
488
|
|
489
|
-
#: ../app/models/host/discovered.rb:
|
489
|
+
#: ../app/models/host/discovered.rb:226
|
490
490
|
msgid "Invalid hostname: Could not normalize the hostname"
|
491
491
|
msgstr "無効なホスト名: ホスト名を正規化できませんでした"
|
492
492
|
|
@@ -696,11 +696,11 @@ msgstr "名前ジェネレーターのタイプ"
|
|
696
696
|
|
697
697
|
#: ../app/models/setting/discovered.rb:40
|
698
698
|
msgid "Prefer IPv6 to IPv4 when calling discovered nodes"
|
699
|
-
msgstr ""
|
699
|
+
msgstr "検出されたノードを呼び出す際に、IPv4 よりも IPv6 を優先します。"
|
700
700
|
|
701
701
|
#: ../app/models/setting/discovered.rb:40
|
702
702
|
msgid "Prefer IPv6"
|
703
|
-
msgstr ""
|
703
|
+
msgstr "IPv6 を優先します"
|
704
704
|
|
705
705
|
#: ../app/services/foreman_discovery/fact_parser.rb:4
|
706
706
|
msgid "Discovery fact parser does not work with non-discovery host '%{host}'"
|
@@ -1079,6 +1079,14 @@ msgstr "詳細は、以下を参照してください "
|
|
1079
1079
|
msgid "documentation"
|
1080
1080
|
msgstr "ドキュメント"
|
1081
1081
|
|
1082
|
+
#: ../webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js:7
|
1083
|
+
msgid "No discovered hosts found in this context. This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
1084
|
+
msgstr ""
|
1085
|
+
|
1086
|
+
#: ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:12
|
1087
|
+
msgid "No Discovery Rules found in this context. Create Discovery Rules to perform automated provisioning on Discovered Hosts"
|
1088
|
+
msgstr ""
|
1089
|
+
|
1082
1090
|
#: action_names.rb:2
|
1083
1091
|
msgid "Remote action:"
|
1084
1092
|
msgstr "リモートアクション:"
|
@@ -7,10 +7,10 @@
|
|
7
7
|
# 山田 修司 🍣 Shuji Yamada <uzy.exe@gmail.com>, 2015
|
8
8
|
msgid ""
|
9
9
|
msgstr ""
|
10
|
-
"Project-Id-Version: foreman_discovery
|
10
|
+
"Project-Id-Version: foreman_discovery 21.0.0\n"
|
11
11
|
"Report-Msgid-Bugs-To: \n"
|
12
|
-
"PO-Revision-Date:
|
13
|
-
"Last-Translator:
|
12
|
+
"PO-Revision-Date: 2013-11-15 17:25+0000\n"
|
13
|
+
"Last-Translator: 山田 修司 🍣 Shuji Yamada <uzy.exe@gmail.com>, 2015\n"
|
14
14
|
"Language-Team: Japanese (http://www.transifex.com/foreman/foreman/language/ja/"
|
15
15
|
")\n"
|
16
16
|
"MIME-Version: 1.0\n"
|
@@ -508,12 +508,18 @@ msgstr "新規ホスト"
|
|
508
508
|
msgid "New in the last 24 hours"
|
509
509
|
msgstr "過去 24 時間以内の新規"
|
510
510
|
|
511
|
+
msgid "No Discovery Rules found in this context. Create Discovery Rules to perform automated provisioning on Discovered Hosts"
|
512
|
+
msgstr ""
|
513
|
+
|
511
514
|
msgid "No discovered hosts available"
|
512
515
|
msgstr "検出されたホストがありません"
|
513
516
|
|
514
517
|
msgid "No discovered hosts for the selected period"
|
515
518
|
msgstr "選択された期間に検出されたホストはありません"
|
516
519
|
|
520
|
+
msgid "No discovered hosts found in this context. This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
521
|
+
msgstr ""
|
522
|
+
|
517
523
|
msgid "No discovered hosts to provision"
|
518
524
|
msgstr "プロビジョニングする検出されたホストがありません"
|
519
525
|
|
@@ -563,10 +569,10 @@ msgid "Please Confirm"
|
|
563
569
|
msgstr "確認してください"
|
564
570
|
|
565
571
|
msgid "Prefer IPv6"
|
566
|
-
msgstr ""
|
572
|
+
msgstr "IPv6 を優先します"
|
567
573
|
|
568
574
|
msgid "Prefer IPv6 to IPv4 when calling discovered nodes"
|
569
|
-
msgstr ""
|
575
|
+
msgstr "検出されたノードを呼び出す際に、IPv4 よりも IPv6 を優先します。"
|
570
576
|
|
571
577
|
msgid "Primary"
|
572
578
|
msgstr "プライマリー"
|
Binary file
|
@@ -5,11 +5,11 @@
|
|
5
5
|
# Translators:
|
6
6
|
msgid ""
|
7
7
|
msgstr ""
|
8
|
-
"Project-Id-Version: foreman_discovery
|
8
|
+
"Project-Id-Version: foreman_discovery 21.0.0\n"
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
10
|
-
"POT-Creation-Date:
|
11
|
-
"PO-Revision-Date:
|
12
|
-
"Last-Translator:
|
10
|
+
"POT-Creation-Date: 2022-03-17 14:06+0100\n"
|
11
|
+
"PO-Revision-Date: 2013-11-15 17:25+0000\n"
|
12
|
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13
13
|
"Language-Team: Korean (http://www.transifex.com/foreman/foreman/language/ko/)\n"
|
14
14
|
"MIME-Version: 1.0\n"
|
15
15
|
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -461,31 +461,31 @@ msgstr "잘못된 팩트, 해시여야 합니다 "
|
|
461
461
|
msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
|
462
462
|
msgstr "필요한 discovery_fact '%s'이(가) 누락되었습니다. 기본 인터페이스와 설정된 호스트 이름을 감지할 수 없습니다."
|
463
463
|
|
464
|
-
#: ../app/models/host/discovered.rb:
|
464
|
+
#: ../app/models/host/discovered.rb:74
|
465
465
|
msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
|
466
466
|
msgstr ""
|
467
467
|
|
468
|
-
#: ../app/models/host/discovered.rb:
|
468
|
+
#: ../app/models/host/discovered.rb:103
|
469
469
|
msgid "Facts could not be imported"
|
470
470
|
msgstr ""
|
471
471
|
|
472
|
-
#: ../app/models/host/discovered.rb:
|
472
|
+
#: ../app/models/host/discovered.rb:161
|
473
473
|
msgid "Could not get facts from proxy %{url}: %{error}"
|
474
474
|
msgstr "프록시 %{url}에서 팩트를 가져올 수 없습니다: %{error}"
|
475
475
|
|
476
|
-
#: ../app/models/host/discovered.rb:
|
476
|
+
#: ../app/models/host/discovered.rb:179
|
477
477
|
msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
|
478
478
|
msgstr ""
|
479
479
|
|
480
|
-
#: ../app/models/host/discovered.rb:
|
480
|
+
#: ../app/models/host/discovered.rb:183 ../app/models/host/discovered.rb:206
|
481
481
|
msgid "Unable to perform %{action} on %{ips}"
|
482
482
|
msgstr ""
|
483
483
|
|
484
|
-
#: ../app/models/host/discovered.rb:
|
484
|
+
#: ../app/models/host/discovered.rb:202
|
485
485
|
msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
|
486
486
|
msgstr ""
|
487
487
|
|
488
|
-
#: ../app/models/host/discovered.rb:
|
488
|
+
#: ../app/models/host/discovered.rb:226
|
489
489
|
msgid "Invalid hostname: Could not normalize the hostname"
|
490
490
|
msgstr ""
|
491
491
|
|
@@ -1079,6 +1079,14 @@ msgstr ""
|
|
1079
1079
|
msgid "documentation"
|
1080
1080
|
msgstr ""
|
1081
1081
|
|
1082
|
+
#: ../webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js:7
|
1083
|
+
msgid "No discovered hosts found in this context. This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
1084
|
+
msgstr ""
|
1085
|
+
|
1086
|
+
#: ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:12
|
1087
|
+
msgid "No Discovery Rules found in this context. Create Discovery Rules to perform automated provisioning on Discovered Hosts"
|
1088
|
+
msgstr ""
|
1089
|
+
|
1082
1090
|
#: action_names.rb:2
|
1083
1091
|
msgid "Remote action:"
|
1084
1092
|
msgstr "원격 작업:"
|
@@ -5,10 +5,10 @@
|
|
5
5
|
# Translators:
|
6
6
|
msgid ""
|
7
7
|
msgstr ""
|
8
|
-
"Project-Id-Version: foreman_discovery
|
8
|
+
"Project-Id-Version: foreman_discovery 21.0.0\n"
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
10
|
-
"PO-Revision-Date:
|
11
|
-
"Last-Translator:
|
10
|
+
"PO-Revision-Date: 2013-11-15 17:25+0000\n"
|
11
|
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
12
12
|
"Language-Team: Korean (http://www.transifex.com/foreman/foreman/language/ko/)\n"
|
13
13
|
"MIME-Version: 1.0\n"
|
14
14
|
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -508,12 +508,18 @@ msgstr ""
|
|
508
508
|
msgid "New in the last 24 hours"
|
509
509
|
msgstr "지난 24시간 이내의 신규 항목"
|
510
510
|
|
511
|
+
msgid "No Discovery Rules found in this context. Create Discovery Rules to perform automated provisioning on Discovered Hosts"
|
512
|
+
msgstr ""
|
513
|
+
|
511
514
|
msgid "No discovered hosts available"
|
512
515
|
msgstr "사용 가능한 검색된 호스트가 없습니다 "
|
513
516
|
|
514
517
|
msgid "No discovered hosts for the selected period"
|
515
518
|
msgstr ""
|
516
519
|
|
520
|
+
msgid "No discovered hosts found in this context. This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
521
|
+
msgstr ""
|
522
|
+
|
517
523
|
msgid "No discovered hosts to provision"
|
518
524
|
msgstr "프로비저닝할 검색된 호스트가 없습니다 "
|
519
525
|
|
Binary file
|
@@ -13,11 +13,11 @@
|
|
13
13
|
# Valeria S Silva <valeriassilva@live.com>, 2015
|
14
14
|
msgid ""
|
15
15
|
msgstr ""
|
16
|
-
"Project-Id-Version: foreman_discovery
|
16
|
+
"Project-Id-Version: foreman_discovery 21.0.0\n"
|
17
17
|
"Report-Msgid-Bugs-To: \n"
|
18
|
-
"POT-Creation-Date:
|
19
|
-
"PO-Revision-Date:
|
20
|
-
"Last-Translator:
|
18
|
+
"POT-Creation-Date: 2022-03-17 14:06+0100\n"
|
19
|
+
"PO-Revision-Date: 2013-11-15 17:25+0000\n"
|
20
|
+
"Last-Translator: Valeria S Silva <valeriassilva@live.com>, 2015\n"
|
21
21
|
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/foreman/foreman/l"
|
22
22
|
"anguage/pt_BR/)\n"
|
23
23
|
"MIME-Version: 1.0\n"
|
@@ -470,31 +470,31 @@ msgstr "Fatos inválidos, deve ser um hash"
|
|
470
470
|
msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
|
471
471
|
msgstr "'%s' discovery_fact esperado está ausente, não é possível detectar a interface primária e definir o nome do host"
|
472
472
|
|
473
|
-
#: ../app/models/host/discovered.rb:
|
473
|
+
#: ../app/models/host/discovered.rb:74
|
474
474
|
msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
|
475
475
|
msgstr "Fatos inválidos: o hash não contém um valor válido para nenhum dos fatos na configuração discovery_hostname: %s"
|
476
476
|
|
477
|
-
#: ../app/models/host/discovered.rb:
|
477
|
+
#: ../app/models/host/discovered.rb:103
|
478
478
|
msgid "Facts could not be imported"
|
479
479
|
msgstr "Fatos não podem ser importados"
|
480
480
|
|
481
|
-
#: ../app/models/host/discovered.rb:
|
481
|
+
#: ../app/models/host/discovered.rb:161
|
482
482
|
msgid "Could not get facts from proxy %{url}: %{error}"
|
483
483
|
msgstr "Não foi possível obter fatos do proxy %{url}: %{error}"
|
484
484
|
|
485
|
-
#: ../app/models/host/discovered.rb:
|
485
|
+
#: ../app/models/host/discovered.rb:179
|
486
486
|
msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
|
487
487
|
msgstr "Não foi possível realizar a reinicialização em %{name} (%{url}): %{msg}"
|
488
488
|
|
489
|
-
#: ../app/models/host/discovered.rb:
|
489
|
+
#: ../app/models/host/discovered.rb:183 ../app/models/host/discovered.rb:206
|
490
490
|
msgid "Unable to perform %{action} on %{ips}"
|
491
491
|
msgstr ""
|
492
492
|
|
493
|
-
#: ../app/models/host/discovered.rb:
|
493
|
+
#: ../app/models/host/discovered.rb:202
|
494
494
|
msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
|
495
495
|
msgstr "Não foi possível executar kexec em %{name} (%{url}): %{msg}"
|
496
496
|
|
497
|
-
#: ../app/models/host/discovered.rb:
|
497
|
+
#: ../app/models/host/discovered.rb:226
|
498
498
|
msgid "Invalid hostname: Could not normalize the hostname"
|
499
499
|
msgstr "Nome de host inválido: não foi possível normalizar o nome do host"
|
500
500
|
|
@@ -1088,6 +1088,14 @@ msgstr ""
|
|
1088
1088
|
msgid "documentation"
|
1089
1089
|
msgstr "documentação"
|
1090
1090
|
|
1091
|
+
#: ../webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js:7
|
1092
|
+
msgid "No discovered hosts found in this context. This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
1093
|
+
msgstr ""
|
1094
|
+
|
1095
|
+
#: ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:12
|
1096
|
+
msgid "No Discovery Rules found in this context. Create Discovery Rules to perform automated provisioning on Discovered Hosts"
|
1097
|
+
msgstr ""
|
1098
|
+
|
1091
1099
|
#: action_names.rb:2
|
1092
1100
|
msgid "Remote action:"
|
1093
1101
|
msgstr "Ação remota:"
|
@@ -13,10 +13,10 @@
|
|
13
13
|
# Valeria S Silva <valeriassilva@live.com>, 2015
|
14
14
|
msgid ""
|
15
15
|
msgstr ""
|
16
|
-
"Project-Id-Version: foreman_discovery
|
16
|
+
"Project-Id-Version: foreman_discovery 21.0.0\n"
|
17
17
|
"Report-Msgid-Bugs-To: \n"
|
18
|
-
"PO-Revision-Date:
|
19
|
-
"Last-Translator:
|
18
|
+
"PO-Revision-Date: 2013-11-15 17:25+0000\n"
|
19
|
+
"Last-Translator: Valeria S Silva <valeriassilva@live.com>, 2015\n"
|
20
20
|
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/foreman/foreman/l"
|
21
21
|
"anguage/pt_BR/)\n"
|
22
22
|
"MIME-Version: 1.0\n"
|
@@ -517,12 +517,18 @@ msgstr ""
|
|
517
517
|
msgid "New in the last 24 hours"
|
518
518
|
msgstr "Novo nas últimas 24 horas"
|
519
519
|
|
520
|
+
msgid "No Discovery Rules found in this context. Create Discovery Rules to perform automated provisioning on Discovered Hosts"
|
521
|
+
msgstr ""
|
522
|
+
|
520
523
|
msgid "No discovered hosts available"
|
521
524
|
msgstr "Nenhum host descoberto disponível"
|
522
525
|
|
523
526
|
msgid "No discovered hosts for the selected period"
|
524
527
|
msgstr "Nenhum host descoberto para o período selecionado"
|
525
528
|
|
529
|
+
msgid "No discovered hosts found in this context. This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
530
|
+
msgstr ""
|
531
|
+
|
526
532
|
msgid "No discovered hosts to provision"
|
527
533
|
msgstr "Nenhum host descoberto para provisionamento"
|
528
534
|
|
Binary file
|
@@ -10,11 +10,11 @@
|
|
10
10
|
# Yulia <yulia.poyarkova@redhat.com>, 2016
|
11
11
|
msgid ""
|
12
12
|
msgstr ""
|
13
|
-
"Project-Id-Version: foreman_discovery
|
13
|
+
"Project-Id-Version: foreman_discovery 21.0.0\n"
|
14
14
|
"Report-Msgid-Bugs-To: \n"
|
15
|
-
"POT-Creation-Date:
|
16
|
-
"PO-Revision-Date:
|
17
|
-
"Last-Translator:
|
15
|
+
"POT-Creation-Date: 2022-03-17 14:06+0100\n"
|
16
|
+
"PO-Revision-Date: 2013-11-15 17:25+0000\n"
|
17
|
+
"Last-Translator: Yulia <yulia.poyarkova@redhat.com>, 2016\n"
|
18
18
|
"Language-Team: Russian (http://www.transifex.com/foreman/foreman/language/ru/)"
|
19
19
|
"\n"
|
20
20
|
"MIME-Version: 1.0\n"
|
@@ -473,31 +473,31 @@ msgstr "Недопустимый формат фактов: ожидаются
|
|
473
473
|
msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
|
474
474
|
msgstr "Отсутствует факт «%s»: невозможно определить основной интерфейс и имя узла"
|
475
475
|
|
476
|
-
#: ../app/models/host/discovered.rb:
|
476
|
+
#: ../app/models/host/discovered.rb:74
|
477
477
|
msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
|
478
478
|
msgstr "Недействительные факты: строка не содержит ни одного действительного значения фактов в соответствии с заданным в discovery_hostname: %s"
|
479
479
|
|
480
|
-
#: ../app/models/host/discovered.rb:
|
480
|
+
#: ../app/models/host/discovered.rb:103
|
481
481
|
msgid "Facts could not be imported"
|
482
482
|
msgstr ""
|
483
483
|
|
484
|
-
#: ../app/models/host/discovered.rb:
|
484
|
+
#: ../app/models/host/discovered.rb:161
|
485
485
|
msgid "Could not get facts from proxy %{url}: %{error}"
|
486
486
|
msgstr "Не удалось получить факты с %{url}: %{error}"
|
487
487
|
|
488
|
-
#: ../app/models/host/discovered.rb:
|
488
|
+
#: ../app/models/host/discovered.rb:179
|
489
489
|
msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
|
490
490
|
msgstr ""
|
491
491
|
|
492
|
-
#: ../app/models/host/discovered.rb:
|
492
|
+
#: ../app/models/host/discovered.rb:183 ../app/models/host/discovered.rb:206
|
493
493
|
msgid "Unable to perform %{action} on %{ips}"
|
494
494
|
msgstr ""
|
495
495
|
|
496
|
-
#: ../app/models/host/discovered.rb:
|
496
|
+
#: ../app/models/host/discovered.rb:202
|
497
497
|
msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
|
498
498
|
msgstr ""
|
499
499
|
|
500
|
-
#: ../app/models/host/discovered.rb:
|
500
|
+
#: ../app/models/host/discovered.rb:226
|
501
501
|
msgid "Invalid hostname: Could not normalize the hostname"
|
502
502
|
msgstr "Не удалось нормализовать имя узла"
|
503
503
|
|
@@ -1091,6 +1091,14 @@ msgstr "За подробной информацией обратитесь к"
|
|
1091
1091
|
msgid "documentation"
|
1092
1092
|
msgstr "документация"
|
1093
1093
|
|
1094
|
+
#: ../webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js:7
|
1095
|
+
msgid "No discovered hosts found in this context. This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
1096
|
+
msgstr ""
|
1097
|
+
|
1098
|
+
#: ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:12
|
1099
|
+
msgid "No Discovery Rules found in this context. Create Discovery Rules to perform automated provisioning on Discovered Hosts"
|
1100
|
+
msgstr ""
|
1101
|
+
|
1094
1102
|
#: action_names.rb:2
|
1095
1103
|
msgid "Remote action:"
|
1096
1104
|
msgstr "Удаленное действие:"
|
@@ -10,10 +10,10 @@
|
|
10
10
|
# Yulia <yulia.poyarkova@redhat.com>, 2016
|
11
11
|
msgid ""
|
12
12
|
msgstr ""
|
13
|
-
"Project-Id-Version: foreman_discovery
|
13
|
+
"Project-Id-Version: foreman_discovery 21.0.0\n"
|
14
14
|
"Report-Msgid-Bugs-To: \n"
|
15
|
-
"PO-Revision-Date:
|
16
|
-
"Last-Translator:
|
15
|
+
"PO-Revision-Date: 2013-11-15 17:25+0000\n"
|
16
|
+
"Last-Translator: Yulia <yulia.poyarkova@redhat.com>, 2016\n"
|
17
17
|
"Language-Team: Russian (http://www.transifex.com/foreman/foreman/language/ru/)"
|
18
18
|
"\n"
|
19
19
|
"MIME-Version: 1.0\n"
|
@@ -520,12 +520,18 @@ msgstr ""
|
|
520
520
|
msgid "New in the last 24 hours"
|
521
521
|
msgstr "Новое за последние 24 часа"
|
522
522
|
|
523
|
+
msgid "No Discovery Rules found in this context. Create Discovery Rules to perform automated provisioning on Discovered Hosts"
|
524
|
+
msgstr ""
|
525
|
+
|
523
526
|
msgid "No discovered hosts available"
|
524
527
|
msgstr "Нет обнаруженных узлов"
|
525
528
|
|
526
529
|
msgid "No discovered hosts for the selected period"
|
527
530
|
msgstr "За указанный период времени новых узлов не обнаружено"
|
528
531
|
|
532
|
+
msgid "No discovered hosts found in this context. This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
533
|
+
msgstr ""
|
534
|
+
|
529
535
|
msgid "No discovered hosts to provision"
|
530
536
|
msgstr "Нет обнаруженных узлов"
|
531
537
|
|
Binary file
|
@@ -8,11 +8,11 @@
|
|
8
8
|
# johnny.westerlund <johnny.westerlund@gmail.com>, 2014
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
|
-
"Project-Id-Version: foreman_discovery
|
11
|
+
"Project-Id-Version: foreman_discovery 21.0.0\n"
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
13
|
-
"POT-Creation-Date:
|
14
|
-
"PO-Revision-Date:
|
15
|
-
"Last-Translator:
|
13
|
+
"POT-Creation-Date: 2022-03-17 14:06+0100\n"
|
14
|
+
"PO-Revision-Date: 2013-11-15 17:25+0000\n"
|
15
|
+
"Last-Translator: johnny.westerlund <johnny.westerlund@gmail.com>, 2014\n"
|
16
16
|
"Language-Team: Swedish (Sweden) (http://www.transifex.com/foreman/foreman/lang"
|
17
17
|
"uage/sv_SE/)\n"
|
18
18
|
"MIME-Version: 1.0\n"
|
@@ -335,7 +335,7 @@ msgstr ""
|
|
335
335
|
|
336
336
|
#: ../app/helpers/discovered_hosts_helper.rb:19
|
337
337
|
msgid "Back"
|
338
|
-
msgstr ""
|
338
|
+
msgstr "Tillbaka"
|
339
339
|
|
340
340
|
#: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:35
|
341
341
|
msgid "Select Action"
|
@@ -465,31 +465,31 @@ msgstr ""
|
|
465
465
|
msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
|
466
466
|
msgstr ""
|
467
467
|
|
468
|
-
#: ../app/models/host/discovered.rb:
|
468
|
+
#: ../app/models/host/discovered.rb:74
|
469
469
|
msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
|
470
470
|
msgstr ""
|
471
471
|
|
472
|
-
#: ../app/models/host/discovered.rb:
|
472
|
+
#: ../app/models/host/discovered.rb:103
|
473
473
|
msgid "Facts could not be imported"
|
474
474
|
msgstr ""
|
475
475
|
|
476
|
-
#: ../app/models/host/discovered.rb:
|
476
|
+
#: ../app/models/host/discovered.rb:161
|
477
477
|
msgid "Could not get facts from proxy %{url}: %{error}"
|
478
478
|
msgstr ""
|
479
479
|
|
480
|
-
#: ../app/models/host/discovered.rb:
|
480
|
+
#: ../app/models/host/discovered.rb:179
|
481
481
|
msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
|
482
482
|
msgstr ""
|
483
483
|
|
484
|
-
#: ../app/models/host/discovered.rb:
|
484
|
+
#: ../app/models/host/discovered.rb:183 ../app/models/host/discovered.rb:206
|
485
485
|
msgid "Unable to perform %{action} on %{ips}"
|
486
486
|
msgstr ""
|
487
487
|
|
488
|
-
#: ../app/models/host/discovered.rb:
|
488
|
+
#: ../app/models/host/discovered.rb:202
|
489
489
|
msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
|
490
490
|
msgstr ""
|
491
491
|
|
492
|
-
#: ../app/models/host/discovered.rb:
|
492
|
+
#: ../app/models/host/discovered.rb:226
|
493
493
|
msgid "Invalid hostname: Could not normalize the hostname"
|
494
494
|
msgstr ""
|
495
495
|
|
@@ -723,15 +723,15 @@ msgstr ""
|
|
723
723
|
|
724
724
|
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:8
|
725
725
|
msgid "Storage"
|
726
|
-
msgstr ""
|
726
|
+
msgstr "Lagring"
|
727
727
|
|
728
728
|
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:9
|
729
729
|
msgid "Hardware"
|
730
|
-
msgstr ""
|
730
|
+
msgstr "Hårdvara"
|
731
731
|
|
732
732
|
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:10
|
733
733
|
msgid "Network"
|
734
|
-
msgstr ""
|
734
|
+
msgstr "Nätverk"
|
735
735
|
|
736
736
|
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:11
|
737
737
|
msgid "Software"
|
@@ -877,7 +877,7 @@ msgstr ""
|
|
877
877
|
|
878
878
|
#: ../app/views/discovered_hosts/show.html.erb:44
|
879
879
|
msgid "Type"
|
880
|
-
msgstr ""
|
880
|
+
msgstr "Typ"
|
881
881
|
|
882
882
|
#: ../app/views/discovered_hosts/show.html.erb:45
|
883
883
|
msgid "Identifier"
|
@@ -933,15 +933,15 @@ msgstr ""
|
|
933
933
|
|
934
934
|
#: ../app/views/discovery_rules/_form.html.erb:5
|
935
935
|
msgid "Primary"
|
936
|
-
msgstr ""
|
936
|
+
msgstr "Primär"
|
937
937
|
|
938
938
|
#: ../app/views/discovery_rules/_form.html.erb:7
|
939
939
|
msgid "Locations"
|
940
|
-
msgstr ""
|
940
|
+
msgstr "Lokationer"
|
941
941
|
|
942
942
|
#: ../app/views/discovery_rules/_form.html.erb:10
|
943
943
|
msgid "Organizations"
|
944
|
-
msgstr ""
|
944
|
+
msgstr "Organisationer"
|
945
945
|
|
946
946
|
#: ../app/views/discovery_rules/_form.html.erb:22
|
947
947
|
msgid "Target host group for this rule with all properties set"
|
@@ -1049,11 +1049,11 @@ msgstr ""
|
|
1049
1049
|
|
1050
1050
|
#: ../db/seeds.d/80_discovery_ui_notification.rb:13
|
1051
1051
|
msgid "Details"
|
1052
|
-
msgstr ""
|
1052
|
+
msgstr "Detaljer"
|
1053
1053
|
|
1054
1054
|
#: ../db/seeds.d/80_discovery_ui_notification.rb:18
|
1055
1055
|
msgid "Hosts"
|
1056
|
-
msgstr ""
|
1056
|
+
msgstr "Värdar"
|
1057
1057
|
|
1058
1058
|
#: ../db/seeds.d/80_discovery_ui_notification.rb:20
|
1059
1059
|
msgid "Error message goes here"
|
@@ -1083,6 +1083,14 @@ msgstr ""
|
|
1083
1083
|
msgid "documentation"
|
1084
1084
|
msgstr ""
|
1085
1085
|
|
1086
|
+
#: ../webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js:7
|
1087
|
+
msgid "No discovered hosts found in this context. This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
1088
|
+
msgstr ""
|
1089
|
+
|
1090
|
+
#: ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:12
|
1091
|
+
msgid "No Discovery Rules found in this context. Create Discovery Rules to perform automated provisioning on Discovered Hosts"
|
1092
|
+
msgstr ""
|
1093
|
+
|
1086
1094
|
#: action_names.rb:2
|
1087
1095
|
msgid "Remote action:"
|
1088
1096
|
msgstr ""
|