foreman_discovery 25.0.0 → 25.1.0
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.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_discovery/locale/ca/foreman_discovery.js +440 -452
- data/app/assets/javascripts/foreman_discovery/locale/cs_CZ/foreman_discovery.js +397 -409
- data/app/assets/javascripts/foreman_discovery/locale/de/foreman_discovery.js +537 -549
- data/app/assets/javascripts/foreman_discovery/locale/en/foreman_discovery.js +280 -291
- data/app/assets/javascripts/foreman_discovery/locale/en_GB/foreman_discovery.js +539 -551
- data/app/assets/javascripts/foreman_discovery/locale/es/foreman_discovery.js +541 -553
- data/app/assets/javascripts/foreman_discovery/locale/fr/foreman_discovery.js +539 -551
- data/app/assets/javascripts/foreman_discovery/locale/gl/foreman_discovery.js +339 -351
- data/app/assets/javascripts/foreman_discovery/locale/it/foreman_discovery.js +468 -480
- data/app/assets/javascripts/foreman_discovery/locale/ja/foreman_discovery.js +536 -548
- data/app/assets/javascripts/foreman_discovery/locale/ka/foreman_discovery.js +525 -537
- data/app/assets/javascripts/foreman_discovery/locale/ko/foreman_discovery.js +493 -505
- data/app/assets/javascripts/foreman_discovery/locale/pt_BR/foreman_discovery.js +538 -550
- data/app/assets/javascripts/foreman_discovery/locale/ru/foreman_discovery.js +510 -522
- data/app/assets/javascripts/foreman_discovery/locale/sv_SE/foreman_discovery.js +361 -373
- data/app/assets/javascripts/foreman_discovery/locale/zh_CN/foreman_discovery.js +540 -552
- data/app/assets/javascripts/foreman_discovery/locale/zh_TW/foreman_discovery.js +400 -412
- data/app/controllers/api/v2/discovered_hosts_controller.rb +2 -0
- data/app/controllers/concerns/foreman/controller/parameters/discovered_host.rb +41 -35
- data/app/controllers/concerns/foreman/controller/parameters/discovery_rule.rb +18 -12
- data/app/controllers/discovered_hosts_controller.rb +0 -13
- data/app/controllers/discovered_hosts_controller.rb.orig +354 -0
- data/app/models/host/discovered.rb +1 -0
- data/app/services/foreman_discovery/fact_to_category_resolver.rb +11 -6
- data/app/services/foreman_discovery/lldp_neighbors.rb +6 -2
- data/app/views/api/v2/discovered_hosts/main.json.rabl +2 -1
- data/app/views/discovered_hosts/_discovered_host.html.erb +1 -0
- data/app/views/discovered_hosts/_discovered_hosts_list.html.erb +2 -1
- data/app/views/discovered_hosts/show.html.erb +3 -1
- data/app/views/discovered_mailer/_discovered_host.html.erb +5 -0
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ca/foreman_discovery.po +2 -14
- data/locale/cs_CZ/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/cs_CZ/foreman_discovery.po +128 -138
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.po +4 -16
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.po +13 -20
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.po +39 -51
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.po +47 -59
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.po +18 -30
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.po +2 -14
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.po +2 -14
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.po +27 -38
- data/locale/ka/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ka/foreman_discovery.po +19 -31
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.po +98 -108
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.po +2 -14
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.po +2 -14
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.po +2 -14
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.po +20 -32
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.po +2 -14
- data/test/facts/facts_with_lldp_bond_candidate.json +7 -0
- data/test/functional/api/v2/discovered_hosts_controller_test.rb +35 -0
- data/test/integration/discovered_hosts_test.rb +3 -1
- data/test/test_helper_discovery.rb +21 -7
- data/test/unit/lldp_neighbors_test.rb +34 -0
- metadata +4 -3
|
Binary file
|
|
@@ -9,17 +9,17 @@
|
|
|
9
9
|
# Ettore Atalan <atalanttore@googlemail.com>, 2014-2017
|
|
10
10
|
# Lukáš Zapletal, 2015
|
|
11
11
|
# Martin Zimmermann <martin.zimmermann@gmx.com>, 2018
|
|
12
|
-
#
|
|
12
|
+
# pdolinic, 2021
|
|
13
13
|
# simon11 <transifex@stieger.co>, 2014
|
|
14
14
|
# simon11 <transifex@stieger.co>, 2014
|
|
15
15
|
# stbenjam <stephen@redhat.com>, 2016
|
|
16
16
|
msgid ""
|
|
17
17
|
msgstr ""
|
|
18
|
-
"Project-Id-Version: foreman_discovery
|
|
18
|
+
"Project-Id-Version: foreman_discovery 25.0.0\n"
|
|
19
19
|
"Report-Msgid-Bugs-To: \n"
|
|
20
20
|
"PO-Revision-Date: 2013-11-15 17:25+0000\n"
|
|
21
|
-
"Last-Translator:
|
|
22
|
-
"Language-Team: German (http://
|
|
21
|
+
"Last-Translator: pdolinic, 2021\n"
|
|
22
|
+
"Language-Team: German (http://app.transifex.com/foreman/foreman/language/de/)\n"
|
|
23
23
|
"MIME-Version: 1.0\n"
|
|
24
24
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
25
25
|
"Content-Transfer-Encoding: 8bit\n"
|
|
@@ -38,9 +38,6 @@ msgstr "<b>Foreman</b> Zusammenfassung entdeckter Hosts"
|
|
|
38
38
|
msgid "A summary of discovered hosts"
|
|
39
39
|
msgstr "Eine Zusammenfassung der entdeckten Hosts"
|
|
40
40
|
|
|
41
|
-
msgid "Action with sub plans"
|
|
42
|
-
msgstr "Aktion mit Unterplänen"
|
|
43
|
-
|
|
44
41
|
msgid "Actions"
|
|
45
42
|
msgstr "Aktionen"
|
|
46
43
|
|
|
@@ -407,12 +404,6 @@ msgstr "Image API Verarbeitungsfehler: %{msg} (HTTP/%{code}, Text: %{body})"
|
|
|
407
404
|
msgid "Image API returned HTTP/%{code} with '%{body}"
|
|
408
405
|
msgstr "Image API gibt HTTP/%{code} mit '%{body} zurück"
|
|
409
406
|
|
|
410
|
-
msgid "Import Puppet classes"
|
|
411
|
-
msgstr "Puppet-Klassen importieren"
|
|
412
|
-
|
|
413
|
-
msgid "Import facts"
|
|
414
|
-
msgstr "Fakten importieren"
|
|
415
|
-
|
|
416
407
|
msgid "In addition to @host attribute function rand for random integers is available. Examples:"
|
|
417
408
|
msgstr "Zusätzlich zum @host-Attribut steht die Funktion rand für zufällige ganze Zahlen zur Verfügung. Beispiele:"
|
|
418
409
|
|
|
@@ -656,9 +647,6 @@ msgstr "Regex zur Faktensortierung im Speicher-Bereich"
|
|
|
656
647
|
msgid "Reloading kernel on %s"
|
|
657
648
|
msgstr "Kernel auf %s wird neu geladen"
|
|
658
649
|
|
|
659
|
-
msgid "Remote action:"
|
|
660
|
-
msgstr "Entfernte Aktion:"
|
|
661
|
-
|
|
662
650
|
msgid "Reported in the last 7 days"
|
|
663
651
|
msgstr "Berichtet in den letzten 7 Tagen"
|
|
664
652
|
|
|
Binary file
|
|
@@ -1,16 +1,21 @@
|
|
|
1
|
-
#
|
|
1
|
+
# SOME DESCRIPTIVE TITLE.
|
|
2
|
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
2
3
|
# This file is distributed under the same license as the foreman_discovery package.
|
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
5
|
+
#
|
|
6
|
+
#, fuzzy
|
|
3
7
|
msgid ""
|
|
4
8
|
msgstr ""
|
|
5
|
-
"Project-Id-Version: foreman_discovery
|
|
6
|
-
"Report-Msgid-Bugs-To:
|
|
7
|
-
"PO-Revision-Date:
|
|
8
|
-
"Last-Translator:
|
|
9
|
-
"Language-Team:
|
|
9
|
+
"Project-Id-Version: foreman_discovery 1.0.0\n"
|
|
10
|
+
"Report-Msgid-Bugs-To: \n"
|
|
11
|
+
"PO-Revision-Date: 2024-09-19 13:06+0200\n"
|
|
12
|
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
13
|
+
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
14
|
+
"Language: \n"
|
|
15
|
+
"MIME-Version: 1.0\n"
|
|
10
16
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
11
17
|
"Content-Transfer-Encoding: 8bit\n"
|
|
12
|
-
"
|
|
13
|
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
|
14
19
|
|
|
15
20
|
msgid "%s - The following hosts are about to be changed"
|
|
16
21
|
msgstr ""
|
|
@@ -24,9 +29,6 @@ msgstr ""
|
|
|
24
29
|
msgid "A summary of discovered hosts"
|
|
25
30
|
msgstr ""
|
|
26
31
|
|
|
27
|
-
msgid "Action with sub plans"
|
|
28
|
-
msgstr ""
|
|
29
|
-
|
|
30
32
|
msgid "Actions"
|
|
31
33
|
msgstr ""
|
|
32
34
|
|
|
@@ -393,12 +395,6 @@ msgstr ""
|
|
|
393
395
|
msgid "Image API returned HTTP/%{code} with '%{body}"
|
|
394
396
|
msgstr ""
|
|
395
397
|
|
|
396
|
-
msgid "Import Puppet classes"
|
|
397
|
-
msgstr ""
|
|
398
|
-
|
|
399
|
-
msgid "Import facts"
|
|
400
|
-
msgstr ""
|
|
401
|
-
|
|
402
398
|
msgid "In addition to @host attribute function rand for random integers is available. Examples:"
|
|
403
399
|
msgstr ""
|
|
404
400
|
|
|
@@ -642,9 +638,6 @@ msgstr ""
|
|
|
642
638
|
msgid "Reloading kernel on %s"
|
|
643
639
|
msgstr ""
|
|
644
640
|
|
|
645
|
-
msgid "Remote action:"
|
|
646
|
-
msgstr ""
|
|
647
|
-
|
|
648
641
|
msgid "Reported in the last 7 days"
|
|
649
642
|
msgstr ""
|
|
650
643
|
|
|
Binary file
|
|
@@ -3,18 +3,18 @@
|
|
|
3
3
|
# This file is distributed under the same license as the foreman_discovery package.
|
|
4
4
|
#
|
|
5
5
|
# Translators:
|
|
6
|
-
# Andi Chandler <andi@gowling.com>, 2015-2019
|
|
6
|
+
# Andi Chandler <andi@gowling.com>, 2015-2019,2023
|
|
7
7
|
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2013-2015
|
|
8
8
|
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2016
|
|
9
9
|
# Lukáš Zapletal, 2015
|
|
10
10
|
# Lukáš Zapletal, 2015
|
|
11
11
|
msgid ""
|
|
12
12
|
msgstr ""
|
|
13
|
-
"Project-Id-Version: foreman_discovery
|
|
13
|
+
"Project-Id-Version: foreman_discovery 25.0.0\n"
|
|
14
14
|
"Report-Msgid-Bugs-To: \n"
|
|
15
15
|
"PO-Revision-Date: 2013-11-15 17:25+0000\n"
|
|
16
|
-
"Last-Translator: Andi Chandler <andi@gowling.com>, 2015-2019\n"
|
|
17
|
-
"Language-Team: English (United Kingdom) (http://
|
|
16
|
+
"Last-Translator: Andi Chandler <andi@gowling.com>, 2015-2019,2023\n"
|
|
17
|
+
"Language-Team: English (United Kingdom) (http://app.transifex.com/foreman/fore"
|
|
18
18
|
"man/language/en_GB/)\n"
|
|
19
19
|
"MIME-Version: 1.0\n"
|
|
20
20
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -34,9 +34,6 @@ msgstr "<b>Foreman</b> Discovered hosts summary"
|
|
|
34
34
|
msgid "A summary of discovered hosts"
|
|
35
35
|
msgstr "A summary of discovered hosts"
|
|
36
36
|
|
|
37
|
-
msgid "Action with sub plans"
|
|
38
|
-
msgstr "Action with sub plans"
|
|
39
|
-
|
|
40
37
|
msgid "Actions"
|
|
41
38
|
msgstr "Actions"
|
|
42
39
|
|
|
@@ -83,10 +80,10 @@ msgid "Clean all reported facts during provisioning (except discovery facts)"
|
|
|
83
80
|
msgstr "Clean all reported facts during provisioning (except discovery facts)"
|
|
84
81
|
|
|
85
82
|
msgid "Clone"
|
|
86
|
-
msgstr ""
|
|
83
|
+
msgstr "Clone"
|
|
87
84
|
|
|
88
85
|
msgid "Clone %s"
|
|
89
|
-
msgstr ""
|
|
86
|
+
msgstr "Clone %s"
|
|
90
87
|
|
|
91
88
|
msgid "Collapse All"
|
|
92
89
|
msgstr "Collapse All"
|
|
@@ -144,20 +141,20 @@ msgstr "Disable rule '%s'?"
|
|
|
144
141
|
|
|
145
142
|
msgid "Discovered Host"
|
|
146
143
|
msgid_plural "Discovered Hosts"
|
|
147
|
-
msgstr[0] ""
|
|
148
|
-
msgstr[1] ""
|
|
144
|
+
msgstr[0] "Discovered Host"
|
|
145
|
+
msgstr[1] "Discovered Hosts"
|
|
149
146
|
|
|
150
147
|
msgid "Discovered Hosts"
|
|
151
148
|
msgstr "Discovered Hosts"
|
|
152
149
|
|
|
153
150
|
msgid "Discovered Rules"
|
|
154
|
-
msgstr ""
|
|
151
|
+
msgstr "Discovered Rules"
|
|
155
152
|
|
|
156
153
|
msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
|
|
157
154
|
msgstr "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
|
|
158
155
|
|
|
159
156
|
msgid "Discovered host reported from unknown subnet, communication will not be proxied."
|
|
160
|
-
msgstr ""
|
|
157
|
+
msgstr "Discovered host reported from unknown subnet, communication will not be proxied."
|
|
161
158
|
|
|
162
159
|
msgid "Discovered host: %s"
|
|
163
160
|
msgstr "Discovered host: %s"
|
|
@@ -172,13 +169,13 @@ msgid "Discovered hosts from Foreman server at %{foreman_url}"
|
|
|
172
169
|
msgstr "Discovered hosts from Foreman server at %{foreman_url}"
|
|
173
170
|
|
|
174
171
|
msgid "Discovered hosts reported from unknown subnet are %s, communication will not be proxied."
|
|
175
|
-
msgstr ""
|
|
172
|
+
msgstr "Discovered hosts reported from unknown subnet are %s, communication will not be proxied."
|
|
176
173
|
|
|
177
174
|
msgid "Discovered hosts summary"
|
|
178
175
|
msgstr "Discovered hosts summary"
|
|
179
176
|
|
|
180
177
|
msgid "Discovery"
|
|
181
|
-
msgstr ""
|
|
178
|
+
msgstr "Discovery"
|
|
182
179
|
|
|
183
180
|
msgid "Discovery Proxy"
|
|
184
181
|
msgstr "Discovery Proxy"
|
|
@@ -241,7 +238,7 @@ msgid "Enable rule '%s'?"
|
|
|
241
238
|
msgstr "Enable rule '%s'?"
|
|
242
239
|
|
|
243
240
|
msgid "Error message goes here"
|
|
244
|
-
msgstr ""
|
|
241
|
+
msgstr "Error message goes here"
|
|
245
242
|
|
|
246
243
|
msgid "Error on existing NIC"
|
|
247
244
|
msgstr "Error on existing NIC"
|
|
@@ -262,7 +259,7 @@ msgid "Expected discovery_fact '%s' is missing, unable to detect primary interfa
|
|
|
262
259
|
msgstr "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
|
|
263
260
|
|
|
264
261
|
msgid "Extra facter columns to show in host lists"
|
|
265
|
-
msgstr ""
|
|
262
|
+
msgstr "Extra Facter columns to show in host lists"
|
|
266
263
|
|
|
267
264
|
msgid "Fact + prefix"
|
|
268
265
|
msgstr "Fact + prefix"
|
|
@@ -298,7 +295,7 @@ msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
|
|
|
298
295
|
msgstr "Failed to refresh facts for %{hostname} with error %{error_message}"
|
|
299
296
|
|
|
300
297
|
msgid "For more information please see "
|
|
301
|
-
msgstr ""
|
|
298
|
+
msgstr "For more information please see "
|
|
302
299
|
|
|
303
300
|
msgid "Force DNS"
|
|
304
301
|
msgstr "Force DNS"
|
|
@@ -307,7 +304,7 @@ msgid "Force DNS entries creation when provisioning discovered host"
|
|
|
307
304
|
msgstr "Force DNS entries creation when provisioning discovered host"
|
|
308
305
|
|
|
309
306
|
msgid "Foreman Discovery"
|
|
310
|
-
msgstr ""
|
|
307
|
+
msgstr "Foreman Discovery"
|
|
311
308
|
|
|
312
309
|
msgid "Foreman discovered hosts summary"
|
|
313
310
|
msgstr "Foreman discovered hosts summary"
|
|
@@ -328,7 +325,7 @@ msgid "Host"
|
|
|
328
325
|
msgstr "Host"
|
|
329
326
|
|
|
330
327
|
msgid "Host %s has been dicovered"
|
|
331
|
-
msgstr ""
|
|
328
|
+
msgstr "Host %s has been dicovered"
|
|
332
329
|
|
|
333
330
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
|
334
331
|
msgstr "Host %{host} was provisioned with rule %{rule}"
|
|
@@ -350,10 +347,10 @@ msgid "Host of type %s can not be rebooted"
|
|
|
350
347
|
msgstr "Host of type %s can not be rebooted"
|
|
351
348
|
|
|
352
349
|
msgid "Host's owner type"
|
|
353
|
-
msgstr ""
|
|
350
|
+
msgstr "Host's owner type"
|
|
354
351
|
|
|
355
352
|
msgid "Host's parameters (array or indexed hash)"
|
|
356
|
-
msgstr ""
|
|
353
|
+
msgstr "Host's parameters (array or indexed hash)"
|
|
357
354
|
|
|
358
355
|
msgid "Hostname facts"
|
|
359
356
|
msgstr "Hostname facts"
|
|
@@ -403,12 +400,6 @@ msgstr "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
|
|
|
403
400
|
msgid "Image API returned HTTP/%{code} with '%{body}"
|
|
404
401
|
msgstr "Image API returned HTTP/%{code} with '%{body}"
|
|
405
402
|
|
|
406
|
-
msgid "Import Puppet classes"
|
|
407
|
-
msgstr "Import Puppet classes"
|
|
408
|
-
|
|
409
|
-
msgid "Import facts"
|
|
410
|
-
msgstr "Import facts"
|
|
411
|
-
|
|
412
403
|
msgid "In addition to @host attribute function rand for random integers is available. Examples:"
|
|
413
404
|
msgstr "In addition to @host attribute function rand for random integers is available. Examples:"
|
|
414
405
|
|
|
@@ -452,7 +443,7 @@ msgid "List all fact values of a given discovered host"
|
|
|
452
443
|
msgstr "List all fact values of a given discovered host"
|
|
453
444
|
|
|
454
445
|
msgid "List of facts to use for the hostname (first wins)"
|
|
455
|
-
msgstr ""
|
|
446
|
+
msgstr "List of facts to use for the hostname (first wins)"
|
|
456
447
|
|
|
457
448
|
msgid "Location"
|
|
458
449
|
msgstr "Location"
|
|
@@ -497,7 +488,7 @@ msgid "Name"
|
|
|
497
488
|
msgstr "Name"
|
|
498
489
|
|
|
499
490
|
msgid "Name of the parameter"
|
|
500
|
-
msgstr ""
|
|
491
|
+
msgstr "Name of the parameter"
|
|
501
492
|
|
|
502
493
|
msgid "Network"
|
|
503
494
|
msgstr "Network"
|
|
@@ -509,13 +500,13 @@ msgid "New Discovery Rule"
|
|
|
509
500
|
msgstr "New Discovery Rule"
|
|
510
501
|
|
|
511
502
|
msgid "New hosts"
|
|
512
|
-
msgstr ""
|
|
503
|
+
msgstr "New hosts"
|
|
513
504
|
|
|
514
505
|
msgid "New in the last 24 hours"
|
|
515
506
|
msgstr "New in the last 24 hours"
|
|
516
507
|
|
|
517
508
|
msgid "No Discovery Rules found in this context. Create Discovery Rules to perform automated provisioning on Discovered Hosts"
|
|
518
|
-
msgstr ""
|
|
509
|
+
msgstr "No Discovery Rules found in this context. Create Discovery Rules to perform automated provisioning on Discovered Hosts"
|
|
519
510
|
|
|
520
511
|
msgid "No discovered hosts available"
|
|
521
512
|
msgstr "No discovered hosts available"
|
|
@@ -524,7 +515,7 @@ msgid "No discovered hosts for the selected period"
|
|
|
524
515
|
msgstr "No discovered hosts for the selected period"
|
|
525
516
|
|
|
526
517
|
msgid "No discovered hosts found in this context. This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
|
527
|
-
msgstr ""
|
|
518
|
+
msgstr "No discovered hosts found in this context. This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
|
528
519
|
|
|
529
520
|
msgid "No discovered hosts to provision"
|
|
530
521
|
msgstr "No discovered hosts to provision"
|
|
@@ -554,16 +545,16 @@ msgid "One or more hosts have been discovered"
|
|
|
554
545
|
msgstr "One or more hosts have been discovered"
|
|
555
546
|
|
|
556
547
|
msgid "One or more hosts with failed discovery due to error: %s"
|
|
557
|
-
msgstr ""
|
|
548
|
+
msgstr "One or more hosts with failed discovery due to error: %s"
|
|
558
549
|
|
|
559
550
|
msgid "Option 'url' must be provided"
|
|
560
|
-
msgstr ""
|
|
551
|
+
msgstr "Option 'url' must be provided"
|
|
561
552
|
|
|
562
553
|
msgid "Option 'url' must be valid URI: %s"
|
|
563
|
-
msgstr ""
|
|
554
|
+
msgstr "Option 'url' must be valid URI: %s"
|
|
564
555
|
|
|
565
556
|
msgid "Options must be hash"
|
|
566
|
-
msgstr ""
|
|
557
|
+
msgstr "Options must be hash"
|
|
567
558
|
|
|
568
559
|
msgid "Organization"
|
|
569
560
|
msgstr "Organisation"
|
|
@@ -581,16 +572,16 @@ msgid "PXELinux template to be used when pinning a host to discovery"
|
|
|
581
572
|
msgstr "PXELinux template to be used when pinning a host to discovery"
|
|
582
573
|
|
|
583
574
|
msgid "Parameter value"
|
|
584
|
-
msgstr ""
|
|
575
|
+
msgstr "Parameter value"
|
|
585
576
|
|
|
586
577
|
msgid "Please Confirm"
|
|
587
578
|
msgstr "Please Confirm"
|
|
588
579
|
|
|
589
580
|
msgid "Prefer IPv6"
|
|
590
|
-
msgstr ""
|
|
581
|
+
msgstr "Prefer IPv6"
|
|
591
582
|
|
|
592
583
|
msgid "Prefer IPv6 to IPv4 when calling discovered nodes"
|
|
593
|
-
msgstr ""
|
|
584
|
+
msgstr "Prefer IPv6 to IPv4 when calling discovered nodes"
|
|
594
585
|
|
|
595
586
|
msgid "Primary"
|
|
596
587
|
msgstr "Primary"
|
|
@@ -652,9 +643,6 @@ msgstr "Regex to organise facts for storage section"
|
|
|
652
643
|
msgid "Reloading kernel on %s"
|
|
653
644
|
msgstr "Reloading kernel on %s"
|
|
654
645
|
|
|
655
|
-
msgid "Remote action:"
|
|
656
|
-
msgstr "Remote action:"
|
|
657
|
-
|
|
658
646
|
msgid "Reported in the last 7 days"
|
|
659
647
|
msgstr "Reported in the last 7 days"
|
|
660
648
|
|
|
@@ -743,7 +731,7 @@ msgid "Type of name generator"
|
|
|
743
731
|
msgstr "Type of name generator"
|
|
744
732
|
|
|
745
733
|
msgid "Type of value"
|
|
746
|
-
msgstr ""
|
|
734
|
+
msgstr "Type of value"
|
|
747
735
|
|
|
748
736
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
|
749
737
|
msgstr "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
|
@@ -755,13 +743,13 @@ msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filte
|
|
|
755
743
|
msgstr "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
|
|
756
744
|
|
|
757
745
|
msgid "Unable to perform %{action} on %{ips}"
|
|
758
|
-
msgstr ""
|
|
746
|
+
msgstr "Unable to perform %{action} on %{ips}"
|
|
759
747
|
|
|
760
748
|
msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
|
|
761
|
-
msgstr ""
|
|
749
|
+
msgstr "Unable to perform kexec on %{name} (%{url}): %{msg}"
|
|
762
750
|
|
|
763
751
|
msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
|
|
764
|
-
msgstr ""
|
|
752
|
+
msgstr "Unable to perform reboot on %{name} (%{url}): %{msg}"
|
|
765
753
|
|
|
766
754
|
msgid "Unable to provision %{host}: %{errors}"
|
|
767
755
|
msgstr "Unable to provision %{host}: %{errors}"
|
|
@@ -782,7 +770,7 @@ msgid "defines a pattern to assign human-readable hostnames to the matching host
|
|
|
782
770
|
msgstr "defines a pattern to assign human-readable hostnames to the matching hosts"
|
|
783
771
|
|
|
784
772
|
msgid "documentation"
|
|
785
|
-
msgstr ""
|
|
773
|
+
msgstr "documentation"
|
|
786
774
|
|
|
787
775
|
msgid "enables to limit maximum amount of provisioned hosts per rule"
|
|
788
776
|
msgstr "enables to limit maximum amount of provisioned hosts per rule"
|
|
@@ -833,13 +821,13 @@ msgid "represents rule name shown to the users"
|
|
|
833
821
|
msgstr "represents rule name shown to the users"
|
|
834
822
|
|
|
835
823
|
msgid "required if host is managed and custom partition has not been defined"
|
|
836
|
-
msgstr ""
|
|
824
|
+
msgstr "required if host is managed and custom partition has not been defined"
|
|
837
825
|
|
|
838
826
|
msgid "required if host is managed and value is not inherited from host group"
|
|
839
|
-
msgstr ""
|
|
827
|
+
msgstr "required if host is managed and value is not inherited from host group"
|
|
840
828
|
|
|
841
829
|
msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
|
|
842
|
-
msgstr ""
|
|
830
|
+
msgstr "required if not imaged based provisioning and host is managed and value is not inherited from host group"
|
|
843
831
|
|
|
844
832
|
msgid "required if value is not inherited from host group or default password in settings"
|
|
845
833
|
msgstr "required if value is not inherited from host group or default password in settings"
|
|
Binary file
|