foreman_discovery 16.2.0 → 16.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/discovered_hosts_controller.rb +24 -11
  3. data/app/models/host/discovered.rb +1 -1
  4. data/app/services/foreman_discovery/import_hooks/subnet_and_taxonomy.rb +2 -0
  5. data/app/views/api/v2/discovery_rules/create.json.rabl +3 -0
  6. data/app/views/discovered_hosts/welcome.html.erb +15 -9
  7. data/app/views/discovery_rules/index.html.erb +1 -1
  8. data/extra/discover-host +3 -3
  9. data/lib/foreman_discovery/engine.rb +2 -1
  10. data/lib/foreman_discovery/version.rb +1 -1
  11. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  12. data/locale/ca/foreman_discovery.edit.po +62 -39
  13. data/locale/ca/foreman_discovery.po +25 -10
  14. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  15. data/locale/de/foreman_discovery.edit.po +64 -39
  16. data/locale/de/foreman_discovery.po +25 -10
  17. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  18. data/locale/en/foreman_discovery.edit.po +59 -39
  19. data/locale/en/foreman_discovery.po +25 -10
  20. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  21. data/locale/en_GB/foreman_discovery.edit.po +70 -39
  22. data/locale/en_GB/foreman_discovery.po +25 -10
  23. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  24. data/locale/es/foreman_discovery.edit.po +70 -39
  25. data/locale/es/foreman_discovery.po +25 -10
  26. data/locale/foreman_discovery.pot +68 -45
  27. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  28. data/locale/fr/foreman_discovery.edit.po +68 -39
  29. data/locale/fr/foreman_discovery.po +25 -10
  30. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  31. data/locale/gl/foreman_discovery.edit.po +59 -39
  32. data/locale/gl/foreman_discovery.po +25 -10
  33. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  34. data/locale/it/foreman_discovery.edit.po +59 -39
  35. data/locale/it/foreman_discovery.po +25 -10
  36. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  37. data/locale/ja/foreman_discovery.edit.po +68 -39
  38. data/locale/ja/foreman_discovery.po +25 -10
  39. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  40. data/locale/ko/foreman_discovery.edit.po +59 -39
  41. data/locale/ko/foreman_discovery.po +25 -10
  42. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  43. data/locale/pt_BR/foreman_discovery.edit.po +68 -39
  44. data/locale/pt_BR/foreman_discovery.po +25 -10
  45. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  46. data/locale/ru/foreman_discovery.edit.po +59 -39
  47. data/locale/ru/foreman_discovery.po +25 -10
  48. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  49. data/locale/sv_SE/foreman_discovery.edit.po +59 -39
  50. data/locale/sv_SE/foreman_discovery.po +25 -10
  51. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  52. data/locale/zh_CN/foreman_discovery.edit.po +68 -39
  53. data/locale/zh_CN/foreman_discovery.po +25 -10
  54. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  55. data/locale/zh_TW/foreman_discovery.edit.po +59 -39
  56. data/locale/zh_TW/foreman_discovery.po +25 -10
  57. data/package.json +39 -0
  58. data/test/functional/discovered_hosts_controller_test.rb +1 -1
  59. data/test/functional/discovery_rules_controller_test.rb +1 -1
  60. data/webpack/index.js +18 -0
  61. data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js +28 -0
  62. data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/index.js +1 -0
  63. data/webpack/src/ForemanDiscovery/DiscoveredHosts/index.js +6 -0
  64. data/webpack/src/reducers.js +7 -0
  65. metadata +11 -4
@@ -7,7 +7,7 @@
7
7
  # caifti <caifti@gmail.com>, 2014
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: foreman_discovery 16.1.0\n"
10
+ "Project-Id-Version: foreman_discovery 16.2.0\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
12
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
13
13
  "Last-Translator: Transifex Bot <>\n"
@@ -325,6 +325,12 @@ msgstr[1] ""
325
325
  msgid "Host of type %s can not be rebooted"
326
326
  msgstr "Impossibile eseguire il riavvio sul tipo di host %s "
327
327
 
328
+ msgid "Host's owner type"
329
+ msgstr ""
330
+
331
+ msgid "Host's parameters (array or indexed hash)"
332
+ msgstr ""
333
+
328
334
  msgid "Hostname facts"
329
335
  msgstr ""
330
336
 
@@ -412,9 +418,6 @@ msgstr ""
412
418
  msgid "Last Facts Upload"
413
419
  msgstr ""
414
420
 
415
- msgid "Learn more about this in the documentation."
416
- msgstr ""
417
-
418
421
  msgid "List all discovered hosts"
419
422
  msgstr "Elenca tutti gli host rilevati"
420
423
 
@@ -469,6 +472,9 @@ msgstr "N/A"
469
472
  msgid "Name"
470
473
  msgstr "Nome"
471
474
 
475
+ msgid "Name of the parameter"
476
+ msgstr ""
477
+
472
478
  msgid "Network"
473
479
  msgstr "Rete"
474
480
 
@@ -487,9 +493,6 @@ msgstr "Nessun host rilevato disponibile"
487
493
  msgid "No discovered hosts for the selected period"
488
494
  msgstr ""
489
495
 
490
- msgid "No discovered hosts found in this context."
491
- msgstr ""
492
-
493
496
  msgid "No discovered hosts to provision"
494
497
  msgstr "Nessun host rilevato per il provisioning"
495
498
 
@@ -532,6 +535,9 @@ msgstr ""
532
535
  msgid "PXELinux template to be used when pinning a host to discovery"
533
536
  msgstr ""
534
537
 
538
+ msgid "Parameter value"
539
+ msgstr ""
540
+
535
541
  msgid "Please Confirm"
536
542
  msgstr "Conferma"
537
543
 
@@ -679,15 +685,15 @@ msgstr "I seguenti host non sono stati rilevati: %s"
679
685
  msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
680
686
  msgstr "Questa operazione potrebbe richiedere qualche istante poichè saranno annullati anche gli host, eventi e riporti"
681
687
 
682
- msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
683
- msgstr ""
684
-
685
688
  msgid "Type"
686
689
  msgstr "Tipo"
687
690
 
688
691
  msgid "Type of name generator"
689
692
  msgstr ""
690
693
 
694
+ msgid "Type of value"
695
+ msgstr ""
696
+
691
697
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
692
698
  msgstr "UUID per controllare gli stati dei compiti d'orchestrazione, GET /api/orchestration/:UUID/tasks"
693
699
 
@@ -772,6 +778,15 @@ msgstr "interrogazione da corrispondere agli host rilevati per una regola partic
772
778
  msgid "represents rule name shown to the users"
773
779
  msgstr "rappresenta il nome della regola da mostrare agli utenti"
774
780
 
781
+ msgid "required if host is managed and custom partition has not been defined"
782
+ msgstr ""
783
+
784
+ msgid "required if host is managed and value is not inherited from host group"
785
+ msgstr ""
786
+
787
+ msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
788
+ msgstr ""
789
+
775
790
  msgid "required if value is not inherited from host group or default password in settings"
776
791
  msgstr "necessario se il valore non è ereditato da un gruppo di host o password predefinita nelle impostazione"
777
792
 
@@ -6,7 +6,7 @@
6
6
  # 山田 修司 🍣 Shuji Yamada <uzy.exe@gmail.com>, 2015
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: foreman_discovery 16.1.0\n"
9
+ "Project-Id-Version: foreman_discovery 16.2.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
11
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
12
12
  "Last-Translator: Transifex Bot <>\n"
@@ -42,7 +42,7 @@ msgstr "要求ごとのエントリー数"
42
42
  msgid "Show a discovered host"
43
43
  msgstr "検出されたホストの表示"
44
44
 
45
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:79
45
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:85
46
46
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
47
47
  msgstr "DHCP ファイル名オプション (デフォルトでは Grub2 または PXELinux)"
48
48
 
@@ -54,6 +54,10 @@ msgstr "(新規ホストを作成するための使用 /ファクト) をテス
54
54
  msgid "Provision a discovered host"
55
55
  msgstr "検出されたホストのプロビジョニング"
56
56
 
57
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:54 ../app/controllers/api/v2/discovered_hosts_controller.rb:57 ../app/controllers/api/v2/discovered_hosts_controller.rb:58 ../app/controllers/api/v2/discovered_hosts_controller.rb:61 ../app/controllers/api/v2/discovered_hosts_controller.rb:64
58
+ msgid "required if host is managed and value is not inherited from host group"
59
+ msgstr ""
60
+
57
61
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
58
62
  msgid "not required if using a subnet with DHCP proxy"
59
63
  msgstr "DHCP プロキシーを使用するサブネットを使用する場合は不要です"
@@ -62,71 +66,99 @@ msgstr "DHCP プロキシーを使用するサブネットを使用する場合
62
66
  msgid "not required if it's a virtual machine"
63
67
  msgstr "仮想マシンの場合は不要です"
64
68
 
65
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
69
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
70
+ msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
71
+ msgstr ""
72
+
73
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
74
+ msgid "required if host is managed and custom partition has not been defined"
75
+ msgstr ""
76
+
77
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
78
+ msgid "Host's owner type"
79
+ msgstr ""
80
+
81
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
82
+ msgid "Host's parameters (array or indexed hash)"
83
+ msgstr ""
84
+
85
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
86
+ msgid "Name of the parameter"
87
+ msgstr ""
88
+
89
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
90
+ msgid "Parameter value"
91
+ msgstr ""
92
+
93
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
94
+ msgid "Type of value"
95
+ msgstr ""
96
+
97
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
66
98
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
67
99
  msgstr "オーケストレーションタスクの状態を追跡するための UUID。GET /api/orchestration/:UUID/tasks"
68
100
 
69
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
101
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:84
70
102
  msgid "required if value is not inherited from host group or default password in settings"
71
103
  msgstr "値がホストグループから継承されていないか、または設定済みのデフォルトパスワードである場合に必須です。"
72
104
 
73
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
105
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:95
74
106
  msgid "Delete a discovered host"
75
107
  msgstr "検出されたホストの削除"
76
108
 
77
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:96
109
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:102
78
110
  msgid "Upload facts for a host, creating the host if required"
79
111
  msgstr "ホストのファクトをアップロードし、必要な場合はホストを作成します"
80
112
 
81
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
113
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:103
82
114
  msgid "hash containing facts for the host with minimum set of facts: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in case primary interface is named eth0)"
83
115
  msgstr "ファクトの最小セットが設定されたホストのファクトを含むハッシュ : discovery_bootif、macaddress_eth0、ipaddress、ipaddress_eth0、 interfaces: eth0 (プライマリーインターフェースの名前が eth0 の場合の例)"
84
116
 
85
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
117
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:129
86
118
  msgid "Execute rules against a discovered host"
87
119
  msgstr "検出されたホストに対するルールの実行"
88
120
 
89
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:160
121
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:135 ../app/controllers/discovered_hosts_controller.rb:160
90
122
  msgid "Host %{host} was provisioned with rule %{rule}"
91
123
  msgstr "ホスト %{host} がルール %{rule} でプロビジョニングされています"
92
124
 
93
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:125
125
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
94
126
  msgid "Unable to provision %{host}: %{errors}"
95
127
  msgstr "%{host} をプロビジョニングできません: %{errors}"
96
128
 
97
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:167
129
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:144 ../app/controllers/discovered_hosts_controller.rb:167
98
130
  msgid "No rule found for host %s"
99
131
  msgstr "ホスト %s に対するルールは見つかりません"
100
132
 
101
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
133
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:151
102
134
  msgid "Execute rules against all currently discovered hosts"
103
135
  msgstr "現在検出されているすべてのホストに対するルールの実行"
104
136
 
105
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:173
137
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:155 ../app/controllers/discovered_hosts_controller.rb:173
106
138
  msgid "Errors during auto provisioning: %s"
107
139
  msgstr "自動プロビジョニング時のエラー: %s"
108
140
 
109
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:176
141
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:158 ../app/controllers/discovered_hosts_controller.rb:176
110
142
  msgid "No discovered hosts to provision"
111
143
  msgstr "プロビジョニングする検出されたホストがありません"
112
144
 
113
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:167
145
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:180
114
146
  msgid "%s discovered hosts were provisioned"
115
147
  msgstr "%s 検出されたホストがプロビジョニングされました"
116
148
 
117
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:178
149
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
118
150
  msgid "Refreshing the facts of a discovered host"
119
151
  msgstr "検出されたホストのファクトの更新中"
120
152
 
121
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:187
153
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:200
122
154
  msgid "Rebooting a discovered host"
123
155
  msgstr "検出されたホストの再起動中"
124
156
 
125
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:196
157
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:209
126
158
  msgid "Rebooting all discovered hosts"
127
159
  msgstr "すべての検出されたホストの再起動中"
128
160
 
129
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:129
161
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:220 ../app/controllers/discovered_hosts_controller.rb:129
130
162
  msgid "Discovered hosts are rebooting now"
131
163
  msgstr "検出されたホストの再起動中"
132
164
 
@@ -370,7 +402,7 @@ msgstr "過去 7 日以内に報告あり"
370
402
  msgid "Provision"
371
403
  msgstr "プロビジョニング"
372
404
 
373
- #: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:6 ../lib/foreman_discovery/engine.rb:158 ../lib/foreman_discovery/engine.rb:173
405
+ #: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:8 ../lib/foreman_discovery/engine.rb:159 ../lib/foreman_discovery/engine.rb:174
374
406
  msgid "Discovered Hosts"
375
407
  msgstr "検出されたホスト"
376
408
 
@@ -840,18 +872,6 @@ msgstr "IP アドレス"
840
872
  msgid "Collapse All"
841
873
  msgstr "すべて折りたたむ"
842
874
 
843
- #: ../app/views/discovered_hosts/welcome.html.erb:7
844
- msgid "No discovered hosts found in this context."
845
- msgstr "このコンテキストで検出されたホストはありません。"
846
-
847
- #: ../app/views/discovered_hosts/welcome.html.erb:8
848
- msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
849
- msgstr "このページでは、プロビジョニングする予定の検出されたベアメタルまたは仮想ノードを表示しています。"
850
-
851
- #: ../app/views/discovered_hosts/welcome.html.erb:9
852
- msgid "Learn more about this in the documentation."
853
- msgstr "この詳細についてはドキュメンテーションを参照してください。"
854
-
855
875
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:6
856
876
  msgid "Summary report for discovered hosts from Foreman"
857
877
  msgstr "Foreman の検出されたホストの概要レポート"
@@ -944,7 +964,7 @@ msgstr "ホスト名は数字で開始することができません。facter
944
964
  msgid "Edit %s"
945
965
  msgstr "%s の編集"
946
966
 
947
- #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:163
967
+ #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:164
948
968
  msgid "Discovery Rules"
949
969
  msgstr "検出ルール"
950
970
 
@@ -1000,19 +1020,19 @@ msgstr "1 つ以上のホストが検出されました"
1000
1020
  msgid "Details"
1001
1021
  msgstr "詳細"
1002
1022
 
1003
- #: ../lib/foreman_discovery/engine.rb:179
1023
+ #: ../lib/foreman_discovery/engine.rb:180
1004
1024
  msgid "Discovery Kexec template"
1005
1025
  msgstr "検出 Kexec テンプレート"
1006
1026
 
1007
- #: ../lib/foreman_discovery/engine.rb:188
1027
+ #: ../lib/foreman_discovery/engine.rb:189
1008
1028
  msgid "Discovery Proxy"
1009
1029
  msgstr "検出プロキシー"
1010
1030
 
1011
- #: ../lib/foreman_discovery/engine.rb:189
1031
+ #: ../lib/foreman_discovery/engine.rb:190
1012
1032
  msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1013
1033
  msgstr "検出されたホストへの接続を管理するためにこのサブネット内で使用する検出プロキシー"
1014
1034
 
1015
- #: ../lib/foreman_discovery/engine.rb:190
1035
+ #: ../lib/foreman_discovery/engine.rb:191
1016
1036
  msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1017
1037
  msgstr "検出されたホストへの接続を管理するためにこのサブネット内で使用する検出プロキシーの ID"
1018
1038
 
@@ -1025,9 +1045,18 @@ msgid "Import Puppet classes"
1025
1045
  msgstr ""
1026
1046
 
1027
1047
  #: action_names.rb:4
1028
- msgid "Import facts"
1048
+ msgid "Action with sub plans"
1029
1049
  msgstr ""
1030
1050
 
1031
1051
  #: action_names.rb:5
1032
- msgid "Action with sub plans"
1052
+ msgid "Import facts"
1033
1053
  msgstr ""
1054
+
1055
+ #~ msgid "Learn more about this in the documentation."
1056
+ #~ msgstr "この詳細についてはドキュメンテーションを参照してください。"
1057
+ #~ msgid "No discovered hosts found in this context."
1058
+ #~ msgstr "このコンテキストで検出されたホストはありません。"
1059
+ #~ msgid ""
1060
+ #~ "This page shows discovered bare-metal or virtual nodes waiting to be provision"
1061
+ #~ "ed."
1062
+ #~ msgstr "このページでは、プロビジョニングする予定の検出されたベアメタルまたは仮想ノードを表示しています。"
@@ -6,7 +6,7 @@
6
6
  # 山田 修司 🍣 Shuji Yamada <uzy.exe@gmail.com>, 2015
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: foreman_discovery 16.1.0\n"
9
+ "Project-Id-Version: foreman_discovery 16.2.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
11
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
12
12
  "Last-Translator: Transifex Bot <>\n"
@@ -324,6 +324,12 @@ msgstr[1] ""
324
324
  msgid "Host of type %s can not be rebooted"
325
325
  msgstr "タイプ %s のホストを再起動できません"
326
326
 
327
+ msgid "Host's owner type"
328
+ msgstr ""
329
+
330
+ msgid "Host's parameters (array or indexed hash)"
331
+ msgstr ""
332
+
327
333
  msgid "Hostname facts"
328
334
  msgstr "ホスト名ファクト"
329
335
 
@@ -411,9 +417,6 @@ msgstr "オペレーティングシステムに関連付けられていない Ke
411
417
  msgid "Last Facts Upload"
412
418
  msgstr "最終ファクトのアップロード"
413
419
 
414
- msgid "Learn more about this in the documentation."
415
- msgstr "この詳細についてはドキュメンテーションを参照してください。"
416
-
417
420
  msgid "List all discovered hosts"
418
421
  msgstr "すべての検出されたホストを一覧表示"
419
422
 
@@ -468,6 +471,9 @@ msgstr "該当なし"
468
471
  msgid "Name"
469
472
  msgstr "名前"
470
473
 
474
+ msgid "Name of the parameter"
475
+ msgstr ""
476
+
471
477
  msgid "Network"
472
478
  msgstr "ネットワーク"
473
479
 
@@ -486,9 +492,6 @@ msgstr "検出されたホストがありません"
486
492
  msgid "No discovered hosts for the selected period"
487
493
  msgstr "選択された期間に検出されたホストはありません"
488
494
 
489
- msgid "No discovered hosts found in this context."
490
- msgstr "このコンテキストで検出されたホストはありません。"
491
-
492
495
  msgid "No discovered hosts to provision"
493
496
  msgstr "プロビジョニングする検出されたホストがありません"
494
497
 
@@ -531,6 +534,9 @@ msgstr "ホストを検出に固定する際に使用される PXEGrub2 テン
531
534
  msgid "PXELinux template to be used when pinning a host to discovery"
532
535
  msgstr "ホストを検出に固定する際に使用される PXELinux テンプレート"
533
536
 
537
+ msgid "Parameter value"
538
+ msgstr ""
539
+
534
540
  msgid "Please Confirm"
535
541
  msgstr "確認してください"
536
542
 
@@ -678,15 +684,15 @@ msgstr "次のホストが削除されました: %s"
678
684
  msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
679
685
  msgstr "ホスト、ファクト、およびレポートもすべて破棄されるため、時間がかかる場合があります。"
680
686
 
681
- msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
682
- msgstr "このページでは、プロビジョニングする予定の検出されたベアメタルまたは仮想ノードを表示しています。"
683
-
684
687
  msgid "Type"
685
688
  msgstr "タイプ"
686
689
 
687
690
  msgid "Type of name generator"
688
691
  msgstr "名前ジェネレーターのタイプ"
689
692
 
693
+ msgid "Type of value"
694
+ msgstr ""
695
+
690
696
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
691
697
  msgstr "オーケストレーションタスクの状態を追跡するための UUID。GET /api/orchestration/:UUID/tasks"
692
698
 
@@ -771,6 +777,15 @@ msgstr "特定ルールの検出されたホストに一致するクエリー"
771
777
  msgid "represents rule name shown to the users"
772
778
  msgstr "ユーザーに表示されるルール名の表示"
773
779
 
780
+ msgid "required if host is managed and custom partition has not been defined"
781
+ msgstr ""
782
+
783
+ msgid "required if host is managed and value is not inherited from host group"
784
+ msgstr ""
785
+
786
+ msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
787
+ msgstr ""
788
+
774
789
  msgid "required if value is not inherited from host group or default password in settings"
775
790
  msgstr "値がホストグループから継承されていないか、または設定済みのデフォルトパスワードである場合に必須です。"
776
791
 
@@ -5,7 +5,7 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 16.1.0\n"
8
+ "Project-Id-Version: foreman_discovery 16.2.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
11
11
  "Last-Translator: Transifex Bot <>\n"
@@ -40,7 +40,7 @@ msgstr "요청 당 항목 수 "
40
40
  msgid "Show a discovered host"
41
41
  msgstr "검색된 호스트 표시 "
42
42
 
43
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:79
43
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:85
44
44
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
45
45
  msgstr ""
46
46
 
@@ -52,6 +52,10 @@ msgstr "검색된 호스트를 테스트용으로 생성(/facts를 사용하여
52
52
  msgid "Provision a discovered host"
53
53
  msgstr "검색된 호스트 프로비저닝 "
54
54
 
55
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:54 ../app/controllers/api/v2/discovered_hosts_controller.rb:57 ../app/controllers/api/v2/discovered_hosts_controller.rb:58 ../app/controllers/api/v2/discovered_hosts_controller.rb:61 ../app/controllers/api/v2/discovered_hosts_controller.rb:64
56
+ msgid "required if host is managed and value is not inherited from host group"
57
+ msgstr ""
58
+
55
59
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
56
60
  msgid "not required if using a subnet with DHCP proxy"
57
61
  msgstr "DHCP 프록시를 갖는 서브넷을 사용할 필요가 없습니다 "
@@ -60,71 +64,99 @@ msgstr "DHCP 프록시를 갖는 서브넷을 사용할 필요가 없습니다 "
60
64
  msgid "not required if it's a virtual machine"
61
65
  msgstr "가상 머신의 경우 필요하지 않습니다 "
62
66
 
63
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
67
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
68
+ msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
69
+ msgstr ""
70
+
71
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
72
+ msgid "required if host is managed and custom partition has not been defined"
73
+ msgstr ""
74
+
75
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
76
+ msgid "Host's owner type"
77
+ msgstr ""
78
+
79
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
80
+ msgid "Host's parameters (array or indexed hash)"
81
+ msgstr ""
82
+
83
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
84
+ msgid "Name of the parameter"
85
+ msgstr ""
86
+
87
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
88
+ msgid "Parameter value"
89
+ msgstr ""
90
+
91
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
92
+ msgid "Type of value"
93
+ msgstr ""
94
+
95
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
64
96
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
65
97
  msgstr "오케스트레이션 작업 상태를 추적하기 위한 UUID, GET /api/orchestration/:UUID/tasks"
66
98
 
67
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
99
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:84
68
100
  msgid "required if value is not inherited from host group or default password in settings"
69
101
  msgstr "값이 호스트 그룹이나 설정의 기본값 암호에서 상속되지 않은 경우에 필요합니다 "
70
102
 
71
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
103
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:95
72
104
  msgid "Delete a discovered host"
73
105
  msgstr "검색된 호스트 삭제 "
74
106
 
75
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:96
107
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:102
76
108
  msgid "Upload facts for a host, creating the host if required"
77
109
  msgstr "호스트의 팩트를 업로드하고 필요한 경우 호스트를 생성합니다 "
78
110
 
79
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
111
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:103
80
112
  msgid "hash containing facts for the host with minimum set of facts: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in case primary interface is named eth0)"
81
113
  msgstr "최소 세트의 팩트가 있는 호스트의 팩트가 포함된 해시: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, 인터페이스: eth0(기본 인터페이스의 이름이 eth0인 경우의 예)"
82
114
 
83
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
115
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:129
84
116
  msgid "Execute rules against a discovered host"
85
117
  msgstr "검색된 호스트에 대해 규칙 실행 "
86
118
 
87
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:160
119
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:135 ../app/controllers/discovered_hosts_controller.rb:160
88
120
  msgid "Host %{host} was provisioned with rule %{rule}"
89
121
  msgstr "호스트 %{host}은/는 %{rule}으(로) 프로비저닝됩니다 "
90
122
 
91
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:125
123
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
92
124
  msgid "Unable to provision %{host}: %{errors}"
93
125
  msgstr "%{host}을(를) 프로비저닝할 수 없습니다: %{errors}"
94
126
 
95
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:167
127
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:144 ../app/controllers/discovered_hosts_controller.rb:167
96
128
  msgid "No rule found for host %s"
97
129
  msgstr "호스트 %s에 대한 규칙을 찾을 수 없습니다 "
98
130
 
99
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
131
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:151
100
132
  msgid "Execute rules against all currently discovered hosts"
101
133
  msgstr "현재 검색된 모든 호스트에 대해 규칙 실행 "
102
134
 
103
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:173
135
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:155 ../app/controllers/discovered_hosts_controller.rb:173
104
136
  msgid "Errors during auto provisioning: %s"
105
137
  msgstr "자동 프로비저닝 도중 오류 발생: %s"
106
138
 
107
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:176
139
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:158 ../app/controllers/discovered_hosts_controller.rb:176
108
140
  msgid "No discovered hosts to provision"
109
141
  msgstr "프로비저닝할 검색된 호스트가 없습니다 "
110
142
 
111
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:167
143
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:180
112
144
  msgid "%s discovered hosts were provisioned"
113
145
  msgstr "%s개의 검색된 호스트를 프로비저닝했습니다."
114
146
 
115
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:178
147
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
116
148
  msgid "Refreshing the facts of a discovered host"
117
149
  msgstr "검색된 호스트의 팩트를 새로고침 중 "
118
150
 
119
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:187
151
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:200
120
152
  msgid "Rebooting a discovered host"
121
153
  msgstr "검색된 호스트를 재부팅 중 "
122
154
 
123
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:196
155
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:209
124
156
  msgid "Rebooting all discovered hosts"
125
157
  msgstr "검색된 모든 호스트를 재부팅 중"
126
158
 
127
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:129
159
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:220 ../app/controllers/discovered_hosts_controller.rb:129
128
160
  msgid "Discovered hosts are rebooting now"
129
161
  msgstr "현재 검색된 호스트를 재부팅하고 있습니다."
130
162
 
@@ -368,7 +400,7 @@ msgstr "지난 7일 이내에 보고됨"
368
400
  msgid "Provision"
369
401
  msgstr "프로비저닝 "
370
402
 
371
- #: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:6 ../lib/foreman_discovery/engine.rb:158 ../lib/foreman_discovery/engine.rb:173
403
+ #: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:8 ../lib/foreman_discovery/engine.rb:159 ../lib/foreman_discovery/engine.rb:174
372
404
  msgid "Discovered Hosts"
373
405
  msgstr ""
374
406
 
@@ -838,18 +870,6 @@ msgstr "IP 주소 "
838
870
  msgid "Collapse All"
839
871
  msgstr "모두 축소"
840
872
 
841
- #: ../app/views/discovered_hosts/welcome.html.erb:7
842
- msgid "No discovered hosts found in this context."
843
- msgstr ""
844
-
845
- #: ../app/views/discovered_hosts/welcome.html.erb:8
846
- msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
847
- msgstr ""
848
-
849
- #: ../app/views/discovered_hosts/welcome.html.erb:9
850
- msgid "Learn more about this in the documentation."
851
- msgstr ""
852
-
853
873
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:6
854
874
  msgid "Summary report for discovered hosts from Foreman"
855
875
  msgstr ""
@@ -942,7 +962,7 @@ msgstr ""
942
962
  msgid "Edit %s"
943
963
  msgstr "%s 편집 "
944
964
 
945
- #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:163
965
+ #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:164
946
966
  msgid "Discovery Rules"
947
967
  msgstr "검색 규칙 "
948
968
 
@@ -998,19 +1018,19 @@ msgstr ""
998
1018
  msgid "Details"
999
1019
  msgstr "상세 정보 "
1000
1020
 
1001
- #: ../lib/foreman_discovery/engine.rb:179
1021
+ #: ../lib/foreman_discovery/engine.rb:180
1002
1022
  msgid "Discovery Kexec template"
1003
1023
  msgstr ""
1004
1024
 
1005
- #: ../lib/foreman_discovery/engine.rb:188
1025
+ #: ../lib/foreman_discovery/engine.rb:189
1006
1026
  msgid "Discovery Proxy"
1007
1027
  msgstr ""
1008
1028
 
1009
- #: ../lib/foreman_discovery/engine.rb:189
1029
+ #: ../lib/foreman_discovery/engine.rb:190
1010
1030
  msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1011
1031
  msgstr ""
1012
1032
 
1013
- #: ../lib/foreman_discovery/engine.rb:190
1033
+ #: ../lib/foreman_discovery/engine.rb:191
1014
1034
  msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1015
1035
  msgstr ""
1016
1036
 
@@ -1023,9 +1043,9 @@ msgid "Import Puppet classes"
1023
1043
  msgstr ""
1024
1044
 
1025
1045
  #: action_names.rb:4
1026
- msgid "Import facts"
1046
+ msgid "Action with sub plans"
1027
1047
  msgstr ""
1028
1048
 
1029
1049
  #: action_names.rb:5
1030
- msgid "Action with sub plans"
1050
+ msgid "Import facts"
1031
1051
  msgstr ""