foreman_discovery 6.0.0 → 7.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (81) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/app/controllers/api/v2/discovered_hosts_controller.rb +6 -4
  4. data/app/controllers/api/v2/discovery_rules_controller.rb +3 -2
  5. data/app/controllers/concerns/foreman/controller/parameters/discovered_host.rb +24 -0
  6. data/app/controllers/concerns/foreman/controller/parameters/discovery_rule.rb +17 -0
  7. data/app/controllers/discovered_hosts_controller.rb +3 -2
  8. data/app/controllers/discovery_rules_controller.rb +4 -2
  9. data/app/helpers/discovered_hosts_helper.rb +7 -10
  10. data/app/models/concerns/discovery_subnet.rb +0 -2
  11. data/app/models/concerns/fact_value_extensions.rb +5 -0
  12. data/app/models/discovery_attribute_set.rb +0 -1
  13. data/app/models/discovery_rule.rb +0 -2
  14. data/app/models/host/discovered.rb +0 -2
  15. data/app/models/host/managed_extensions.rb +1 -3
  16. data/app/models/hostgroup_extensions.rb +0 -1
  17. data/app/models/nic/managed_extensions.rb +26 -0
  18. data/app/models/setting/discovered.rb +1 -0
  19. data/app/views/discovered_hosts/_discovered_host_modal.html.erb +30 -0
  20. data/app/views/discovered_hosts/_discovered_hosts_list.html.erb +1 -29
  21. data/app/views/discovered_hosts/show.html.erb +20 -12
  22. data/app/views/discovery_rules/_form.html.erb +1 -1
  23. data/app/views/foreman_discovery/debian_kexec.erb +2 -3
  24. data/app/views/foreman_discovery/redhat_kexec.erb +2 -3
  25. data/lib/foreman_discovery/engine.rb +8 -1
  26. data/lib/foreman_discovery/version.rb +1 -1
  27. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  28. data/locale/ca/foreman_discovery.edit.po +1 -1
  29. data/locale/ca/foreman_discovery.po +2 -2
  30. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  31. data/locale/de/foreman_discovery.edit.po +33 -33
  32. data/locale/de/foreman_discovery.po +67 -67
  33. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  34. data/locale/en/foreman_discovery.edit.po +138 -130
  35. data/locale/en/foreman_discovery.po +13 -7
  36. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  37. data/locale/en_GB/foreman_discovery.edit.po +34 -33
  38. data/locale/en_GB/foreman_discovery.po +33 -32
  39. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  40. data/locale/es/foreman_discovery.edit.po +51 -51
  41. data/locale/es/foreman_discovery.po +51 -51
  42. data/locale/foreman_discovery.pot +151 -144
  43. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  44. data/locale/fr/foreman_discovery.edit.po +1 -1
  45. data/locale/fr/foreman_discovery.po +33 -33
  46. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  47. data/locale/gl/foreman_discovery.edit.po +1 -1
  48. data/locale/gl/foreman_discovery.po +2 -2
  49. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  50. data/locale/it/foreman_discovery.edit.po +5 -5
  51. data/locale/it/foreman_discovery.po +5 -5
  52. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  53. data/locale/ja/foreman_discovery.edit.po +37 -37
  54. data/locale/ja/foreman_discovery.po +36 -36
  55. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  56. data/locale/ko/foreman_discovery.edit.po +36 -36
  57. data/locale/ko/foreman_discovery.po +35 -35
  58. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  59. data/locale/pt_BR/foreman_discovery.edit.po +40 -40
  60. data/locale/pt_BR/foreman_discovery.po +39 -39
  61. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  62. data/locale/ru/foreman_discovery.edit.po +8 -8
  63. data/locale/ru/foreman_discovery.po +8 -8
  64. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  65. data/locale/sv_SE/foreman_discovery.edit.po +1 -1
  66. data/locale/sv_SE/foreman_discovery.po +2 -2
  67. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  68. data/locale/zh_CN/foreman_discovery.edit.po +37 -37
  69. data/locale/zh_CN/foreman_discovery.po +36 -36
  70. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  71. data/locale/zh_TW/foreman_discovery.edit.po +36 -36
  72. data/locale/zh_TW/foreman_discovery.po +35 -35
  73. data/test/factories/discovery_rule_related.rb +19 -2
  74. data/test/functional/api/v2/discovered_hosts_controller_test.rb +1 -0
  75. data/test/functional/api/v2/discovery_rules_controller_test.rb +13 -5
  76. data/test/functional/discovered_hosts_controller_test.rb +71 -3
  77. data/test/functional/discovery_rules_controller_test.rb +23 -6
  78. data/test/test_helper_discovery.rb +4 -0
  79. data/test/unit/discovered_extensions_test.rb +2 -0
  80. data/test/unit/fact_value_extensions_test.rb +11 -0
  81. metadata +9 -3
@@ -7,7 +7,7 @@
7
7
  # Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2014,2016
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: foreman_discovery 5.0.2\n"
10
+ "Project-Id-Version: foreman_discovery 7.0.0\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
12
  "POT-Creation-Date: 2016-07-27 14:13+0200\n"
13
13
  "PO-Revision-Date: 2016-07-28 15:30+0000\n"
@@ -4,12 +4,12 @@
4
4
  #
5
5
  # Translators:
6
6
  # Claer <transiblu@claer.hammock.fr>, 2013-2016
7
- # Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2014
7
+ # Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2014,2016
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: foreman_discovery 5.0.2\n"
10
+ "Project-Id-Version: foreman_discovery 7.0.0\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "PO-Revision-Date: 2016-05-04 17:58+0000\n"
12
+ "PO-Revision-Date: 2016-07-28 15:30+0000\n"
13
13
  "Last-Translator: Claer <transiblu@claer.hammock.fr>\n"
14
14
  "Language-Team: French (http://www.transifex.com/foreman/foreman/language/fr/)\n"
15
15
  "MIME-Version: 1.0\n"
@@ -49,16 +49,16 @@ msgid "Auto Provision All"
49
49
  msgstr "Tout provisionner automatiquement"
50
50
 
51
51
  msgid "Auto provisioning"
52
- msgstr ""
52
+ msgstr "Provisionnement automatique"
53
53
 
54
54
  msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
55
- msgstr ""
55
+ msgstr "Générer automatiquement la configuration PXE d'un nouvel hôte détecté pour qu'il reste en mode détecté"
56
56
 
57
57
  msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
58
58
  msgstr "Provisioning automatique des hôtes détectés récemment, selon les règles de provisioning"
59
59
 
60
60
  msgid "Automatically reboot or kexec discovered host during provisioning"
61
- msgstr ""
61
+ msgstr "Automatiquement redémarrer ou kexec les hôtes détectés pendant le provisioning"
62
62
 
63
63
  msgid "Back"
64
64
  msgstr "Retour"
@@ -70,10 +70,10 @@ msgid "Cancel"
70
70
  msgstr "Annuler"
71
71
 
72
72
  msgid "Clean all facts"
73
- msgstr ""
73
+ msgstr "Nettoyer tous les facts"
74
74
 
75
75
  msgid "Clean all reported facts during provisioning (except discovery facts)"
76
- msgstr ""
76
+ msgstr "Supprimer tous les facts reçus pendant le provisionning (à l'exception des facts discovery)"
77
77
 
78
78
  msgid "Could not get facts from proxy %{url}: %{error}"
79
79
  msgstr "Impossible de récupérer les facts depuis le proxy %{url} : %{error}"
@@ -85,7 +85,7 @@ msgid "Create a discovery rule"
85
85
  msgstr "Créer une règle de détection"
86
86
 
87
87
  msgid "Create host"
88
- msgstr ""
88
+ msgstr "Création de l'hôte"
89
89
 
90
90
  msgid "Delete %s?"
91
91
  msgstr "Supprimer %s ?"
@@ -136,10 +136,10 @@ msgid "Discovery Rules"
136
136
  msgstr "Règles de détection"
137
137
 
138
138
  msgid "Discovery location"
139
- msgstr ""
139
+ msgstr "Emplacement des hôtes détectés"
140
140
 
141
141
  msgid "Discovery organization"
142
- msgstr ""
142
+ msgstr "Organisation des hôtes détectés"
143
143
 
144
144
  msgid "Discovery rules"
145
145
  msgstr "Règles de détection"
@@ -166,7 +166,7 @@ msgid "Disks size"
166
166
  msgstr "Taille des disques"
167
167
 
168
168
  msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
169
- msgstr ""
169
+ msgstr "Le domaine sera ajouté automatiquement. Un nom d'hôte basé sur une adresse MAC sera utilisé si le champ est laissé vide. "
170
170
 
171
171
  msgid "Edit Discovery Rule"
172
172
  msgstr "Modifier la règle de détection"
@@ -199,13 +199,13 @@ msgid "Extra facter columns to show in host lists (separate by comma)"
199
199
  msgstr "Les colonnes facter supplémentaires à afficher dans la liste des hôtes (séparées par des virgules)"
200
200
 
201
201
  msgid "Fact columns"
202
- msgstr ""
202
+ msgstr "Colonnes de facts"
203
203
 
204
204
  msgid "Fact name to use for primary interface detection"
205
205
  msgstr "Nom du fact à utiliser pour la détection de l'interface primaire"
206
206
 
207
207
  msgid "Facts could not be imported"
208
- msgstr ""
208
+ msgstr "Impossible d'importer les facts"
209
209
 
210
210
  msgid "Facts refreshed for %s"
211
211
  msgstr "Facts actualisés pour %s"
@@ -235,10 +235,10 @@ msgid "Hardware"
235
235
  msgstr "Matériel"
236
236
 
237
237
  msgid "Hardware facts"
238
- msgstr ""
238
+ msgstr "Facts matériel"
239
239
 
240
240
  msgid "Highlighted facts"
241
- msgstr ""
241
+ msgstr "Facts mis en surbrillance"
242
242
 
243
243
  msgid "Highlights"
244
244
  msgstr "Highlights"
@@ -266,16 +266,16 @@ msgid "Host of type %s can not be rebooted"
266
266
  msgstr "L'hôte de type %s ne peut pas redémarrer"
267
267
 
268
268
  msgid "Hostname facts"
269
- msgstr ""
269
+ msgstr "Facts de l'hôte"
270
270
 
271
271
  msgid "Hostname for provisioned hosts"
272
272
  msgstr "Nom d'hôte pour les hôtes provisionnés"
273
273
 
274
274
  msgid "Hostname prefix"
275
- msgstr ""
275
+ msgstr "Prefixe de nom d'hôte"
276
276
 
277
277
  msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
278
- msgstr ""
278
+ msgstr "Les noms d'hôtes ne peuvent pas commencer par un chiffre. Il est conseillé d'utiliser des informations uniques fournies par facter (adresse MAC, BIOS ou numéro de série)."
279
279
 
280
280
  msgid "Hosts limit"
281
281
  msgstr "Limite d'hôtes"
@@ -293,7 +293,7 @@ msgid "IPMI"
293
293
  msgstr "IPMI"
294
294
 
295
295
  msgid "IPMI facts"
296
- msgstr ""
296
+ msgstr "Facts IPMI"
297
297
 
298
298
  msgid "Identifier"
299
299
  msgstr "Identifiant"
@@ -305,10 +305,10 @@ msgid "Image API returned HTTP/%{code} with '%{body}"
305
305
  msgstr "L'API Image a renvoyé HTTP/%{code} avec %{body}"
306
306
 
307
307
  msgid "In addition to @host attribute function rand for random integers is available. Examples:"
308
- msgstr ""
308
+ msgstr "Outre l'attribut @host, la fonction « rand » pour des nombres entiers aléatoires est disponible. Ex. :"
309
309
 
310
310
  msgid "Interface fact"
311
- msgstr ""
311
+ msgstr "Interface pour les facts"
312
312
 
313
313
  msgid "Interfaces"
314
314
  msgstr "Interfaces"
@@ -335,7 +335,7 @@ msgid "List all discovery rules"
335
335
  msgstr "Lister toutes les règles de détection"
336
336
 
337
337
  msgid "List all fact values of a given discovered host"
338
- msgstr ""
338
+ msgstr "Afficher toutes les valeurs des facts d'un hôte détecté"
339
339
 
340
340
  msgid "List of facts to use for the hostname (separated by comma, first wins)"
341
341
  msgstr "Liste des facts à utiliser pour le nom d'hôte (séparé par des virgules, le premier qui correspond l'emporte)"
@@ -347,10 +347,10 @@ msgid "Locations"
347
347
  msgstr "Emplacements"
348
348
 
349
349
  msgid "Lock PXE"
350
- msgstr ""
350
+ msgstr "Verrouiller PXE"
351
351
 
352
352
  msgid "Locked template name"
353
- msgstr ""
353
+ msgstr "Nom du modèle verrouillé"
354
354
 
355
355
  msgid "MAC address"
356
356
  msgstr "Adresse MAC"
@@ -383,7 +383,7 @@ msgid "Network"
383
383
  msgstr "Réseau"
384
384
 
385
385
  msgid "Network facts"
386
- msgstr ""
386
+ msgstr "Facts réseau"
387
387
 
388
388
  msgid "New Discovery Rule"
389
389
  msgstr "Nouvelle règle de détection"
@@ -434,7 +434,7 @@ msgid "Organizations"
434
434
  msgstr "Organisations"
435
435
 
436
436
  msgid "PXE template to be used when pinning a host to discovery"
437
- msgstr ""
437
+ msgstr "Modèle PXE à appliquer pour qu'un hôte reste en mode détecté"
438
438
 
439
439
  msgid "Please Confirm"
440
440
  msgstr "Merci de confirmer"
@@ -449,7 +449,7 @@ msgid "Provision a discovered host"
449
449
  msgstr "Provisionner un hôte détecté"
450
450
 
451
451
  msgid "Quick create"
452
- msgstr ""
452
+ msgstr "Création rapide"
453
453
 
454
454
  msgid "Reboot"
455
455
  msgstr "Redémarrer"
@@ -515,7 +515,7 @@ msgid "Select all items in this page"
515
515
  msgstr "Sélectionner tous les éléments de cette page"
516
516
 
517
517
  msgid "Select initial host properties"
518
- msgstr ""
518
+ msgstr "Choisir les propriétés initiales des hôtes"
519
519
 
520
520
  msgid "Select location"
521
521
  msgstr "Sélectionner un emplacement"
@@ -533,7 +533,7 @@ msgid "Software"
533
533
  msgstr "Logiciel"
534
534
 
535
535
  msgid "Software facts"
536
- msgstr ""
536
+ msgstr "Facts logiciel"
537
537
 
538
538
  msgid "Something went wrong while selecting hosts - %s"
539
539
  msgstr "Une erreur s'est produite lors de la sélection des hôtes - %s"
@@ -545,7 +545,7 @@ msgid "Storage"
545
545
  msgstr "Stockage"
546
546
 
547
547
  msgid "Storage facts"
548
- msgstr ""
548
+ msgstr "Facts de stockage"
549
549
 
550
550
  msgid "Submit"
551
551
  msgstr "Valider"
@@ -554,7 +554,7 @@ msgid "Subnet"
554
554
  msgstr "Sous-Réseau"
555
555
 
556
556
  msgid "Successfully provisioned %s"
557
- msgstr ""
557
+ msgstr "Succès du provisioning pour %s"
558
558
 
559
559
  msgid "Summary from %{time} ago to %{now}"
560
560
  msgstr "Rapport depuis il y a %{time} à %{now}"
@@ -614,7 +614,7 @@ msgid "Warning"
614
614
  msgstr "Attention"
615
615
 
616
616
  msgid "When creating hostname patterns, make sure the resulting host names are unique."
617
- msgstr ""
617
+ msgstr "Lors de la création de modèles de noms d'hôtes, veuillez vous assurer que les noms d'hôtes générés sont uniques."
618
618
 
619
619
  msgid "can't contain white spaces."
620
620
  msgstr "ne peut pas contenir d'espaces."
@@ -5,7 +5,7 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 5.0.2\n"
8
+ "Project-Id-Version: foreman_discovery 7.0.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "POT-Creation-Date: 2016-07-27 14:13+0200\n"
11
11
  "PO-Revision-Date: 2016-07-28 09:01+0000\n"
@@ -5,9 +5,9 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 5.0.2\n"
8
+ "Project-Id-Version: foreman_discovery 7.0.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2016-03-11 08:18+0000\n"
10
+ "PO-Revision-Date: 2016-07-28 09:01+0000\n"
11
11
  "Last-Translator: Lukáš Zapletal\n"
12
12
  "Language-Team: Galician (http://www.transifex.com/foreman/foreman/language/gl/"
13
13
  ")\n"
@@ -7,11 +7,11 @@
7
7
  # caifti <caifti@gmail.com>, 2014
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: foreman_discovery 5.0.2\n"
10
+ "Project-Id-Version: foreman_discovery 7.0.0\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
12
  "POT-Creation-Date: 2016-07-27 14:13+0200\n"
13
- "PO-Revision-Date: 2016-07-28 09:01+0000\n"
14
- "Last-Translator: Lukáš Zapletal\n"
13
+ "PO-Revision-Date: 2016-08-22 14:21+0000\n"
14
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
15
15
  "Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -339,7 +339,7 @@ msgstr "Riavvia"
339
339
 
340
340
  #: ../app/helpers/discovered_hosts_helper.rb:20
341
341
  msgid "Back"
342
- msgstr ""
342
+ msgstr "Indietro"
343
343
 
344
344
  #: ../app/helpers/discovered_hosts_helper.rb:22
345
345
  #: ../app/helpers/discovered_hosts_helper.rb:39
@@ -348,7 +348,7 @@ msgstr "Seleziona azione"
348
348
 
349
349
  #: ../app/helpers/discovered_hosts_helper.rb:24
350
350
  msgid "Expand All"
351
- msgstr ""
351
+ msgstr "Espandi tutti"
352
352
 
353
353
  #: ../app/helpers/discovered_hosts_helper.rb:29
354
354
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:77
@@ -7,10 +7,10 @@
7
7
  # caifti <caifti@gmail.com>, 2014
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: foreman_discovery 5.0.2\n"
10
+ "Project-Id-Version: foreman_discovery 7.0.0\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "PO-Revision-Date: 2016-03-11 08:18+0000\n"
13
- "Last-Translator: Lukáš Zapletal\n"
12
+ "PO-Revision-Date: 2016-08-22 14:21+0000\n"
13
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
14
14
  "Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)"
15
15
  "\n"
16
16
  "MIME-Version: 1.0\n"
@@ -62,7 +62,7 @@ msgid "Automatically reboot or kexec discovered host during provisioning"
62
62
  msgstr ""
63
63
 
64
64
  msgid "Back"
65
- msgstr ""
65
+ msgstr "Indietro"
66
66
 
67
67
  msgid "CPUs"
68
68
  msgstr "CPU"
@@ -191,7 +191,7 @@ msgid "Execute rules against all currently discovered hosts"
191
191
  msgstr "Esegui le regole nei confronti degli host attualemente rilevati"
192
192
 
193
193
  msgid "Expand All"
194
- msgstr ""
194
+ msgstr "Espandi tutti"
195
195
 
196
196
  msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
197
197
  msgstr ""
@@ -6,11 +6,11 @@
6
6
  # Shuji Yamada <uzy.exe@gmail.com>, 2015
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: foreman_discovery 5.0.2\n"
9
+ "Project-Id-Version: foreman_discovery 7.0.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
11
  "POT-Creation-Date: 2016-07-27 14:13+0200\n"
12
- "PO-Revision-Date: 2016-07-28 09:01+0000\n"
13
- "Last-Translator: Lukáš Zapletal\n"
12
+ "PO-Revision-Date: 2016-08-22 15:08+0000\n"
13
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
14
14
  "Language-Team: Japanese (http://www.transifex.com/foreman/foreman/language/ja/)\n"
15
15
  "MIME-Version: 1.0\n"
16
16
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -48,7 +48,7 @@ msgstr "検出されたホストの表示"
48
48
 
49
49
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:39
50
50
  msgid "Create a discovered host for testing (use /facts to create new hosts)"
51
- msgstr ""
51
+ msgstr "テストのために検出済みホストを作成 (新規ホストを作成する場合は /facts を使用)"
52
52
 
53
53
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:47
54
54
  msgid "Provision a discovered host"
@@ -86,7 +86,7 @@ msgid ""
86
86
  "hash containing facts for the host with minimum set of facts: "
87
87
  "discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
88
88
  "eth0 (example in case primary interface is named eth0)"
89
- msgstr ""
89
+ msgstr "ファクトの最小セットがあるホスト向けファクトを含むハッシュ: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (プライマリーインターフェースの名前が eth0 の場合の例)"
90
90
 
91
91
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:109
92
92
  msgid "Execute rules against a discovered host"
@@ -99,7 +99,7 @@ msgstr "ルール %{rule} でホスト %{host} がプロビジョニングされ
99
99
 
100
100
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:118
101
101
  msgid "Unable to provision %{host}: %{errors}"
102
- msgstr ""
102
+ msgstr "%{host} をプロビジョニングできません: %{errors}"
103
103
 
104
104
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:124
105
105
  #: ../app/controllers/discovered_hosts_controller.rb:171
@@ -122,7 +122,7 @@ msgstr "プロビジョニングする検出されたホストがありません
122
122
 
123
123
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:160
124
124
  msgid "%s discovered hosts were provisioned"
125
- msgstr ""
125
+ msgstr "%s 検出済みホストがプロビジョニングされました"
126
126
 
127
127
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:171
128
128
  msgid "Refreshing the facts of a discovered host"
@@ -134,12 +134,12 @@ msgstr "検出されたホストを再起動中"
134
134
 
135
135
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:189
136
136
  msgid "Rebooting all discovered hosts"
137
- msgstr ""
137
+ msgstr "検出されたすべてのホストを再起動中"
138
138
 
139
139
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:200
140
140
  #: ../app/controllers/discovered_hosts_controller.rb:122
141
141
  msgid "Discovered hosts are rebooting now"
142
- msgstr ""
142
+ msgstr "現在、検出されたホストを再起動中です"
143
143
 
144
144
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:13
145
145
  msgid "List all discovery rules"
@@ -197,19 +197,19 @@ msgstr ""
197
197
 
198
198
  #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:6
199
199
  msgid "Unable to find a discovery rule, no host provided (check permissions)"
200
- msgstr ""
200
+ msgstr "検出ルールを見つけることができません。ホストが提供されていません (パーミッションの確認)"
201
201
 
202
202
  #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:47
203
203
  msgid "No hostgroup associated with rule '%s'"
204
- msgstr ""
204
+ msgstr "ルール '%s' に関連付けられたホストグループがありません"
205
205
 
206
206
  #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:66
207
207
  msgid "Errors during reboot: %s"
208
- msgstr ""
208
+ msgstr "再起動中のエラー: %s"
209
209
 
210
210
  #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:84
211
211
  msgid "No discovered hosts to reboot"
212
- msgstr ""
212
+ msgstr "再起動する検出済みホストがありません"
213
213
 
214
214
  #: ../app/controllers/discovered_hosts_controller.rb:58
215
215
  msgid "Successfully provisioned %s"
@@ -225,7 +225,7 @@ msgstr "%s のファクトの更新に失敗しました"
225
225
 
226
226
  #: ../app/controllers/discovered_hosts_controller.rb:95
227
227
  msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
228
- msgstr ""
228
+ msgstr "エラー %{error_message} のため、%{hostname} のファクトの更新に失敗しました"
229
229
 
230
230
  #: ../app/controllers/discovered_hosts_controller.rb:102
231
231
  msgid "Host of type %s can not be rebooted"
@@ -245,7 +245,7 @@ msgstr "エラー %{error_message} を出してホスト %{hostname} の再起
245
245
 
246
246
  #: ../app/controllers/discovered_hosts_controller.rb:125
247
247
  msgid "Failed to reboot hosts with error %s"
248
- msgstr ""
248
+ msgstr " エラー %s のため、ホストの再起動に失敗しました"
249
249
 
250
250
  #: ../app/controllers/discovered_hosts_controller.rb:139
251
251
  msgid "Destroyed selected hosts"
@@ -376,15 +376,15 @@ msgstr "N/A"
376
376
 
377
377
  #: ../app/helpers/discovered_hosts_helper.rb:62
378
378
  msgid "New in the last 24 hours"
379
- msgstr ""
379
+ msgstr "過去 24 時間で新規"
380
380
 
381
381
  #: ../app/helpers/discovered_hosts_helper.rb:66
382
382
  msgid "Not reported in more than 7 days"
383
- msgstr ""
383
+ msgstr "7 日間を超えて報告されていません"
384
384
 
385
385
  #: ../app/helpers/discovered_hosts_helper.rb:70
386
386
  msgid "Reported in the last 7 days"
387
- msgstr ""
387
+ msgstr "過去 7 日間以内に報告済み"
388
388
 
389
389
  #: ../app/helpers/discovery_rules_helper.rb:26
390
390
  msgid "Discovered Hosts"
@@ -451,7 +451,7 @@ msgstr "無効なファクトです。ハッシュにする必要があります
451
451
  msgid ""
452
452
  "Expected discovery_fact '%s' is missing, unable to detect primary interface "
453
453
  "and set hostname"
454
- msgstr ""
454
+ msgstr "期待される discovery_fact '%s' が不明です。プライマリーインターフェースを検出し、ホスト名を設定できません"
455
455
 
456
456
  #: ../app/models/host/discovered.rb:47
457
457
  msgid ""
@@ -465,7 +465,7 @@ msgstr ""
465
465
 
466
466
  #: ../app/models/host/discovered.rb:114
467
467
  msgid "Unable to assign subnet, primary interface is missing IP address"
468
- msgstr ""
468
+ msgstr "サブネットを割り当てることができません。プライマリーインターフェースに IP アドレスがありません"
469
469
 
470
470
  #: ../app/models/host/discovered.rb:168
471
471
  msgid "Could not get facts from proxy %{url}: %{error}"
@@ -473,11 +473,11 @@ msgstr "プロキシー %{url} からファクトを取得できませんでし
473
473
 
474
474
  #: ../app/models/host/discovered.rb:184
475
475
  msgid "Unable to reboot %{name} via %{url}: %{msg}"
476
- msgstr ""
476
+ msgstr "%{url} から %{name} を再起動できません: %{msg}"
477
477
 
478
478
  #: ../app/models/host/discovered.rb:192
479
479
  msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
480
- msgstr ""
480
+ msgstr "%{url} から %{name} で kexec を実行できません: %{msg}"
481
481
 
482
482
  #: ../app/models/host/discovered.rb:211
483
483
  msgid "Invalid hostname: Could not normalize the hostname"
@@ -485,7 +485,7 @@ msgstr ""
485
485
 
486
486
  #: ../app/models/host/managed_extensions.rb:24
487
487
  msgid "Reloading kernel on %s"
488
- msgstr ""
488
+ msgstr "%s でカーネルをリロード中"
489
489
 
490
490
  #: ../app/models/host/managed_extensions.rb:26
491
491
  msgid "Rebooting %s"
@@ -493,15 +493,15 @@ msgstr "%s を再起動中"
493
493
 
494
494
  #: ../app/models/host/managed_extensions.rb:45
495
495
  msgid "Operating system not set for host/hostgroup"
496
- msgstr ""
496
+ msgstr "ホスト/ホストグループのオペレーティングシステムが設定されていません"
497
497
 
498
498
  #: ../app/models/host/managed_extensions.rb:47
499
499
  msgid "Medium not set for host/hostgroup"
500
- msgstr ""
500
+ msgstr "ホスト/ホストグループのメディアが設定されていません"
501
501
 
502
502
  #: ../app/models/host/managed_extensions.rb:54
503
503
  msgid "Kexec template not associated with operating system"
504
- msgstr ""
504
+ msgstr "Kexec テンプレートがオペレーティングシステムに関連付けられていません"
505
505
 
506
506
  #: ../app/models/setting/discovered.rb:19
507
507
  msgid "Fact name to use for primary interface detection"
@@ -551,7 +551,7 @@ msgstr ""
551
551
 
552
552
  #: ../app/models/setting/discovered.rb:25
553
553
  msgid "Extra facter columns to show in host lists (separate by comma)"
554
- msgstr ""
554
+ msgstr "ホスト一覧に表示する追加の facter 列 (コンマで区切られる)"
555
555
 
556
556
  #: ../app/models/setting/discovered.rb:25
557
557
  msgid "Fact columns"
@@ -567,7 +567,7 @@ msgstr ""
567
567
 
568
568
  #: ../app/models/setting/discovered.rb:27
569
569
  msgid "Regex to organize facts for storage section"
570
- msgstr ""
570
+ msgstr "ストレージセクションのファクトを整理する正規表現"
571
571
 
572
572
  #: ../app/models/setting/discovered.rb:27
573
573
  msgid "Storage facts"
@@ -575,7 +575,7 @@ msgstr ""
575
575
 
576
576
  #: ../app/models/setting/discovered.rb:28
577
577
  msgid "Regex to organize facts for software section"
578
- msgstr ""
578
+ msgstr "ソフトウェアセクションのファクトを整理する正規表現"
579
579
 
580
580
  #: ../app/models/setting/discovered.rb:28
581
581
  msgid "Software facts"
@@ -583,7 +583,7 @@ msgstr ""
583
583
 
584
584
  #: ../app/models/setting/discovered.rb:29
585
585
  msgid "Regex to organize facts for hardware section"
586
- msgstr ""
586
+ msgstr "ハードウェアセクションのファクトを整理する正規表現"
587
587
 
588
588
  #: ../app/models/setting/discovered.rb:29
589
589
  msgid "Hardware facts"
@@ -591,7 +591,7 @@ msgstr ""
591
591
 
592
592
  #: ../app/models/setting/discovered.rb:30
593
593
  msgid "Regex to organize facts for network section"
594
- msgstr ""
594
+ msgstr "ネットワークセクションのファクトを整理する正規表現"
595
595
 
596
596
  #: ../app/models/setting/discovered.rb:30
597
597
  msgid "Network facts"
@@ -599,7 +599,7 @@ msgstr ""
599
599
 
600
600
  #: ../app/models/setting/discovered.rb:31
601
601
  msgid "Regex to organize facts for ipmi section"
602
- msgstr ""
602
+ msgstr "ipmi セクションのファクトを整理する正規表現"
603
603
 
604
604
  #: ../app/models/setting/discovered.rb:31
605
605
  msgid "IPMI facts"
@@ -643,15 +643,15 @@ msgstr ""
643
643
  msgid ""
644
644
  "Unable to detect primary interface using MAC '%{mac}' specified by "
645
645
  "discovery_fact '%{fact}'"
646
- msgstr ""
646
+ msgstr "discovery_fact '%{fact}' で指定された MAC '%{mac}' を使用してプライマリーインターフェースを検出できません"
647
647
 
648
648
  #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
649
649
  msgid "Image API returned HTTP/%{code} with '%{body}"
650
- msgstr ""
650
+ msgstr "イメージ API が '%{body} とともに HTTP/%{code} を返しました"
651
651
 
652
652
  #: ../app/services/foreman_discovery/node_api/node_resource.rb:78
653
653
  msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
654
- msgstr ""
654
+ msgstr "イメージ API 処理エラー: %{msg} (HTTP/%{code}, body: %{body})"
655
655
 
656
656
  #: ../app/views/dashboard/_discovery_widget.html.erb:9
657
657
  msgid "No discovered hosts available"
@@ -765,7 +765,7 @@ msgstr "送信"
765
765
 
766
766
  #: ../app/views/discovered_hosts/index.html.erb:2
767
767
  msgid "Reboot All"
768
- msgstr ""
768
+ msgstr "すべてを再起動"
769
769
 
770
770
  #: ../app/views/discovered_hosts/index.html.erb:3
771
771
  msgid "Auto Provision All"
@@ -795,7 +795,7 @@ msgstr "検出されたホスト: %s"
795
795
 
796
796
  #: ../app/views/discovered_hosts/show.html.erb:24
797
797
  msgid "Interfaces"
798
- msgstr ""
798
+ msgstr "インターフェース"
799
799
 
800
800
  #: ../app/views/discovered_hosts/show.html.erb:32
801
801
  msgid "Identifier"