hammer_cli_foreman 0.7.0 → 0.8.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.
Potentially problematic release.
This version of hammer_cli_foreman might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/doc/release_notes.md +11 -0
- data/lib/hammer_cli_foreman.rb +4 -0
- data/lib/hammer_cli_foreman/associating_commands.rb +21 -0
- data/lib/hammer_cli_foreman/host.rb +0 -5
- data/lib/hammer_cli_foreman/id_resolver.rb +6 -2
- data/lib/hammer_cli_foreman/location.rb +1 -0
- data/lib/hammer_cli_foreman/organization.rb +2 -0
- data/lib/hammer_cli_foreman/realm.rb +53 -0
- data/lib/hammer_cli_foreman/smart_class_parameter.rb +3 -0
- data/lib/hammer_cli_foreman/smart_variable.rb +4 -1
- data/lib/hammer_cli_foreman/usergroup.rb +1 -3
- data/lib/hammer_cli_foreman/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/ca/hammer-cli-foreman.edit.po +376 -290
- data/locale/ca/hammer-cli-foreman.po +393 -192
- data/locale/de/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/de/hammer-cli-foreman.edit.po +277 -179
- data/locale/de/hammer-cli-foreman.po +420 -219
- data/locale/en/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/en/hammer-cli-foreman.edit.po +216 -144
- data/locale/en/hammer-cli-foreman.po +55 -1
- data/locale/en_GB/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/en_GB/hammer-cli-foreman.edit.po +339 -224
- data/locale/en_GB/hammer-cli-foreman.po +391 -190
- data/locale/es/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/es/hammer-cli-foreman.edit.po +251 -158
- data/locale/es/hammer-cli-foreman.po +444 -242
- data/locale/fr/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/fr/hammer-cli-foreman.edit.po +252 -159
- data/locale/fr/hammer-cli-foreman.po +392 -191
- data/locale/hammer-cli-foreman.pot +253 -175
- data/locale/it/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/it/hammer-cli-foreman.edit.po +281 -188
- data/locale/it/hammer-cli-foreman.po +391 -190
- data/locale/ja/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/ja/hammer-cli-foreman.edit.po +282 -189
- data/locale/ja/hammer-cli-foreman.po +457 -256
- data/locale/ko/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/ko/hammer-cli-foreman.edit.po +280 -187
- data/locale/ko/hammer-cli-foreman.po +458 -257
- data/locale/pt_BR/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/pt_BR/hammer-cli-foreman.edit.po +255 -162
- data/locale/pt_BR/hammer-cli-foreman.po +455 -254
- data/locale/ru/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/ru/hammer-cli-foreman.edit.po +443 -337
- data/locale/ru/hammer-cli-foreman.po +412 -211
- data/locale/zh_CN/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/zh_CN/hammer-cli-foreman.edit.po +278 -185
- data/locale/zh_CN/hammer-cli-foreman.po +465 -264
- data/locale/zh_TW/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/zh_TW/hammer-cli-foreman.edit.po +279 -186
- data/locale/zh_TW/hammer-cli-foreman.po +459 -258
- data/test/data/README.md +2 -2
- data/test/functional/hostgroup/create_test.rb +303 -0
- data/test/functional/hostgroup/update_test.rb +303 -0
- data/test/functional/smart_variable_test.rb +150 -0
- data/test/unit/host_test.rb +0 -4
- data/test/unit/location_test.rb +1 -0
- data/test/unit/organization_test.rb +1 -0
- data/test/unit/realm_test.rb +87 -0
- data/test/unit/smart_class_parameter_test.rb +7 -0
- data/test/unit/smart_variable_test.rb +1 -1
- data/test/unit/usergroup_test.rb +2 -0
- metadata +13 -4
@@ -5,7 +5,7 @@
|
|
5
5
|
#
|
6
6
|
msgid ""
|
7
7
|
msgstr ""
|
8
|
-
"Project-Id-Version: hammer-cli-foreman 0.
|
8
|
+
"Project-Id-Version: hammer-cli-foreman 0.8.0\n"
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
10
10
|
"PO-Revision-Date: 2014-03-04 16:47+0000\n"
|
11
11
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
@@ -82,6 +82,9 @@ msgstr ""
|
|
82
82
|
msgid "Manipulate smart proxies."
|
83
83
|
msgstr ""
|
84
84
|
|
85
|
+
msgid "Manipulate realms."
|
86
|
+
msgstr ""
|
87
|
+
|
85
88
|
msgid "Change server settings."
|
86
89
|
msgstr ""
|
87
90
|
|
@@ -391,6 +394,24 @@ msgstr ""
|
|
391
394
|
msgid "Could not remove the user role"
|
392
395
|
msgstr ""
|
393
396
|
|
397
|
+
msgid "Associate a location"
|
398
|
+
msgstr ""
|
399
|
+
|
400
|
+
msgid "The location has been associated"
|
401
|
+
msgstr ""
|
402
|
+
|
403
|
+
msgid "Could not associate the location"
|
404
|
+
msgstr ""
|
405
|
+
|
406
|
+
msgid "Disassociate a location"
|
407
|
+
msgstr ""
|
408
|
+
|
409
|
+
msgid "The location has been disassociated"
|
410
|
+
msgstr ""
|
411
|
+
|
412
|
+
msgid "Could not disassociate the location"
|
413
|
+
msgstr ""
|
414
|
+
|
394
415
|
msgid "Set credentials"
|
395
416
|
msgstr ""
|
396
417
|
|
@@ -1486,6 +1507,30 @@ msgstr ""
|
|
1486
1507
|
msgid "Smart class parameters"
|
1487
1508
|
msgstr ""
|
1488
1509
|
|
1510
|
+
msgid "Realm proxy id"
|
1511
|
+
msgstr ""
|
1512
|
+
|
1513
|
+
msgid "Realm type"
|
1514
|
+
msgstr ""
|
1515
|
+
|
1516
|
+
msgid "Realm [%{name}] created"
|
1517
|
+
msgstr ""
|
1518
|
+
|
1519
|
+
msgid "Could not create the realm"
|
1520
|
+
msgstr ""
|
1521
|
+
|
1522
|
+
msgid "Realm [%{name}] updated"
|
1523
|
+
msgstr ""
|
1524
|
+
|
1525
|
+
msgid "Could not update the realm"
|
1526
|
+
msgstr ""
|
1527
|
+
|
1528
|
+
msgid "Realm [%{name}] deleted"
|
1529
|
+
msgstr ""
|
1530
|
+
|
1531
|
+
msgid "Could not delete the realm"
|
1532
|
+
msgstr ""
|
1533
|
+
|
1489
1534
|
msgid "Created at"
|
1490
1535
|
msgstr ""
|
1491
1536
|
|
@@ -1660,6 +1705,9 @@ msgstr ""
|
|
1660
1705
|
msgid "Hidden Value?"
|
1661
1706
|
msgstr ""
|
1662
1707
|
|
1708
|
+
msgid "Use puppet default"
|
1709
|
+
msgstr ""
|
1710
|
+
|
1663
1711
|
msgid "Required"
|
1664
1712
|
msgstr ""
|
1665
1713
|
|
@@ -1762,6 +1810,12 @@ msgstr ""
|
|
1762
1810
|
msgid "Refresh of smart proxy features failed"
|
1763
1811
|
msgstr ""
|
1764
1812
|
|
1813
|
+
msgid "Variable"
|
1814
|
+
msgstr ""
|
1815
|
+
|
1816
|
+
msgid "Use --variable instead"
|
1817
|
+
msgstr ""
|
1818
|
+
|
1765
1819
|
msgid "Smart variable [%{variable}] created"
|
1766
1820
|
msgstr ""
|
1767
1821
|
|
Binary file
|
@@ -8,11 +8,11 @@
|
|
8
8
|
# Dominic Cleal <dominic@cleal.org>, 2016
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
|
-
"Project-Id-Version: hammer-cli-foreman 0.
|
11
|
+
"Project-Id-Version: hammer-cli-foreman 0.7.0\n"
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
13
|
-
"POT-Creation-Date: 2016-
|
14
|
-
"PO-Revision-Date: 2016-
|
15
|
-
"Last-Translator:
|
13
|
+
"POT-Creation-Date: 2016-09-01 12:48+0200\n"
|
14
|
+
"PO-Revision-Date: 2016-05-01 08:04+0000\n"
|
15
|
+
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
|
16
16
|
"Language-Team: English (United Kingdom) (http://www.transifex.com/foreman/fore"
|
17
17
|
"man/language/en_GB/)\n"
|
18
18
|
"MIME-Version: 1.0\n"
|
@@ -55,7 +55,7 @@ msgstr "Manage permission filters."
|
|
55
55
|
|
56
56
|
#: ../lib/hammer_cli_foreman.rb:64
|
57
57
|
msgid "Manipulate hosts."
|
58
|
-
msgstr ""
|
58
|
+
msgstr "Manipulate hosts."
|
59
59
|
|
60
60
|
#: ../lib/hammer_cli_foreman.rb:68
|
61
61
|
msgid "Manipulate hostgroups."
|
@@ -91,7 +91,7 @@ msgstr "Search puppet modules."
|
|
91
91
|
|
92
92
|
#: ../lib/hammer_cli_foreman.rb:100
|
93
93
|
msgid "Browse and read reports."
|
94
|
-
msgstr ""
|
94
|
+
msgstr "Browse and read reports."
|
95
95
|
|
96
96
|
#: ../lib/hammer_cli_foreman.rb:104
|
97
97
|
msgid "Manage user roles."
|
@@ -110,30 +110,35 @@ msgid "Manipulate smart proxies."
|
|
110
110
|
msgstr "Manipulate smart proxies."
|
111
111
|
|
112
112
|
#: ../lib/hammer_cli_foreman.rb:120
|
113
|
+
#, fuzzy
|
114
|
+
msgid "Manipulate realms."
|
115
|
+
msgstr "Manipulate domains."
|
116
|
+
|
117
|
+
#: ../lib/hammer_cli_foreman.rb:124
|
113
118
|
msgid "Change server settings."
|
114
119
|
msgstr "Change server settings."
|
115
120
|
|
116
|
-
#: ../lib/hammer_cli_foreman.rb:
|
121
|
+
#: ../lib/hammer_cli_foreman.rb:128
|
117
122
|
msgid "Manipulate subnets."
|
118
123
|
msgstr "Manipulate subnets."
|
119
124
|
|
120
|
-
#: ../lib/hammer_cli_foreman.rb:
|
125
|
+
#: ../lib/hammer_cli_foreman.rb:132
|
121
126
|
msgid "Manipulate config templates."
|
122
127
|
msgstr "Manipulate config templates."
|
123
128
|
|
124
|
-
#: ../lib/hammer_cli_foreman.rb:
|
129
|
+
#: ../lib/hammer_cli_foreman.rb:136
|
125
130
|
msgid "Manipulate users."
|
126
131
|
msgstr "Manipulate users."
|
127
132
|
|
128
|
-
#: ../lib/hammer_cli_foreman.rb:
|
133
|
+
#: ../lib/hammer_cli_foreman.rb:140
|
129
134
|
msgid "Manage user groups."
|
130
135
|
msgstr "Manage user groups."
|
131
136
|
|
132
|
-
#: ../lib/hammer_cli_foreman/architecture.rb:10 ../lib/hammer_cli_foreman/auth_source_ldap.rb:13 ../lib/hammer_cli_foreman/compute_resource.rb:20 ../lib/hammer_cli_foreman/domain.rb:31 ../lib/hammer_cli_foreman/environment.rb:14 ../lib/hammer_cli_foreman/external_usergroup.rb:10 ../lib/hammer_cli_foreman/filter.rb:9 ../lib/hammer_cli_foreman/filter.rb:72 ../lib/hammer_cli_foreman/host.rb:159 ../lib/hammer_cli_foreman/host.rb:
|
137
|
+
#: ../lib/hammer_cli_foreman/architecture.rb:10 ../lib/hammer_cli_foreman/auth_source_ldap.rb:13 ../lib/hammer_cli_foreman/compute_resource.rb:20 ../lib/hammer_cli_foreman/domain.rb:31 ../lib/hammer_cli_foreman/environment.rb:14 ../lib/hammer_cli_foreman/external_usergroup.rb:10 ../lib/hammer_cli_foreman/filter.rb:9 ../lib/hammer_cli_foreman/filter.rb:72 ../lib/hammer_cli_foreman/host.rb:159 ../lib/hammer_cli_foreman/host.rb:191 ../lib/hammer_cli_foreman/host.rb:222 ../lib/hammer_cli_foreman/hostgroup.rb:57 ../lib/hammer_cli_foreman/image.rb:29 ../lib/hammer_cli_foreman/interface.rb:23 ../lib/hammer_cli_foreman/interface.rb:43 ../lib/hammer_cli_foreman/location.rb:13 ../lib/hammer_cli_foreman/media.rb:9 ../lib/hammer_cli_foreman/model.rb:10 ../lib/hammer_cli_foreman/operating_system.rb:10 ../lib/hammer_cli_foreman/organization.rb:13 ../lib/hammer_cli_foreman/partition_table.rb:10 ../lib/hammer_cli_foreman/puppet_class.rb:13 ../lib/hammer_cli_foreman/realm.rb:8 ../lib/hammer_cli_foreman/report.rb:10 ../lib/hammer_cli_foreman/report.rb:30 ../lib/hammer_cli_foreman/role.rb:11 ../lib/hammer_cli_foreman/settings.rb:11 ../lib/hammer_cli_foreman/smart_class_parameter.rb:8 ../lib/hammer_cli_foreman/smart_class_parameter.rb:75 ../lib/hammer_cli_foreman/smart_proxy.rb:11 ../lib/hammer_cli_foreman/smart_variable.rb:8 ../lib/hammer_cli_foreman/smart_variable.rb:66 ../lib/hammer_cli_foreman/subnet.rb:10 ../lib/hammer_cli_foreman/template.rb:25 ../lib/hammer_cli_foreman/user.rb:10 ../lib/hammer_cli_foreman/usergroup.rb:11
|
133
138
|
msgid "Id"
|
134
139
|
msgstr "Id"
|
135
140
|
|
136
|
-
#: ../lib/hammer_cli_foreman/architecture.rb:11 ../lib/hammer_cli_foreman/auth_source_ldap.rb:14 ../lib/hammer_cli_foreman/common_parameter.rb:12 ../lib/hammer_cli_foreman/compute_resource.rb:21 ../lib/hammer_cli_foreman/domain.rb:32 ../lib/hammer_cli_foreman/environment.rb:15 ../lib/hammer_cli_foreman/external_usergroup.rb:11 ../lib/hammer_cli_foreman/external_usergroup.rb:42 ../lib/hammer_cli_foreman/filter.rb:73 ../lib/hammer_cli_foreman/filter.rb:90 ../lib/hammer_cli_foreman/host.rb:160 ../lib/hammer_cli_foreman/host.rb:
|
141
|
+
#: ../lib/hammer_cli_foreman/architecture.rb:11 ../lib/hammer_cli_foreman/auth_source_ldap.rb:14 ../lib/hammer_cli_foreman/common_parameter.rb:12 ../lib/hammer_cli_foreman/compute_resource.rb:21 ../lib/hammer_cli_foreman/domain.rb:32 ../lib/hammer_cli_foreman/environment.rb:15 ../lib/hammer_cli_foreman/external_usergroup.rb:11 ../lib/hammer_cli_foreman/external_usergroup.rb:42 ../lib/hammer_cli_foreman/filter.rb:73 ../lib/hammer_cli_foreman/filter.rb:90 ../lib/hammer_cli_foreman/host.rb:160 ../lib/hammer_cli_foreman/host.rb:193 ../lib/hammer_cli_foreman/hostgroup.rb:58 ../lib/hammer_cli_foreman/image.rb:30 ../lib/hammer_cli_foreman/image.rb:70 ../lib/hammer_cli_foreman/location.rb:14 ../lib/hammer_cli_foreman/media.rb:10 ../lib/hammer_cli_foreman/model.rb:11 ../lib/hammer_cli_foreman/operating_system.rb:22 ../lib/hammer_cli_foreman/organization.rb:14 ../lib/hammer_cli_foreman/partition_table.rb:11 ../lib/hammer_cli_foreman/puppet_class.rb:14 ../lib/hammer_cli_foreman/realm.rb:9 ../lib/hammer_cli_foreman/role.rb:12 ../lib/hammer_cli_foreman/settings.rb:12 ../lib/hammer_cli_foreman/smart_proxy.rb:12 ../lib/hammer_cli_foreman/subnet.rb:11 ../lib/hammer_cli_foreman/template.rb:26 ../lib/hammer_cli_foreman/template.rb:75 ../lib/hammer_cli_foreman/user.rb:12 ../lib/hammer_cli_foreman/usergroup.rb:12
|
137
142
|
msgid "Name"
|
138
143
|
msgstr "Name"
|
139
144
|
|
@@ -166,240 +171,270 @@ msgid "Associate a hostgroup"
|
|
166
171
|
msgstr "Associate a hostgroup"
|
167
172
|
|
168
173
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:43
|
174
|
+
#, fuzzy
|
169
175
|
msgid "The hostgroup has been associated"
|
170
|
-
msgstr ""
|
176
|
+
msgstr "The user group has been associated"
|
171
177
|
|
172
178
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:44
|
179
|
+
#, fuzzy
|
173
180
|
msgid "Could not associate the hostgroup"
|
174
|
-
msgstr ""
|
181
|
+
msgstr "Could not associate the user group"
|
175
182
|
|
176
183
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:49
|
177
184
|
msgid "Disassociate a hostgroup"
|
178
185
|
msgstr "Disassociate a hostgroup"
|
179
186
|
|
180
187
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:51
|
188
|
+
#, fuzzy
|
181
189
|
msgid "The hostgroup has been disassociated"
|
182
|
-
msgstr ""
|
190
|
+
msgstr "The user group has been disassociated"
|
183
191
|
|
184
192
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:52
|
193
|
+
#, fuzzy
|
185
194
|
msgid "Could not disassociate the hostgroup"
|
186
|
-
msgstr ""
|
195
|
+
msgstr "Could not disassociate the user group"
|
187
196
|
|
188
197
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:61
|
189
198
|
msgid "Associate an environment"
|
190
199
|
msgstr "Associate an environment"
|
191
200
|
|
192
201
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:63
|
202
|
+
#, fuzzy
|
193
203
|
msgid "The environment has been associated"
|
194
|
-
msgstr ""
|
204
|
+
msgstr "The user has been associated"
|
195
205
|
|
196
206
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:64
|
207
|
+
#, fuzzy
|
197
208
|
msgid "Could not associate the environment"
|
198
|
-
msgstr ""
|
209
|
+
msgstr "Could not associate the user"
|
199
210
|
|
200
211
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:69
|
201
212
|
msgid "Disassociate an environment"
|
202
213
|
msgstr "Disassociate an environment"
|
203
214
|
|
204
215
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:71
|
216
|
+
#, fuzzy
|
205
217
|
msgid "The environment has been disassociated"
|
206
|
-
msgstr ""
|
218
|
+
msgstr "The user has been disassociated"
|
207
219
|
|
208
220
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:72
|
221
|
+
#, fuzzy
|
209
222
|
msgid "Could not disassociate the environment"
|
210
|
-
msgstr ""
|
223
|
+
msgstr "Could not disassociate the user"
|
211
224
|
|
212
225
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:81
|
213
226
|
msgid "Associate a domain"
|
214
227
|
msgstr "Associate a domain"
|
215
228
|
|
216
229
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:83
|
230
|
+
#, fuzzy
|
217
231
|
msgid "The domain has been associated"
|
218
|
-
msgstr ""
|
232
|
+
msgstr "The user has been associated"
|
219
233
|
|
220
234
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:84
|
235
|
+
#, fuzzy
|
221
236
|
msgid "Could not associate the domain"
|
222
|
-
msgstr ""
|
237
|
+
msgstr "Could not associate the user"
|
223
238
|
|
224
239
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:89
|
225
240
|
msgid "Disassociate a domain"
|
226
241
|
msgstr "Disassociate a domain"
|
227
242
|
|
228
243
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:91
|
244
|
+
#, fuzzy
|
229
245
|
msgid "The domain has been disassociated"
|
230
|
-
msgstr ""
|
246
|
+
msgstr "The user has been disassociated"
|
231
247
|
|
232
248
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:92
|
249
|
+
#, fuzzy
|
233
250
|
msgid "Could not disassociate the domain"
|
234
|
-
msgstr ""
|
251
|
+
msgstr "Could not disassociate the user"
|
235
252
|
|
236
253
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:101
|
237
254
|
msgid "Associate a medium"
|
238
255
|
msgstr "Associate a medium"
|
239
256
|
|
240
257
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:103
|
258
|
+
#, fuzzy
|
241
259
|
msgid "The medium has been associated"
|
242
|
-
msgstr ""
|
260
|
+
msgstr "The user has been associated"
|
243
261
|
|
244
262
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:104
|
263
|
+
#, fuzzy
|
245
264
|
msgid "Could not associate the medium"
|
246
|
-
msgstr ""
|
265
|
+
msgstr "Could not associate the user"
|
247
266
|
|
248
267
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:109
|
249
268
|
msgid "Disassociate a medium"
|
250
269
|
msgstr "Disassociate a medium"
|
251
270
|
|
252
271
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:111
|
272
|
+
#, fuzzy
|
253
273
|
msgid "The medium has been disassociated"
|
254
|
-
msgstr ""
|
274
|
+
msgstr "The user has been disassociated"
|
255
275
|
|
256
276
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:112
|
277
|
+
#, fuzzy
|
257
278
|
msgid "Could not disassociate the medium"
|
258
|
-
msgstr ""
|
279
|
+
msgstr "Could not disassociate the user"
|
259
280
|
|
260
281
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:121
|
261
282
|
msgid "Associate a subnet"
|
262
283
|
msgstr "Associate a subnet"
|
263
284
|
|
264
285
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:123
|
286
|
+
#, fuzzy
|
265
287
|
msgid "The subnet has been associated"
|
266
|
-
msgstr ""
|
288
|
+
msgstr "The user has been associated"
|
267
289
|
|
268
290
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:124
|
291
|
+
#, fuzzy
|
269
292
|
msgid "Could not associate the subnet"
|
270
|
-
msgstr ""
|
293
|
+
msgstr "Could not associate the user"
|
271
294
|
|
272
295
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:129
|
273
296
|
msgid "Disassociate a subnet"
|
274
297
|
msgstr "Disassociate a subnet"
|
275
298
|
|
276
299
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:131
|
300
|
+
#, fuzzy
|
277
301
|
msgid "The subnet has been disassociated"
|
278
|
-
msgstr ""
|
302
|
+
msgstr "The user has been disassociated"
|
279
303
|
|
280
304
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:132
|
305
|
+
#, fuzzy
|
281
306
|
msgid "Could not disassociate the subnet"
|
282
|
-
msgstr ""
|
307
|
+
msgstr "Could not disassociate the user"
|
283
308
|
|
284
309
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:141
|
285
310
|
msgid "Associate a compute resource"
|
286
311
|
msgstr "Associate a compute resource"
|
287
312
|
|
288
313
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:143
|
314
|
+
#, fuzzy
|
289
315
|
msgid "The compute resource has been associated"
|
290
|
-
msgstr ""
|
316
|
+
msgstr "The user group has been associated"
|
291
317
|
|
292
318
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:144
|
319
|
+
#, fuzzy
|
293
320
|
msgid "Could not associate the compute resource"
|
294
|
-
msgstr ""
|
321
|
+
msgstr "Could not associate the architecture"
|
295
322
|
|
296
323
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:149
|
297
324
|
msgid "Disassociate a compute resource"
|
298
|
-
msgstr ""
|
325
|
+
msgstr "Disassociate a compute resource"
|
299
326
|
|
300
327
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:151
|
328
|
+
#, fuzzy
|
301
329
|
msgid "The compute resource has been disassociated"
|
302
|
-
msgstr ""
|
330
|
+
msgstr "The user group has been disassociated"
|
303
331
|
|
304
332
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:152
|
333
|
+
#, fuzzy
|
305
334
|
msgid "Could not disassociate the compute resource"
|
306
|
-
msgstr ""
|
335
|
+
msgstr "Could not disassociate the architecture"
|
307
336
|
|
308
337
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:161
|
309
338
|
msgid "Associate a smart proxy"
|
310
|
-
msgstr ""
|
339
|
+
msgstr "Associate a smart proxy"
|
311
340
|
|
312
341
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:163
|
342
|
+
#, fuzzy
|
313
343
|
msgid "The smart proxy has been associated"
|
314
|
-
msgstr ""
|
344
|
+
msgstr "The user group has been associated"
|
315
345
|
|
316
346
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:164
|
347
|
+
#, fuzzy
|
317
348
|
msgid "Could not associate the smart proxy"
|
318
|
-
msgstr ""
|
349
|
+
msgstr "Could not associate the user group"
|
319
350
|
|
320
351
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:173
|
321
352
|
msgid "Disassociate a smart proxy"
|
322
|
-
msgstr ""
|
353
|
+
msgstr "Disassociate a smart proxy"
|
323
354
|
|
324
355
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:175
|
356
|
+
#, fuzzy
|
325
357
|
msgid "The smart proxy has been disassociated"
|
326
|
-
msgstr ""
|
358
|
+
msgstr "The user group has been disassociated"
|
327
359
|
|
328
360
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:176
|
361
|
+
#, fuzzy
|
329
362
|
msgid "Could not disassociate the smart proxy"
|
330
|
-
msgstr ""
|
363
|
+
msgstr "Could not disassociate the user group"
|
331
364
|
|
332
365
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:189
|
333
366
|
msgid "Associate an user"
|
334
|
-
msgstr ""
|
367
|
+
msgstr "Associate an user"
|
335
368
|
|
336
369
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:191
|
337
370
|
msgid "The user has been associated"
|
338
|
-
msgstr ""
|
371
|
+
msgstr "The user has been associated"
|
339
372
|
|
340
373
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:192
|
341
374
|
msgid "Could not associate the user"
|
342
|
-
msgstr ""
|
375
|
+
msgstr "Could not associate the user"
|
343
376
|
|
344
377
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:197
|
345
378
|
msgid "Disassociate an user"
|
346
|
-
msgstr ""
|
379
|
+
msgstr "Disassociate an user"
|
347
380
|
|
348
381
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:199
|
349
382
|
msgid "The user has been disassociated"
|
350
|
-
msgstr ""
|
383
|
+
msgstr "The user has been disassociated"
|
351
384
|
|
352
385
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:200
|
353
386
|
msgid "Could not disassociate the user"
|
354
|
-
msgstr ""
|
387
|
+
msgstr "Could not disassociate the user"
|
355
388
|
|
356
389
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:209
|
357
390
|
msgid "Associate an user group"
|
358
|
-
msgstr ""
|
391
|
+
msgstr "Associate an user group"
|
359
392
|
|
360
393
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:213
|
361
394
|
msgid "The user group has been associated"
|
362
|
-
msgstr ""
|
395
|
+
msgstr "The user group has been associated"
|
363
396
|
|
364
397
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:214
|
365
398
|
msgid "Could not associate the user group"
|
366
|
-
msgstr ""
|
399
|
+
msgstr "Could not associate the user group"
|
367
400
|
|
368
401
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:219
|
369
402
|
msgid "Disassociate an user group"
|
370
|
-
msgstr ""
|
403
|
+
msgstr "Disassociate an user group"
|
371
404
|
|
372
405
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:223
|
373
406
|
msgid "The user group has been disassociated"
|
374
|
-
msgstr ""
|
407
|
+
msgstr "The user group has been disassociated"
|
375
408
|
|
376
409
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:224
|
377
410
|
msgid "Could not disassociate the user group"
|
378
|
-
msgstr ""
|
411
|
+
msgstr "Could not disassociate the user group"
|
379
412
|
|
380
413
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:233
|
381
414
|
msgid "Associate a configuration template"
|
382
|
-
msgstr ""
|
415
|
+
msgstr "Associate a configuration template"
|
383
416
|
|
384
417
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:235
|
385
418
|
msgid "The configuration template has been associated"
|
386
419
|
msgstr ""
|
387
420
|
|
388
421
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:236
|
422
|
+
#, fuzzy
|
389
423
|
msgid "Could not associate the configuration template"
|
390
|
-
msgstr ""
|
424
|
+
msgstr "Disassociate a configuration template"
|
391
425
|
|
392
426
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:241
|
393
427
|
msgid "Disassociate a configuration template"
|
394
|
-
msgstr ""
|
428
|
+
msgstr "Disassociate a configuration template"
|
395
429
|
|
396
430
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:243
|
397
431
|
msgid "The configuration template has been disassociated"
|
398
432
|
msgstr ""
|
399
433
|
|
400
434
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:244
|
435
|
+
#, fuzzy
|
401
436
|
msgid "Could not disassociate the configuration template"
|
402
|
-
msgstr ""
|
437
|
+
msgstr "Disassociate a configuration template"
|
403
438
|
|
404
439
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:253
|
405
440
|
msgid "Associate an organization"
|
@@ -419,8 +454,9 @@ msgid "Disassociate an organization"
|
|
419
454
|
msgstr "Disassociate an organisation"
|
420
455
|
|
421
456
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:263
|
457
|
+
#, fuzzy
|
422
458
|
msgid "The organization has been disassociated"
|
423
|
-
msgstr ""
|
459
|
+
msgstr "The user has been disassociated"
|
424
460
|
|
425
461
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:264
|
426
462
|
#, fuzzy
|
@@ -429,43 +465,43 @@ msgstr "Could not create the organisation"
|
|
429
465
|
|
430
466
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:273
|
431
467
|
msgid "Associate an operating system"
|
432
|
-
msgstr ""
|
468
|
+
msgstr "Associate an operating system"
|
433
469
|
|
434
470
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:275
|
435
471
|
msgid "Operating system has been associated"
|
436
|
-
msgstr ""
|
472
|
+
msgstr "Operating system has been associated"
|
437
473
|
|
438
474
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:276
|
439
475
|
msgid "Could not associate the operating system"
|
440
|
-
msgstr ""
|
476
|
+
msgstr "Could not associate the operating system"
|
441
477
|
|
442
478
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:282
|
443
479
|
msgid "Disassociate an operating system"
|
444
|
-
msgstr ""
|
480
|
+
msgstr "Disassociate an operating system"
|
445
481
|
|
446
482
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:284
|
447
483
|
msgid "Operating system has been disassociated"
|
448
|
-
msgstr ""
|
484
|
+
msgstr "Operating system has been disassociated"
|
449
485
|
|
450
486
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:285
|
451
487
|
msgid "Could not disassociate the operating system"
|
452
|
-
msgstr ""
|
488
|
+
msgstr "Could not disassociate the operating system"
|
453
489
|
|
454
490
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:294
|
455
491
|
msgid "Associate an architecture"
|
456
|
-
msgstr ""
|
492
|
+
msgstr "Associate an architecture"
|
457
493
|
|
458
494
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:296
|
459
495
|
msgid "Architecture has been associated"
|
460
|
-
msgstr ""
|
496
|
+
msgstr "Architecture has been associated"
|
461
497
|
|
462
498
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:297
|
463
499
|
msgid "Could not associate the architecture"
|
464
|
-
msgstr ""
|
500
|
+
msgstr "Could not associate the architecture"
|
465
501
|
|
466
502
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:303
|
467
503
|
msgid "Disassociate an architecture"
|
468
|
-
msgstr ""
|
504
|
+
msgstr "Disassociate an architecture"
|
469
505
|
|
470
506
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:305
|
471
507
|
msgid "Architecture has been disassociated"
|
@@ -473,27 +509,27 @@ msgstr ""
|
|
473
509
|
|
474
510
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:306
|
475
511
|
msgid "Could not disassociate the architecture"
|
476
|
-
msgstr ""
|
512
|
+
msgstr "Could not disassociate the architecture"
|
477
513
|
|
478
514
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:315
|
479
515
|
msgid "Associate a partition table"
|
480
|
-
msgstr ""
|
516
|
+
msgstr "Associate a partition table"
|
481
517
|
|
482
518
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:317
|
483
519
|
msgid "Partition table has been associated"
|
484
|
-
msgstr ""
|
520
|
+
msgstr "Partition table has been associated"
|
485
521
|
|
486
522
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:318
|
487
523
|
msgid "Could not associate the partition table"
|
488
|
-
msgstr ""
|
524
|
+
msgstr "Could not associate the partition table"
|
489
525
|
|
490
526
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:324
|
491
527
|
msgid "Disassociate a partition table"
|
492
|
-
msgstr ""
|
528
|
+
msgstr "Disassociate a partition table"
|
493
529
|
|
494
530
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:326
|
495
531
|
msgid "Partition table has been disassociated"
|
496
|
-
msgstr ""
|
532
|
+
msgstr "Partition table has been disassociated"
|
497
533
|
|
498
534
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:327
|
499
535
|
msgid "Could not disassociate the partition table"
|
@@ -501,7 +537,7 @@ msgstr ""
|
|
501
537
|
|
502
538
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:336
|
503
539
|
msgid "Assign a user role"
|
504
|
-
msgstr ""
|
540
|
+
msgstr "Assign a user role"
|
505
541
|
|
506
542
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:338
|
507
543
|
msgid "User role has been assigned"
|
@@ -509,35 +545,65 @@ msgstr ""
|
|
509
545
|
|
510
546
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:339
|
511
547
|
msgid "Could not assign the user role"
|
512
|
-
msgstr ""
|
548
|
+
msgstr "Could not assign the user role"
|
513
549
|
|
514
550
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:345
|
515
551
|
msgid "Remove a user role"
|
516
|
-
msgstr ""
|
552
|
+
msgstr "Remove a user role"
|
517
553
|
|
518
554
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:347
|
519
555
|
msgid "User role has been removed"
|
520
|
-
msgstr ""
|
556
|
+
msgstr "User role has been removed"
|
521
557
|
|
522
558
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:348
|
523
559
|
msgid "Could not remove the user role"
|
524
560
|
msgstr ""
|
525
561
|
|
562
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:357
|
563
|
+
#, fuzzy
|
564
|
+
msgid "Associate a location"
|
565
|
+
msgstr "Associate a domain"
|
566
|
+
|
567
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:359
|
568
|
+
#, fuzzy
|
569
|
+
msgid "The location has been associated"
|
570
|
+
msgstr "The user has been associated"
|
571
|
+
|
572
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:360
|
573
|
+
#, fuzzy
|
574
|
+
msgid "Could not associate the location"
|
575
|
+
msgstr "Could not associate the user"
|
576
|
+
|
577
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:365
|
578
|
+
#, fuzzy
|
579
|
+
msgid "Disassociate a location"
|
580
|
+
msgstr "Disassociate a domain"
|
581
|
+
|
582
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:367
|
583
|
+
#, fuzzy
|
584
|
+
msgid "The location has been disassociated"
|
585
|
+
msgstr "The user has been disassociated"
|
586
|
+
|
587
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:368
|
588
|
+
#, fuzzy
|
589
|
+
msgid "Could not disassociate the location"
|
590
|
+
msgstr "Could not disassociate the user"
|
591
|
+
|
526
592
|
#: ../lib/hammer_cli_foreman/auth.rb:7
|
527
593
|
msgid "Set credentials"
|
528
|
-
msgstr ""
|
594
|
+
msgstr "Set credentials"
|
529
595
|
|
530
596
|
#: ../lib/hammer_cli_foreman/auth.rb:20
|
531
597
|
msgid "Wipe your credentials"
|
532
|
-
msgstr ""
|
598
|
+
msgstr "Wipe your credentials"
|
533
599
|
|
534
600
|
#: ../lib/hammer_cli_foreman/auth.rb:26
|
535
601
|
msgid "Credentials deleted."
|
536
|
-
msgstr ""
|
602
|
+
msgstr "Credentials deleted."
|
537
603
|
|
538
604
|
#: ../lib/hammer_cli_foreman/auth.rb:33
|
539
605
|
msgid "Information about current connections"
|
540
|
-
msgstr ""
|
606
|
+
msgstr "Information about current connections"
|
541
607
|
|
542
608
|
#: ../lib/hammer_cli_foreman/auth.rb:37
|
543
609
|
msgid "You are logged in as '%s'"
|
@@ -658,14 +724,15 @@ msgid "Disassociate a resource"
|
|
658
724
|
msgstr ""
|
659
725
|
|
660
726
|
#: ../lib/hammer_cli_foreman/commands.rb:571
|
727
|
+
#, fuzzy
|
661
728
|
msgid "Could not disassociate the %{resource_name}"
|
662
|
-
msgstr ""
|
729
|
+
msgstr "Could not disassociate the architecture"
|
663
730
|
|
664
731
|
#: ../lib/hammer_cli_foreman/commands.rb:575
|
665
732
|
msgid "The %{resource_name} has been disassociated"
|
666
733
|
msgstr ""
|
667
734
|
|
668
|
-
#: ../lib/hammer_cli_foreman/common_parameter.rb:13 ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:
|
735
|
+
#: ../lib/hammer_cli_foreman/common_parameter.rb:13 ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:318 ../lib/hammer_cli_foreman/settings.rb:13 ../lib/hammer_cli_foreman/smart_class_parameter.rb:77 ../lib/hammer_cli_foreman/smart_variable.rb:68
|
669
736
|
msgid "Value"
|
670
737
|
msgstr "Value"
|
671
738
|
|
@@ -705,7 +772,7 @@ msgstr ""
|
|
705
772
|
msgid "Provider"
|
706
773
|
msgstr "Provider"
|
707
774
|
|
708
|
-
#: ../lib/hammer_cli_foreman/compute_resource.rb:34 ../lib/hammer_cli_foreman/compute_resource.rb:40 ../lib/hammer_cli_foreman/host.rb:
|
775
|
+
#: ../lib/hammer_cli_foreman/compute_resource.rb:34 ../lib/hammer_cli_foreman/compute_resource.rb:40 ../lib/hammer_cli_foreman/host.rb:192 ../lib/hammer_cli_foreman/image.rb:33 ../lib/hammer_cli_foreman/image.rb:71
|
709
776
|
msgid "UUID"
|
710
777
|
msgstr ""
|
711
778
|
|
@@ -725,7 +792,7 @@ msgstr ""
|
|
725
792
|
msgid "Url"
|
726
793
|
msgstr ""
|
727
794
|
|
728
|
-
#: ../lib/hammer_cli_foreman/compute_resource.rb:55 ../lib/hammer_cli_foreman/domain.rb:42 ../lib/hammer_cli_foreman/settings.rb:14 ../lib/hammer_cli_foreman/smart_class_parameter.rb:59 ../lib/hammer_cli_foreman/smart_variable.rb:
|
795
|
+
#: ../lib/hammer_cli_foreman/compute_resource.rb:55 ../lib/hammer_cli_foreman/domain.rb:42 ../lib/hammer_cli_foreman/location.rb:15 ../lib/hammer_cli_foreman/organization.rb:15 ../lib/hammer_cli_foreman/settings.rb:14 ../lib/hammer_cli_foreman/smart_class_parameter.rb:59 ../lib/hammer_cli_foreman/smart_variable.rb:53
|
729
796
|
msgid "Description"
|
730
797
|
msgstr "Description"
|
731
798
|
|
@@ -929,7 +996,7 @@ msgstr ""
|
|
929
996
|
msgid "Host"
|
930
997
|
msgstr "Host"
|
931
998
|
|
932
|
-
#: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:
|
999
|
+
#: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:317
|
933
1000
|
msgid "Fact"
|
934
1001
|
msgstr "Fact"
|
935
1002
|
|
@@ -1017,19 +1084,19 @@ msgstr ""
|
|
1017
1084
|
msgid "Enter the root password for the host:"
|
1018
1085
|
msgstr ""
|
1019
1086
|
|
1020
|
-
#: ../lib/hammer_cli_foreman/host.rb:161 ../lib/hammer_cli_foreman/host.rb:
|
1087
|
+
#: ../lib/hammer_cli_foreman/host.rb:161 ../lib/hammer_cli_foreman/host.rb:232 ../lib/hammer_cli_foreman/hostgroup.rb:60 ../lib/hammer_cli_foreman/image.rb:31
|
1021
1088
|
msgid "Operating System"
|
1022
1089
|
msgstr ""
|
1023
1090
|
|
1024
|
-
#: ../lib/hammer_cli_foreman/host.rb:162 ../lib/hammer_cli_foreman/host.rb:
|
1091
|
+
#: ../lib/hammer_cli_foreman/host.rb:162 ../lib/hammer_cli_foreman/host.rb:196
|
1025
1092
|
msgid "Host Group"
|
1026
1093
|
msgstr "Host Group"
|
1027
1094
|
|
1028
|
-
#: ../lib/hammer_cli_foreman/host.rb:163 ../lib/hammer_cli_foreman/host.rb:
|
1095
|
+
#: ../lib/hammer_cli_foreman/host.rb:163 ../lib/hammer_cli_foreman/host.rb:209
|
1029
1096
|
msgid "IP"
|
1030
1097
|
msgstr "IP"
|
1031
1098
|
|
1032
|
-
#: ../lib/hammer_cli_foreman/host.rb:164 ../lib/hammer_cli_foreman/host.rb:
|
1099
|
+
#: ../lib/hammer_cli_foreman/host.rb:164 ../lib/hammer_cli_foreman/host.rb:210
|
1033
1100
|
msgid "MAC"
|
1034
1101
|
msgstr "MAC"
|
1035
1102
|
|
@@ -1037,263 +1104,263 @@ msgstr "MAC"
|
|
1037
1104
|
msgid "Bare Metal"
|
1038
1105
|
msgstr ""
|
1039
1106
|
|
1040
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1107
|
+
#: ../lib/hammer_cli_foreman/host.rb:194
|
1041
1108
|
msgid "Organization"
|
1042
1109
|
msgstr "Organisation"
|
1043
1110
|
|
1044
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1111
|
+
#: ../lib/hammer_cli_foreman/host.rb:195
|
1045
1112
|
msgid "Location"
|
1046
1113
|
msgstr ""
|
1047
1114
|
|
1048
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1115
|
+
#: ../lib/hammer_cli_foreman/host.rb:197
|
1049
1116
|
msgid "Compute Resource"
|
1050
1117
|
msgstr ""
|
1051
1118
|
|
1052
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1119
|
+
#: ../lib/hammer_cli_foreman/host.rb:198
|
1053
1120
|
msgid "Compute Profile"
|
1054
1121
|
msgstr ""
|
1055
1122
|
|
1056
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1123
|
+
#: ../lib/hammer_cli_foreman/host.rb:199 ../lib/hammer_cli_foreman/hostgroup.rb:61
|
1057
1124
|
msgid "Environment"
|
1058
1125
|
msgstr ""
|
1059
1126
|
|
1060
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1127
|
+
#: ../lib/hammer_cli_foreman/host.rb:200
|
1061
1128
|
msgid "Puppet CA Id"
|
1062
1129
|
msgstr ""
|
1063
1130
|
|
1064
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1131
|
+
#: ../lib/hammer_cli_foreman/host.rb:201
|
1065
1132
|
msgid "Puppet Master Id"
|
1066
1133
|
msgstr ""
|
1067
1134
|
|
1068
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1135
|
+
#: ../lib/hammer_cli_foreman/host.rb:202
|
1069
1136
|
msgid "Cert name"
|
1070
1137
|
msgstr ""
|
1071
1138
|
|
1072
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1139
|
+
#: ../lib/hammer_cli_foreman/host.rb:203 ../lib/hammer_cli_foreman/interface.rb:51
|
1073
1140
|
msgid "Managed"
|
1074
1141
|
msgstr ""
|
1075
1142
|
|
1076
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1143
|
+
#: ../lib/hammer_cli_foreman/host.rb:205
|
1077
1144
|
msgid "Installed at"
|
1078
1145
|
msgstr ""
|
1079
1146
|
|
1080
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1147
|
+
#: ../lib/hammer_cli_foreman/host.rb:206 ../lib/hammer_cli_foreman/report.rb:12
|
1081
1148
|
msgid "Last report"
|
1082
1149
|
msgstr "Last report"
|
1083
1150
|
|
1084
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1151
|
+
#: ../lib/hammer_cli_foreman/host.rb:208 ../lib/hammer_cli_foreman/subnet.rb:12
|
1085
1152
|
msgid "Network"
|
1086
|
-
msgstr ""
|
1153
|
+
msgstr "Network"
|
1087
1154
|
|
1088
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1155
|
+
#: ../lib/hammer_cli_foreman/host.rb:211 ../lib/hammer_cli_foreman/hostgroup.rb:72 ../lib/hammer_cli_foreman/interface.rb:49
|
1089
1156
|
msgid "Subnet"
|
1090
1157
|
msgstr "Subnet"
|
1091
1158
|
|
1092
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1159
|
+
#: ../lib/hammer_cli_foreman/host.rb:212 ../lib/hammer_cli_foreman/hostgroup.rb:74 ../lib/hammer_cli_foreman/interface.rb:50
|
1093
1160
|
msgid "Domain"
|
1094
1161
|
msgstr "Domain"
|
1095
1162
|
|
1096
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1163
|
+
#: ../lib/hammer_cli_foreman/host.rb:213
|
1097
1164
|
msgid "Service provider"
|
1098
1165
|
msgstr ""
|
1099
1166
|
|
1100
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1167
|
+
#: ../lib/hammer_cli_foreman/host.rb:214
|
1101
1168
|
msgid "SP Name"
|
1102
1169
|
msgstr ""
|
1103
1170
|
|
1104
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1171
|
+
#: ../lib/hammer_cli_foreman/host.rb:215
|
1105
1172
|
msgid "SP IP"
|
1106
1173
|
msgstr ""
|
1107
1174
|
|
1108
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1175
|
+
#: ../lib/hammer_cli_foreman/host.rb:216
|
1109
1176
|
msgid "SP MAC"
|
1110
1177
|
msgstr ""
|
1111
1178
|
|
1112
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1179
|
+
#: ../lib/hammer_cli_foreman/host.rb:217
|
1113
1180
|
msgid "SP Subnet"
|
1114
1181
|
msgstr ""
|
1115
1182
|
|
1116
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1183
|
+
#: ../lib/hammer_cli_foreman/host.rb:221
|
1117
1184
|
msgid "Network interfaces"
|
1118
1185
|
msgstr ""
|
1119
1186
|
|
1120
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1187
|
+
#: ../lib/hammer_cli_foreman/host.rb:223 ../lib/hammer_cli_foreman/interface.rb:24 ../lib/hammer_cli_foreman/interface.rb:44
|
1121
1188
|
msgid "Identifier"
|
1122
1189
|
msgstr "Identifier"
|
1123
1190
|
|
1124
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1191
|
+
#: ../lib/hammer_cli_foreman/host.rb:224 ../lib/hammer_cli_foreman/interface.rb:25 ../lib/hammer_cli_foreman/interface.rb:45 ../lib/hammer_cli_foreman/smart_class_parameter.rb:60 ../lib/hammer_cli_foreman/smart_class_parameter.rb:66 ../lib/hammer_cli_foreman/smart_variable.rb:12 ../lib/hammer_cli_foreman/smart_variable.rb:57 ../lib/hammer_cli_foreman/template.rb:27
|
1125
1192
|
msgid "Type"
|
1126
1193
|
msgstr "Type"
|
1127
1194
|
|
1128
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1195
|
+
#: ../lib/hammer_cli_foreman/host.rb:225 ../lib/hammer_cli_foreman/interface.rb:26 ../lib/hammer_cli_foreman/interface.rb:46
|
1129
1196
|
msgid "MAC address"
|
1130
1197
|
msgstr "MAC address"
|
1131
1198
|
|
1132
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1199
|
+
#: ../lib/hammer_cli_foreman/host.rb:226 ../lib/hammer_cli_foreman/interface.rb:27 ../lib/hammer_cli_foreman/interface.rb:47
|
1133
1200
|
msgid "IP address"
|
1134
1201
|
msgstr "IP address"
|
1135
1202
|
|
1136
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1203
|
+
#: ../lib/hammer_cli_foreman/host.rb:227
|
1137
1204
|
msgid "FQDN"
|
1138
1205
|
msgstr ""
|
1139
1206
|
|
1140
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1207
|
+
#: ../lib/hammer_cli_foreman/host.rb:230
|
1141
1208
|
msgid "Operating system"
|
1142
1209
|
msgstr ""
|
1143
1210
|
|
1144
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1211
|
+
#: ../lib/hammer_cli_foreman/host.rb:231 ../lib/hammer_cli_foreman/hostgroup.rb:75 ../lib/hammer_cli_foreman/image.rb:45
|
1145
1212
|
msgid "Architecture"
|
1146
1213
|
msgstr ""
|
1147
1214
|
|
1148
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1215
|
+
#: ../lib/hammer_cli_foreman/host.rb:235
|
1149
1216
|
msgid "Build"
|
1150
1217
|
msgstr ""
|
1151
1218
|
|
1152
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1219
|
+
#: ../lib/hammer_cli_foreman/host.rb:236 ../lib/hammer_cli_foreman/hostgroup.rb:77
|
1153
1220
|
msgid "Medium"
|
1154
1221
|
msgstr ""
|
1155
1222
|
|
1156
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1223
|
+
#: ../lib/hammer_cli_foreman/host.rb:237 ../lib/hammer_cli_foreman/hostgroup.rb:76
|
1157
1224
|
msgid "Partition Table"
|
1158
1225
|
msgstr ""
|
1159
1226
|
|
1160
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1227
|
+
#: ../lib/hammer_cli_foreman/host.rb:238
|
1161
1228
|
msgid "Custom partition table"
|
1162
1229
|
msgstr ""
|
1163
1230
|
|
1164
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1231
|
+
#: ../lib/hammer_cli_foreman/host.rb:241
|
1165
1232
|
msgid "Image"
|
1166
1233
|
msgstr ""
|
1167
1234
|
|
1168
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1235
|
+
#: ../lib/hammer_cli_foreman/host.rb:242
|
1169
1236
|
msgid "Image file"
|
1170
1237
|
msgstr ""
|
1171
1238
|
|
1172
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1239
|
+
#: ../lib/hammer_cli_foreman/host.rb:243
|
1173
1240
|
msgid "Use image"
|
1174
1241
|
msgstr ""
|
1175
1242
|
|
1176
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1243
|
+
#: ../lib/hammer_cli_foreman/host.rb:249
|
1177
1244
|
msgid "Additional info"
|
1178
1245
|
msgstr ""
|
1179
1246
|
|
1180
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1247
|
+
#: ../lib/hammer_cli_foreman/host.rb:250
|
1181
1248
|
msgid "Owner Id"
|
1182
1249
|
msgstr ""
|
1183
1250
|
|
1184
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1251
|
+
#: ../lib/hammer_cli_foreman/host.rb:251
|
1185
1252
|
msgid "Owner Type"
|
1186
1253
|
msgstr ""
|
1187
1254
|
|
1188
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1255
|
+
#: ../lib/hammer_cli_foreman/host.rb:252
|
1189
1256
|
msgid "Enabled"
|
1190
1257
|
msgstr "Enabled"
|
1191
1258
|
|
1192
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1259
|
+
#: ../lib/hammer_cli_foreman/host.rb:253 ../lib/hammer_cli_foreman/hostgroup.rb:62
|
1193
1260
|
msgid "Model"
|
1194
1261
|
msgstr "Model"
|
1195
1262
|
|
1196
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1263
|
+
#: ../lib/hammer_cli_foreman/host.rb:254
|
1197
1264
|
msgid "Comment"
|
1198
1265
|
msgstr ""
|
1199
1266
|
|
1200
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1267
|
+
#: ../lib/hammer_cli_foreman/host.rb:267
|
1201
1268
|
msgid "Status"
|
1202
1269
|
msgstr ""
|
1203
1270
|
|
1204
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1271
|
+
#: ../lib/hammer_cli_foreman/host.rb:268
|
1205
1272
|
msgid "Power"
|
1206
1273
|
msgstr ""
|
1207
1274
|
|
1208
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1275
|
+
#: ../lib/hammer_cli_foreman/host.rb:304
|
1209
1276
|
msgid "Puppet run triggered"
|
1210
1277
|
msgstr ""
|
1211
1278
|
|
1212
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1279
|
+
#: ../lib/hammer_cli_foreman/host.rb:357
|
1213
1280
|
msgid "Host created"
|
1214
1281
|
msgstr "Host created"
|
1215
1282
|
|
1216
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1283
|
+
#: ../lib/hammer_cli_foreman/host.rb:358
|
1217
1284
|
msgid "Could not create the host"
|
1218
1285
|
msgstr "Could not create the host"
|
1219
1286
|
|
1220
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1287
|
+
#: ../lib/hammer_cli_foreman/host.rb:375
|
1221
1288
|
msgid "Host updated"
|
1222
1289
|
msgstr ""
|
1223
1290
|
|
1224
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1291
|
+
#: ../lib/hammer_cli_foreman/host.rb:376
|
1225
1292
|
msgid "Could not update the host"
|
1226
1293
|
msgstr ""
|
1227
1294
|
|
1228
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1295
|
+
#: ../lib/hammer_cli_foreman/host.rb:383
|
1229
1296
|
msgid "Host deleted"
|
1230
1297
|
msgstr "Host deleted"
|
1231
1298
|
|
1232
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1299
|
+
#: ../lib/hammer_cli_foreman/host.rb:384
|
1233
1300
|
msgid "Could not delete the host"
|
1234
1301
|
msgstr "Could not delete the host"
|
1235
1302
|
|
1236
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1303
|
+
#: ../lib/hammer_cli_foreman/host.rb:391
|
1237
1304
|
msgid "Create or update parameter for a host."
|
1238
1305
|
msgstr ""
|
1239
1306
|
|
1240
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1307
|
+
#: ../lib/hammer_cli_foreman/host.rb:393
|
1241
1308
|
msgid "Host parameter updated"
|
1242
1309
|
msgstr ""
|
1243
1310
|
|
1244
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1311
|
+
#: ../lib/hammer_cli_foreman/host.rb:394
|
1245
1312
|
msgid "New host parameter created"
|
1246
1313
|
msgstr ""
|
1247
1314
|
|
1248
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1315
|
+
#: ../lib/hammer_cli_foreman/host.rb:395
|
1249
1316
|
msgid "Could not set host parameter"
|
1250
1317
|
msgstr ""
|
1251
1318
|
|
1252
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1319
|
+
#: ../lib/hammer_cli_foreman/host.rb:407
|
1253
1320
|
msgid "Delete parameter for a host."
|
1254
1321
|
msgstr ""
|
1255
1322
|
|
1256
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1323
|
+
#: ../lib/hammer_cli_foreman/host.rb:409
|
1257
1324
|
msgid "Host parameter deleted"
|
1258
1325
|
msgstr ""
|
1259
1326
|
|
1260
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1327
|
+
#: ../lib/hammer_cli_foreman/host.rb:424
|
1261
1328
|
msgid "Power a host on"
|
1262
1329
|
msgstr ""
|
1263
1330
|
|
1264
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1331
|
+
#: ../lib/hammer_cli_foreman/host.rb:425
|
1265
1332
|
msgid "The host is starting."
|
1266
1333
|
msgstr ""
|
1267
1334
|
|
1268
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1335
|
+
#: ../lib/hammer_cli_foreman/host.rb:442
|
1269
1336
|
msgid "Force turning off a host"
|
1270
1337
|
msgstr ""
|
1271
1338
|
|
1272
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1339
|
+
#: ../lib/hammer_cli_foreman/host.rb:447
|
1273
1340
|
msgid "Power a host off"
|
1274
1341
|
msgstr ""
|
1275
1342
|
|
1276
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1343
|
+
#: ../lib/hammer_cli_foreman/host.rb:459
|
1277
1344
|
msgid "Power off forced."
|
1278
1345
|
msgstr ""
|
1279
1346
|
|
1280
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1347
|
+
#: ../lib/hammer_cli_foreman/host.rb:461
|
1281
1348
|
msgid "Powering the host off."
|
1282
1349
|
msgstr ""
|
1283
1350
|
|
1284
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1351
|
+
#: ../lib/hammer_cli_foreman/host.rb:478
|
1285
1352
|
msgid "Reboot a host"
|
1286
1353
|
msgstr "Reboot a host"
|
1287
1354
|
|
1288
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1355
|
+
#: ../lib/hammer_cli_foreman/host.rb:479
|
1289
1356
|
msgid "Host reboot started."
|
1290
1357
|
msgstr ""
|
1291
1358
|
|
1292
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1359
|
+
#: ../lib/hammer_cli_foreman/host.rb:515
|
1293
1360
|
msgid "Rebuild orchestration related configurations for host"
|
1294
1361
|
msgstr ""
|
1295
1362
|
|
1296
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1363
|
+
#: ../lib/hammer_cli_foreman/host.rb:516
|
1297
1364
|
msgid "Configuration successfully rebuilt."
|
1298
1365
|
msgstr ""
|
1299
1366
|
|
@@ -1477,7 +1544,7 @@ msgstr ""
|
|
1477
1544
|
msgid "Smart class parameter name"
|
1478
1545
|
msgstr ""
|
1479
1546
|
|
1480
|
-
#: ../lib/hammer_cli_foreman/id_resolver.rb:63
|
1547
|
+
#: ../lib/hammer_cli_foreman/id_resolver.rb:63 ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:113
|
1481
1548
|
msgid "Smart variable name"
|
1482
1549
|
msgstr ""
|
1483
1550
|
|
@@ -1633,67 +1700,67 @@ msgstr ""
|
|
1633
1700
|
msgid "Could not delete the interface"
|
1634
1701
|
msgstr ""
|
1635
1702
|
|
1636
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
1703
|
+
#: ../lib/hammer_cli_foreman/location.rb:25 ../lib/hammer_cli_foreman/location.rb:64 ../lib/hammer_cli_foreman/location.rb:76
|
1637
1704
|
msgid "Location numeric id to search by"
|
1638
1705
|
msgstr ""
|
1639
1706
|
|
1640
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
1707
|
+
#: ../lib/hammer_cli_foreman/location.rb:28 ../lib/hammer_cli_foreman/organization.rb:28
|
1641
1708
|
msgid "Parent"
|
1642
1709
|
msgstr ""
|
1643
1710
|
|
1644
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
1711
|
+
#: ../lib/hammer_cli_foreman/location.rb:39 ../lib/hammer_cli_foreman/references.rb:18
|
1645
1712
|
msgid "Organizations"
|
1646
1713
|
msgstr "Organisations"
|
1647
1714
|
|
1648
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
1715
|
+
#: ../lib/hammer_cli_foreman/location.rb:54
|
1649
1716
|
msgid "Location created"
|
1650
1717
|
msgstr ""
|
1651
1718
|
|
1652
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
1719
|
+
#: ../lib/hammer_cli_foreman/location.rb:55
|
1653
1720
|
msgid "Could not create the location"
|
1654
1721
|
msgstr ""
|
1655
1722
|
|
1656
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
1723
|
+
#: ../lib/hammer_cli_foreman/location.rb:66
|
1657
1724
|
msgid "Location updated"
|
1658
1725
|
msgstr ""
|
1659
1726
|
|
1660
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
1727
|
+
#: ../lib/hammer_cli_foreman/location.rb:67
|
1661
1728
|
msgid "Could not update the location"
|
1662
1729
|
msgstr ""
|
1663
1730
|
|
1664
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
1731
|
+
#: ../lib/hammer_cli_foreman/location.rb:78
|
1665
1732
|
msgid "Location deleted"
|
1666
1733
|
msgstr ""
|
1667
1734
|
|
1668
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
1735
|
+
#: ../lib/hammer_cli_foreman/location.rb:79
|
1669
1736
|
msgid "Could not delete the location"
|
1670
1737
|
msgstr ""
|
1671
1738
|
|
1672
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
1739
|
+
#: ../lib/hammer_cli_foreman/location.rb:88
|
1673
1740
|
msgid "Create or update parameter for a location."
|
1674
1741
|
msgstr ""
|
1675
1742
|
|
1676
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
1743
|
+
#: ../lib/hammer_cli_foreman/location.rb:90 ../lib/hammer_cli_foreman/organization.rb:91
|
1677
1744
|
msgid "Parameter [%{name}] updated to value [%{value}]"
|
1678
1745
|
msgstr ""
|
1679
1746
|
|
1680
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
1747
|
+
#: ../lib/hammer_cli_foreman/location.rb:91 ../lib/hammer_cli_foreman/organization.rb:92
|
1681
1748
|
msgid "Parameter [%{name}] created with value [%{value}]"
|
1682
1749
|
msgstr ""
|
1683
1750
|
|
1684
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
1751
|
+
#: ../lib/hammer_cli_foreman/location.rb:92
|
1685
1752
|
msgid "Could not set location parameter"
|
1686
1753
|
msgstr ""
|
1687
1754
|
|
1688
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
1755
|
+
#: ../lib/hammer_cli_foreman/location.rb:99
|
1689
1756
|
msgid "Delete parameter for a location."
|
1690
1757
|
msgstr ""
|
1691
1758
|
|
1692
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
1759
|
+
#: ../lib/hammer_cli_foreman/location.rb:101 ../lib/hammer_cli_foreman/organization.rb:102
|
1693
1760
|
msgid "Parameter [%{name}] deleted"
|
1694
1761
|
msgstr ""
|
1695
1762
|
|
1696
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
1763
|
+
#: ../lib/hammer_cli_foreman/location.rb:102
|
1697
1764
|
msgid "Could not delete location parameter"
|
1698
1765
|
msgstr ""
|
1699
1766
|
|
@@ -1873,47 +1940,47 @@ msgstr ""
|
|
1873
1940
|
msgid "Default template of type %s not found"
|
1874
1941
|
msgstr ""
|
1875
1942
|
|
1876
|
-
#: ../lib/hammer_cli_foreman/organization.rb:
|
1943
|
+
#: ../lib/hammer_cli_foreman/organization.rb:39 ../lib/hammer_cli_foreman/references.rb:15
|
1877
1944
|
msgid "Locations"
|
1878
1945
|
msgstr "Locations"
|
1879
1946
|
|
1880
|
-
#: ../lib/hammer_cli_foreman/organization.rb:
|
1947
|
+
#: ../lib/hammer_cli_foreman/organization.rb:55
|
1881
1948
|
msgid "Organization created"
|
1882
1949
|
msgstr "Organisation created"
|
1883
1950
|
|
1884
|
-
#: ../lib/hammer_cli_foreman/organization.rb:
|
1951
|
+
#: ../lib/hammer_cli_foreman/organization.rb:56
|
1885
1952
|
msgid "Could not create the organization"
|
1886
1953
|
msgstr "Could not create the organisation"
|
1887
1954
|
|
1888
|
-
#: ../lib/hammer_cli_foreman/organization.rb:
|
1955
|
+
#: ../lib/hammer_cli_foreman/organization.rb:67
|
1889
1956
|
msgid "Organization updated"
|
1890
1957
|
msgstr "Organisation updated"
|
1891
1958
|
|
1892
|
-
#: ../lib/hammer_cli_foreman/organization.rb:
|
1959
|
+
#: ../lib/hammer_cli_foreman/organization.rb:68
|
1893
1960
|
msgid "Could not update the organization"
|
1894
1961
|
msgstr "Could not update the organisation"
|
1895
1962
|
|
1896
|
-
#: ../lib/hammer_cli_foreman/organization.rb:
|
1963
|
+
#: ../lib/hammer_cli_foreman/organization.rb:79
|
1897
1964
|
msgid "Organization deleted"
|
1898
1965
|
msgstr "Organisation deleted"
|
1899
1966
|
|
1900
|
-
#: ../lib/hammer_cli_foreman/organization.rb:
|
1967
|
+
#: ../lib/hammer_cli_foreman/organization.rb:80
|
1901
1968
|
msgid "Could not delete the organization"
|
1902
1969
|
msgstr "Could not delete the organisation"
|
1903
1970
|
|
1904
|
-
#: ../lib/hammer_cli_foreman/organization.rb:
|
1971
|
+
#: ../lib/hammer_cli_foreman/organization.rb:89
|
1905
1972
|
msgid "Create or update parameter for an organization."
|
1906
1973
|
msgstr "Create or update parameter for an organisation."
|
1907
1974
|
|
1908
|
-
#: ../lib/hammer_cli_foreman/organization.rb:
|
1975
|
+
#: ../lib/hammer_cli_foreman/organization.rb:93
|
1909
1976
|
msgid "Could not set organization parameter"
|
1910
1977
|
msgstr "Could not set organisation parameter"
|
1911
1978
|
|
1912
|
-
#: ../lib/hammer_cli_foreman/organization.rb:
|
1979
|
+
#: ../lib/hammer_cli_foreman/organization.rb:100
|
1913
1980
|
msgid "Delete parameter for an organization."
|
1914
1981
|
msgstr "Delete parameter for an organisation."
|
1915
1982
|
|
1916
|
-
#: ../lib/hammer_cli_foreman/organization.rb:
|
1983
|
+
#: ../lib/hammer_cli_foreman/organization.rb:103
|
1917
1984
|
msgid "Could not delete organization parameter"
|
1918
1985
|
msgstr "Could not delete organisation parameter"
|
1919
1986
|
|
@@ -1969,6 +2036,41 @@ msgstr ""
|
|
1969
2036
|
msgid "Smart class parameters"
|
1970
2037
|
msgstr ""
|
1971
2038
|
|
2039
|
+
#: ../lib/hammer_cli_foreman/realm.rb:18
|
2040
|
+
msgid "Realm proxy id"
|
2041
|
+
msgstr ""
|
2042
|
+
|
2043
|
+
#: ../lib/hammer_cli_foreman/realm.rb:19
|
2044
|
+
msgid "Realm type"
|
2045
|
+
msgstr ""
|
2046
|
+
|
2047
|
+
#: ../lib/hammer_cli_foreman/realm.rb:29
|
2048
|
+
msgid "Realm [%{name}] created"
|
2049
|
+
msgstr ""
|
2050
|
+
|
2051
|
+
#: ../lib/hammer_cli_foreman/realm.rb:30
|
2052
|
+
#, fuzzy
|
2053
|
+
msgid "Could not create the realm"
|
2054
|
+
msgstr "Could not create the host"
|
2055
|
+
|
2056
|
+
#: ../lib/hammer_cli_foreman/realm.rb:37
|
2057
|
+
msgid "Realm [%{name}] updated"
|
2058
|
+
msgstr ""
|
2059
|
+
|
2060
|
+
#: ../lib/hammer_cli_foreman/realm.rb:38
|
2061
|
+
#, fuzzy
|
2062
|
+
msgid "Could not update the realm"
|
2063
|
+
msgstr "Could not update the architecture"
|
2064
|
+
|
2065
|
+
#: ../lib/hammer_cli_foreman/realm.rb:45
|
2066
|
+
msgid "Realm [%{name}] deleted"
|
2067
|
+
msgstr ""
|
2068
|
+
|
2069
|
+
#: ../lib/hammer_cli_foreman/realm.rb:46
|
2070
|
+
#, fuzzy
|
2071
|
+
msgid "Could not delete the realm"
|
2072
|
+
msgstr "Could not delete the host"
|
2073
|
+
|
1972
2074
|
#: ../lib/hammer_cli_foreman/references.rb:8
|
1973
2075
|
msgid "Created at"
|
1974
2076
|
msgstr ""
|
@@ -2197,91 +2299,96 @@ msgstr ""
|
|
2197
2299
|
msgid "Class Id"
|
2198
2300
|
msgstr ""
|
2199
2301
|
|
2200
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:61 ../lib/hammer_cli_foreman/smart_variable.rb:
|
2302
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:61 ../lib/hammer_cli_foreman/smart_variable.rb:54
|
2201
2303
|
msgid "Hidden Value?"
|
2202
2304
|
msgstr ""
|
2203
2305
|
|
2204
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:62
|
2306
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:62 ../lib/hammer_cli_foreman/smart_class_parameter.rb:78
|
2307
|
+
msgid "Use puppet default"
|
2308
|
+
msgstr ""
|
2309
|
+
|
2310
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:63
|
2205
2311
|
msgid "Required"
|
2206
2312
|
msgstr ""
|
2207
2313
|
|
2208
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
2314
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:65 ../lib/hammer_cli_foreman/smart_variable.rb:56
|
2209
2315
|
msgid "Validator"
|
2210
2316
|
msgstr ""
|
2211
2317
|
|
2212
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
2318
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:67 ../lib/hammer_cli_foreman/smart_variable.rb:58
|
2213
2319
|
msgid "Rule"
|
2214
2320
|
msgstr ""
|
2215
2321
|
|
2216
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
2322
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:69 ../lib/hammer_cli_foreman/smart_variable.rb:60
|
2217
2323
|
msgid "Override values"
|
2218
2324
|
msgstr ""
|
2219
2325
|
|
2220
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
2326
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:70 ../lib/hammer_cli_foreman/smart_variable.rb:61
|
2221
2327
|
msgid "Merge overrides"
|
2222
2328
|
msgstr ""
|
2223
2329
|
|
2224
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
2330
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:71 ../lib/hammer_cli_foreman/smart_variable.rb:62
|
2225
2331
|
msgid "Merge default value"
|
2226
2332
|
msgstr ""
|
2227
2333
|
|
2228
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
2334
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:72 ../lib/hammer_cli_foreman/smart_variable.rb:63
|
2229
2335
|
msgid "Avoid duplicates"
|
2230
2336
|
msgstr ""
|
2231
2337
|
|
2232
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
2338
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:73 ../lib/hammer_cli_foreman/smart_variable.rb:64
|
2233
2339
|
msgid "Order"
|
2234
2340
|
msgstr ""
|
2235
2341
|
|
2236
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
2342
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:74 ../lib/hammer_cli_foreman/smart_variable.rb:65
|
2237
2343
|
msgid "Values"
|
2238
2344
|
msgstr ""
|
2239
2345
|
|
2240
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
2346
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:76 ../lib/hammer_cli_foreman/smart_variable.rb:67
|
2241
2347
|
msgid "Match"
|
2242
2348
|
msgstr ""
|
2243
2349
|
|
2244
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
2350
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:105
|
2245
2351
|
msgid "Parameter updated"
|
2246
2352
|
msgstr ""
|
2247
2353
|
|
2248
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
2354
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:106
|
2249
2355
|
msgid "Could not update the parameter"
|
2250
2356
|
msgstr ""
|
2251
2357
|
|
2252
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
2358
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:113
|
2253
2359
|
msgid "Override this parameter."
|
2254
2360
|
msgstr ""
|
2255
2361
|
|
2256
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
2362
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:115
|
2257
2363
|
msgid "This parameter is required."
|
2258
2364
|
msgstr ""
|
2259
2365
|
|
2260
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
2366
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:117
|
2261
2367
|
msgid "Type of the parameter."
|
2262
2368
|
msgstr ""
|
2263
2369
|
|
2264
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
2370
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:120 ../lib/hammer_cli_foreman/smart_variable.rb:93 ../lib/hammer_cli_foreman/smart_variable.rb:107
|
2265
2371
|
msgid "Type of the validator."
|
2266
2372
|
msgstr ""
|
2267
2373
|
|
2268
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
2374
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:134 ../lib/hammer_cli_foreman/smart_variable.rb:126
|
2269
2375
|
msgid "Override value created"
|
2270
2376
|
msgstr ""
|
2271
2377
|
|
2272
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
2378
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:135 ../lib/hammer_cli_foreman/smart_variable.rb:127
|
2379
|
+
#, fuzzy
|
2273
2380
|
msgid "Could not create the override value"
|
2274
|
-
msgstr ""
|
2381
|
+
msgstr "Could not create the architecture"
|
2275
2382
|
|
2276
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
2383
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:145
|
2277
2384
|
msgid "Cannot use --value when --use-puppet-default is true"
|
2278
2385
|
msgstr ""
|
2279
2386
|
|
2280
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
2387
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:158 ../lib/hammer_cli_foreman/smart_variable.rb:139
|
2281
2388
|
msgid "Override value deleted"
|
2282
2389
|
msgstr ""
|
2283
2390
|
|
2284
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
2391
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:159 ../lib/hammer_cli_foreman/smart_variable.rb:140
|
2285
2392
|
msgid "Could not delete the override value"
|
2286
2393
|
msgstr ""
|
2287
2394
|
|
@@ -2337,31 +2444,39 @@ msgstr ""
|
|
2337
2444
|
msgid "Refresh of smart proxy features failed"
|
2338
2445
|
msgstr ""
|
2339
2446
|
|
2340
|
-
#: ../lib/hammer_cli_foreman/smart_variable.rb:
|
2447
|
+
#: ../lib/hammer_cli_foreman/smart_variable.rb:10
|
2448
|
+
msgid "Variable"
|
2449
|
+
msgstr ""
|
2450
|
+
|
2451
|
+
#: ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:113
|
2452
|
+
msgid "Use --variable instead"
|
2453
|
+
msgstr ""
|
2454
|
+
|
2455
|
+
#: ../lib/hammer_cli_foreman/smart_variable.rb:85
|
2341
2456
|
msgid "Smart variable [%{variable}] created"
|
2342
2457
|
msgstr ""
|
2343
2458
|
|
2344
|
-
#: ../lib/hammer_cli_foreman/smart_variable.rb:
|
2459
|
+
#: ../lib/hammer_cli_foreman/smart_variable.rb:86
|
2345
2460
|
msgid "Could not create the smart variable"
|
2346
2461
|
msgstr ""
|
2347
2462
|
|
2348
|
-
#: ../lib/hammer_cli_foreman/smart_variable.rb:
|
2463
|
+
#: ../lib/hammer_cli_foreman/smart_variable.rb:90 ../lib/hammer_cli_foreman/smart_variable.rb:104
|
2349
2464
|
msgid "Type of the variable."
|
2350
2465
|
msgstr ""
|
2351
2466
|
|
2352
|
-
#: ../lib/hammer_cli_foreman/smart_variable.rb:
|
2467
|
+
#: ../lib/hammer_cli_foreman/smart_variable.rb:99
|
2353
2468
|
msgid "Smart variable [%{variable}] updated"
|
2354
2469
|
msgstr ""
|
2355
2470
|
|
2356
|
-
#: ../lib/hammer_cli_foreman/smart_variable.rb:
|
2471
|
+
#: ../lib/hammer_cli_foreman/smart_variable.rb:100
|
2357
2472
|
msgid "Could not update the smart variable"
|
2358
2473
|
msgstr ""
|
2359
2474
|
|
2360
|
-
#: ../lib/hammer_cli_foreman/smart_variable.rb:
|
2475
|
+
#: ../lib/hammer_cli_foreman/smart_variable.rb:115
|
2361
2476
|
msgid "Smart variable [%{variable}] deleted"
|
2362
2477
|
msgstr ""
|
2363
2478
|
|
2364
|
-
#: ../lib/hammer_cli_foreman/smart_variable.rb:
|
2479
|
+
#: ../lib/hammer_cli_foreman/smart_variable.rb:116
|
2365
2480
|
msgid "Could not delete the smart variable"
|
2366
2481
|
msgstr ""
|
2367
2482
|
|
@@ -2497,7 +2612,7 @@ msgstr ""
|
|
2497
2612
|
msgid "Email"
|
2498
2613
|
msgstr ""
|
2499
2614
|
|
2500
|
-
#: ../lib/hammer_cli_foreman/user.rb:28
|
2615
|
+
#: ../lib/hammer_cli_foreman/user.rb:28 ../lib/hammer_cli_foreman/usergroup.rb:13
|
2501
2616
|
msgid "Admin"
|
2502
2617
|
msgstr ""
|
2503
2618
|
|
@@ -2557,26 +2672,26 @@ msgstr ""
|
|
2557
2672
|
msgid "Could not delete the user"
|
2558
2673
|
msgstr ""
|
2559
2674
|
|
2560
|
-
#: ../lib/hammer_cli_foreman/usergroup.rb:
|
2675
|
+
#: ../lib/hammer_cli_foreman/usergroup.rb:32
|
2561
2676
|
msgid "User group [%<name>s] created"
|
2562
2677
|
msgstr ""
|
2563
2678
|
|
2564
|
-
#: ../lib/hammer_cli_foreman/usergroup.rb:
|
2679
|
+
#: ../lib/hammer_cli_foreman/usergroup.rb:33
|
2565
2680
|
msgid "Could not create the user group"
|
2566
2681
|
msgstr ""
|
2567
2682
|
|
2568
|
-
#: ../lib/hammer_cli_foreman/usergroup.rb:
|
2683
|
+
#: ../lib/hammer_cli_foreman/usergroup.rb:39
|
2569
2684
|
msgid "User group [%<name>s] updated"
|
2570
2685
|
msgstr ""
|
2571
2686
|
|
2572
|
-
#: ../lib/hammer_cli_foreman/usergroup.rb:
|
2687
|
+
#: ../lib/hammer_cli_foreman/usergroup.rb:40
|
2573
2688
|
msgid "Could not update the user group"
|
2574
2689
|
msgstr ""
|
2575
2690
|
|
2576
|
-
#: ../lib/hammer_cli_foreman/usergroup.rb:
|
2691
|
+
#: ../lib/hammer_cli_foreman/usergroup.rb:46
|
2577
2692
|
msgid "User group [%<name>s] deleted"
|
2578
2693
|
msgstr ""
|
2579
2694
|
|
2580
|
-
#: ../lib/hammer_cli_foreman/usergroup.rb:
|
2695
|
+
#: ../lib/hammer_cli_foreman/usergroup.rb:47
|
2581
2696
|
msgid "Could not delete the user group"
|
2582
2697
|
msgstr ""
|