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.

Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/doc/release_notes.md +11 -0
  3. data/lib/hammer_cli_foreman.rb +4 -0
  4. data/lib/hammer_cli_foreman/associating_commands.rb +21 -0
  5. data/lib/hammer_cli_foreman/host.rb +0 -5
  6. data/lib/hammer_cli_foreman/id_resolver.rb +6 -2
  7. data/lib/hammer_cli_foreman/location.rb +1 -0
  8. data/lib/hammer_cli_foreman/organization.rb +2 -0
  9. data/lib/hammer_cli_foreman/realm.rb +53 -0
  10. data/lib/hammer_cli_foreman/smart_class_parameter.rb +3 -0
  11. data/lib/hammer_cli_foreman/smart_variable.rb +4 -1
  12. data/lib/hammer_cli_foreman/usergroup.rb +1 -3
  13. data/lib/hammer_cli_foreman/version.rb +1 -1
  14. data/locale/ca/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  15. data/locale/ca/hammer-cli-foreman.edit.po +376 -290
  16. data/locale/ca/hammer-cli-foreman.po +393 -192
  17. data/locale/de/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  18. data/locale/de/hammer-cli-foreman.edit.po +277 -179
  19. data/locale/de/hammer-cli-foreman.po +420 -219
  20. data/locale/en/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  21. data/locale/en/hammer-cli-foreman.edit.po +216 -144
  22. data/locale/en/hammer-cli-foreman.po +55 -1
  23. data/locale/en_GB/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  24. data/locale/en_GB/hammer-cli-foreman.edit.po +339 -224
  25. data/locale/en_GB/hammer-cli-foreman.po +391 -190
  26. data/locale/es/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  27. data/locale/es/hammer-cli-foreman.edit.po +251 -158
  28. data/locale/es/hammer-cli-foreman.po +444 -242
  29. data/locale/fr/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  30. data/locale/fr/hammer-cli-foreman.edit.po +252 -159
  31. data/locale/fr/hammer-cli-foreman.po +392 -191
  32. data/locale/hammer-cli-foreman.pot +253 -175
  33. data/locale/it/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  34. data/locale/it/hammer-cli-foreman.edit.po +281 -188
  35. data/locale/it/hammer-cli-foreman.po +391 -190
  36. data/locale/ja/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  37. data/locale/ja/hammer-cli-foreman.edit.po +282 -189
  38. data/locale/ja/hammer-cli-foreman.po +457 -256
  39. data/locale/ko/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  40. data/locale/ko/hammer-cli-foreman.edit.po +280 -187
  41. data/locale/ko/hammer-cli-foreman.po +458 -257
  42. data/locale/pt_BR/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  43. data/locale/pt_BR/hammer-cli-foreman.edit.po +255 -162
  44. data/locale/pt_BR/hammer-cli-foreman.po +455 -254
  45. data/locale/ru/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  46. data/locale/ru/hammer-cli-foreman.edit.po +443 -337
  47. data/locale/ru/hammer-cli-foreman.po +412 -211
  48. data/locale/zh_CN/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  49. data/locale/zh_CN/hammer-cli-foreman.edit.po +278 -185
  50. data/locale/zh_CN/hammer-cli-foreman.po +465 -264
  51. data/locale/zh_TW/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  52. data/locale/zh_TW/hammer-cli-foreman.edit.po +279 -186
  53. data/locale/zh_TW/hammer-cli-foreman.po +459 -258
  54. data/test/data/README.md +2 -2
  55. data/test/functional/hostgroup/create_test.rb +303 -0
  56. data/test/functional/hostgroup/update_test.rb +303 -0
  57. data/test/functional/smart_variable_test.rb +150 -0
  58. data/test/unit/host_test.rb +0 -4
  59. data/test/unit/location_test.rb +1 -0
  60. data/test/unit/organization_test.rb +1 -0
  61. data/test/unit/realm_test.rb +87 -0
  62. data/test/unit/smart_class_parameter_test.rb +7 -0
  63. data/test/unit/smart_variable_test.rb +1 -1
  64. data/test/unit/usergroup_test.rb +2 -0
  65. metadata +13 -4
@@ -7,10 +7,10 @@
7
7
  # Shuji Yamada <uzy.exe@gmail.com>, 2015
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: hammer-cli-foreman 0.7.0\n"
10
+ "Project-Id-Version: hammer-cli-foreman 0.8.0\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "POT-Creation-Date: 2016-02-25 15:04+0100\n"
13
- "PO-Revision-Date: 2016-03-08 17:58+0000\n"
12
+ "POT-Creation-Date: 2016-06-14 23:53+0200\n"
13
+ "PO-Revision-Date: 2016-08-22 15:08+0000\n"
14
14
  "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
15
15
  "Language-Team: Japanese (http://www.transifex.com/foreman/foreman/language/ja/)\n"
16
16
  "MIME-Version: 1.0\n"
@@ -101,7 +101,7 @@ msgstr "スマートクラスパラメーターの操作。"
101
101
 
102
102
  #: ../lib/hammer_cli_foreman.rb:112
103
103
  msgid "Manipulate smart variables."
104
- msgstr ""
104
+ msgstr "スマート変数を操作します。"
105
105
 
106
106
  #: ../lib/hammer_cli_foreman.rb:116
107
107
  msgid "Manipulate smart proxies."
@@ -109,7 +109,7 @@ msgstr "スマートプロキシーの操作。"
109
109
 
110
110
  #: ../lib/hammer_cli_foreman.rb:120
111
111
  msgid "Change server settings."
112
- msgstr ""
112
+ msgstr "サーバー設定を変更します。"
113
113
 
114
114
  #: ../lib/hammer_cli_foreman.rb:124
115
115
  msgid "Manipulate subnets."
@@ -135,8 +135,8 @@ msgstr "ユーザーグループを管理します。"
135
135
  #: ../lib/hammer_cli_foreman/external_usergroup.rb:10
136
136
  #: ../lib/hammer_cli_foreman/filter.rb:9
137
137
  #: ../lib/hammer_cli_foreman/filter.rb:72
138
- #: ../lib/hammer_cli_foreman/host.rb:170 ../lib/hammer_cli_foreman/host.rb:207
139
- #: ../lib/hammer_cli_foreman/host.rb:238
138
+ #: ../lib/hammer_cli_foreman/host.rb:159 ../lib/hammer_cli_foreman/host.rb:196
139
+ #: ../lib/hammer_cli_foreman/host.rb:227
140
140
  #: ../lib/hammer_cli_foreman/hostgroup.rb:57
141
141
  #: ../lib/hammer_cli_foreman/image.rb:29
142
142
  #: ../lib/hammer_cli_foreman/interface.rb:23
@@ -172,7 +172,7 @@ msgstr "ID"
172
172
  #: ../lib/hammer_cli_foreman/external_usergroup.rb:42
173
173
  #: ../lib/hammer_cli_foreman/filter.rb:73
174
174
  #: ../lib/hammer_cli_foreman/filter.rb:90
175
- #: ../lib/hammer_cli_foreman/host.rb:171 ../lib/hammer_cli_foreman/host.rb:209
175
+ #: ../lib/hammer_cli_foreman/host.rb:160 ../lib/hammer_cli_foreman/host.rb:198
176
176
  #: ../lib/hammer_cli_foreman/hostgroup.rb:58
177
177
  #: ../lib/hammer_cli_foreman/image.rb:30 ../lib/hammer_cli_foreman/image.rb:70
178
178
  #: ../lib/hammer_cli_foreman/location.rb:14
@@ -187,7 +187,7 @@ msgstr "ID"
187
187
  #: ../lib/hammer_cli_foreman/smart_variable.rb:10
188
188
  #: ../lib/hammer_cli_foreman/subnet.rb:11
189
189
  #: ../lib/hammer_cli_foreman/template.rb:26
190
- #: ../lib/hammer_cli_foreman/template.rb:74
190
+ #: ../lib/hammer_cli_foreman/template.rb:75
191
191
  #: ../lib/hammer_cli_foreman/user.rb:12
192
192
  #: ../lib/hammer_cli_foreman/usergroup.rb:12
193
193
  msgid "Name"
@@ -221,215 +221,359 @@ msgstr "アーキテクチャーを更新できませんでした"
221
221
  msgid "Associate a hostgroup"
222
222
  msgstr "ホストグループの関連付け"
223
223
 
224
- #: ../lib/hammer_cli_foreman/associating_commands.rb:46
224
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:43
225
+ msgid "The hostgroup has been associated"
226
+ msgstr ""
227
+
228
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:44
229
+ msgid "Could not associate the hostgroup"
230
+ msgstr ""
231
+
232
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:49
225
233
  msgid "Disassociate a hostgroup"
226
234
  msgstr "ホストグループの関連付けを解除"
227
235
 
228
- #: ../lib/hammer_cli_foreman/associating_commands.rb:55
236
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:51
237
+ msgid "The hostgroup has been disassociated"
238
+ msgstr ""
239
+
240
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:52
241
+ msgid "Could not disassociate the hostgroup"
242
+ msgstr ""
243
+
244
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:61
229
245
  msgid "Associate an environment"
230
246
  msgstr "環境の関連付け"
231
247
 
232
- #: ../lib/hammer_cli_foreman/associating_commands.rb:60
248
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:63
249
+ msgid "The environment has been associated"
250
+ msgstr ""
251
+
252
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:64
253
+ msgid "Could not associate the environment"
254
+ msgstr ""
255
+
256
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:69
233
257
  msgid "Disassociate an environment"
234
258
  msgstr "環境の関連付けを解除"
235
259
 
236
- #: ../lib/hammer_cli_foreman/associating_commands.rb:69
260
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:71
261
+ msgid "The environment has been disassociated"
262
+ msgstr ""
263
+
264
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:72
265
+ msgid "Could not disassociate the environment"
266
+ msgstr ""
267
+
268
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:81
237
269
  msgid "Associate a domain"
238
270
  msgstr "ドメインの関連付け"
239
271
 
240
- #: ../lib/hammer_cli_foreman/associating_commands.rb:74
272
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:83
273
+ msgid "The domain has been associated"
274
+ msgstr ""
275
+
276
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:84
277
+ msgid "Could not associate the domain"
278
+ msgstr ""
279
+
280
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:89
241
281
  msgid "Disassociate a domain"
242
282
  msgstr "ドメインの関連付けを解除"
243
283
 
244
- #: ../lib/hammer_cli_foreman/associating_commands.rb:83
284
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:91
285
+ msgid "The domain has been disassociated"
286
+ msgstr ""
287
+
288
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:92
289
+ msgid "Could not disassociate the domain"
290
+ msgstr ""
291
+
292
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:101
245
293
  msgid "Associate a medium"
246
294
  msgstr "メディアの関連付け"
247
295
 
248
- #: ../lib/hammer_cli_foreman/associating_commands.rb:88
296
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:103
297
+ msgid "The medium has been associated"
298
+ msgstr ""
299
+
300
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:104
301
+ msgid "Could not associate the medium"
302
+ msgstr ""
303
+
304
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:109
249
305
  msgid "Disassociate a medium"
250
306
  msgstr "メディアの関連付けを解除"
251
307
 
252
- #: ../lib/hammer_cli_foreman/associating_commands.rb:97
308
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:111
309
+ msgid "The medium has been disassociated"
310
+ msgstr ""
311
+
312
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:112
313
+ msgid "Could not disassociate the medium"
314
+ msgstr ""
315
+
316
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:121
253
317
  msgid "Associate a subnet"
254
318
  msgstr "サブネットの関連付け"
255
319
 
256
- #: ../lib/hammer_cli_foreman/associating_commands.rb:102
320
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:123
321
+ msgid "The subnet has been associated"
322
+ msgstr ""
323
+
324
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:124
325
+ msgid "Could not associate the subnet"
326
+ msgstr ""
327
+
328
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:129
257
329
  msgid "Disassociate a subnet"
258
330
  msgstr "サブネットの関連付けを解除"
259
331
 
260
- #: ../lib/hammer_cli_foreman/associating_commands.rb:111
332
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:131
333
+ msgid "The subnet has been disassociated"
334
+ msgstr ""
335
+
336
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:132
337
+ msgid "Could not disassociate the subnet"
338
+ msgstr ""
339
+
340
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:141
261
341
  msgid "Associate a compute resource"
262
342
  msgstr "コンピュートリソースの関連付け"
263
343
 
264
- #: ../lib/hammer_cli_foreman/associating_commands.rb:116
344
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:143
345
+ msgid "The compute resource has been associated"
346
+ msgstr ""
347
+
348
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:144
349
+ msgid "Could not associate the compute resource"
350
+ msgstr ""
351
+
352
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:149
265
353
  msgid "Disassociate a compute resource"
266
354
  msgstr "コンピュートリソースの関連付けを解除"
267
355
 
268
- #: ../lib/hammer_cli_foreman/associating_commands.rb:125
356
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:151
357
+ msgid "The compute resource has been disassociated"
358
+ msgstr ""
359
+
360
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:152
361
+ msgid "Could not disassociate the compute resource"
362
+ msgstr ""
363
+
364
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:161
269
365
  msgid "Associate a smart proxy"
270
366
  msgstr "スマートプロキシーの関連付け"
271
367
 
272
- #: ../lib/hammer_cli_foreman/associating_commands.rb:134
368
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:163
369
+ msgid "The smart proxy has been associated"
370
+ msgstr ""
371
+
372
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:164
373
+ msgid "Could not associate the smart proxy"
374
+ msgstr ""
375
+
376
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:173
273
377
  msgid "Disassociate a smart proxy"
274
378
  msgstr "スマートプロキシーの関連付けを解除"
275
379
 
276
- #: ../lib/hammer_cli_foreman/associating_commands.rb:147
380
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:175
381
+ msgid "The smart proxy has been disassociated"
382
+ msgstr ""
383
+
384
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:176
385
+ msgid "Could not disassociate the smart proxy"
386
+ msgstr ""
387
+
388
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:189
277
389
  msgid "Associate an user"
278
390
  msgstr "ユーザーの関連付け"
279
391
 
280
- #: ../lib/hammer_cli_foreman/associating_commands.rb:149
392
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:191
281
393
  msgid "The user has been associated"
282
- msgstr ""
394
+ msgstr "ユーザーが関連付けられました"
283
395
 
284
- #: ../lib/hammer_cli_foreman/associating_commands.rb:150
396
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:192
285
397
  msgid "Could not associate the user"
286
- msgstr ""
398
+ msgstr "ユーザーを関連付けることができませんでした"
287
399
 
288
- #: ../lib/hammer_cli_foreman/associating_commands.rb:155
400
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:197
289
401
  msgid "Disassociate an user"
290
402
  msgstr "ユーザーの関連付けを解除"
291
403
 
292
- #: ../lib/hammer_cli_foreman/associating_commands.rb:157
404
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:199
293
405
  msgid "The user has been disassociated"
294
- msgstr ""
406
+ msgstr "ユーザーの関連付けが解除されました"
295
407
 
296
- #: ../lib/hammer_cli_foreman/associating_commands.rb:158
408
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:200
297
409
  msgid "Could not disassociate the user"
298
- msgstr ""
410
+ msgstr "ユーザーの関連付けを解除できませんでした"
299
411
 
300
- #: ../lib/hammer_cli_foreman/associating_commands.rb:167
412
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:209
301
413
  msgid "Associate an user group"
302
414
  msgstr "ユーザーグループの関連付け"
303
415
 
304
- #: ../lib/hammer_cli_foreman/associating_commands.rb:171
416
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:213
305
417
  msgid "The user group has been associated"
306
- msgstr ""
418
+ msgstr "ユーザーグループが関連付けられました"
307
419
 
308
- #: ../lib/hammer_cli_foreman/associating_commands.rb:172
420
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:214
309
421
  msgid "Could not associate the user group"
310
- msgstr ""
422
+ msgstr "ユーザーグループを関連付けることができませんでした"
311
423
 
312
- #: ../lib/hammer_cli_foreman/associating_commands.rb:177
424
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:219
313
425
  msgid "Disassociate an user group"
314
426
  msgstr "ユーザーグループの関連付けを解除"
315
427
 
316
- #: ../lib/hammer_cli_foreman/associating_commands.rb:181
428
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:223
317
429
  msgid "The user group has been disassociated"
318
- msgstr ""
430
+ msgstr "ユーザーグループの関連付けが解除されました"
319
431
 
320
- #: ../lib/hammer_cli_foreman/associating_commands.rb:182
432
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:224
321
433
  msgid "Could not disassociate the user group"
322
- msgstr ""
434
+ msgstr "ユーザーグループの関連付けを解除できませんでした"
323
435
 
324
- #: ../lib/hammer_cli_foreman/associating_commands.rb:191
436
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:233
325
437
  msgid "Associate a configuration template"
326
438
  msgstr "設定テンプレートの関連付け"
327
439
 
328
- #: ../lib/hammer_cli_foreman/associating_commands.rb:196
440
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:235
441
+ msgid "The configuration template has been associated"
442
+ msgstr ""
443
+
444
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:236
445
+ msgid "Could not associate the configuration template"
446
+ msgstr ""
447
+
448
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:241
329
449
  msgid "Disassociate a configuration template"
330
450
  msgstr "設定テンプレートの関連付けを解除"
331
451
 
332
- #: ../lib/hammer_cli_foreman/associating_commands.rb:205
452
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:243
453
+ msgid "The configuration template has been disassociated"
454
+ msgstr ""
455
+
456
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:244
457
+ msgid "Could not disassociate the configuration template"
458
+ msgstr ""
459
+
460
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:253
333
461
  msgid "Associate an organization"
334
462
  msgstr "組織の関連付け"
335
463
 
336
- #: ../lib/hammer_cli_foreman/associating_commands.rb:210
464
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:255
465
+ msgid "The organization has been associated"
466
+ msgstr ""
467
+
468
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:256
469
+ msgid "Could not associate the organization"
470
+ msgstr ""
471
+
472
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:261
337
473
  msgid "Disassociate an organization"
338
474
  msgstr "組織の関連付けを解除"
339
475
 
340
- #: ../lib/hammer_cli_foreman/associating_commands.rb:219
476
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:263
477
+ msgid "The organization has been disassociated"
478
+ msgstr ""
479
+
480
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:264
481
+ msgid "Could not disassociate the organization"
482
+ msgstr ""
483
+
484
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:273
341
485
  msgid "Associate an operating system"
342
486
  msgstr "オペレーティングシステムの関連付け"
343
487
 
344
- #: ../lib/hammer_cli_foreman/associating_commands.rb:221
488
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:275
345
489
  msgid "Operating system has been associated"
346
490
  msgstr "オペレーティングシステムが関連付けられています"
347
491
 
348
- #: ../lib/hammer_cli_foreman/associating_commands.rb:222
492
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:276
349
493
  msgid "Could not associate the operating system"
350
494
  msgstr "オペレーティングシステムを関連付けられませんでした"
351
495
 
352
- #: ../lib/hammer_cli_foreman/associating_commands.rb:228
496
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:282
353
497
  msgid "Disassociate an operating system"
354
498
  msgstr "オペレーティングシステムの関連付けの解除"
355
499
 
356
- #: ../lib/hammer_cli_foreman/associating_commands.rb:230
500
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:284
357
501
  msgid "Operating system has been disassociated"
358
502
  msgstr "オペレーティングシステムの関連付けが解除されました"
359
503
 
360
- #: ../lib/hammer_cli_foreman/associating_commands.rb:231
504
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:285
361
505
  msgid "Could not disassociate the operating system"
362
506
  msgstr "オペレーティングシステムの関連付けを解除できませんでした"
363
507
 
364
- #: ../lib/hammer_cli_foreman/associating_commands.rb:240
508
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:294
365
509
  msgid "Associate an architecture"
366
510
  msgstr "アーキテクチャーの関連付け"
367
511
 
368
- #: ../lib/hammer_cli_foreman/associating_commands.rb:242
512
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:296
369
513
  msgid "Architecture has been associated"
370
514
  msgstr "アーキテクチャーが関連付けられました"
371
515
 
372
- #: ../lib/hammer_cli_foreman/associating_commands.rb:243
516
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:297
373
517
  msgid "Could not associate the architecture"
374
518
  msgstr "アーキテクチャーを関連付けられませんでした"
375
519
 
376
- #: ../lib/hammer_cli_foreman/associating_commands.rb:249
520
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:303
377
521
  msgid "Disassociate an architecture"
378
522
  msgstr "アーキテクチャーの関連付けの解除"
379
523
 
380
- #: ../lib/hammer_cli_foreman/associating_commands.rb:251
524
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:305
381
525
  msgid "Architecture has been disassociated"
382
526
  msgstr "アーキテクチャーの関連付けが解除されました"
383
527
 
384
- #: ../lib/hammer_cli_foreman/associating_commands.rb:252
528
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:306
385
529
  msgid "Could not disassociate the architecture"
386
530
  msgstr "アーキテクチャーの関連付けを解除できませんでした"
387
531
 
388
- #: ../lib/hammer_cli_foreman/associating_commands.rb:261
532
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:315
389
533
  msgid "Associate a partition table"
390
534
  msgstr "パーティションテーブルの関連付け"
391
535
 
392
- #: ../lib/hammer_cli_foreman/associating_commands.rb:263
536
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:317
393
537
  msgid "Partition table has been associated"
394
538
  msgstr "パーティションテーブルが関連付けられています"
395
539
 
396
- #: ../lib/hammer_cli_foreman/associating_commands.rb:264
540
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:318
397
541
  msgid "Could not associate the partition table"
398
542
  msgstr "パーティションテーブルを関連付けられませんでした"
399
543
 
400
- #: ../lib/hammer_cli_foreman/associating_commands.rb:270
544
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:324
401
545
  msgid "Disassociate a partition table"
402
546
  msgstr "パーティションテーブルの関連付けの解除"
403
547
 
404
- #: ../lib/hammer_cli_foreman/associating_commands.rb:272
548
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:326
405
549
  msgid "Partition table has been disassociated"
406
550
  msgstr "パーティションテーブルの関連付けが解除されました"
407
551
 
408
- #: ../lib/hammer_cli_foreman/associating_commands.rb:273
552
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:327
409
553
  msgid "Could not disassociate the partition table"
410
554
  msgstr "パーティションテーブルの関連付けを解除できませんでした"
411
555
 
412
- #: ../lib/hammer_cli_foreman/associating_commands.rb:282
556
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:336
413
557
  msgid "Assign a user role"
414
558
  msgstr "ユーザーロールの割り当て"
415
559
 
416
- #: ../lib/hammer_cli_foreman/associating_commands.rb:284
560
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:338
417
561
  msgid "User role has been assigned"
418
562
  msgstr "ユーザーロールが割り当てられています"
419
563
 
420
- #: ../lib/hammer_cli_foreman/associating_commands.rb:285
564
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:339
421
565
  msgid "Could not assign the user role"
422
566
  msgstr "ユーザーロールを割り当てることができませんでした"
423
567
 
424
- #: ../lib/hammer_cli_foreman/associating_commands.rb:291
568
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:345
425
569
  msgid "Remove a user role"
426
570
  msgstr "ユーザーロールの削除"
427
571
 
428
- #: ../lib/hammer_cli_foreman/associating_commands.rb:293
572
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:347
429
573
  msgid "User role has been removed"
430
574
  msgstr "ユーザーロールが削除されています"
431
575
 
432
- #: ../lib/hammer_cli_foreman/associating_commands.rb:294
576
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:348
433
577
  msgid "Could not remove the user role"
434
578
  msgstr "ユーザーロールを削除できませんでした"
435
579
 
@@ -457,7 +601,7 @@ msgstr "ユーザーは '%s' としてログインしています"
457
601
  msgid ""
458
602
  "You are currently not logged in to any service.\n"
459
603
  "Use the service to set credentials."
460
- msgstr ""
604
+ msgstr "ユーザーは現在いずれのサービスにもログインしていません。\n資格情報を設定するためにサービスを使用します。"
461
605
 
462
606
  #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:7
463
607
  msgid "Manage LDAP auth sources."
@@ -535,34 +679,50 @@ msgstr "認証ソースが更新されました"
535
679
  msgid "Could not update the Auth Source"
536
680
  msgstr "認証ソースを更新できませんでした"
537
681
 
538
- #: ../lib/hammer_cli_foreman/commands.rb:87
682
+ #: ../lib/hammer_cli_foreman/commands.rb:88
539
683
  msgid "Received data of unknown format"
540
684
  msgstr "不明な形式のデータが受信されました。"
541
685
 
542
- #: ../lib/hammer_cli_foreman/commands.rb:195
686
+ #: ../lib/hammer_cli_foreman/commands.rb:196
543
687
  msgid ""
544
688
  "Could not find %{resource}. Some search options were missing, please see "
545
689
  "--help."
546
690
  msgstr "%{resource} が見つかりませんでした。一部の検索オプションが足りません。--help を参照してください。"
547
691
 
548
- #: ../lib/hammer_cli_foreman/commands.rb:197
692
+ #: ../lib/hammer_cli_foreman/commands.rb:198
549
693
  msgid "Could not find %{resource}, please set option %{switches}."
550
694
  msgstr "%{resource} が見つかりませんでした。オプション %{switches} を設定してください。"
551
695
 
552
- #: ../lib/hammer_cli_foreman/commands.rb:199
696
+ #: ../lib/hammer_cli_foreman/commands.rb:200
553
697
  msgid "Could not find %{resource}, please set one of options %{switches}."
554
698
  msgstr "%{resource} が見つかりませんでした。オプション %{switches} のいずれかを設定してください。"
555
699
 
556
- #: ../lib/hammer_cli_foreman/commands.rb:521
700
+ #: ../lib/hammer_cli_foreman/commands.rb:529
557
701
  msgid "Associate a resource"
558
702
  msgstr "リソースの関連付け"
559
703
 
560
- #: ../lib/hammer_cli_foreman/commands.rb:543
704
+ #: ../lib/hammer_cli_foreman/commands.rb:533
705
+ msgid "Could not associate the %{resource_name}"
706
+ msgstr ""
707
+
708
+ #: ../lib/hammer_cli_foreman/commands.rb:537
709
+ msgid "The %{resource_name} has been associated"
710
+ msgstr ""
711
+
712
+ #: ../lib/hammer_cli_foreman/commands.rb:559
561
713
  msgid "Disassociate a resource"
562
714
  msgstr "リソースの関連付けを解除"
563
715
 
716
+ #: ../lib/hammer_cli_foreman/commands.rb:571
717
+ msgid "Could not disassociate the %{resource_name}"
718
+ msgstr ""
719
+
720
+ #: ../lib/hammer_cli_foreman/commands.rb:575
721
+ msgid "The %{resource_name} has been disassociated"
722
+ msgstr ""
723
+
564
724
  #: ../lib/hammer_cli_foreman/common_parameter.rb:13
565
- #: ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:334
725
+ #: ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:323
566
726
  #: ../lib/hammer_cli_foreman/settings.rb:13
567
727
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:76
568
728
  #: ../lib/hammer_cli_foreman/smart_variable.rb:66
@@ -611,7 +771,7 @@ msgstr "プロバイダー"
611
771
 
612
772
  #: ../lib/hammer_cli_foreman/compute_resource.rb:34
613
773
  #: ../lib/hammer_cli_foreman/compute_resource.rb:40
614
- #: ../lib/hammer_cli_foreman/host.rb:208 ../lib/hammer_cli_foreman/image.rb:33
774
+ #: ../lib/hammer_cli_foreman/host.rb:197 ../lib/hammer_cli_foreman/image.rb:33
615
775
  #: ../lib/hammer_cli_foreman/image.rb:71
616
776
  msgid "UUID"
617
777
  msgstr "UUID"
@@ -679,7 +839,7 @@ msgstr "%s の [Foreman] パスワード: "
679
839
 
680
840
  #: ../lib/hammer_cli_foreman/defaults.rb:7
681
841
  msgid "Use the default organization and/or location from the server"
682
- msgstr ""
842
+ msgstr "サーバーからデフォルト組織および/またはロケーションを使用します"
683
843
 
684
844
  #: ../lib/hammer_cli_foreman/domain.rb:6
685
845
  msgid "ID of DNS proxy to use within this domain"
@@ -770,19 +930,38 @@ msgstr "環境が削除されました"
770
930
  msgid "Could not delete the environment"
771
931
  msgstr "環境を削除できませんでした"
772
932
 
773
- #: ../lib/hammer_cli_foreman/exception_handler.rb:41
933
+ #: ../lib/hammer_cli_foreman/exception_handler.rb:29
934
+ msgid "Redirection of API call detected."
935
+ msgstr ""
936
+
937
+ #: ../lib/hammer_cli_foreman/exception_handler.rb:30
938
+ msgid ""
939
+ "It seems hammer is configured to use HTTP and the server prefers HTTPS."
940
+ msgstr ""
941
+
942
+ #: ../lib/hammer_cli_foreman/exception_handler.rb:32
943
+ msgid "Update your server url configuration"
944
+ msgstr ""
945
+
946
+ #: ../lib/hammer_cli_foreman/exception_handler.rb:33
947
+ msgid ""
948
+ "you can set 'follow_redirects' to one of :default or :always to enable "
949
+ "redirects following"
950
+ msgstr ""
951
+
952
+ #: ../lib/hammer_cli_foreman/exception_handler.rb:54
774
953
  msgid "Forbidden - server refused to process the request"
775
954
  msgstr "許可されていません - サーバーは要求の処理を拒否しました"
776
955
 
777
- #: ../lib/hammer_cli_foreman/exception_handler.rb:75
956
+ #: ../lib/hammer_cli_foreman/exception_handler.rb:88
778
957
  msgid "Could not load the API description from the server"
779
958
  msgstr "サーバーから API 記述をロードできませんでした"
780
959
 
781
- #: ../lib/hammer_cli_foreman/exception_handler.rb:76
960
+ #: ../lib/hammer_cli_foreman/exception_handler.rb:89
782
961
  msgid "is the server down?"
783
962
  msgstr "サーバーは停止していますか?"
784
963
 
785
- #: ../lib/hammer_cli_foreman/exception_handler.rb:77
964
+ #: ../lib/hammer_cli_foreman/exception_handler.rb:90
786
965
  msgid ""
787
966
  "was '%s' run on the server when using apipie cache? (typical production "
788
967
  "settings)"
@@ -830,7 +1009,7 @@ msgstr "外部ユーザーグループを削除できませんでした"
830
1009
  msgid "Host"
831
1010
  msgstr "ホスト"
832
1011
 
833
- #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:333
1012
+ #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:322
834
1013
  msgid "Fact"
835
1014
  msgstr "ファクト"
836
1015
 
@@ -922,131 +1101,123 @@ msgstr "インターフェースパラメーター。"
922
1101
  msgid "Enter the root password for the host:"
923
1102
  msgstr "ホストの root パスワードを入力:"
924
1103
 
925
- #: ../lib/hammer_cli_foreman/host.rb:153
926
- msgid "At least one interface must be set as primary"
927
- msgstr ""
928
-
929
- #: ../lib/hammer_cli_foreman/host.rb:156
930
- msgid "At least one interface must be set as provision"
931
- msgstr ""
932
-
933
- #: ../lib/hammer_cli_foreman/host.rb:172 ../lib/hammer_cli_foreman/host.rb:248
1104
+ #: ../lib/hammer_cli_foreman/host.rb:161 ../lib/hammer_cli_foreman/host.rb:237
934
1105
  #: ../lib/hammer_cli_foreman/hostgroup.rb:60
935
1106
  #: ../lib/hammer_cli_foreman/image.rb:31
936
1107
  msgid "Operating System"
937
1108
  msgstr "オペレーティングシステム"
938
1109
 
939
- #: ../lib/hammer_cli_foreman/host.rb:173 ../lib/hammer_cli_foreman/host.rb:212
1110
+ #: ../lib/hammer_cli_foreman/host.rb:162 ../lib/hammer_cli_foreman/host.rb:201
940
1111
  msgid "Host Group"
941
1112
  msgstr "ホストグループ"
942
1113
 
943
- #: ../lib/hammer_cli_foreman/host.rb:174 ../lib/hammer_cli_foreman/host.rb:225
1114
+ #: ../lib/hammer_cli_foreman/host.rb:163 ../lib/hammer_cli_foreman/host.rb:214
944
1115
  msgid "IP"
945
1116
  msgstr "IP アドレス"
946
1117
 
947
- #: ../lib/hammer_cli_foreman/host.rb:175 ../lib/hammer_cli_foreman/host.rb:226
1118
+ #: ../lib/hammer_cli_foreman/host.rb:164 ../lib/hammer_cli_foreman/host.rb:215
948
1119
  msgid "MAC"
949
1120
  msgstr "MAC"
950
1121
 
951
- #: ../lib/hammer_cli_foreman/host.rb:185
1122
+ #: ../lib/hammer_cli_foreman/host.rb:174
952
1123
  msgid "Bare Metal"
953
1124
  msgstr "ベアメタル"
954
1125
 
955
- #: ../lib/hammer_cli_foreman/host.rb:210
1126
+ #: ../lib/hammer_cli_foreman/host.rb:199
956
1127
  msgid "Organization"
957
1128
  msgstr "組織"
958
1129
 
959
- #: ../lib/hammer_cli_foreman/host.rb:211
1130
+ #: ../lib/hammer_cli_foreman/host.rb:200
960
1131
  msgid "Location"
961
- msgstr "場所"
1132
+ msgstr "ロケーション"
962
1133
 
963
- #: ../lib/hammer_cli_foreman/host.rb:213
1134
+ #: ../lib/hammer_cli_foreman/host.rb:202
964
1135
  msgid "Compute Resource"
965
1136
  msgstr "コンピュートリソース"
966
1137
 
967
- #: ../lib/hammer_cli_foreman/host.rb:214
1138
+ #: ../lib/hammer_cli_foreman/host.rb:203
968
1139
  msgid "Compute Profile"
969
1140
  msgstr "コンピュートプロファイル"
970
1141
 
971
- #: ../lib/hammer_cli_foreman/host.rb:215
1142
+ #: ../lib/hammer_cli_foreman/host.rb:204
972
1143
  #: ../lib/hammer_cli_foreman/hostgroup.rb:61
973
1144
  msgid "Environment"
974
1145
  msgstr "環境"
975
1146
 
976
- #: ../lib/hammer_cli_foreman/host.rb:216
1147
+ #: ../lib/hammer_cli_foreman/host.rb:205
977
1148
  msgid "Puppet CA Id"
978
- msgstr ""
1149
+ msgstr "Puppet CA ID"
979
1150
 
980
- #: ../lib/hammer_cli_foreman/host.rb:217
1151
+ #: ../lib/hammer_cli_foreman/host.rb:206
981
1152
  msgid "Puppet Master Id"
982
- msgstr ""
1153
+ msgstr "Puppet マスター ID"
983
1154
 
984
- #: ../lib/hammer_cli_foreman/host.rb:218
1155
+ #: ../lib/hammer_cli_foreman/host.rb:207
985
1156
  msgid "Cert name"
986
1157
  msgstr "証明書名"
987
1158
 
988
- #: ../lib/hammer_cli_foreman/host.rb:219
1159
+ #: ../lib/hammer_cli_foreman/host.rb:208
989
1160
  #: ../lib/hammer_cli_foreman/interface.rb:51
990
1161
  msgid "Managed"
991
1162
  msgstr "管理"
992
1163
 
993
- #: ../lib/hammer_cli_foreman/host.rb:221
1164
+ #: ../lib/hammer_cli_foreman/host.rb:210
994
1165
  msgid "Installed at"
995
1166
  msgstr "インストール:"
996
1167
 
997
- #: ../lib/hammer_cli_foreman/host.rb:222
1168
+ #: ../lib/hammer_cli_foreman/host.rb:211
998
1169
  #: ../lib/hammer_cli_foreman/report.rb:12
999
1170
  msgid "Last report"
1000
1171
  msgstr "最終レポート"
1001
1172
 
1002
- #: ../lib/hammer_cli_foreman/host.rb:224
1173
+ #: ../lib/hammer_cli_foreman/host.rb:213
1003
1174
  #: ../lib/hammer_cli_foreman/subnet.rb:12
1004
1175
  msgid "Network"
1005
1176
  msgstr "ネットワーク"
1006
1177
 
1007
- #: ../lib/hammer_cli_foreman/host.rb:227
1178
+ #: ../lib/hammer_cli_foreman/host.rb:216
1008
1179
  #: ../lib/hammer_cli_foreman/hostgroup.rb:72
1009
1180
  #: ../lib/hammer_cli_foreman/interface.rb:49
1010
1181
  msgid "Subnet"
1011
1182
  msgstr "サブネット"
1012
1183
 
1013
- #: ../lib/hammer_cli_foreman/host.rb:228
1184
+ #: ../lib/hammer_cli_foreman/host.rb:217
1014
1185
  #: ../lib/hammer_cli_foreman/hostgroup.rb:74
1015
1186
  #: ../lib/hammer_cli_foreman/interface.rb:50
1016
1187
  msgid "Domain"
1017
1188
  msgstr "ドメイン"
1018
1189
 
1019
- #: ../lib/hammer_cli_foreman/host.rb:229
1190
+ #: ../lib/hammer_cli_foreman/host.rb:218
1020
1191
  msgid "Service provider"
1021
- msgstr ""
1192
+ msgstr "サービスプロバイダー"
1022
1193
 
1023
- #: ../lib/hammer_cli_foreman/host.rb:230
1194
+ #: ../lib/hammer_cli_foreman/host.rb:219
1024
1195
  msgid "SP Name"
1025
1196
  msgstr "SP 名"
1026
1197
 
1027
- #: ../lib/hammer_cli_foreman/host.rb:231
1198
+ #: ../lib/hammer_cli_foreman/host.rb:220
1028
1199
  msgid "SP IP"
1029
1200
  msgstr "SP IP"
1030
1201
 
1031
- #: ../lib/hammer_cli_foreman/host.rb:232
1202
+ #: ../lib/hammer_cli_foreman/host.rb:221
1032
1203
  msgid "SP MAC"
1033
1204
  msgstr "SP MAC"
1034
1205
 
1035
- #: ../lib/hammer_cli_foreman/host.rb:233
1206
+ #: ../lib/hammer_cli_foreman/host.rb:222
1036
1207
  msgid "SP Subnet"
1037
1208
  msgstr "SP サブネット"
1038
1209
 
1039
- #: ../lib/hammer_cli_foreman/host.rb:237
1210
+ #: ../lib/hammer_cli_foreman/host.rb:226
1040
1211
  msgid "Network interfaces"
1041
1212
  msgstr "ネットワークインターフェース"
1042
1213
 
1043
- #: ../lib/hammer_cli_foreman/host.rb:239
1214
+ #: ../lib/hammer_cli_foreman/host.rb:228
1044
1215
  #: ../lib/hammer_cli_foreman/interface.rb:24
1045
1216
  #: ../lib/hammer_cli_foreman/interface.rb:44
1046
1217
  msgid "Identifier"
1047
1218
  msgstr "識別子"
1048
1219
 
1049
- #: ../lib/hammer_cli_foreman/host.rb:240
1220
+ #: ../lib/hammer_cli_foreman/host.rb:229
1050
1221
  #: ../lib/hammer_cli_foreman/interface.rb:25
1051
1222
  #: ../lib/hammer_cli_foreman/interface.rb:45
1052
1223
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:60
@@ -1057,179 +1228,187 @@ msgstr "識別子"
1057
1228
  msgid "Type"
1058
1229
  msgstr "タイプ"
1059
1230
 
1060
- #: ../lib/hammer_cli_foreman/host.rb:241
1231
+ #: ../lib/hammer_cli_foreman/host.rb:230
1061
1232
  #: ../lib/hammer_cli_foreman/interface.rb:26
1062
1233
  #: ../lib/hammer_cli_foreman/interface.rb:46
1063
1234
  msgid "MAC address"
1064
1235
  msgstr "MAC アドレス"
1065
1236
 
1066
- #: ../lib/hammer_cli_foreman/host.rb:242
1237
+ #: ../lib/hammer_cli_foreman/host.rb:231
1067
1238
  #: ../lib/hammer_cli_foreman/interface.rb:27
1068
1239
  #: ../lib/hammer_cli_foreman/interface.rb:47
1069
1240
  msgid "IP address"
1070
1241
  msgstr "IP アドレス"
1071
1242
 
1072
- #: ../lib/hammer_cli_foreman/host.rb:243
1243
+ #: ../lib/hammer_cli_foreman/host.rb:232
1073
1244
  msgid "FQDN"
1074
- msgstr ""
1245
+ msgstr "FQDN"
1075
1246
 
1076
- #: ../lib/hammer_cli_foreman/host.rb:246
1247
+ #: ../lib/hammer_cli_foreman/host.rb:235
1077
1248
  msgid "Operating system"
1078
1249
  msgstr "Operating system"
1079
1250
 
1080
- #: ../lib/hammer_cli_foreman/host.rb:247
1251
+ #: ../lib/hammer_cli_foreman/host.rb:236
1081
1252
  #: ../lib/hammer_cli_foreman/hostgroup.rb:75
1082
1253
  #: ../lib/hammer_cli_foreman/image.rb:45
1083
1254
  msgid "Architecture"
1084
1255
  msgstr "アーキテクチャー"
1085
1256
 
1086
- #: ../lib/hammer_cli_foreman/host.rb:251
1257
+ #: ../lib/hammer_cli_foreman/host.rb:240
1087
1258
  msgid "Build"
1088
1259
  msgstr "ビルド"
1089
1260
 
1090
- #: ../lib/hammer_cli_foreman/host.rb:252
1261
+ #: ../lib/hammer_cli_foreman/host.rb:241
1091
1262
  #: ../lib/hammer_cli_foreman/hostgroup.rb:77
1092
1263
  msgid "Medium"
1093
1264
  msgstr "メディア"
1094
1265
 
1095
- #: ../lib/hammer_cli_foreman/host.rb:253
1266
+ #: ../lib/hammer_cli_foreman/host.rb:242
1096
1267
  #: ../lib/hammer_cli_foreman/hostgroup.rb:76
1097
1268
  msgid "Partition Table"
1098
1269
  msgstr "パーティションテーブル"
1099
1270
 
1100
- #: ../lib/hammer_cli_foreman/host.rb:254
1271
+ #: ../lib/hammer_cli_foreman/host.rb:243
1101
1272
  msgid "Custom partition table"
1102
- msgstr ""
1273
+ msgstr "カスタムパーティションテーブル"
1103
1274
 
1104
- #: ../lib/hammer_cli_foreman/host.rb:257
1275
+ #: ../lib/hammer_cli_foreman/host.rb:246
1105
1276
  msgid "Image"
1106
1277
  msgstr "イメージ"
1107
1278
 
1108
- #: ../lib/hammer_cli_foreman/host.rb:258
1279
+ #: ../lib/hammer_cli_foreman/host.rb:247
1109
1280
  msgid "Image file"
1110
1281
  msgstr "イメージファイル"
1111
1282
 
1112
- #: ../lib/hammer_cli_foreman/host.rb:259
1283
+ #: ../lib/hammer_cli_foreman/host.rb:248
1113
1284
  msgid "Use image"
1114
1285
  msgstr "イメージの使用"
1115
1286
 
1116
- #: ../lib/hammer_cli_foreman/host.rb:265
1287
+ #: ../lib/hammer_cli_foreman/host.rb:254
1117
1288
  msgid "Additional info"
1118
1289
  msgstr "追加情報"
1119
1290
 
1120
- #: ../lib/hammer_cli_foreman/host.rb:266
1291
+ #: ../lib/hammer_cli_foreman/host.rb:255
1121
1292
  msgid "Owner Id"
1122
1293
  msgstr "所有者 ID "
1123
1294
 
1124
- #: ../lib/hammer_cli_foreman/host.rb:267
1295
+ #: ../lib/hammer_cli_foreman/host.rb:256
1125
1296
  msgid "Owner Type"
1126
1297
  msgstr "所有者タイプ"
1127
1298
 
1128
- #: ../lib/hammer_cli_foreman/host.rb:268
1299
+ #: ../lib/hammer_cli_foreman/host.rb:257
1129
1300
  msgid "Enabled"
1130
1301
  msgstr "有効化"
1131
1302
 
1132
- #: ../lib/hammer_cli_foreman/host.rb:269
1303
+ #: ../lib/hammer_cli_foreman/host.rb:258
1133
1304
  #: ../lib/hammer_cli_foreman/hostgroup.rb:62
1134
1305
  msgid "Model"
1135
1306
  msgstr "モデル"
1136
1307
 
1137
- #: ../lib/hammer_cli_foreman/host.rb:270
1308
+ #: ../lib/hammer_cli_foreman/host.rb:259
1138
1309
  msgid "Comment"
1139
1310
  msgstr "コメント"
1140
1311
 
1141
- #: ../lib/hammer_cli_foreman/host.rb:283
1312
+ #: ../lib/hammer_cli_foreman/host.rb:272
1142
1313
  msgid "Status"
1143
1314
  msgstr "状態"
1144
1315
 
1145
- #: ../lib/hammer_cli_foreman/host.rb:284
1316
+ #: ../lib/hammer_cli_foreman/host.rb:273
1146
1317
  msgid "Power"
1147
1318
  msgstr "パワー"
1148
1319
 
1149
- #: ../lib/hammer_cli_foreman/host.rb:320
1320
+ #: ../lib/hammer_cli_foreman/host.rb:309
1150
1321
  msgid "Puppet run triggered"
1151
1322
  msgstr "Puppet run がトリガーされました"
1152
1323
 
1153
- #: ../lib/hammer_cli_foreman/host.rb:373
1324
+ #: ../lib/hammer_cli_foreman/host.rb:362
1154
1325
  msgid "Host created"
1155
1326
  msgstr "ホストが作成されました"
1156
1327
 
1157
- #: ../lib/hammer_cli_foreman/host.rb:374
1328
+ #: ../lib/hammer_cli_foreman/host.rb:363
1158
1329
  msgid "Could not create the host"
1159
1330
  msgstr "ホストを作成できませんでした"
1160
1331
 
1161
- #: ../lib/hammer_cli_foreman/host.rb:395
1332
+ #: ../lib/hammer_cli_foreman/host.rb:380
1162
1333
  msgid "Host updated"
1163
1334
  msgstr "ホストが更新されました"
1164
1335
 
1165
- #: ../lib/hammer_cli_foreman/host.rb:396
1336
+ #: ../lib/hammer_cli_foreman/host.rb:381
1166
1337
  msgid "Could not update the host"
1167
1338
  msgstr "ホストを更新できませんでした"
1168
1339
 
1169
- #: ../lib/hammer_cli_foreman/host.rb:403
1340
+ #: ../lib/hammer_cli_foreman/host.rb:388
1170
1341
  msgid "Host deleted"
1171
1342
  msgstr "ホストが削除されました"
1172
1343
 
1173
- #: ../lib/hammer_cli_foreman/host.rb:404
1344
+ #: ../lib/hammer_cli_foreman/host.rb:389
1174
1345
  msgid "Could not delete the host"
1175
1346
  msgstr "ホストを削除できませんでした"
1176
1347
 
1177
- #: ../lib/hammer_cli_foreman/host.rb:411
1348
+ #: ../lib/hammer_cli_foreman/host.rb:396
1178
1349
  msgid "Create or update parameter for a host."
1179
1350
  msgstr "ホストのパラメーターを作成または更新します。"
1180
1351
 
1181
- #: ../lib/hammer_cli_foreman/host.rb:413
1352
+ #: ../lib/hammer_cli_foreman/host.rb:398
1182
1353
  msgid "Host parameter updated"
1183
1354
  msgstr "ホストパラメーターが更新されました"
1184
1355
 
1185
- #: ../lib/hammer_cli_foreman/host.rb:414
1356
+ #: ../lib/hammer_cli_foreman/host.rb:399
1186
1357
  msgid "New host parameter created"
1187
1358
  msgstr "新規ホストパラメーターが作成されました"
1188
1359
 
1189
- #: ../lib/hammer_cli_foreman/host.rb:415
1360
+ #: ../lib/hammer_cli_foreman/host.rb:400
1190
1361
  msgid "Could not set host parameter"
1191
1362
  msgstr "ホストパラメーターを設定できませんでした"
1192
1363
 
1193
- #: ../lib/hammer_cli_foreman/host.rb:427
1364
+ #: ../lib/hammer_cli_foreman/host.rb:412
1194
1365
  msgid "Delete parameter for a host."
1195
1366
  msgstr "ホストのパラメーターを削除します。"
1196
1367
 
1197
- #: ../lib/hammer_cli_foreman/host.rb:429
1368
+ #: ../lib/hammer_cli_foreman/host.rb:414
1198
1369
  msgid "Host parameter deleted"
1199
1370
  msgstr "ホストパラメーターが削除されました"
1200
1371
 
1201
- #: ../lib/hammer_cli_foreman/host.rb:444
1372
+ #: ../lib/hammer_cli_foreman/host.rb:429
1202
1373
  msgid "Power a host on"
1203
1374
  msgstr "ホストのパワーをオンにする"
1204
1375
 
1205
- #: ../lib/hammer_cli_foreman/host.rb:445
1376
+ #: ../lib/hammer_cli_foreman/host.rb:430
1206
1377
  msgid "The host is starting."
1207
1378
  msgstr "ホストが起動中です。"
1208
1379
 
1209
- #: ../lib/hammer_cli_foreman/host.rb:462
1380
+ #: ../lib/hammer_cli_foreman/host.rb:447
1210
1381
  msgid "Force turning off a host"
1211
1382
  msgstr "ホストを強制的にオフにする"
1212
1383
 
1213
- #: ../lib/hammer_cli_foreman/host.rb:467
1384
+ #: ../lib/hammer_cli_foreman/host.rb:452
1214
1385
  msgid "Power a host off"
1215
1386
  msgstr "ホストのパワーをオフにする"
1216
1387
 
1217
- #: ../lib/hammer_cli_foreman/host.rb:479
1388
+ #: ../lib/hammer_cli_foreman/host.rb:464
1218
1389
  msgid "Power off forced."
1219
1390
  msgstr "パワーオフが強制されました。"
1220
1391
 
1221
- #: ../lib/hammer_cli_foreman/host.rb:481
1392
+ #: ../lib/hammer_cli_foreman/host.rb:466
1222
1393
  msgid "Powering the host off."
1223
1394
  msgstr "ホストのパワーをオフにしています。"
1224
1395
 
1225
- #: ../lib/hammer_cli_foreman/host.rb:498
1396
+ #: ../lib/hammer_cli_foreman/host.rb:483
1226
1397
  msgid "Reboot a host"
1227
1398
  msgstr "ホストの再起動"
1228
1399
 
1229
- #: ../lib/hammer_cli_foreman/host.rb:499
1400
+ #: ../lib/hammer_cli_foreman/host.rb:484
1230
1401
  msgid "Host reboot started."
1231
1402
  msgstr "ホストの再起動が開始されました。"
1232
1403
 
1404
+ #: ../lib/hammer_cli_foreman/host.rb:520
1405
+ msgid "Rebuild orchestration related configurations for host"
1406
+ msgstr ""
1407
+
1408
+ #: ../lib/hammer_cli_foreman/host.rb:521
1409
+ msgid "Configuration successfully rebuilt."
1410
+ msgstr "設定が正常に再ビルドされました。"
1411
+
1233
1412
  #: ../lib/hammer_cli_foreman/hostgroup.rb:10
1234
1413
  msgid "List of puppetclass ids"
1235
1414
  msgstr "Puppet クラス ID の一覧"
@@ -1252,7 +1431,7 @@ msgstr "root パスワード"
1252
1431
 
1253
1432
  #: ../lib/hammer_cli_foreman/hostgroup.rb:23
1254
1433
  msgid "Enter the root password for the host group:"
1255
- msgstr ""
1434
+ msgstr "ホストグループの root パスワードを入力:"
1256
1435
 
1257
1436
  #: ../lib/hammer_cli_foreman/hostgroup.rb:59
1258
1437
  #: ../lib/hammer_cli_foreman/operating_system.rb:11
@@ -1349,7 +1528,7 @@ msgstr "ホストグループ名"
1349
1528
 
1350
1529
  #: ../lib/hammer_cli_foreman/id_resolver.rb:43
1351
1530
  msgid "Hostgroup title"
1352
- msgstr ""
1531
+ msgstr "ホストグループタイトル"
1353
1532
 
1354
1533
  #: ../lib/hammer_cli_foreman/id_resolver.rb:46
1355
1534
  msgid "Location name"
@@ -1393,7 +1572,7 @@ msgstr "ユーザーロール名"
1393
1572
 
1394
1573
  #: ../lib/hammer_cli_foreman/id_resolver.rb:57
1395
1574
  msgid "Setting name"
1396
- msgstr ""
1575
+ msgstr "設定名"
1397
1576
 
1398
1577
  #: ../lib/hammer_cli_foreman/id_resolver.rb:58
1399
1578
  msgid "Subnet name"
@@ -1413,25 +1592,26 @@ msgstr "スマートクラスパラメーター名"
1413
1592
 
1414
1593
  #: ../lib/hammer_cli_foreman/id_resolver.rb:63
1415
1594
  msgid "Smart variable name"
1416
- msgstr ""
1595
+ msgstr "スマート変数名"
1417
1596
 
1418
1597
  #: ../lib/hammer_cli_foreman/id_resolver.rb:65
1419
1598
  msgid "Name to search by"
1420
1599
  msgstr "検索する名前"
1421
1600
 
1422
1601
  #: ../lib/hammer_cli_foreman/id_resolver.rb:153
1602
+ #: ../lib/hammer_cli_foreman/id_resolver.rb:161
1423
1603
  msgid "one of %s not found"
1424
1604
  msgstr "%s の 1 つが見つかりませんでした"
1425
1605
 
1426
- #: ../lib/hammer_cli_foreman/id_resolver.rb:200
1606
+ #: ../lib/hammer_cli_foreman/id_resolver.rb:208
1427
1607
  msgid "%s not found"
1428
1608
  msgstr "%s が見つかりませんでした"
1429
1609
 
1430
- #: ../lib/hammer_cli_foreman/id_resolver.rb:201
1610
+ #: ../lib/hammer_cli_foreman/id_resolver.rb:209
1431
1611
  msgid "found more than one %s"
1432
- msgstr ""
1612
+ msgstr "複数の %s が見つかりました"
1433
1613
 
1434
- #: ../lib/hammer_cli_foreman/id_resolver.rb:212
1614
+ #: ../lib/hammer_cli_foreman/id_resolver.rb:220
1435
1615
  msgid "Missing options to search %s"
1436
1616
  msgstr "%s の検索に足りないオプション"
1437
1617
 
@@ -1478,7 +1658,7 @@ msgstr "イメージを削除できませんでした"
1478
1658
 
1479
1659
  #: ../lib/hammer_cli_foreman/interface.rb:6
1480
1660
  msgid "View and manage host's network interfaces"
1481
- msgstr ""
1661
+ msgstr "ホストのネットワークインターフェースを表示および管理"
1482
1662
 
1483
1663
  #: ../lib/hammer_cli_foreman/interface.rb:10
1484
1664
  msgid "primary"
@@ -1486,7 +1666,7 @@ msgstr "プライマリー"
1486
1666
 
1487
1667
  #: ../lib/hammer_cli_foreman/interface.rb:11
1488
1668
  msgid "provision"
1489
- msgstr ""
1669
+ msgstr "プロビジョニング"
1490
1670
 
1491
1671
  #: ../lib/hammer_cli_foreman/interface.rb:28
1492
1672
  #: ../lib/hammer_cli_foreman/interface.rb:48
@@ -1511,7 +1691,7 @@ msgstr "タグ"
1511
1691
 
1512
1692
  #: ../lib/hammer_cli_foreman/interface.rb:56
1513
1693
  msgid "Attached to"
1514
- msgstr ""
1694
+ msgstr "接続先"
1515
1695
 
1516
1696
  #: ../lib/hammer_cli_foreman/interface.rb:58
1517
1697
  msgid "BMC"
@@ -1527,52 +1707,52 @@ msgstr "モード"
1527
1707
 
1528
1708
  #: ../lib/hammer_cli_foreman/interface.rb:65
1529
1709
  msgid "Attached devices"
1530
- msgstr ""
1710
+ msgstr "接続されたデバイス"
1531
1711
 
1532
1712
  #: ../lib/hammer_cli_foreman/interface.rb:66
1533
1713
  msgid "Bond options"
1534
- msgstr ""
1714
+ msgstr "ボンディングオプション"
1535
1715
 
1536
1716
  #: ../lib/hammer_cli_foreman/interface.rb:77
1537
1717
  msgid ""
1538
1718
  "Should this interface be used for constructing the FQDN of the host? Each "
1539
1719
  "managed hosts needs to have one primary interface."
1540
- msgstr ""
1720
+ msgstr "このインターフェースをホストの FQDN の構築に使用する必要がありますか? 各管理対象ホストには 1 つのプライマリーインターフェースがある必要があります。"
1541
1721
 
1542
1722
  #: ../lib/hammer_cli_foreman/interface.rb:78
1543
1723
  msgid ""
1544
1724
  "Should this interface be used for TFTP of PXELinux (or SSH for image-based "
1545
1725
  "hosts)? Each managed hosts needs to have one provision interface."
1546
- msgstr ""
1726
+ msgstr "このインターフェースを PXELinux の TFTP に使用する必要がありますか (イメージベースのホストの場合は SSH)? 各管理対象ホストには 1 つのプロビジョンインターフェースがある必要があります。"
1547
1727
 
1548
1728
  #: ../lib/hammer_cli_foreman/interface.rb:128
1549
1729
  msgid "Interface created"
1550
- msgstr ""
1730
+ msgstr "作成されたインターフェース"
1551
1731
 
1552
1732
  #: ../lib/hammer_cli_foreman/interface.rb:129
1553
1733
  msgid "Could not create the interface"
1554
- msgstr ""
1734
+ msgstr "インターフェースを作成できませんでした"
1555
1735
 
1556
1736
  #: ../lib/hammer_cli_foreman/interface.rb:131
1557
1737
  #: ../lib/hammer_cli_foreman/interface.rb:144
1558
1738
  msgid "Compute resource specific attributes."
1559
- msgstr ""
1739
+ msgstr "コンピュートリソース固有の属性。"
1560
1740
 
1561
1741
  #: ../lib/hammer_cli_foreman/interface.rb:141
1562
1742
  msgid "Interface updated"
1563
- msgstr ""
1743
+ msgstr "更新されたインターフェース"
1564
1744
 
1565
1745
  #: ../lib/hammer_cli_foreman/interface.rb:142
1566
1746
  msgid "Could not update the interface"
1567
- msgstr ""
1747
+ msgstr "インターフェースを更新できませんでした"
1568
1748
 
1569
1749
  #: ../lib/hammer_cli_foreman/interface.rb:154
1570
1750
  msgid "Interface deleted"
1571
- msgstr ""
1751
+ msgstr "削除されたインターフェース"
1572
1752
 
1573
1753
  #: ../lib/hammer_cli_foreman/interface.rb:155
1574
1754
  msgid "Could not delete the interface"
1575
- msgstr ""
1755
+ msgstr "インターフェースを削除できませんでした"
1576
1756
 
1577
1757
  #: ../lib/hammer_cli_foreman/location.rb:24
1578
1758
  #: ../lib/hammer_cli_foreman/location.rb:63
@@ -1616,34 +1796,34 @@ msgstr "ロケーションを削除できませんでした"
1616
1796
 
1617
1797
  #: ../lib/hammer_cli_foreman/location.rb:87
1618
1798
  msgid "Create or update parameter for a location."
1619
- msgstr ""
1799
+ msgstr "ロケーションのパラメーターを作成または更新します。"
1620
1800
 
1621
1801
  #: ../lib/hammer_cli_foreman/location.rb:89
1622
1802
  #: ../lib/hammer_cli_foreman/organization.rb:90
1623
1803
  msgid "Parameter [%{name}] updated to value [%{value}]"
1624
- msgstr ""
1804
+ msgstr "パラメーター [%{name}] が値 [%{value}] に更新されました"
1625
1805
 
1626
1806
  #: ../lib/hammer_cli_foreman/location.rb:90
1627
1807
  #: ../lib/hammer_cli_foreman/organization.rb:91
1628
1808
  msgid "Parameter [%{name}] created with value [%{value}]"
1629
- msgstr ""
1809
+ msgstr "パラメーター [%{name}] が値 [%{value}] で作成されました"
1630
1810
 
1631
1811
  #: ../lib/hammer_cli_foreman/location.rb:91
1632
1812
  msgid "Could not set location parameter"
1633
- msgstr ""
1813
+ msgstr "ロケーションパラメーターを設定できませんでした"
1634
1814
 
1635
1815
  #: ../lib/hammer_cli_foreman/location.rb:98
1636
1816
  msgid "Delete parameter for a location."
1637
- msgstr ""
1817
+ msgstr "ロケーションのパラメーターを削除します。"
1638
1818
 
1639
1819
  #: ../lib/hammer_cli_foreman/location.rb:100
1640
1820
  #: ../lib/hammer_cli_foreman/organization.rb:101
1641
1821
  msgid "Parameter [%{name}] deleted"
1642
- msgstr ""
1822
+ msgstr "パラメーター [%{name}] が削除されました"
1643
1823
 
1644
1824
  #: ../lib/hammer_cli_foreman/location.rb:101
1645
1825
  msgid "Could not delete location parameter"
1646
- msgstr ""
1826
+ msgstr "ロケーションパラメーターを削除できませんでした"
1647
1827
 
1648
1828
  #: ../lib/hammer_cli_foreman/media.rb:11
1649
1829
  msgid "Path"
@@ -1855,50 +2035,55 @@ msgstr "組織を削除できませんでした"
1855
2035
 
1856
2036
  #: ../lib/hammer_cli_foreman/organization.rb:88
1857
2037
  msgid "Create or update parameter for an organization."
1858
- msgstr ""
2038
+ msgstr "組織のパラメーターを作成または更新します。"
1859
2039
 
1860
2040
  #: ../lib/hammer_cli_foreman/organization.rb:92
1861
2041
  msgid "Could not set organization parameter"
1862
- msgstr ""
2042
+ msgstr "組織のパラメーターを設定できませんでした"
1863
2043
 
1864
2044
  #: ../lib/hammer_cli_foreman/organization.rb:99
1865
2045
  msgid "Delete parameter for an organization."
1866
- msgstr ""
2046
+ msgstr "組織のパラメーターを削除します。"
1867
2047
 
1868
2048
  #: ../lib/hammer_cli_foreman/organization.rb:102
1869
2049
  msgid "Could not delete organization parameter"
2050
+ msgstr "組織のパラメーターを削除できませんでした"
2051
+
2052
+ #: ../lib/hammer_cli_foreman/partition_table.rb:21
2053
+ #: ../lib/hammer_cli_foreman/template.rb:48
2054
+ msgid "Locked"
1870
2055
  msgstr ""
1871
2056
 
1872
- #: ../lib/hammer_cli_foreman/partition_table.rb:31
2057
+ #: ../lib/hammer_cli_foreman/partition_table.rb:32
1873
2058
  msgid "View partition table content."
1874
2059
  msgstr "パーティションテーブルのコンテンツを表示。"
1875
2060
 
1876
- #: ../lib/hammer_cli_foreman/partition_table.rb:43
1877
- #: ../lib/hammer_cli_foreman/partition_table.rb:54
2061
+ #: ../lib/hammer_cli_foreman/partition_table.rb:44
2062
+ #: ../lib/hammer_cli_foreman/partition_table.rb:55
1878
2063
  msgid "Path to a file that contains the partition layout"
1879
2064
  msgstr "パーティションレイアウトを含むファイルのパス"
1880
2065
 
1881
- #: ../lib/hammer_cli_foreman/partition_table.rb:46
2066
+ #: ../lib/hammer_cli_foreman/partition_table.rb:47
1882
2067
  msgid "Partition table created"
1883
2068
  msgstr "パーティションテーブルが作成されました"
1884
2069
 
1885
- #: ../lib/hammer_cli_foreman/partition_table.rb:47
2070
+ #: ../lib/hammer_cli_foreman/partition_table.rb:48
1886
2071
  msgid "Could not create the partition table"
1887
2072
  msgstr "パーティションテーブルを作成できませんでした"
1888
2073
 
1889
- #: ../lib/hammer_cli_foreman/partition_table.rb:57
2074
+ #: ../lib/hammer_cli_foreman/partition_table.rb:58
1890
2075
  msgid "Partition table updated"
1891
2076
  msgstr "パーティションテーブルが更新されました"
1892
2077
 
1893
- #: ../lib/hammer_cli_foreman/partition_table.rb:58
2078
+ #: ../lib/hammer_cli_foreman/partition_table.rb:59
1894
2079
  msgid "Could not update the partition table"
1895
2080
  msgstr "パーティションテーブルを更新できませんでした"
1896
2081
 
1897
- #: ../lib/hammer_cli_foreman/partition_table.rb:65
2082
+ #: ../lib/hammer_cli_foreman/partition_table.rb:66
1898
2083
  msgid "Partition table deleted"
1899
2084
  msgstr "パーティションテーブルが削除されました"
1900
2085
 
1901
- #: ../lib/hammer_cli_foreman/partition_table.rb:66
2086
+ #: ../lib/hammer_cli_foreman/partition_table.rb:67
1902
2087
  msgid "Could not delete the partition table"
1903
2088
  msgstr "パーティションテーブルを削除できませんでした"
1904
2089
 
@@ -2091,7 +2276,7 @@ msgstr "サーバーはこの操作に対応していません。"
2091
2276
 
2092
2277
  #: ../lib/hammer_cli_foreman/role.rb:20
2093
2278
  msgid "Builtin"
2094
- msgstr ""
2279
+ msgstr "組み込み"
2095
2280
 
2096
2281
  #: ../lib/hammer_cli_foreman/role.rb:24
2097
2282
  msgid "Yes"
@@ -2131,11 +2316,11 @@ msgstr "ユーザーロールを削除できませんでした"
2131
2316
 
2132
2317
  #: ../lib/hammer_cli_foreman/settings.rb:28
2133
2318
  msgid "Setting [%{name}] updated to [%{value}]"
2134
- msgstr ""
2319
+ msgstr "設定 [%{name}] が [%{value}] に更新されました"
2135
2320
 
2136
2321
  #: ../lib/hammer_cli_foreman/settings.rb:29
2137
2322
  msgid "Could not update the setting"
2138
- msgstr ""
2323
+ msgstr "設定を更新できませんでした"
2139
2324
 
2140
2325
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:11
2141
2326
  #: ../lib/hammer_cli_foreman/smart_variable.rb:11
@@ -2183,17 +2368,17 @@ msgstr "値の上書き"
2183
2368
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:69
2184
2369
  #: ../lib/hammer_cli_foreman/smart_variable.rb:59
2185
2370
  msgid "Merge overrides"
2186
- msgstr ""
2371
+ msgstr "上書きをマージ"
2187
2372
 
2188
2373
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:70
2189
2374
  #: ../lib/hammer_cli_foreman/smart_variable.rb:60
2190
2375
  msgid "Merge default value"
2191
- msgstr ""
2376
+ msgstr "デフォルト値をマージ"
2192
2377
 
2193
2378
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:71
2194
2379
  #: ../lib/hammer_cli_foreman/smart_variable.rb:61
2195
2380
  msgid "Avoid duplicates"
2196
- msgstr ""
2381
+ msgstr "重複を回避"
2197
2382
 
2198
2383
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:72
2199
2384
  #: ../lib/hammer_cli_foreman/smart_variable.rb:62
@@ -2239,22 +2424,26 @@ msgstr "バリデーターのタイプ。"
2239
2424
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:131
2240
2425
  #: ../lib/hammer_cli_foreman/smart_variable.rb:123
2241
2426
  msgid "Override value created"
2242
- msgstr ""
2427
+ msgstr "作成された値を上書き"
2243
2428
 
2244
2429
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:132
2245
2430
  #: ../lib/hammer_cli_foreman/smart_variable.rb:124
2246
- msgid "Could not create the override_value"
2431
+ msgid "Could not create the override value"
2247
2432
  msgstr ""
2248
2433
 
2249
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:151
2434
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:142
2435
+ msgid "Cannot use --value when --use-puppet-default is true"
2436
+ msgstr ""
2437
+
2438
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:155
2250
2439
  #: ../lib/hammer_cli_foreman/smart_variable.rb:136
2251
2440
  msgid "Override value deleted"
2252
- msgstr ""
2441
+ msgstr "削除された値を上書き"
2253
2442
 
2254
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:152
2443
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:156
2255
2444
  #: ../lib/hammer_cli_foreman/smart_variable.rb:137
2256
2445
  msgid "Could not delete the override value"
2257
- msgstr ""
2446
+ msgstr "上書き値を削除できませんでした"
2258
2447
 
2259
2448
  #: ../lib/hammer_cli_foreman/smart_proxy.rb:13
2260
2449
  msgid "URL"
@@ -2311,32 +2500,32 @@ msgstr "スマートプロキシー機能が更新が失敗しました"
2311
2500
 
2312
2501
  #: ../lib/hammer_cli_foreman/smart_variable.rb:83
2313
2502
  msgid "Smart variable [%{variable}] created"
2314
- msgstr ""
2503
+ msgstr "スマート変数 [%{variable}] が作成されました"
2315
2504
 
2316
2505
  #: ../lib/hammer_cli_foreman/smart_variable.rb:84
2317
2506
  msgid "Could not create the smart variable"
2318
- msgstr ""
2507
+ msgstr "スマート変数を作成できませんでした"
2319
2508
 
2320
2509
  #: ../lib/hammer_cli_foreman/smart_variable.rb:88
2321
2510
  #: ../lib/hammer_cli_foreman/smart_variable.rb:102
2322
2511
  msgid "Type of the variable."
2323
- msgstr ""
2512
+ msgstr "変数のタイプ。"
2324
2513
 
2325
2514
  #: ../lib/hammer_cli_foreman/smart_variable.rb:97
2326
2515
  msgid "Smart variable [%{variable}] updated"
2327
- msgstr ""
2516
+ msgstr "スマート変数 [%{variable}] が更新されました"
2328
2517
 
2329
2518
  #: ../lib/hammer_cli_foreman/smart_variable.rb:98
2330
2519
  msgid "Could not update the smart variable"
2331
- msgstr ""
2520
+ msgstr "スマート変数を更新できませんでした"
2332
2521
 
2333
2522
  #: ../lib/hammer_cli_foreman/smart_variable.rb:112
2334
2523
  msgid "Smart variable [%{variable}] deleted"
2335
- msgstr ""
2524
+ msgstr "スマート変数 [%{variable}] が削除されました"
2336
2525
 
2337
2526
  #: ../lib/hammer_cli_foreman/smart_variable.rb:113
2338
2527
  msgid "Could not delete the smart variable"
2339
- msgstr ""
2528
+ msgstr "スマート変数を削除できませんでした"
2340
2529
 
2341
2530
  #: ../lib/hammer_cli_foreman/subnet.rb:13
2342
2531
  msgid "Mask"
@@ -2410,52 +2599,60 @@ msgstr "サブネットが削除されました"
2410
2599
  msgid "Could not delete the subnet"
2411
2600
  msgstr "サブネットを削除できませんでした"
2412
2601
 
2413
- #: ../lib/hammer_cli_foreman/template.rb:71
2602
+ #: ../lib/hammer_cli_foreman/template.rb:72
2414
2603
  msgid "List available config template kinds."
2415
2604
  msgstr "利用可能な設定テンプレートの種類の一覧表示。"
2416
2605
 
2417
- #: ../lib/hammer_cli_foreman/template.rb:90
2606
+ #: ../lib/hammer_cli_foreman/template.rb:91
2418
2607
  msgid "View config template content."
2419
2608
  msgstr "設定テンプレートコンテンツの表示。"
2420
2609
 
2421
- #: ../lib/hammer_cli_foreman/template.rb:102
2422
- #: ../lib/hammer_cli_foreman/template.rb:120
2610
+ #: ../lib/hammer_cli_foreman/template.rb:103
2611
+ #: ../lib/hammer_cli_foreman/template.rb:121
2423
2612
  msgid "Path to a file that contains the template"
2424
2613
  msgstr "テンプレートを含むファイルのパス"
2425
2614
 
2426
- #: ../lib/hammer_cli_foreman/template.rb:104
2427
- #: ../lib/hammer_cli_foreman/template.rb:122
2615
+ #: ../lib/hammer_cli_foreman/template.rb:105
2616
+ #: ../lib/hammer_cli_foreman/template.rb:123
2428
2617
  msgid "Template type. Eg. snippet, script, provision"
2429
2618
  msgstr "テンプレートのタイプ。例: スニペット、スクリプト、プロビジョニング"
2430
2619
 
2431
- #: ../lib/hammer_cli_foreman/template.rb:106
2620
+ #: ../lib/hammer_cli_foreman/template.rb:107
2432
2621
  msgid "Config template created"
2433
2622
  msgstr "設定テンプレートが作成されました。"
2434
2623
 
2435
- #: ../lib/hammer_cli_foreman/template.rb:107
2624
+ #: ../lib/hammer_cli_foreman/template.rb:108
2436
2625
  msgid "Could not create the config template"
2437
2626
  msgstr "設定テンプレートを作成できませんでした。"
2438
2627
 
2439
- #: ../lib/hammer_cli_foreman/template.rb:124
2628
+ #: ../lib/hammer_cli_foreman/template.rb:125
2440
2629
  msgid "Config template updated"
2441
2630
  msgstr "設定テンプレートが更新されました"
2442
2631
 
2443
- #: ../lib/hammer_cli_foreman/template.rb:125
2632
+ #: ../lib/hammer_cli_foreman/template.rb:126
2444
2633
  msgid "Could not update the config template"
2445
2634
  msgstr "設定テンプレートを更新できませんでした"
2446
2635
 
2447
- #: ../lib/hammer_cli_foreman/template.rb:138
2636
+ #: ../lib/hammer_cli_foreman/template.rb:139
2448
2637
  msgid "Config template deleted"
2449
2638
  msgstr "設定テンプレートが削除されました"
2450
2639
 
2451
- #: ../lib/hammer_cli_foreman/template.rb:139
2640
+ #: ../lib/hammer_cli_foreman/template.rb:140
2452
2641
  msgid "Could not delete the config template"
2453
2642
  msgstr "設定テンプレートを削除できませんでした"
2454
2643
 
2455
- #: ../lib/hammer_cli_foreman/template.rb:150
2644
+ #: ../lib/hammer_cli_foreman/template.rb:151
2456
2645
  msgid "Update the default PXE menu on all configured TFTP servers"
2457
2646
  msgstr "すべての設定済み TFTP サーバーでのデフォルト PXE メニューの更新"
2458
2647
 
2648
+ #: ../lib/hammer_cli_foreman/template.rb:164
2649
+ msgid "Config template cloned"
2650
+ msgstr ""
2651
+
2652
+ #: ../lib/hammer_cli_foreman/template.rb:165
2653
+ msgid "Could not clone the config template"
2654
+ msgstr ""
2655
+
2459
2656
  #: ../lib/hammer_cli_foreman/user.rb:11
2460
2657
  msgid "Login"
2461
2658
  msgstr "ログイン"
@@ -2469,54 +2666,58 @@ msgid "Admin"
2469
2666
  msgstr "管理者"
2470
2667
 
2471
2668
  #: ../lib/hammer_cli_foreman/user.rb:29
2669
+ msgid "Effective admin"
2670
+ msgstr ""
2671
+
2672
+ #: ../lib/hammer_cli_foreman/user.rb:30
2472
2673
  msgid "Authorized by"
2473
2674
  msgstr "認証先"
2474
2675
 
2475
- #: ../lib/hammer_cli_foreman/user.rb:30
2676
+ #: ../lib/hammer_cli_foreman/user.rb:31
2476
2677
  msgid "Locale"
2477
2678
  msgstr "ロケール"
2478
2679
 
2479
- #: ../lib/hammer_cli_foreman/user.rb:31
2680
+ #: ../lib/hammer_cli_foreman/user.rb:32
2480
2681
  msgid "Timezone"
2481
2682
  msgstr "タイムゾーン"
2482
2683
 
2483
- #: ../lib/hammer_cli_foreman/user.rb:32
2684
+ #: ../lib/hammer_cli_foreman/user.rb:33
2484
2685
  msgid "Last login"
2485
2686
  msgstr "最終ログイン"
2486
2687
 
2487
- #: ../lib/hammer_cli_foreman/user.rb:33
2688
+ #: ../lib/hammer_cli_foreman/user.rb:34
2488
2689
  msgid "Default organization"
2489
2690
  msgstr "デフォルトの組織"
2490
2691
 
2491
- #: ../lib/hammer_cli_foreman/user.rb:34
2692
+ #: ../lib/hammer_cli_foreman/user.rb:35
2492
2693
  msgid "Default location"
2493
- msgstr "デフォルトの場所"
2694
+ msgstr "デフォルトのロケーション"
2494
2695
 
2495
- #: ../lib/hammer_cli_foreman/user.rb:42 ../lib/hammer_cli_foreman/user.rb:43
2696
+ #: ../lib/hammer_cli_foreman/user.rb:43 ../lib/hammer_cli_foreman/user.rb:44
2496
2697
  msgid "default"
2497
2698
  msgstr "デフォルト"
2498
2699
 
2499
- #: ../lib/hammer_cli_foreman/user.rb:53
2700
+ #: ../lib/hammer_cli_foreman/user.rb:54
2500
2701
  msgid "User [%{login}] created"
2501
- msgstr ""
2702
+ msgstr "ユーザー [%{login}] が作成されました"
2502
2703
 
2503
- #: ../lib/hammer_cli_foreman/user.rb:54
2704
+ #: ../lib/hammer_cli_foreman/user.rb:55
2504
2705
  msgid "Could not create the user"
2505
2706
  msgstr "ユーザーを作成できませんでした"
2506
2707
 
2507
- #: ../lib/hammer_cli_foreman/user.rb:61
2708
+ #: ../lib/hammer_cli_foreman/user.rb:62
2508
2709
  msgid "User [%{login}] updated"
2509
- msgstr ""
2710
+ msgstr "ユーザー [%{login}] が更新されました"
2510
2711
 
2511
- #: ../lib/hammer_cli_foreman/user.rb:62
2712
+ #: ../lib/hammer_cli_foreman/user.rb:63
2512
2713
  msgid "Could not update the user"
2513
2714
  msgstr "ユーザーを更新できませんでした"
2514
2715
 
2515
- #: ../lib/hammer_cli_foreman/user.rb:69
2716
+ #: ../lib/hammer_cli_foreman/user.rb:70
2516
2717
  msgid "User [%{login}] deleted"
2517
- msgstr ""
2718
+ msgstr "ユーザー [%{login}] が削除されました"
2518
2719
 
2519
- #: ../lib/hammer_cli_foreman/user.rb:70
2720
+ #: ../lib/hammer_cli_foreman/user.rb:71
2520
2721
  msgid "Could not delete the user"
2521
2722
  msgstr "ユーザーを削除できませんでした"
2522
2723