hammer_cli_foreman_discovery 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. checksums.yaml +5 -5
  2. data/lib/hammer_cli_foreman_discovery/discovery.rb +45 -0
  3. data/lib/hammer_cli_foreman_discovery/version.rb +1 -1
  4. data/locale/Makefile +3 -3
  5. data/locale/ca/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  6. data/locale/ca/hammer_cli_foreman_discovery.edit.po +77 -67
  7. data/locale/ca/hammer_cli_foreman_discovery.po +16 -5
  8. data/locale/de/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  9. data/locale/de/hammer_cli_foreman_discovery.edit.po +78 -69
  10. data/locale/de/hammer_cli_foreman_discovery.po +16 -5
  11. data/locale/en/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  12. data/locale/en/hammer_cli_foreman_discovery.edit.po +62 -50
  13. data/locale/en/hammer_cli_foreman_discovery.po +14 -5
  14. data/locale/en_GB/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  15. data/locale/en_GB/hammer_cli_foreman_discovery.edit.po +78 -68
  16. data/locale/en_GB/hammer_cli_foreman_discovery.po +17 -6
  17. data/locale/es/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  18. data/locale/es/hammer_cli_foreman_discovery.edit.po +84 -74
  19. data/locale/es/hammer_cli_foreman_discovery.po +16 -5
  20. data/locale/fr/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  21. data/locale/fr/hammer_cli_foreman_discovery.edit.po +77 -68
  22. data/locale/fr/hammer_cli_foreman_discovery.po +16 -5
  23. data/locale/hammer_cli_foreman_discovery.pot +76 -64
  24. data/locale/it/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  25. data/locale/it/hammer_cli_foreman_discovery.edit.po +82 -69
  26. data/locale/it/hammer_cli_foreman_discovery.po +17 -6
  27. data/locale/ja/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  28. data/locale/ja/hammer_cli_foreman_discovery.edit.po +78 -68
  29. data/locale/ja/hammer_cli_foreman_discovery.po +17 -6
  30. data/locale/ko/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  31. data/locale/ko/hammer_cli_foreman_discovery.edit.po +79 -67
  32. data/locale/ko/hammer_cli_foreman_discovery.po +16 -5
  33. data/locale/pt_BR/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  34. data/locale/pt_BR/hammer_cli_foreman_discovery.edit.po +83 -72
  35. data/locale/pt_BR/hammer_cli_foreman_discovery.po +17 -6
  36. data/locale/ru/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  37. data/locale/ru/hammer_cli_foreman_discovery.edit.po +83 -71
  38. data/locale/ru/hammer_cli_foreman_discovery.po +16 -5
  39. data/locale/zh_CN/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  40. data/locale/zh_CN/hammer_cli_foreman_discovery.edit.po +83 -70
  41. data/locale/zh_CN/hammer_cli_foreman_discovery.po +17 -6
  42. data/locale/zh_TW/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  43. data/locale/zh_TW/hammer_cli_foreman_discovery.edit.po +81 -68
  44. data/locale/zh_TW/hammer_cli_foreman_discovery.po +16 -5
  45. metadata +4 -5
@@ -6,7 +6,7 @@
6
6
  # Claer <transiblu@claer.hammock.fr>, 2015
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: hammer_cli_foreman_discovery 0.0.2\n"
9
+ "Project-Id-Version: hammer_cli_foreman_discovery 1.0.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
11
  "PO-Revision-Date: 2015-03-21 22:02+0000\n"
12
12
  "Last-Translator: Claer <transiblu@claer.hammock.fr>\n"
@@ -32,9 +32,6 @@ msgstr "Nom"
32
32
  msgid "MAC"
33
33
  msgstr "MAC"
34
34
 
35
- msgid "Last report"
36
- msgstr "Dernier rapport"
37
-
38
35
  msgid "CPUs"
39
36
  msgstr "CPUs"
40
37
 
@@ -50,7 +47,7 @@ msgstr "Taille des disques"
50
47
  msgid "Subnet"
51
48
  msgstr "Sous-Réseau"
52
49
 
53
- msgid "Last Report"
50
+ msgid "Last report"
54
51
  msgstr "Dernier rapport"
55
52
 
56
53
  msgid "IP"
@@ -95,9 +92,23 @@ msgstr "Saisir le mot de passe root de l'hôte :"
95
92
  msgid "Auto provision a host"
96
93
  msgstr "Provisionner un hôte automatiquement"
97
94
 
95
+ msgid "Auto provision all discovered hosts"
96
+ msgstr ""
97
+
98
+ #, fuzzy
99
+ msgid "Hosts created"
100
+ msgstr "Hôte créé"
101
+
98
102
  msgid "Reboot a host"
99
103
  msgstr "Redémarrage d'un hôte"
100
104
 
105
+ msgid "Reboot all discovered hosts"
106
+ msgstr ""
107
+
108
+ #, fuzzy
109
+ msgid "Rebooting hosts"
110
+ msgstr "Redémarrage d'un hôte"
111
+
101
112
  msgid "Host reboot started"
102
113
  msgstr "Redémarrage de l'hôte lancé"
103
114
 
@@ -1,15 +1,15 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
- # This file is distributed under the same license as the PACKAGE package.
3
+ # This file is distributed under the same license as the hammer_cli_foreman_discovery package.
4
4
  # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
  #
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: hammer_cli_foreman_discovery 0.0.2\n"
9
+ "Project-Id-Version: hammer_cli_foreman_discovery 1.0.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2015-03-19 15:06+0200\n"
12
- "PO-Revision-Date: 2015-01-21 12:06+0200\n"
11
+ "POT-Creation-Date: 2019-07-31 09:22+0200\n"
12
+ "PO-Revision-Date: 2019-07-31 09:22+0200\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -18,186 +18,198 @@ msgstr ""
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
20
 
21
- #: lib/hammer_cli_foreman_discovery/discovery_references.rb:6
22
- msgid "Hosts"
21
+ #: ../lib/hammer_cli_foreman_discovery.rb:7
22
+ msgid "Manipulate discovered hosts."
23
23
  msgstr ""
24
24
 
25
- #: lib/hammer_cli_foreman_discovery/discovery.rb:12
26
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:23
25
+ #: ../lib/hammer_cli_foreman_discovery.rb:11
26
+ msgid "Manipulate discovered rules."
27
+ msgstr ""
28
+
29
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:16
30
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:26
27
31
  msgid "ID"
28
32
  msgstr ""
29
33
 
30
- #: lib/hammer_cli_foreman_discovery/discovery.rb:13
31
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:24
34
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:17
35
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:27
32
36
  msgid "Name"
33
37
  msgstr ""
34
38
 
35
- #: lib/hammer_cli_foreman_discovery/discovery.rb:14
39
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:18
36
40
  msgid "MAC"
37
41
  msgstr ""
38
42
 
39
- #: lib/hammer_cli_foreman_discovery/discovery.rb:15
40
- msgid "Last report"
41
- msgstr ""
42
-
43
- #: lib/hammer_cli_foreman_discovery/discovery.rb:16
43
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:19
44
44
  msgid "CPUs"
45
45
  msgstr ""
46
46
 
47
- #: lib/hammer_cli_foreman_discovery/discovery.rb:17
47
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:20
48
48
  msgid "Memory"
49
49
  msgstr ""
50
50
 
51
- #: lib/hammer_cli_foreman_discovery/discovery.rb:18
51
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:21
52
52
  msgid "Disk count"
53
53
  msgstr ""
54
54
 
55
- #: lib/hammer_cli_foreman_discovery/discovery.rb:19
55
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:22
56
56
  msgid "Disks size"
57
57
  msgstr ""
58
58
 
59
- #: lib/hammer_cli_foreman_discovery/discovery.rb:20
59
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:23
60
60
  msgid "Subnet"
61
61
  msgstr ""
62
62
 
63
- #: lib/hammer_cli_foreman_discovery/discovery.rb:21
64
- msgid "Last Report"
63
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:24
64
+ msgid "Last report"
65
65
  msgstr ""
66
66
 
67
- #: lib/hammer_cli_foreman_discovery/discovery.rb:29
67
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:32
68
68
  msgid "IP"
69
69
  msgstr ""
70
70
 
71
- #: lib/hammer_cli_foreman_discovery/discovery.rb:30
71
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:33
72
72
  msgid "Model"
73
73
  msgstr ""
74
74
 
75
- #: lib/hammer_cli_foreman_discovery/discovery.rb:31
75
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:34
76
76
  msgid "Organization"
77
77
  msgstr ""
78
78
 
79
- #: lib/hammer_cli_foreman_discovery/discovery.rb:32
79
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:35
80
80
  msgid "Location"
81
81
  msgstr ""
82
82
 
83
- #: lib/hammer_cli_foreman_discovery/discovery.rb:42
83
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:48
84
84
  msgid "Fact"
85
85
  msgstr ""
86
86
 
87
- #: lib/hammer_cli_foreman_discovery/discovery.rb:43
87
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:49
88
88
  msgid "Value"
89
89
  msgstr ""
90
90
 
91
- #: lib/hammer_cli_foreman_discovery/discovery.rb:60
91
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:66
92
92
  msgid "Host deleted"
93
93
  msgstr ""
94
94
 
95
- #: lib/hammer_cli_foreman_discovery/discovery.rb:61
95
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:67
96
96
  msgid "Could not delete the host"
97
97
  msgstr ""
98
98
 
99
- #: lib/hammer_cli_foreman_discovery/discovery.rb:69
100
- #: lib/hammer_cli_foreman_discovery/discovery.rb:123
99
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:75
100
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:157
101
101
  msgid "Host created"
102
102
  msgstr ""
103
103
 
104
- #: lib/hammer_cli_foreman_discovery/discovery.rb:70
105
- #: lib/hammer_cli_foreman_discovery/discovery.rb:124
104
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:76
105
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:158
106
106
  msgid "Could not create the host"
107
107
  msgstr ""
108
108
 
109
- #: lib/hammer_cli_foreman_discovery/discovery.rb:88
109
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:96
110
110
  msgid "Host parameters"
111
111
  msgstr ""
112
112
 
113
- #: lib/hammer_cli_foreman_discovery/discovery.rb:90
113
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:98
114
114
  msgid "Interface parameters"
115
115
  msgstr ""
116
116
 
117
- #: lib/hammer_cli_foreman_discovery/discovery.rb:99
117
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:107
118
118
  msgid "Enter the root password for the host:"
119
119
  msgstr ""
120
120
 
121
- #: lib/hammer_cli_foreman_discovery/discovery.rb:122
121
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:143
122
122
  msgid "Auto provision a host"
123
123
  msgstr ""
124
124
 
125
- #: lib/hammer_cli_foreman_discovery/discovery.rb:132
125
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:145
126
+ msgid "Auto provision all discovered hosts"
127
+ msgstr ""
128
+
129
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:150
130
+ msgid "Hosts created"
131
+ msgstr ""
132
+
133
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:166
126
134
  msgid "Reboot a host"
127
135
  msgstr ""
128
136
 
129
- #: lib/hammer_cli_foreman_discovery/discovery.rb:133
137
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:168
138
+ msgid "Reboot all discovered hosts"
139
+ msgstr ""
140
+
141
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:174
142
+ msgid "Rebooting hosts"
143
+ msgstr ""
144
+
145
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:187
130
146
  msgid "Host reboot started"
131
147
  msgstr ""
132
148
 
133
- #: lib/hammer_cli_foreman_discovery/discovery.rb:134
149
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:188
134
150
  msgid "Could not reboot the host"
135
151
  msgstr ""
136
152
 
137
- #: lib/hammer_cli_foreman_discovery/discovery.rb:142
153
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:196
138
154
  msgid "Refresh the facts of a host"
139
155
  msgstr ""
140
156
 
141
- #: lib/hammer_cli_foreman_discovery/discovery.rb:143
157
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:197
142
158
  msgid "Host facts refreshed"
143
159
  msgstr ""
144
160
 
145
- #: lib/hammer_cli_foreman_discovery/discovery.rb:144
161
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:198
146
162
  msgid "Could not refresh the facts of the host"
147
163
  msgstr ""
148
164
 
149
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:25
165
+ #: ../lib/hammer_cli_foreman_discovery/discovery_references.rb:6
166
+ msgid "Hosts"
167
+ msgstr ""
168
+
169
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:28
150
170
  msgid "Priority"
151
171
  msgstr ""
152
172
 
153
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:26
173
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:29
154
174
  msgid "Search"
155
175
  msgstr ""
156
176
 
157
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:27
177
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:30
158
178
  msgid "Host Group"
159
179
  msgstr ""
160
180
 
161
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:28
181
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:31
162
182
  msgid "Hosts Limit"
163
183
  msgstr ""
164
184
 
165
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:29
185
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:32
166
186
  msgid "Enabled"
167
187
  msgstr ""
168
188
 
169
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:38
189
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:41
170
190
  msgid "Hostname template"
171
191
  msgstr ""
172
192
 
173
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:46
193
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:50
174
194
  msgid "Rule created"
175
195
  msgstr ""
176
196
 
177
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:47
197
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:51
178
198
  msgid "Could not create the rule"
179
199
  msgstr ""
180
200
 
181
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:54
201
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:58
182
202
  msgid "Rule updated"
183
203
  msgstr ""
184
204
 
185
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:55
205
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:59
186
206
  msgid "Could not update the rule"
187
207
  msgstr ""
188
208
 
189
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:62
209
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:66
190
210
  msgid "Rule deleted"
191
211
  msgstr ""
192
212
 
193
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:63
213
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:67
194
214
  msgid "Could not delete the rule"
195
215
  msgstr ""
196
-
197
- #: lib/hammer_cli_foreman_discovery.rb:7
198
- msgid "Manipulate discovered hosts."
199
- msgstr ""
200
-
201
- #: lib/hammer_cli_foreman_discovery.rb:11
202
- msgid "Manipulate discovered rules."
203
- msgstr ""
@@ -1,202 +1,215 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
- #
4
+ #
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: Foreman\n"
8
+ "Project-Id-Version: hammer_cli_foreman_discovery 1.0.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2015-03-19 15:06+0200\n"
11
- "PO-Revision-Date: 2016-07-29 14:35+0000\n"
12
- "Last-Translator: mbacovsky <martin.bacovsky@gmail.com>\n"
13
- "Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)\n"
10
+ "PO-Revision-Date: 2015-03-22 13:12+0000\n"
11
+ "Last-Translator: Lukáš Zapletal\n"
12
+ "Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)"
13
+ "\n"
14
+ "Language: it\n"
14
15
  "MIME-Version: 1.0\n"
15
16
  "Content-Type: text/plain; charset=UTF-8\n"
16
17
  "Content-Transfer-Encoding: 8bit\n"
17
- "Language: it\n"
18
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
19
 
20
- #: lib/hammer_cli_foreman_discovery/discovery_references.rb:6
21
- msgid "Hosts"
22
- msgstr "Hosts"
20
+ #: ../lib/hammer_cli_foreman_discovery.rb:7
21
+ msgid "Manipulate discovered hosts."
22
+ msgstr "Manipolazione host rilevati."
23
+
24
+ #: ../lib/hammer_cli_foreman_discovery.rb:11
25
+ msgid "Manipulate discovered rules."
26
+ msgstr "Manipolazione regole rilevate."
23
27
 
24
- #: lib/hammer_cli_foreman_discovery/discovery.rb:12
25
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:23
28
+ # translation auto-copied from project subscription-manager, version 1.10.10, document keys
29
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:16 ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:26
26
30
  msgid "ID"
27
31
  msgstr "ID"
28
32
 
29
- #: lib/hammer_cli_foreman_discovery/discovery.rb:13
30
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:24
33
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:17 ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:27
31
34
  msgid "Name"
32
35
  msgstr "Nome"
33
36
 
34
- #: lib/hammer_cli_foreman_discovery/discovery.rb:14
37
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:18
35
38
  msgid "MAC"
36
39
  msgstr "MAC"
37
40
 
38
- #: lib/hammer_cli_foreman_discovery/discovery.rb:15
39
- msgid "Last report"
40
- msgstr "Ultimo riporto"
41
-
42
- #: lib/hammer_cli_foreman_discovery/discovery.rb:16
41
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:19
43
42
  msgid "CPUs"
44
43
  msgstr "CPU"
45
44
 
46
- #: lib/hammer_cli_foreman_discovery/discovery.rb:17
45
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:20
47
46
  msgid "Memory"
48
47
  msgstr "Memoria"
49
48
 
50
- #: lib/hammer_cli_foreman_discovery/discovery.rb:18
49
+ # translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery, author fvalen
50
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:21
51
51
  msgid "Disk count"
52
52
  msgstr "Conteggio disco"
53
53
 
54
- #: lib/hammer_cli_foreman_discovery/discovery.rb:19
54
+ # translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery, author fvalen
55
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:22
55
56
  msgid "Disks size"
56
57
  msgstr "Dimensione dischi"
57
58
 
58
- #: lib/hammer_cli_foreman_discovery/discovery.rb:20
59
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:23
59
60
  msgid "Subnet"
60
61
  msgstr "Sottorete"
61
62
 
62
- #: lib/hammer_cli_foreman_discovery/discovery.rb:21
63
- msgid "Last Report"
64
- msgstr "Ultima notifica"
63
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:24
64
+ msgid "Last report"
65
+ msgstr "Ultimo riporto"
65
66
 
66
- #: lib/hammer_cli_foreman_discovery/discovery.rb:29
67
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:32
67
68
  msgid "IP"
68
69
  msgstr "IP"
69
70
 
70
- #: lib/hammer_cli_foreman_discovery/discovery.rb:30
71
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:33
71
72
  msgid "Model"
72
73
  msgstr "Modello"
73
74
 
74
- #: lib/hammer_cli_foreman_discovery/discovery.rb:31
75
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:34
75
76
  msgid "Organization"
76
77
  msgstr "Organizzazione"
77
78
 
78
- #: lib/hammer_cli_foreman_discovery/discovery.rb:32
79
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:35
79
80
  msgid "Location"
80
81
  msgstr "Posizione"
81
82
 
82
- #: lib/hammer_cli_foreman_discovery/discovery.rb:42
83
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:48
83
84
  msgid "Fact"
84
85
  msgstr "Evento"
85
86
 
86
- #: lib/hammer_cli_foreman_discovery/discovery.rb:43
87
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:49
87
88
  msgid "Value"
88
89
  msgstr "Valore"
89
90
 
90
- #: lib/hammer_cli_foreman_discovery/discovery.rb:60
91
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:66
91
92
  msgid "Host deleted"
92
93
  msgstr "Host rimosso"
93
94
 
94
- #: lib/hammer_cli_foreman_discovery/discovery.rb:61
95
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:67
95
96
  msgid "Could not delete the host"
96
97
  msgstr "Impossibile rimuovere l'host"
97
98
 
98
- #: lib/hammer_cli_foreman_discovery/discovery.rb:69
99
- #: lib/hammer_cli_foreman_discovery/discovery.rb:123
99
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:75 ../lib/hammer_cli_foreman_discovery/discovery.rb:157
100
100
  msgid "Host created"
101
101
  msgstr "Host creato"
102
102
 
103
- #: lib/hammer_cli_foreman_discovery/discovery.rb:70
104
- #: lib/hammer_cli_foreman_discovery/discovery.rb:124
103
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:76 ../lib/hammer_cli_foreman_discovery/discovery.rb:158
105
104
  msgid "Could not create the host"
106
105
  msgstr "Impossibile creare l'host"
107
106
 
108
- #: lib/hammer_cli_foreman_discovery/discovery.rb:88
107
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:96
109
108
  msgid "Host parameters"
110
109
  msgstr "Parametri dell'host"
111
110
 
112
- #: lib/hammer_cli_foreman_discovery/discovery.rb:90
111
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:98
113
112
  msgid "Interface parameters"
114
113
  msgstr "Parametri dell'interfaccia"
115
114
 
116
- #: lib/hammer_cli_foreman_discovery/discovery.rb:99
115
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:107
117
116
  msgid "Enter the root password for the host:"
118
117
  msgstr "Inserire la password root per l'host:"
119
118
 
120
- #: lib/hammer_cli_foreman_discovery/discovery.rb:122
119
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:143
121
120
  msgid "Auto provision a host"
122
121
  msgstr "Esegui Auto Provision di un host"
123
122
 
124
- #: lib/hammer_cli_foreman_discovery/discovery.rb:132
123
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:145
124
+ msgid "Auto provision all discovered hosts"
125
+ msgstr ""
126
+
127
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:150
128
+ #, fuzzy
129
+ msgid "Hosts created"
130
+ msgstr "Host creato"
131
+
132
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:166
125
133
  msgid "Reboot a host"
126
134
  msgstr "Riavvia un host"
127
135
 
128
- #: lib/hammer_cli_foreman_discovery/discovery.rb:133
136
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:168
137
+ msgid "Reboot all discovered hosts"
138
+ msgstr ""
139
+
140
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:174
141
+ #, fuzzy
142
+ msgid "Rebooting hosts"
143
+ msgstr "Riavvia un host"
144
+
145
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:187
129
146
  msgid "Host reboot started"
130
147
  msgstr "Riavvio host iniziato."
131
148
 
132
- #: lib/hammer_cli_foreman_discovery/discovery.rb:134
149
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:188
133
150
  msgid "Could not reboot the host"
134
151
  msgstr "Impossibile riavviare l'host"
135
152
 
136
- #: lib/hammer_cli_foreman_discovery/discovery.rb:142
153
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:196
137
154
  msgid "Refresh the facts of a host"
138
155
  msgstr "Aggiorna eventi di un host"
139
156
 
140
- #: lib/hammer_cli_foreman_discovery/discovery.rb:143
157
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:197
141
158
  msgid "Host facts refreshed"
142
159
  msgstr "Eventi host aggiornati"
143
160
 
144
- #: lib/hammer_cli_foreman_discovery/discovery.rb:144
161
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:198
145
162
  msgid "Could not refresh the facts of the host"
146
163
  msgstr "Impossibile aggiornare gli eventi dell'host"
147
164
 
148
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:25
165
+ #: ../lib/hammer_cli_foreman_discovery/discovery_references.rb:6
166
+ msgid "Hosts"
167
+ msgstr "Hosts"
168
+
169
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:28
149
170
  msgid "Priority"
150
171
  msgstr "Priorità"
151
172
 
152
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:26
173
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:29
153
174
  msgid "Search"
154
175
  msgstr "Cerca"
155
176
 
156
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:27
177
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:30
157
178
  msgid "Host Group"
158
179
  msgstr "Gruppo di host"
159
180
 
160
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:28
181
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:31
161
182
  msgid "Hosts Limit"
162
183
  msgstr "Limite host"
163
184
 
164
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:29
185
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:32
165
186
  msgid "Enabled"
166
187
  msgstr "Abilitato"
167
188
 
168
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:38
189
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:41
169
190
  msgid "Hostname template"
170
191
  msgstr "Modello hostname"
171
192
 
172
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:46
193
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:50
173
194
  msgid "Rule created"
174
195
  msgstr "Regola creata"
175
196
 
176
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:47
197
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:51
177
198
  msgid "Could not create the rule"
178
199
  msgstr "Impossibile creare la regola"
179
200
 
180
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:54
201
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:58
181
202
  msgid "Rule updated"
182
203
  msgstr "Regola aggiornata"
183
204
 
184
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:55
205
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:59
185
206
  msgid "Could not update the rule"
186
207
  msgstr "Impossibile aggiornare la regola"
187
208
 
188
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:62
209
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:66
189
210
  msgid "Rule deleted"
190
211
  msgstr "Regola cancellata"
191
212
 
192
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:63
213
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:67
193
214
  msgid "Could not delete the rule"
194
215
  msgstr "Impossibile cancellare la regola"
195
-
196
- #: lib/hammer_cli_foreman_discovery.rb:7
197
- msgid "Manipulate discovered hosts."
198
- msgstr "Manipolazione host rilevati."
199
-
200
- #: lib/hammer_cli_foreman_discovery.rb:11
201
- msgid "Manipulate discovered rules."
202
- msgstr "Manipolazione regole rilevate."