hammer_cli_foreman 0.8.0 → 0.9.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.
Files changed (85) hide show
  1. checksums.yaml +4 -4
  2. data/config/foreman.yml +1 -0
  3. data/doc/host_create.md +3 -3
  4. data/doc/release_notes.md +14 -0
  5. data/lib/hammer_cli_foreman.rb +0 -1
  6. data/lib/hammer_cli_foreman/api.rb +3 -0
  7. data/lib/hammer_cli_foreman/api/connection.rb +75 -0
  8. data/lib/hammer_cli_foreman/api/interactive_basic_auth.rb +49 -0
  9. data/lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb +120 -0
  10. data/lib/hammer_cli_foreman/auth.rb +16 -12
  11. data/lib/hammer_cli_foreman/commands.rb +4 -36
  12. data/lib/hammer_cli_foreman/compute_resource.rb +6 -6
  13. data/lib/hammer_cli_foreman/compute_resources/all.rb +7 -0
  14. data/lib/hammer_cli_foreman/compute_resources/ec2.rb +9 -0
  15. data/lib/hammer_cli_foreman/compute_resources/ec2/host_help_extenstion.rb +23 -0
  16. data/lib/hammer_cli_foreman/compute_resources/gce.rb +9 -0
  17. data/lib/hammer_cli_foreman/compute_resources/gce/host_help_extenstion.rb +22 -0
  18. data/lib/hammer_cli_foreman/compute_resources/libvirt.rb +9 -0
  19. data/lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb +35 -0
  20. data/lib/hammer_cli_foreman/compute_resources/openstack.rb +9 -0
  21. data/lib/hammer_cli_foreman/compute_resources/openstack/host_help_extenstion.rb +23 -0
  22. data/lib/hammer_cli_foreman/compute_resources/ovirt.rb +9 -0
  23. data/lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb +36 -0
  24. data/lib/hammer_cli_foreman/compute_resources/rackspace.rb +9 -0
  25. data/lib/hammer_cli_foreman/compute_resources/rackspace/host_help_extenstion.rb +20 -0
  26. data/lib/hammer_cli_foreman/compute_resources/vmware.rb +9 -0
  27. data/lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb +62 -0
  28. data/lib/hammer_cli_foreman/filter.rb +1 -0
  29. data/lib/hammer_cli_foreman/host.rb +15 -140
  30. data/lib/hammer_cli_foreman/hosts/common_update_help.rb +53 -0
  31. data/lib/hammer_cli_foreman/hosts/common_update_options.rb +141 -0
  32. data/lib/hammer_cli_foreman/references.rb +13 -2
  33. data/lib/hammer_cli_foreman/role.rb +3 -7
  34. data/lib/hammer_cli_foreman/smart_class_parameter.rb +2 -2
  35. data/lib/hammer_cli_foreman/smart_variable.rb +1 -2
  36. data/lib/hammer_cli_foreman/user.rb +2 -0
  37. data/lib/hammer_cli_foreman/version.rb +1 -1
  38. data/locale/ca/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  39. data/locale/ca/hammer-cli-foreman.edit.po +520 -318
  40. data/locale/ca/hammer-cli-foreman.po +253 -175
  41. data/locale/de/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  42. data/locale/de/hammer-cli-foreman.edit.po +568 -358
  43. data/locale/de/hammer-cli-foreman.po +255 -177
  44. data/locale/en/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  45. data/locale/en/hammer-cli-foreman.edit.po +446 -228
  46. data/locale/en/hammer-cli-foreman.po +208 -41
  47. data/locale/en_GB/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  48. data/locale/en_GB/hammer-cli-foreman.edit.po +498 -307
  49. data/locale/en_GB/hammer-cli-foreman.po +254 -176
  50. data/locale/es/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  51. data/locale/es/hammer-cli-foreman.edit.po +594 -388
  52. data/locale/es/hammer-cli-foreman.po +254 -176
  53. data/locale/fr/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  54. data/locale/fr/hammer-cli-foreman.edit.po +542 -342
  55. data/locale/fr/hammer-cli-foreman.po +254 -176
  56. data/locale/hammer-cli-foreman.pot +503 -241
  57. data/locale/it/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  58. data/locale/it/hammer-cli-foreman.edit.po +510 -295
  59. data/locale/it/hammer-cli-foreman.po +254 -176
  60. data/locale/ja/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  61. data/locale/ja/hammer-cli-foreman.edit.po +590 -365
  62. data/locale/ja/hammer-cli-foreman.po +254 -176
  63. data/locale/ko/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  64. data/locale/ko/hammer-cli-foreman.edit.po +591 -366
  65. data/locale/ko/hammer-cli-foreman.po +254 -176
  66. data/locale/pt_BR/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  67. data/locale/pt_BR/hammer-cli-foreman.edit.po +588 -388
  68. data/locale/pt_BR/hammer-cli-foreman.po +254 -176
  69. data/locale/ru/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  70. data/locale/ru/hammer-cli-foreman.edit.po +549 -336
  71. data/locale/ru/hammer-cli-foreman.po +254 -176
  72. data/locale/zh_CN/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  73. data/locale/zh_CN/hammer-cli-foreman.edit.po +598 -373
  74. data/locale/zh_CN/hammer-cli-foreman.po +254 -176
  75. data/locale/zh_TW/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  76. data/locale/zh_TW/hammer-cli-foreman.edit.po +592 -367
  77. data/locale/zh_TW/hammer-cli-foreman.po +254 -176
  78. data/test/test_helper.rb +7 -5
  79. data/test/unit/api/interactive_basic_auth_test.rb +87 -0
  80. data/test/unit/api/session_authenticator_wrapper_test.rb +263 -0
  81. data/test/unit/exception_handler_test.rb +1 -1
  82. data/test/unit/host_test.rb +2 -2
  83. metadata +314 -292
  84. data/lib/hammer_cli_foreman/credentials.rb +0 -67
  85. data/test/unit/credentials_test.rb +0 -59
@@ -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-09-01 12:48+0200\n"
13
- "PO-Revision-Date: 2016-03-08 17:58+0000\n"
12
+ "POT-Creation-Date: 2016-12-15 22:40+0100\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/"
16
16
  ")\n"
@@ -20,124 +20,168 @@ msgstr ""
20
20
  "Language: ja\n"
21
21
  "Plural-Forms: nplurals=1; plural=0;\n"
22
22
 
23
- #: ../lib/hammer_cli_foreman.rb:32
23
+ #: ../lib/hammer_cli_foreman.rb:31
24
24
  msgid "Foreman connection login/logout."
25
25
  msgstr "Foreman 接続のログイン/ログアウト。"
26
26
 
27
- #: ../lib/hammer_cli_foreman.rb:36
27
+ #: ../lib/hammer_cli_foreman.rb:35
28
28
  msgid "Manipulate architectures."
29
29
  msgstr "アーキテクチャーの操作。"
30
30
 
31
- #: ../lib/hammer_cli_foreman.rb:40
31
+ #: ../lib/hammer_cli_foreman.rb:39
32
32
  msgid "Manipulate auth sources."
33
33
  msgstr "認証ソースの操作。"
34
34
 
35
- #: ../lib/hammer_cli_foreman.rb:44
35
+ #: ../lib/hammer_cli_foreman.rb:43
36
36
  msgid "Manipulate compute resources."
37
37
  msgstr "コンピュートリソースの操作。"
38
38
 
39
- #: ../lib/hammer_cli_foreman.rb:48
39
+ #: ../lib/hammer_cli_foreman.rb:47
40
40
  msgid "Manipulate domains."
41
41
  msgstr "ドメインの操作。"
42
42
 
43
- #: ../lib/hammer_cli_foreman.rb:52
43
+ #: ../lib/hammer_cli_foreman.rb:51
44
44
  msgid "Manipulate environments."
45
45
  msgstr "環境の操作。"
46
46
 
47
- #: ../lib/hammer_cli_foreman.rb:56
47
+ #: ../lib/hammer_cli_foreman.rb:55
48
48
  msgid "Search facts."
49
49
  msgstr "ファクトを検索します。"
50
50
 
51
- #: ../lib/hammer_cli_foreman.rb:60
51
+ #: ../lib/hammer_cli_foreman.rb:59
52
52
  msgid "Manage permission filters."
53
53
  msgstr "パーミッションフィルターを管理します。"
54
54
 
55
- #: ../lib/hammer_cli_foreman.rb:64
55
+ #: ../lib/hammer_cli_foreman.rb:63
56
56
  msgid "Manipulate hosts."
57
57
  msgstr "ホストの操作。"
58
58
 
59
- #: ../lib/hammer_cli_foreman.rb:68
59
+ #: ../lib/hammer_cli_foreman.rb:67
60
60
  msgid "Manipulate hostgroups."
61
61
  msgstr "ホストグループの操作。"
62
62
 
63
- #: ../lib/hammer_cli_foreman.rb:72
63
+ #: ../lib/hammer_cli_foreman.rb:71
64
64
  msgid "Manipulate locations."
65
65
  msgstr "ロケーションの操作。"
66
66
 
67
- #: ../lib/hammer_cli_foreman.rb:76
67
+ #: ../lib/hammer_cli_foreman.rb:75
68
68
  msgid "Manipulate installation media."
69
69
  msgstr "インストールメディアの操作。"
70
70
 
71
- #: ../lib/hammer_cli_foreman.rb:80
71
+ #: ../lib/hammer_cli_foreman.rb:79
72
72
  msgid "Manipulate hardware models."
73
73
  msgstr "ハードウェアモデルの操作。"
74
74
 
75
- #: ../lib/hammer_cli_foreman.rb:84
75
+ #: ../lib/hammer_cli_foreman.rb:83
76
76
  msgid "Manipulate operating system."
77
77
  msgstr "オペレーティングシステムの操作。"
78
78
 
79
- #: ../lib/hammer_cli_foreman.rb:88
79
+ #: ../lib/hammer_cli_foreman.rb:87
80
80
  msgid "Manipulate organizations."
81
81
  msgstr "組織の操作。"
82
82
 
83
- #: ../lib/hammer_cli_foreman.rb:92
83
+ #: ../lib/hammer_cli_foreman.rb:91
84
84
  msgid "Manipulate partition tables."
85
85
  msgstr "パーティションテーブルの操作。"
86
86
 
87
- #: ../lib/hammer_cli_foreman.rb:96
87
+ #: ../lib/hammer_cli_foreman.rb:95
88
88
  msgid "Search puppet modules."
89
89
  msgstr "Puppet モジュールの検索。"
90
90
 
91
- #: ../lib/hammer_cli_foreman.rb:100
91
+ #: ../lib/hammer_cli_foreman.rb:99
92
92
  msgid "Browse and read reports."
93
93
  msgstr "レポートの参照および閲覧。"
94
94
 
95
- #: ../lib/hammer_cli_foreman.rb:104
95
+ #: ../lib/hammer_cli_foreman.rb:103
96
96
  msgid "Manage user roles."
97
97
  msgstr "ユーザーロールを管理します。"
98
98
 
99
- #: ../lib/hammer_cli_foreman.rb:108
99
+ #: ../lib/hammer_cli_foreman.rb:107
100
100
  msgid "Manipulate smart class parameters."
101
101
  msgstr "スマートクラスパラメーターの操作。"
102
102
 
103
- #: ../lib/hammer_cli_foreman.rb:112
103
+ #: ../lib/hammer_cli_foreman.rb:111
104
104
  msgid "Manipulate smart variables."
105
- msgstr ""
105
+ msgstr "スマート変数を操作します。"
106
106
 
107
- #: ../lib/hammer_cli_foreman.rb:116
107
+ #: ../lib/hammer_cli_foreman.rb:115
108
108
  msgid "Manipulate smart proxies."
109
109
  msgstr "スマートプロキシーの操作。"
110
110
 
111
- #: ../lib/hammer_cli_foreman.rb:120
111
+ #: ../lib/hammer_cli_foreman.rb:119
112
112
  #, fuzzy
113
113
  msgid "Manipulate realms."
114
114
  msgstr "ドメインの操作。"
115
115
 
116
- #: ../lib/hammer_cli_foreman.rb:124
116
+ #: ../lib/hammer_cli_foreman.rb:123
117
117
  msgid "Change server settings."
118
- msgstr ""
118
+ msgstr "サーバー設定を変更します。"
119
119
 
120
- #: ../lib/hammer_cli_foreman.rb:128
120
+ #: ../lib/hammer_cli_foreman.rb:127
121
121
  msgid "Manipulate subnets."
122
122
  msgstr "サブネットの操作。"
123
123
 
124
- #: ../lib/hammer_cli_foreman.rb:132
124
+ #: ../lib/hammer_cli_foreman.rb:131
125
125
  msgid "Manipulate config templates."
126
126
  msgstr "設定テンプレートの操作。"
127
127
 
128
- #: ../lib/hammer_cli_foreman.rb:136
128
+ #: ../lib/hammer_cli_foreman.rb:135
129
129
  msgid "Manipulate users."
130
130
  msgstr "ユーザーの操作。"
131
131
 
132
- #: ../lib/hammer_cli_foreman.rb:140
132
+ #: ../lib/hammer_cli_foreman.rb:139
133
133
  msgid "Manage user groups."
134
134
  msgstr "ユーザーグループを管理します。"
135
135
 
136
- #: ../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
136
+ #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:15
137
+ #, fuzzy
138
+ msgid "Invalid username or password"
139
+ msgstr "ユーザー"
140
+
141
+ #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:20
142
+ msgid "You are logged in as '%s'"
143
+ msgstr "ユーザーは '%s' としてログインしています"
144
+
145
+ #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:22 ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:28
146
+ msgid "You are currently not logged in"
147
+ msgstr ""
148
+
149
+ #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:33
150
+ msgid "[Foreman] Username: "
151
+ msgstr "[Foreman] ユーザー名: "
152
+
153
+ #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:37
154
+ msgid "[Foreman] Password for %s: "
155
+ msgstr "%s の [Foreman] パスワード: "
156
+
157
+ #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:17
158
+ #, fuzzy
159
+ msgid "Can't use session auth due to invalid permissions on session files."
160
+ msgstr "ファイル"
161
+
162
+ #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:26
163
+ msgid "Session exist, currently logged in as '%s'"
164
+ msgstr ""
165
+
166
+ #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:51
167
+ msgid "Session has expired"
168
+ msgstr ""
169
+
170
+ #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:78
171
+ #, fuzzy
172
+ msgid "Invalid session file format"
173
+ msgstr "ファイル"
174
+
175
+ #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:106
176
+ #, fuzzy
177
+ msgid "Invalid permissions for %{file}: %{mode}, expected %{expected_mode}"
178
+ msgstr "ファイル"
179
+
180
+ #: ../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:73 ../lib/hammer_cli_foreman/host.rb:30 ../lib/hammer_cli_foreman/host.rb:62 ../lib/hammer_cli_foreman/host.rb:93 ../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/references.rb:36 ../lib/hammer_cli_foreman/references.rb:43 ../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:76 ../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
137
181
  msgid "Id"
138
182
  msgstr "ID"
139
183
 
140
- #: ../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
184
+ #: ../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:74 ../lib/hammer_cli_foreman/filter.rb:91 ../lib/hammer_cli_foreman/host.rb:31 ../lib/hammer_cli_foreman/host.rb:64 ../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
141
185
  msgid "Name"
142
186
  msgstr "名前"
143
187
 
@@ -174,23 +218,20 @@ msgid "The hostgroup has been associated"
174
218
  msgstr ""
175
219
 
176
220
  #: ../lib/hammer_cli_foreman/associating_commands.rb:44
177
- #, fuzzy
178
221
  msgid "Could not associate the hostgroup"
179
- msgstr "ホストグループを作成できませんでした"
222
+ msgstr ""
180
223
 
181
224
  #: ../lib/hammer_cli_foreman/associating_commands.rb:49
182
225
  msgid "Disassociate a hostgroup"
183
226
  msgstr "ホストグループの関連付けを解除"
184
227
 
185
228
  #: ../lib/hammer_cli_foreman/associating_commands.rb:51
186
- #, fuzzy
187
229
  msgid "The hostgroup has been disassociated"
188
- msgstr "アーキテクチャーの関連付けが解除されました"
230
+ msgstr ""
189
231
 
190
232
  #: ../lib/hammer_cli_foreman/associating_commands.rb:52
191
- #, fuzzy
192
233
  msgid "Could not disassociate the hostgroup"
193
- msgstr "ホストグループを作成できませんでした"
234
+ msgstr ""
194
235
 
195
236
  #: ../lib/hammer_cli_foreman/associating_commands.rb:61
196
237
  msgid "Associate an environment"
@@ -201,9 +242,8 @@ msgid "The environment has been associated"
201
242
  msgstr ""
202
243
 
203
244
  #: ../lib/hammer_cli_foreman/associating_commands.rb:64
204
- #, fuzzy
205
245
  msgid "Could not associate the environment"
206
- msgstr "環境を作成できませんでした"
246
+ msgstr ""
207
247
 
208
248
  #: ../lib/hammer_cli_foreman/associating_commands.rb:69
209
249
  msgid "Disassociate an environment"
@@ -214,9 +254,8 @@ msgid "The environment has been disassociated"
214
254
  msgstr ""
215
255
 
216
256
  #: ../lib/hammer_cli_foreman/associating_commands.rb:72
217
- #, fuzzy
218
257
  msgid "Could not disassociate the environment"
219
- msgstr "環境を作成できませんでした"
258
+ msgstr ""
220
259
 
221
260
  #: ../lib/hammer_cli_foreman/associating_commands.rb:81
222
261
  msgid "Associate a domain"
@@ -227,79 +266,68 @@ msgid "The domain has been associated"
227
266
  msgstr ""
228
267
 
229
268
  #: ../lib/hammer_cli_foreman/associating_commands.rb:84
230
- #, fuzzy
231
269
  msgid "Could not associate the domain"
232
- msgstr "ドメインを作成できませんでした"
270
+ msgstr ""
233
271
 
234
272
  #: ../lib/hammer_cli_foreman/associating_commands.rb:89
235
273
  msgid "Disassociate a domain"
236
274
  msgstr "ドメインの関連付けを解除"
237
275
 
238
276
  #: ../lib/hammer_cli_foreman/associating_commands.rb:91
239
- #, fuzzy
240
277
  msgid "The domain has been disassociated"
241
- msgstr "アーキテクチャーの関連付けが解除されました"
278
+ msgstr ""
242
279
 
243
280
  #: ../lib/hammer_cli_foreman/associating_commands.rb:92
244
- #, fuzzy
245
281
  msgid "Could not disassociate the domain"
246
- msgstr "ドメインを作成できませんでした"
282
+ msgstr ""
247
283
 
248
284
  #: ../lib/hammer_cli_foreman/associating_commands.rb:101
249
285
  msgid "Associate a medium"
250
286
  msgstr "メディアの関連付け"
251
287
 
252
288
  #: ../lib/hammer_cli_foreman/associating_commands.rb:103
253
- #, fuzzy
254
289
  msgid "The medium has been associated"
255
- msgstr "アーキテクチャーが関連付けられました"
290
+ msgstr ""
256
291
 
257
292
  #: ../lib/hammer_cli_foreman/associating_commands.rb:104
258
- #, fuzzy
259
293
  msgid "Could not associate the medium"
260
- msgstr "アーキテクチャーを関連付けられませんでした"
294
+ msgstr ""
261
295
 
262
296
  #: ../lib/hammer_cli_foreman/associating_commands.rb:109
263
297
  msgid "Disassociate a medium"
264
298
  msgstr "メディアの関連付けを解除"
265
299
 
266
300
  #: ../lib/hammer_cli_foreman/associating_commands.rb:111
267
- #, fuzzy
268
301
  msgid "The medium has been disassociated"
269
- msgstr "アーキテクチャーの関連付けが解除されました"
302
+ msgstr ""
270
303
 
271
304
  #: ../lib/hammer_cli_foreman/associating_commands.rb:112
272
- #, fuzzy
273
305
  msgid "Could not disassociate the medium"
274
- msgstr "アーキテクチャーの関連付けを解除できませんでした"
306
+ msgstr ""
275
307
 
276
308
  #: ../lib/hammer_cli_foreman/associating_commands.rb:121
277
309
  msgid "Associate a subnet"
278
310
  msgstr "サブネットの関連付け"
279
311
 
280
312
  #: ../lib/hammer_cli_foreman/associating_commands.rb:123
281
- #, fuzzy
282
313
  msgid "The subnet has been associated"
283
- msgstr "アーキテクチャーが関連付けられました"
314
+ msgstr ""
284
315
 
285
316
  #: ../lib/hammer_cli_foreman/associating_commands.rb:124
286
- #, fuzzy
287
317
  msgid "Could not associate the subnet"
288
- msgstr "サブネットを作成できませんでした"
318
+ msgstr ""
289
319
 
290
320
  #: ../lib/hammer_cli_foreman/associating_commands.rb:129
291
321
  msgid "Disassociate a subnet"
292
322
  msgstr "サブネットの関連付けを解除"
293
323
 
294
324
  #: ../lib/hammer_cli_foreman/associating_commands.rb:131
295
- #, fuzzy
296
325
  msgid "The subnet has been disassociated"
297
- msgstr "アーキテクチャーの関連付けが解除されました"
326
+ msgstr ""
298
327
 
299
328
  #: ../lib/hammer_cli_foreman/associating_commands.rb:132
300
- #, fuzzy
301
329
  msgid "Could not disassociate the subnet"
302
- msgstr "アーキテクチャーの関連付けを解除できませんでした"
330
+ msgstr ""
303
331
 
304
332
  #: ../lib/hammer_cli_foreman/associating_commands.rb:141
305
333
  msgid "Associate a compute resource"
@@ -310,9 +338,8 @@ msgid "The compute resource has been associated"
310
338
  msgstr ""
311
339
 
312
340
  #: ../lib/hammer_cli_foreman/associating_commands.rb:144
313
- #, fuzzy
314
341
  msgid "Could not associate the compute resource"
315
- msgstr "コンピュートリソースを作成できませんでした"
342
+ msgstr ""
316
343
 
317
344
  #: ../lib/hammer_cli_foreman/associating_commands.rb:149
318
345
  msgid "Disassociate a compute resource"
@@ -323,9 +350,8 @@ msgid "The compute resource has been disassociated"
323
350
  msgstr ""
324
351
 
325
352
  #: ../lib/hammer_cli_foreman/associating_commands.rb:152
326
- #, fuzzy
327
353
  msgid "Could not disassociate the compute resource"
328
- msgstr "コンピュートリソースを作成できませんでした"
354
+ msgstr ""
329
355
 
330
356
  #: ../lib/hammer_cli_foreman/associating_commands.rb:161
331
357
  msgid "Associate a smart proxy"
@@ -336,9 +362,8 @@ msgid "The smart proxy has been associated"
336
362
  msgstr ""
337
363
 
338
364
  #: ../lib/hammer_cli_foreman/associating_commands.rb:164
339
- #, fuzzy
340
365
  msgid "Could not associate the smart proxy"
341
- msgstr "アーキテクチャーを関連付けられませんでした"
366
+ msgstr ""
342
367
 
343
368
  #: ../lib/hammer_cli_foreman/associating_commands.rb:173
344
369
  msgid "Disassociate a smart proxy"
@@ -349,9 +374,8 @@ msgid "The smart proxy has been disassociated"
349
374
  msgstr ""
350
375
 
351
376
  #: ../lib/hammer_cli_foreman/associating_commands.rb:176
352
- #, fuzzy
353
377
  msgid "Could not disassociate the smart proxy"
354
- msgstr "アーキテクチャーの関連付けを解除できませんでした"
378
+ msgstr ""
355
379
 
356
380
  #: ../lib/hammer_cli_foreman/associating_commands.rb:189
357
381
  msgid "Associate an user"
@@ -359,11 +383,11 @@ msgstr "ユーザーの関連付け"
359
383
 
360
384
  #: ../lib/hammer_cli_foreman/associating_commands.rb:191
361
385
  msgid "The user has been associated"
362
- msgstr ""
386
+ msgstr "ユーザーが関連付けられました"
363
387
 
364
388
  #: ../lib/hammer_cli_foreman/associating_commands.rb:192
365
389
  msgid "Could not associate the user"
366
- msgstr ""
390
+ msgstr "ユーザーを関連付けることができませんでした"
367
391
 
368
392
  #: ../lib/hammer_cli_foreman/associating_commands.rb:197
369
393
  msgid "Disassociate an user"
@@ -371,11 +395,11 @@ msgstr "ユーザーの関連付けを解除"
371
395
 
372
396
  #: ../lib/hammer_cli_foreman/associating_commands.rb:199
373
397
  msgid "The user has been disassociated"
374
- msgstr ""
398
+ msgstr "ユーザーの関連付けが解除されました"
375
399
 
376
400
  #: ../lib/hammer_cli_foreman/associating_commands.rb:200
377
401
  msgid "Could not disassociate the user"
378
- msgstr ""
402
+ msgstr "ユーザーの関連付けを解除できませんでした"
379
403
 
380
404
  #: ../lib/hammer_cli_foreman/associating_commands.rb:209
381
405
  msgid "Associate an user group"
@@ -383,11 +407,11 @@ msgstr "ユーザーグループの関連付け"
383
407
 
384
408
  #: ../lib/hammer_cli_foreman/associating_commands.rb:213
385
409
  msgid "The user group has been associated"
386
- msgstr ""
410
+ msgstr "ユーザーグループが関連付けられました"
387
411
 
388
412
  #: ../lib/hammer_cli_foreman/associating_commands.rb:214
389
413
  msgid "Could not associate the user group"
390
- msgstr ""
414
+ msgstr "ユーザーグループを関連付けることができませんでした"
391
415
 
392
416
  #: ../lib/hammer_cli_foreman/associating_commands.rb:219
393
417
  msgid "Disassociate an user group"
@@ -395,11 +419,11 @@ msgstr "ユーザーグループの関連付けを解除"
395
419
 
396
420
  #: ../lib/hammer_cli_foreman/associating_commands.rb:223
397
421
  msgid "The user group has been disassociated"
398
- msgstr ""
422
+ msgstr "ユーザーグループの関連付けが解除されました"
399
423
 
400
424
  #: ../lib/hammer_cli_foreman/associating_commands.rb:224
401
425
  msgid "Could not disassociate the user group"
402
- msgstr ""
426
+ msgstr "ユーザーグループの関連付けを解除できませんでした"
403
427
 
404
428
  #: ../lib/hammer_cli_foreman/associating_commands.rb:233
405
429
  msgid "Associate a configuration template"
@@ -410,9 +434,8 @@ msgid "The configuration template has been associated"
410
434
  msgstr ""
411
435
 
412
436
  #: ../lib/hammer_cli_foreman/associating_commands.rb:236
413
- #, fuzzy
414
437
  msgid "Could not associate the configuration template"
415
- msgstr "設定テンプレートの関連付けを解除"
438
+ msgstr ""
416
439
 
417
440
  #: ../lib/hammer_cli_foreman/associating_commands.rb:241
418
441
  msgid "Disassociate a configuration template"
@@ -423,9 +446,8 @@ msgid "The configuration template has been disassociated"
423
446
  msgstr ""
424
447
 
425
448
  #: ../lib/hammer_cli_foreman/associating_commands.rb:244
426
- #, fuzzy
427
449
  msgid "Could not disassociate the configuration template"
428
- msgstr "パーティションテーブルの関連付けを解除できませんでした"
450
+ msgstr ""
429
451
 
430
452
  #: ../lib/hammer_cli_foreman/associating_commands.rb:253
431
453
  msgid "Associate an organization"
@@ -436,9 +458,8 @@ msgid "The organization has been associated"
436
458
  msgstr ""
437
459
 
438
460
  #: ../lib/hammer_cli_foreman/associating_commands.rb:256
439
- #, fuzzy
440
461
  msgid "Could not associate the organization"
441
- msgstr "組織を作成できませんでした"
462
+ msgstr ""
442
463
 
443
464
  #: ../lib/hammer_cli_foreman/associating_commands.rb:261
444
465
  msgid "Disassociate an organization"
@@ -449,9 +470,8 @@ msgid "The organization has been disassociated"
449
470
  msgstr ""
450
471
 
451
472
  #: ../lib/hammer_cli_foreman/associating_commands.rb:264
452
- #, fuzzy
453
473
  msgid "Could not disassociate the organization"
454
- msgstr "組織を作成できませんでした"
474
+ msgstr ""
455
475
 
456
476
  #: ../lib/hammer_cli_foreman/associating_commands.rb:273
457
477
  msgid "Associate an operating system"
@@ -555,8 +575,9 @@ msgid "Associate a location"
555
575
  msgstr "ドメインの関連付け"
556
576
 
557
577
  #: ../lib/hammer_cli_foreman/associating_commands.rb:359
578
+ #, fuzzy
558
579
  msgid "The location has been associated"
559
- msgstr ""
580
+ msgstr "ユーザーが関連付けられました"
560
581
 
561
582
  #: ../lib/hammer_cli_foreman/associating_commands.rb:360
562
583
  #, fuzzy
@@ -571,39 +592,42 @@ msgstr "ドメインの関連付けを解除"
571
592
  #: ../lib/hammer_cli_foreman/associating_commands.rb:367
572
593
  #, fuzzy
573
594
  msgid "The location has been disassociated"
574
- msgstr "アーキテクチャーの関連付けが解除されました"
595
+ msgstr "ユーザーの関連付けが解除されました"
575
596
 
576
597
  #: ../lib/hammer_cli_foreman/associating_commands.rb:368
577
598
  #, fuzzy
578
599
  msgid "Could not disassociate the location"
579
- msgstr "アーキテクチャーの関連付けを解除できませんでした"
600
+ msgstr "ユーザーの関連付けを解除できませんでした"
580
601
 
581
602
  #: ../lib/hammer_cli_foreman/auth.rb:7
582
603
  msgid "Set credentials"
583
604
  msgstr "資格情報の設定"
584
605
 
585
- #: ../lib/hammer_cli_foreman/auth.rb:20
606
+ #: ../lib/hammer_cli_foreman/auth.rb:9
607
+ #, fuzzy
608
+ msgid "username to access the remote system"
609
+ msgstr "ユーザー"
610
+
611
+ #: ../lib/hammer_cli_foreman/auth.rb:10
612
+ msgid "password to access the remote system"
613
+ msgstr ""
614
+
615
+ #: ../lib/hammer_cli_foreman/auth.rb:22
616
+ msgid "Successfully logged in."
617
+ msgstr ""
618
+
619
+ #: ../lib/hammer_cli_foreman/auth.rb:29
586
620
  msgid "Wipe your credentials"
587
621
  msgstr "資格情報のワイプ"
588
622
 
589
- #: ../lib/hammer_cli_foreman/auth.rb:26
623
+ #: ../lib/hammer_cli_foreman/auth.rb:34
590
624
  msgid "Credentials deleted."
591
625
  msgstr "資格情報が削除されました。"
592
626
 
593
- #: ../lib/hammer_cli_foreman/auth.rb:33
627
+ #: ../lib/hammer_cli_foreman/auth.rb:41
594
628
  msgid "Information about current connections"
595
629
  msgstr "現在の接続についての情報"
596
630
 
597
- #: ../lib/hammer_cli_foreman/auth.rb:37
598
- msgid "You are logged in as '%s'"
599
- msgstr "ユーザーは '%s' としてログインしています"
600
-
601
- #: ../lib/hammer_cli_foreman/auth.rb:39
602
- msgid ""
603
- "You are currently not logged in to any service.\n"
604
- "Use the service to set credentials."
605
- msgstr ""
606
-
607
631
  #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:7
608
632
  msgid "Manage LDAP auth sources."
609
633
  msgstr "LDAP 認証ソースを管理します。"
@@ -680,48 +704,47 @@ msgstr "認証ソースが更新されました"
680
704
  msgid "Could not update the Auth Source"
681
705
  msgstr "認証ソースを更新できませんでした"
682
706
 
683
- #: ../lib/hammer_cli_foreman/commands.rb:88
707
+ #: ../lib/hammer_cli_foreman/commands.rb:56
684
708
  msgid "Received data of unknown format"
685
709
  msgstr "不明な形式のデータが受信されました。"
686
710
 
687
- #: ../lib/hammer_cli_foreman/commands.rb:196
711
+ #: ../lib/hammer_cli_foreman/commands.rb:164
688
712
  msgid "Could not find %{resource}. Some search options were missing, please see --help."
689
713
  msgstr "%{resource} が見つかりませんでした。一部の検索オプションが足りません。--help を参照してください。"
690
714
 
691
- #: ../lib/hammer_cli_foreman/commands.rb:198
715
+ #: ../lib/hammer_cli_foreman/commands.rb:166
692
716
  msgid "Could not find %{resource}, please set option %{switches}."
693
717
  msgstr "%{resource} が見つかりませんでした。オプション %{switches} を設定してください。"
694
718
 
695
- #: ../lib/hammer_cli_foreman/commands.rb:200
719
+ #: ../lib/hammer_cli_foreman/commands.rb:168
696
720
  msgid "Could not find %{resource}, please set one of options %{switches}."
697
721
  msgstr "%{resource} が見つかりませんでした。オプション %{switches} のいずれかを設定してください。"
698
722
 
699
- #: ../lib/hammer_cli_foreman/commands.rb:529
723
+ #: ../lib/hammer_cli_foreman/commands.rb:497
700
724
  msgid "Associate a resource"
701
725
  msgstr "リソースの関連付け"
702
726
 
703
- #: ../lib/hammer_cli_foreman/commands.rb:533
727
+ #: ../lib/hammer_cli_foreman/commands.rb:501
704
728
  msgid "Could not associate the %{resource_name}"
705
729
  msgstr ""
706
730
 
707
- #: ../lib/hammer_cli_foreman/commands.rb:537
731
+ #: ../lib/hammer_cli_foreman/commands.rb:505
708
732
  msgid "The %{resource_name} has been associated"
709
733
  msgstr ""
710
734
 
711
- #: ../lib/hammer_cli_foreman/commands.rb:559
735
+ #: ../lib/hammer_cli_foreman/commands.rb:527
712
736
  msgid "Disassociate a resource"
713
737
  msgstr "リソースの関連付けを解除"
714
738
 
715
- #: ../lib/hammer_cli_foreman/commands.rb:571
716
- #, fuzzy
739
+ #: ../lib/hammer_cli_foreman/commands.rb:539
717
740
  msgid "Could not disassociate the %{resource_name}"
718
- msgstr "アーキテクチャーの関連付けを解除できませんでした"
741
+ msgstr ""
719
742
 
720
- #: ../lib/hammer_cli_foreman/commands.rb:575
743
+ #: ../lib/hammer_cli_foreman/commands.rb:543
721
744
  msgid "The %{resource_name} has been disassociated"
722
745
  msgstr ""
723
746
 
724
- #: ../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
747
+ #: ../lib/hammer_cli_foreman/common_parameter.rb:13 ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:189 ../lib/hammer_cli_foreman/settings.rb:13 ../lib/hammer_cli_foreman/smart_class_parameter.rb:78 ../lib/hammer_cli_foreman/smart_variable.rb:68
725
748
  msgid "Value"
726
749
  msgstr "値"
727
750
 
@@ -761,9 +784,9 @@ msgstr "グローバルパラメーターの操作。"
761
784
  msgid "Provider"
762
785
  msgstr "プロバイダー"
763
786
 
764
- #: ../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
765
- msgid "UUID"
766
- msgstr "UUID"
787
+ #: ../lib/hammer_cli_foreman/compute_resource.rb:34 ../lib/hammer_cli_foreman/compute_resource.rb:40
788
+ msgid "Datacenter"
789
+ msgstr ""
767
790
 
768
791
  #: ../lib/hammer_cli_foreman/compute_resource.rb:37 ../lib/hammer_cli_foreman/compute_resource.rb:47
769
792
  msgid "Region"
@@ -781,7 +804,7 @@ msgstr "テナント"
781
804
  msgid "Url"
782
805
  msgstr "URL"
783
806
 
784
- #: ../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
807
+ #: ../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/role.rb:21 ../lib/hammer_cli_foreman/settings.rb:14 ../lib/hammer_cli_foreman/smart_class_parameter.rb:59 ../lib/hammer_cli_foreman/smart_variable.rb:53 ../lib/hammer_cli_foreman/user.rb:34
785
808
  msgid "Description"
786
809
  msgstr "説明"
787
810
 
@@ -813,17 +836,159 @@ msgstr "コンピュートリソースが削除されました"
813
836
  msgid "Could not delete the compute resource"
814
837
  msgstr "コンピュートリソースを削除できませんでした"
815
838
 
816
- #: ../lib/hammer_cli_foreman/credentials.rb:26
817
- msgid "[Foreman] Username: "
818
- msgstr "[Foreman] ユーザー名: "
839
+ #: ../lib/hammer_cli_foreman/compute_resources/ec2/host_help_extenstion.rb:6
840
+ msgid "EC2"
841
+ msgstr ""
819
842
 
820
- #: ../lib/hammer_cli_foreman/credentials.rb:33
821
- msgid "[Foreman] Password for %s: "
822
- msgstr "%s の [Foreman] パスワード: "
843
+ #: ../lib/hammer_cli_foreman/compute_resources/gce/host_help_extenstion.rb:6
844
+ msgid "GCE"
845
+ msgstr ""
846
+
847
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:6
848
+ msgid "Libvirt"
849
+ msgstr ""
850
+
851
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:12
852
+ msgid "Number of CPUs"
853
+ msgstr ""
854
+
855
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:13
856
+ msgid "String, amount of memory, value in bytes"
857
+ msgstr ""
858
+
859
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:14 ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:16
860
+ msgid "Boolean (expressed as 0 or 1), whether to start the machine or not"
861
+ msgstr ""
862
+
863
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:19 ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:21 ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:28 ../lib/hammer_cli_foreman/hosts/common_update_help.rb:10 ../lib/hammer_cli_foreman/hosts/common_update_help.rb:28
864
+ msgid "Possible values: %s"
865
+ msgstr ""
866
+
867
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:20
868
+ #, fuzzy
869
+ msgid "Name of interface according to type"
870
+ msgstr "名前"
871
+
872
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:26
873
+ msgid "One of available storage pools"
874
+ msgstr ""
875
+
876
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:27
877
+ msgid "String value, eg. 10G"
878
+ msgstr ""
879
+
880
+ #: ../lib/hammer_cli_foreman/compute_resources/openstack/host_help_extenstion.rb:6
881
+ msgid "OpenStack"
882
+ msgstr ""
883
+
884
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:6
885
+ msgid "oVirt"
886
+ msgstr ""
887
+
888
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:13
889
+ #, fuzzy
890
+ msgid "Hardware profile to use"
891
+ msgstr "ファイル"
892
+
893
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:14
894
+ msgid "Integer value, number of cores"
895
+ msgstr ""
896
+
897
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:15
898
+ msgid "Amount of memory, integer value in bytes"
899
+ msgstr ""
900
+
901
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:21
902
+ msgid "Eg. eth0"
903
+ msgstr ""
904
+
905
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:22
906
+ msgid "Select one of available networks for a cluster"
907
+ msgstr ""
908
+
909
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:27
910
+ msgid "Volume size in GB, integer value"
911
+ msgstr ""
912
+
913
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:28
914
+ msgid "Select one of available storage domains"
915
+ msgstr ""
916
+
917
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:29
918
+ msgid "Boolean, only one volume can be bootable"
919
+ msgstr ""
920
+
921
+ #: ../lib/hammer_cli_foreman/compute_resources/rackspace/host_help_extenstion.rb:6
922
+ msgid "Rackspace"
923
+ msgstr ""
924
+
925
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:15
926
+ msgid "VMWare"
927
+ msgstr ""
928
+
929
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:21
930
+ msgid "Cpu count"
931
+ msgstr ""
932
+
933
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:22
934
+ msgid "Number of cores per socket (applicable to hardware versions < 10 only)"
935
+ msgstr ""
936
+
937
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:23
938
+ msgid "Integer number, amount of memory in MB"
939
+ msgstr ""
940
+
941
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:24
942
+ msgid "Cluster id from VMware"
943
+ msgstr ""
944
+
945
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:25
946
+ #, fuzzy
947
+ msgid "Path to folder"
948
+ msgstr "パス"
949
+
950
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:26
951
+ msgid "Guest OS id form VMware"
952
+ msgstr ""
953
+
954
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:27
955
+ #, fuzzy
956
+ msgid "Id of the controller from VMware"
957
+ msgstr "ID"
958
+
959
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:28
960
+ msgid "Hardware version id from VMware"
961
+ msgstr ""
962
+
963
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:29
964
+ msgid "Must be a 1 or 0, whether to start the machine or not"
965
+ msgstr ""
966
+
967
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:35
968
+ #, fuzzy
969
+ msgid "Network id from VMware"
970
+ msgstr "ネットワーク"
971
+
972
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:41
973
+ msgid "Datastore id from VMware"
974
+ msgstr ""
975
+
976
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:42
977
+ msgid "Integer number, volume size in GB"
978
+ msgstr ""
979
+
980
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:53
981
+ #, fuzzy
982
+ msgid "Type of the network adapter, for example one of:"
983
+ msgstr "タイプ"
984
+
985
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:55
986
+ msgid "See documentation center for your version of vSphere to find more details about available adapter types:"
987
+ msgstr ""
823
988
 
824
989
  #: ../lib/hammer_cli_foreman/defaults.rb:7
825
990
  msgid "Use the default organization and/or location from the server"
826
- msgstr ""
991
+ msgstr "サーバーからデフォルト組織および/またはロケーションを使用します"
827
992
 
828
993
  #: ../lib/hammer_cli_foreman/domain.rb:6
829
994
  msgid "ID of DNS proxy to use within this domain"
@@ -926,9 +1091,8 @@ msgid "Update your server url configuration"
926
1091
  msgstr ""
927
1092
 
928
1093
  #: ../lib/hammer_cli_foreman/exception_handler.rb:33
929
- #, fuzzy
930
1094
  msgid "you can set 'follow_redirects' to one of :default or :always to enable redirects following"
931
- msgstr "デフォルト"
1095
+ msgstr ""
932
1096
 
933
1097
  #: ../lib/hammer_cli_foreman/exception_handler.rb:54
934
1098
  msgid "Forbidden - server refused to process the request"
@@ -986,7 +1150,7 @@ msgstr "外部ユーザーグループを削除できませんでした"
986
1150
  msgid "Host"
987
1151
  msgstr "ホスト"
988
1152
 
989
- #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:317
1153
+ #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:188
990
1154
  msgid "Fact"
991
1155
  msgstr "ファクト"
992
1156
 
@@ -1003,356 +1167,337 @@ msgid "Unlimited?"
1003
1167
  msgstr "無制限ですか?"
1004
1168
 
1005
1169
  #: ../lib/hammer_cli_foreman/filter.rb:13
1170
+ #, fuzzy
1171
+ msgid "Override?"
1172
+ msgstr "上書き"
1173
+
1174
+ #: ../lib/hammer_cli_foreman/filter.rb:14
1006
1175
  msgid "Role"
1007
1176
  msgstr "ロール"
1008
1177
 
1009
- #: ../lib/hammer_cli_foreman/filter.rb:14
1178
+ #: ../lib/hammer_cli_foreman/filter.rb:15
1010
1179
  msgid "Permissions"
1011
1180
  msgstr "パーミッション"
1012
1181
 
1013
- #: ../lib/hammer_cli_foreman/filter.rb:18 ../lib/hammer_cli_foreman/filter.rb:34 ../lib/hammer_cli_foreman/filter.rb:78 ../lib/hammer_cli_foreman/role.rb:46
1182
+ #: ../lib/hammer_cli_foreman/filter.rb:19 ../lib/hammer_cli_foreman/filter.rb:35 ../lib/hammer_cli_foreman/filter.rb:79 ../lib/hammer_cli_foreman/role.rb:42
1014
1183
  msgid "(Miscellaneous)"
1015
1184
  msgstr "(その他)"
1016
1185
 
1017
- #: ../lib/hammer_cli_foreman/filter.rb:19 ../lib/hammer_cli_foreman/filter.rb:35 ../lib/hammer_cli_foreman/role.rb:47
1186
+ #: ../lib/hammer_cli_foreman/filter.rb:20 ../lib/hammer_cli_foreman/filter.rb:36 ../lib/hammer_cli_foreman/role.rb:43
1018
1187
  msgid "none"
1019
1188
  msgstr "なし"
1020
1189
 
1021
- #: ../lib/hammer_cli_foreman/filter.rb:44
1190
+ #: ../lib/hammer_cli_foreman/filter.rb:45
1022
1191
  msgid "Permission filter for [%<resource_type>s] created"
1023
1192
  msgstr " [%<resource_type>s] のパーミッションフィルターが作成されました"
1024
1193
 
1025
- #: ../lib/hammer_cli_foreman/filter.rb:45
1194
+ #: ../lib/hammer_cli_foreman/filter.rb:46
1026
1195
  msgid "Could not create the permission filter"
1027
1196
  msgstr "パーミッションフィルターを作成できませんでした"
1028
1197
 
1029
- #: ../lib/hammer_cli_foreman/filter.rb:52
1198
+ #: ../lib/hammer_cli_foreman/filter.rb:53
1030
1199
  msgid "Permission filter for [%<resource_type>s] updated"
1031
1200
  msgstr "[%<resource_type>s] のパーミッションフィルターが更新されました"
1032
1201
 
1033
- #: ../lib/hammer_cli_foreman/filter.rb:53
1202
+ #: ../lib/hammer_cli_foreman/filter.rb:54
1034
1203
  msgid "Could not update the permission filter"
1035
1204
  msgstr "パーミッションフィルターを更新できませんでした"
1036
1205
 
1037
- #: ../lib/hammer_cli_foreman/filter.rb:60
1206
+ #: ../lib/hammer_cli_foreman/filter.rb:61
1038
1207
  msgid "Permission filter deleted"
1039
1208
  msgstr "パーミッションフィルターが削除されました"
1040
1209
 
1041
- #: ../lib/hammer_cli_foreman/filter.rb:61
1210
+ #: ../lib/hammer_cli_foreman/filter.rb:62
1042
1211
  msgid "Could not delete the permission filter"
1043
1212
  msgstr "パーミッションフィルターを削除できませんでした"
1044
1213
 
1045
- #: ../lib/hammer_cli_foreman/filter.rb:74 ../lib/hammer_cli_foreman/report.rb:62
1214
+ #: ../lib/hammer_cli_foreman/filter.rb:75 ../lib/hammer_cli_foreman/report.rb:62
1046
1215
  msgid "Resource"
1047
1216
  msgstr "リソース"
1048
1217
 
1049
- #: ../lib/hammer_cli_foreman/host.rb:15
1050
- msgid "Login of the owner"
1051
- msgstr "所有者のログイン"
1052
-
1053
- #: ../lib/hammer_cli_foreman/host.rb:17
1054
- msgid "ID of the owner"
1055
- msgstr "所有者の ID"
1056
-
1057
- #: ../lib/hammer_cli_foreman/host.rb:44
1058
- msgid "Host parameters."
1059
- msgstr "ホストパラメーター。"
1060
-
1061
- #: ../lib/hammer_cli_foreman/host.rb:46
1062
- msgid "Compute resource attributes."
1063
- msgstr "コンピュートリソース属性。"
1064
-
1065
- #: ../lib/hammer_cli_foreman/host.rb:48
1066
- msgid "Volume parameters"
1067
- msgstr "ボリュームパラメーター"
1068
-
1069
- #: ../lib/hammer_cli_foreman/host.rb:50
1070
- msgid "Interface parameters."
1071
- msgstr "インターフェースパラメーター。"
1072
-
1073
- #: ../lib/hammer_cli_foreman/host.rb:64
1074
- msgid "Enter the root password for the host:"
1075
- msgstr "ホストの root パスワードを入力:"
1076
-
1077
- #: ../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
1218
+ #: ../lib/hammer_cli_foreman/host.rb:32 ../lib/hammer_cli_foreman/host.rb:103 ../lib/hammer_cli_foreman/hostgroup.rb:60 ../lib/hammer_cli_foreman/image.rb:31
1078
1219
  msgid "Operating System"
1079
1220
  msgstr "オペレーティングシステム"
1080
1221
 
1081
- #: ../lib/hammer_cli_foreman/host.rb:162 ../lib/hammer_cli_foreman/host.rb:196
1222
+ #: ../lib/hammer_cli_foreman/host.rb:33 ../lib/hammer_cli_foreman/host.rb:67
1082
1223
  msgid "Host Group"
1083
1224
  msgstr "ホストグループ"
1084
1225
 
1085
- #: ../lib/hammer_cli_foreman/host.rb:163 ../lib/hammer_cli_foreman/host.rb:209
1226
+ #: ../lib/hammer_cli_foreman/host.rb:34 ../lib/hammer_cli_foreman/host.rb:80
1086
1227
  msgid "IP"
1087
1228
  msgstr "IP アドレス"
1088
1229
 
1089
- #: ../lib/hammer_cli_foreman/host.rb:164 ../lib/hammer_cli_foreman/host.rb:210
1230
+ #: ../lib/hammer_cli_foreman/host.rb:35 ../lib/hammer_cli_foreman/host.rb:81
1090
1231
  msgid "MAC"
1091
1232
  msgstr "MAC"
1092
1233
 
1093
- #: ../lib/hammer_cli_foreman/host.rb:174
1234
+ #: ../lib/hammer_cli_foreman/host.rb:45
1094
1235
  msgid "Bare Metal"
1095
1236
  msgstr "ベアメタル"
1096
1237
 
1097
- #: ../lib/hammer_cli_foreman/host.rb:194
1238
+ #: ../lib/hammer_cli_foreman/host.rb:63 ../lib/hammer_cli_foreman/image.rb:33 ../lib/hammer_cli_foreman/image.rb:71
1239
+ msgid "UUID"
1240
+ msgstr "UUID"
1241
+
1242
+ #: ../lib/hammer_cli_foreman/host.rb:65
1098
1243
  msgid "Organization"
1099
1244
  msgstr "組織"
1100
1245
 
1101
- #: ../lib/hammer_cli_foreman/host.rb:195
1246
+ #: ../lib/hammer_cli_foreman/host.rb:66
1102
1247
  msgid "Location"
1103
- msgstr "場所"
1248
+ msgstr "ロケーション"
1104
1249
 
1105
- #: ../lib/hammer_cli_foreman/host.rb:197
1250
+ #: ../lib/hammer_cli_foreman/host.rb:68
1106
1251
  msgid "Compute Resource"
1107
1252
  msgstr "コンピュートリソース"
1108
1253
 
1109
- #: ../lib/hammer_cli_foreman/host.rb:198
1254
+ #: ../lib/hammer_cli_foreman/host.rb:69
1110
1255
  msgid "Compute Profile"
1111
1256
  msgstr "コンピュートプロファイル"
1112
1257
 
1113
- #: ../lib/hammer_cli_foreman/host.rb:199 ../lib/hammer_cli_foreman/hostgroup.rb:61
1258
+ #: ../lib/hammer_cli_foreman/host.rb:70 ../lib/hammer_cli_foreman/hostgroup.rb:61
1114
1259
  msgid "Environment"
1115
1260
  msgstr "環境"
1116
1261
 
1117
- #: ../lib/hammer_cli_foreman/host.rb:200
1262
+ #: ../lib/hammer_cli_foreman/host.rb:71
1118
1263
  msgid "Puppet CA Id"
1119
- msgstr ""
1264
+ msgstr "Puppet CA ID"
1120
1265
 
1121
- #: ../lib/hammer_cli_foreman/host.rb:201
1266
+ #: ../lib/hammer_cli_foreman/host.rb:72
1122
1267
  msgid "Puppet Master Id"
1123
- msgstr ""
1268
+ msgstr "Puppet マスター ID"
1124
1269
 
1125
- #: ../lib/hammer_cli_foreman/host.rb:202
1270
+ #: ../lib/hammer_cli_foreman/host.rb:73
1126
1271
  msgid "Cert name"
1127
1272
  msgstr "証明書名"
1128
1273
 
1129
- #: ../lib/hammer_cli_foreman/host.rb:203 ../lib/hammer_cli_foreman/interface.rb:51
1274
+ #: ../lib/hammer_cli_foreman/host.rb:74 ../lib/hammer_cli_foreman/interface.rb:51
1130
1275
  msgid "Managed"
1131
1276
  msgstr "管理"
1132
1277
 
1133
- #: ../lib/hammer_cli_foreman/host.rb:205
1278
+ #: ../lib/hammer_cli_foreman/host.rb:76
1134
1279
  msgid "Installed at"
1135
1280
  msgstr "インストール:"
1136
1281
 
1137
- #: ../lib/hammer_cli_foreman/host.rb:206 ../lib/hammer_cli_foreman/report.rb:12
1282
+ #: ../lib/hammer_cli_foreman/host.rb:77 ../lib/hammer_cli_foreman/report.rb:12
1138
1283
  msgid "Last report"
1139
1284
  msgstr "最終レポート"
1140
1285
 
1141
- #: ../lib/hammer_cli_foreman/host.rb:208 ../lib/hammer_cli_foreman/subnet.rb:12
1286
+ #: ../lib/hammer_cli_foreman/host.rb:79 ../lib/hammer_cli_foreman/subnet.rb:12
1142
1287
  msgid "Network"
1143
1288
  msgstr "ネットワーク"
1144
1289
 
1145
- #: ../lib/hammer_cli_foreman/host.rb:211 ../lib/hammer_cli_foreman/hostgroup.rb:72 ../lib/hammer_cli_foreman/interface.rb:49
1290
+ #: ../lib/hammer_cli_foreman/host.rb:82 ../lib/hammer_cli_foreman/hostgroup.rb:72 ../lib/hammer_cli_foreman/interface.rb:49
1146
1291
  msgid "Subnet"
1147
1292
  msgstr "サブネット"
1148
1293
 
1149
- #: ../lib/hammer_cli_foreman/host.rb:212 ../lib/hammer_cli_foreman/hostgroup.rb:74 ../lib/hammer_cli_foreman/interface.rb:50
1294
+ #: ../lib/hammer_cli_foreman/host.rb:83 ../lib/hammer_cli_foreman/hostgroup.rb:74 ../lib/hammer_cli_foreman/interface.rb:50
1150
1295
  msgid "Domain"
1151
1296
  msgstr "ドメイン"
1152
1297
 
1153
- #: ../lib/hammer_cli_foreman/host.rb:213
1298
+ #: ../lib/hammer_cli_foreman/host.rb:84
1154
1299
  msgid "Service provider"
1155
- msgstr ""
1300
+ msgstr "サービスプロバイダー"
1156
1301
 
1157
- #: ../lib/hammer_cli_foreman/host.rb:214
1302
+ #: ../lib/hammer_cli_foreman/host.rb:85
1158
1303
  msgid "SP Name"
1159
1304
  msgstr "SP 名"
1160
1305
 
1161
- #: ../lib/hammer_cli_foreman/host.rb:215
1306
+ #: ../lib/hammer_cli_foreman/host.rb:86
1162
1307
  msgid "SP IP"
1163
1308
  msgstr "SP IP"
1164
1309
 
1165
- #: ../lib/hammer_cli_foreman/host.rb:216
1310
+ #: ../lib/hammer_cli_foreman/host.rb:87
1166
1311
  msgid "SP MAC"
1167
1312
  msgstr "SP MAC"
1168
1313
 
1169
- #: ../lib/hammer_cli_foreman/host.rb:217
1314
+ #: ../lib/hammer_cli_foreman/host.rb:88
1170
1315
  msgid "SP Subnet"
1171
1316
  msgstr "SP サブネット"
1172
1317
 
1173
- #: ../lib/hammer_cli_foreman/host.rb:221
1318
+ #: ../lib/hammer_cli_foreman/host.rb:92
1174
1319
  msgid "Network interfaces"
1175
1320
  msgstr "ネットワークインターフェース"
1176
1321
 
1177
- #: ../lib/hammer_cli_foreman/host.rb:223 ../lib/hammer_cli_foreman/interface.rb:24 ../lib/hammer_cli_foreman/interface.rb:44
1322
+ #: ../lib/hammer_cli_foreman/host.rb:94 ../lib/hammer_cli_foreman/interface.rb:24 ../lib/hammer_cli_foreman/interface.rb:44
1178
1323
  msgid "Identifier"
1179
1324
  msgstr "識別子"
1180
1325
 
1181
- #: ../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
1326
+ #: ../lib/hammer_cli_foreman/host.rb:95 ../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
1182
1327
  msgid "Type"
1183
1328
  msgstr "タイプ"
1184
1329
 
1185
- #: ../lib/hammer_cli_foreman/host.rb:225 ../lib/hammer_cli_foreman/interface.rb:26 ../lib/hammer_cli_foreman/interface.rb:46
1330
+ #: ../lib/hammer_cli_foreman/host.rb:96 ../lib/hammer_cli_foreman/interface.rb:26 ../lib/hammer_cli_foreman/interface.rb:46
1186
1331
  msgid "MAC address"
1187
1332
  msgstr "MAC アドレス"
1188
1333
 
1189
- #: ../lib/hammer_cli_foreman/host.rb:226 ../lib/hammer_cli_foreman/interface.rb:27 ../lib/hammer_cli_foreman/interface.rb:47
1334
+ #: ../lib/hammer_cli_foreman/host.rb:97 ../lib/hammer_cli_foreman/interface.rb:27 ../lib/hammer_cli_foreman/interface.rb:47
1190
1335
  msgid "IP address"
1191
1336
  msgstr "IP アドレス"
1192
1337
 
1193
- #: ../lib/hammer_cli_foreman/host.rb:227
1338
+ #: ../lib/hammer_cli_foreman/host.rb:98
1194
1339
  msgid "FQDN"
1195
- msgstr ""
1340
+ msgstr "FQDN"
1196
1341
 
1197
- #: ../lib/hammer_cli_foreman/host.rb:230
1342
+ #: ../lib/hammer_cli_foreman/host.rb:101
1198
1343
  msgid "Operating system"
1199
1344
  msgstr "Operating system"
1200
1345
 
1201
- #: ../lib/hammer_cli_foreman/host.rb:231 ../lib/hammer_cli_foreman/hostgroup.rb:75 ../lib/hammer_cli_foreman/image.rb:45
1346
+ #: ../lib/hammer_cli_foreman/host.rb:102 ../lib/hammer_cli_foreman/hostgroup.rb:75 ../lib/hammer_cli_foreman/image.rb:45
1202
1347
  msgid "Architecture"
1203
1348
  msgstr "アーキテクチャー"
1204
1349
 
1205
- #: ../lib/hammer_cli_foreman/host.rb:235
1350
+ #: ../lib/hammer_cli_foreman/host.rb:106
1206
1351
  msgid "Build"
1207
1352
  msgstr "ビルド"
1208
1353
 
1209
- #: ../lib/hammer_cli_foreman/host.rb:236 ../lib/hammer_cli_foreman/hostgroup.rb:77
1354
+ #: ../lib/hammer_cli_foreman/host.rb:107 ../lib/hammer_cli_foreman/hostgroup.rb:77
1210
1355
  msgid "Medium"
1211
1356
  msgstr "メディア"
1212
1357
 
1213
- #: ../lib/hammer_cli_foreman/host.rb:237 ../lib/hammer_cli_foreman/hostgroup.rb:76
1358
+ #: ../lib/hammer_cli_foreman/host.rb:108 ../lib/hammer_cli_foreman/hostgroup.rb:76
1214
1359
  msgid "Partition Table"
1215
1360
  msgstr "パーティションテーブル"
1216
1361
 
1217
- #: ../lib/hammer_cli_foreman/host.rb:238
1362
+ #: ../lib/hammer_cli_foreman/host.rb:109
1218
1363
  msgid "Custom partition table"
1219
- msgstr ""
1364
+ msgstr "カスタムパーティションテーブル"
1220
1365
 
1221
- #: ../lib/hammer_cli_foreman/host.rb:241
1366
+ #: ../lib/hammer_cli_foreman/host.rb:112
1222
1367
  msgid "Image"
1223
1368
  msgstr "イメージ"
1224
1369
 
1225
- #: ../lib/hammer_cli_foreman/host.rb:242
1370
+ #: ../lib/hammer_cli_foreman/host.rb:113
1226
1371
  msgid "Image file"
1227
1372
  msgstr "イメージファイル"
1228
1373
 
1229
- #: ../lib/hammer_cli_foreman/host.rb:243
1374
+ #: ../lib/hammer_cli_foreman/host.rb:114
1230
1375
  msgid "Use image"
1231
1376
  msgstr "イメージの使用"
1232
1377
 
1233
- #: ../lib/hammer_cli_foreman/host.rb:249
1378
+ #: ../lib/hammer_cli_foreman/host.rb:120
1234
1379
  msgid "Additional info"
1235
1380
  msgstr "追加情報"
1236
1381
 
1237
- #: ../lib/hammer_cli_foreman/host.rb:250
1382
+ #: ../lib/hammer_cli_foreman/host.rb:121
1238
1383
  msgid "Owner Id"
1239
1384
  msgstr "所有者 ID "
1240
1385
 
1241
- #: ../lib/hammer_cli_foreman/host.rb:251
1386
+ #: ../lib/hammer_cli_foreman/host.rb:122
1242
1387
  msgid "Owner Type"
1243
1388
  msgstr "所有者タイプ"
1244
1389
 
1245
- #: ../lib/hammer_cli_foreman/host.rb:252
1390
+ #: ../lib/hammer_cli_foreman/host.rb:123
1246
1391
  msgid "Enabled"
1247
1392
  msgstr "有効化"
1248
1393
 
1249
- #: ../lib/hammer_cli_foreman/host.rb:253 ../lib/hammer_cli_foreman/hostgroup.rb:62
1394
+ #: ../lib/hammer_cli_foreman/host.rb:124 ../lib/hammer_cli_foreman/hostgroup.rb:62
1250
1395
  msgid "Model"
1251
1396
  msgstr "モデル"
1252
1397
 
1253
- #: ../lib/hammer_cli_foreman/host.rb:254
1398
+ #: ../lib/hammer_cli_foreman/host.rb:125
1254
1399
  msgid "Comment"
1255
1400
  msgstr "コメント"
1256
1401
 
1257
- #: ../lib/hammer_cli_foreman/host.rb:267
1402
+ #: ../lib/hammer_cli_foreman/host.rb:138
1258
1403
  msgid "Status"
1259
1404
  msgstr "状態"
1260
1405
 
1261
- #: ../lib/hammer_cli_foreman/host.rb:268
1406
+ #: ../lib/hammer_cli_foreman/host.rb:139
1262
1407
  msgid "Power"
1263
1408
  msgstr "パワー"
1264
1409
 
1265
- #: ../lib/hammer_cli_foreman/host.rb:304
1410
+ #: ../lib/hammer_cli_foreman/host.rb:175
1266
1411
  msgid "Puppet run triggered"
1267
1412
  msgstr "Puppet run がトリガーされました"
1268
1413
 
1269
- #: ../lib/hammer_cli_foreman/host.rb:357
1414
+ #: ../lib/hammer_cli_foreman/host.rb:228
1270
1415
  msgid "Host created"
1271
1416
  msgstr "ホストが作成されました"
1272
1417
 
1273
- #: ../lib/hammer_cli_foreman/host.rb:358
1418
+ #: ../lib/hammer_cli_foreman/host.rb:229
1274
1419
  msgid "Could not create the host"
1275
1420
  msgstr "ホストを作成できませんでした"
1276
1421
 
1277
- #: ../lib/hammer_cli_foreman/host.rb:375
1422
+ #: ../lib/hammer_cli_foreman/host.rb:247
1278
1423
  msgid "Host updated"
1279
1424
  msgstr "ホストが更新されました"
1280
1425
 
1281
- #: ../lib/hammer_cli_foreman/host.rb:376
1426
+ #: ../lib/hammer_cli_foreman/host.rb:248
1282
1427
  msgid "Could not update the host"
1283
1428
  msgstr "ホストを更新できませんでした"
1284
1429
 
1285
- #: ../lib/hammer_cli_foreman/host.rb:383
1430
+ #: ../lib/hammer_cli_foreman/host.rb:256
1286
1431
  msgid "Host deleted"
1287
1432
  msgstr "ホストが削除されました"
1288
1433
 
1289
- #: ../lib/hammer_cli_foreman/host.rb:384
1434
+ #: ../lib/hammer_cli_foreman/host.rb:257
1290
1435
  msgid "Could not delete the host"
1291
1436
  msgstr "ホストを削除できませんでした"
1292
1437
 
1293
- #: ../lib/hammer_cli_foreman/host.rb:391
1438
+ #: ../lib/hammer_cli_foreman/host.rb:264
1294
1439
  msgid "Create or update parameter for a host."
1295
1440
  msgstr "ホストのパラメーターを作成または更新します。"
1296
1441
 
1297
- #: ../lib/hammer_cli_foreman/host.rb:393
1442
+ #: ../lib/hammer_cli_foreman/host.rb:266
1298
1443
  msgid "Host parameter updated"
1299
1444
  msgstr "ホストパラメーターが更新されました"
1300
1445
 
1301
- #: ../lib/hammer_cli_foreman/host.rb:394
1446
+ #: ../lib/hammer_cli_foreman/host.rb:267
1302
1447
  msgid "New host parameter created"
1303
1448
  msgstr "新規ホストパラメーターが作成されました"
1304
1449
 
1305
- #: ../lib/hammer_cli_foreman/host.rb:395
1450
+ #: ../lib/hammer_cli_foreman/host.rb:268
1306
1451
  msgid "Could not set host parameter"
1307
1452
  msgstr "ホストパラメーターを設定できませんでした"
1308
1453
 
1309
- #: ../lib/hammer_cli_foreman/host.rb:407
1454
+ #: ../lib/hammer_cli_foreman/host.rb:280
1310
1455
  msgid "Delete parameter for a host."
1311
1456
  msgstr "ホストのパラメーターを削除します。"
1312
1457
 
1313
- #: ../lib/hammer_cli_foreman/host.rb:409
1458
+ #: ../lib/hammer_cli_foreman/host.rb:282
1314
1459
  msgid "Host parameter deleted"
1315
1460
  msgstr "ホストパラメーターが削除されました"
1316
1461
 
1317
- #: ../lib/hammer_cli_foreman/host.rb:424
1462
+ #: ../lib/hammer_cli_foreman/host.rb:297
1318
1463
  msgid "Power a host on"
1319
1464
  msgstr "ホストのパワーをオンにする"
1320
1465
 
1321
- #: ../lib/hammer_cli_foreman/host.rb:425
1466
+ #: ../lib/hammer_cli_foreman/host.rb:298
1322
1467
  msgid "The host is starting."
1323
1468
  msgstr "ホストが起動中です。"
1324
1469
 
1325
- #: ../lib/hammer_cli_foreman/host.rb:442
1470
+ #: ../lib/hammer_cli_foreman/host.rb:315
1326
1471
  msgid "Force turning off a host"
1327
1472
  msgstr "ホストを強制的にオフにする"
1328
1473
 
1329
- #: ../lib/hammer_cli_foreman/host.rb:447
1474
+ #: ../lib/hammer_cli_foreman/host.rb:320
1330
1475
  msgid "Power a host off"
1331
1476
  msgstr "ホストのパワーをオフにする"
1332
1477
 
1333
- #: ../lib/hammer_cli_foreman/host.rb:459
1478
+ #: ../lib/hammer_cli_foreman/host.rb:332
1334
1479
  msgid "Power off forced."
1335
1480
  msgstr "パワーオフが強制されました。"
1336
1481
 
1337
- #: ../lib/hammer_cli_foreman/host.rb:461
1482
+ #: ../lib/hammer_cli_foreman/host.rb:334
1338
1483
  msgid "Powering the host off."
1339
1484
  msgstr "ホストのパワーをオフにしています。"
1340
1485
 
1341
- #: ../lib/hammer_cli_foreman/host.rb:478
1486
+ #: ../lib/hammer_cli_foreman/host.rb:351
1342
1487
  msgid "Reboot a host"
1343
1488
  msgstr "ホストの再起動"
1344
1489
 
1345
- #: ../lib/hammer_cli_foreman/host.rb:479
1490
+ #: ../lib/hammer_cli_foreman/host.rb:352
1346
1491
  msgid "Host reboot started."
1347
1492
  msgstr "ホストの再起動が開始されました。"
1348
1493
 
1349
- #: ../lib/hammer_cli_foreman/host.rb:515
1494
+ #: ../lib/hammer_cli_foreman/host.rb:388
1350
1495
  msgid "Rebuild orchestration related configurations for host"
1351
1496
  msgstr ""
1352
1497
 
1353
- #: ../lib/hammer_cli_foreman/host.rb:516
1498
+ #: ../lib/hammer_cli_foreman/host.rb:389
1354
1499
  msgid "Configuration successfully rebuilt."
1355
- msgstr ""
1500
+ msgstr "設定が正常に再ビルドされました。"
1356
1501
 
1357
1502
  #: ../lib/hammer_cli_foreman/hostgroup.rb:10
1358
1503
  msgid "List of puppetclass ids"
@@ -1376,7 +1521,7 @@ msgstr "root パスワード"
1376
1521
 
1377
1522
  #: ../lib/hammer_cli_foreman/hostgroup.rb:23
1378
1523
  msgid "Enter the root password for the host group:"
1379
- msgstr ""
1524
+ msgstr "ホストグループの root パスワードを入力:"
1380
1525
 
1381
1526
  #: ../lib/hammer_cli_foreman/hostgroup.rb:59 ../lib/hammer_cli_foreman/operating_system.rb:11
1382
1527
  msgid "Title"
@@ -1446,6 +1591,72 @@ msgstr "ホストグループのパラメーターの削除。"
1446
1591
  msgid "Hostgroup parameter deleted"
1447
1592
  msgstr "ホストグループのパラメーターが削除されました。"
1448
1593
 
1594
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:6
1595
+ msgid "Available keys for %{option}"
1596
+ msgstr ""
1597
+
1598
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:16
1599
+ #, fuzzy
1600
+ msgid "%{value}, each managed hosts needs to have one primary interface."
1601
+ msgstr "プライマリー"
1602
+
1603
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:20 ../lib/hammer_cli_foreman/hosts/common_update_help.rb:26 ../lib/hammer_cli_foreman/hosts/common_update_help.rb:33
1604
+ msgid "For %{condition}"
1605
+ msgstr ""
1606
+
1607
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:22
1608
+ #, fuzzy
1609
+ msgid "VLAN tag, this attribute has precedence over the subnet VLAN ID. Only for virtual interfaces."
1610
+ msgstr "VLAN ID"
1611
+
1612
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:23
1613
+ #, fuzzy
1614
+ msgid "Identifier of the interface to which this interface belongs, e.g. eth1."
1615
+ msgstr "識別子"
1616
+
1617
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:29
1618
+ #, fuzzy
1619
+ msgid "Identifiers of slave interfaces, e.g. [eth1,eth2]"
1620
+ msgstr "識別子"
1621
+
1622
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:35
1623
+ #, fuzzy
1624
+ msgid "always IPMI"
1625
+ msgstr "IP アドレス"
1626
+
1627
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:42
1628
+ #, fuzzy
1629
+ msgid "Provider specific options"
1630
+ msgstr "プロバイダー"
1631
+
1632
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:6
1633
+ msgid "Login of the owner"
1634
+ msgstr "所有者のログイン"
1635
+
1636
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:8
1637
+ msgid "ID of the owner"
1638
+ msgstr "所有者の ID"
1639
+
1640
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:35
1641
+ msgid "Host parameters."
1642
+ msgstr "ホストパラメーター。"
1643
+
1644
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:37
1645
+ msgid "Compute resource attributes."
1646
+ msgstr "コンピュートリソース属性。"
1647
+
1648
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:39
1649
+ msgid "Volume parameters"
1650
+ msgstr "ボリュームパラメーター"
1651
+
1652
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:41
1653
+ msgid "Interface parameters."
1654
+ msgstr "インターフェースパラメーター。"
1655
+
1656
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:55
1657
+ msgid "Enter the root password for the host:"
1658
+ msgstr "ホストの root パスワードを入力:"
1659
+
1449
1660
  #: ../lib/hammer_cli_foreman/id_resolver.rb:36
1450
1661
  msgid "Architecture name"
1451
1662
  msgstr "アーキテクチャー名"
@@ -1472,7 +1683,7 @@ msgstr "ホストグループ名"
1472
1683
 
1473
1684
  #: ../lib/hammer_cli_foreman/id_resolver.rb:43
1474
1685
  msgid "Hostgroup title"
1475
- msgstr ""
1686
+ msgstr "ホストグループタイトル"
1476
1687
 
1477
1688
  #: ../lib/hammer_cli_foreman/id_resolver.rb:46
1478
1689
  msgid "Location name"
@@ -1516,7 +1727,7 @@ msgstr "ユーザーロール名"
1516
1727
 
1517
1728
  #: ../lib/hammer_cli_foreman/id_resolver.rb:57
1518
1729
  msgid "Setting name"
1519
- msgstr ""
1730
+ msgstr "設定名"
1520
1731
 
1521
1732
  #: ../lib/hammer_cli_foreman/id_resolver.rb:58
1522
1733
  msgid "Subnet name"
@@ -1534,9 +1745,9 @@ msgstr "共通パラメーター名"
1534
1745
  msgid "Smart class parameter name"
1535
1746
  msgstr "スマートクラスパラメーター名"
1536
1747
 
1537
- #: ../lib/hammer_cli_foreman/id_resolver.rb:63 ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:113
1748
+ #: ../lib/hammer_cli_foreman/id_resolver.rb:63 ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:112
1538
1749
  msgid "Smart variable name"
1539
- msgstr ""
1750
+ msgstr "スマート変数名"
1540
1751
 
1541
1752
  #: ../lib/hammer_cli_foreman/id_resolver.rb:65
1542
1753
  msgid "Name to search by"
@@ -1552,7 +1763,7 @@ msgstr "%s が見つかりませんでした"
1552
1763
 
1553
1764
  #: ../lib/hammer_cli_foreman/id_resolver.rb:209
1554
1765
  msgid "found more than one %s"
1555
- msgstr ""
1766
+ msgstr "複数の %s が見つかりました"
1556
1767
 
1557
1768
  #: ../lib/hammer_cli_foreman/id_resolver.rb:220
1558
1769
  msgid "Missing options to search %s"
@@ -1600,7 +1811,7 @@ msgstr "イメージを削除できませんでした"
1600
1811
 
1601
1812
  #: ../lib/hammer_cli_foreman/interface.rb:6
1602
1813
  msgid "View and manage host's network interfaces"
1603
- msgstr ""
1814
+ msgstr "ホストのネットワークインターフェースを表示および管理"
1604
1815
 
1605
1816
  #: ../lib/hammer_cli_foreman/interface.rb:10
1606
1817
  msgid "primary"
@@ -1608,7 +1819,7 @@ msgstr "プライマリー"
1608
1819
 
1609
1820
  #: ../lib/hammer_cli_foreman/interface.rb:11
1610
1821
  msgid "provision"
1611
- msgstr ""
1822
+ msgstr "プロビジョニング"
1612
1823
 
1613
1824
  #: ../lib/hammer_cli_foreman/interface.rb:28 ../lib/hammer_cli_foreman/interface.rb:48
1614
1825
  msgid "DNS name"
@@ -1632,7 +1843,7 @@ msgstr "タグ"
1632
1843
 
1633
1844
  #: ../lib/hammer_cli_foreman/interface.rb:56
1634
1845
  msgid "Attached to"
1635
- msgstr ""
1846
+ msgstr "接続先"
1636
1847
 
1637
1848
  #: ../lib/hammer_cli_foreman/interface.rb:58
1638
1849
  msgid "BMC"
@@ -1648,47 +1859,47 @@ msgstr "モード"
1648
1859
 
1649
1860
  #: ../lib/hammer_cli_foreman/interface.rb:65
1650
1861
  msgid "Attached devices"
1651
- msgstr ""
1862
+ msgstr "接続されたデバイス"
1652
1863
 
1653
1864
  #: ../lib/hammer_cli_foreman/interface.rb:66
1654
1865
  msgid "Bond options"
1655
- msgstr ""
1866
+ msgstr "ボンディングオプション"
1656
1867
 
1657
1868
  #: ../lib/hammer_cli_foreman/interface.rb:77
1658
1869
  msgid "Should this interface be used for constructing the FQDN of the host? Each managed hosts needs to have one primary interface."
1659
- msgstr ""
1870
+ msgstr "このインターフェースをホストの FQDN の構築に使用する必要がありますか? 各管理対象ホストには 1 つのプライマリーインターフェースがある必要があります。"
1660
1871
 
1661
1872
  #: ../lib/hammer_cli_foreman/interface.rb:78
1662
1873
  msgid "Should this interface be used for TFTP of PXELinux (or SSH for image-based hosts)? Each managed hosts needs to have one provision interface."
1663
- msgstr ""
1874
+ msgstr "このインターフェースを PXELinux の TFTP に使用する必要がありますか (イメージベースのホストの場合は SSH)? 各管理対象ホストには 1 つのプロビジョンインターフェースがある必要があります。"
1664
1875
 
1665
1876
  #: ../lib/hammer_cli_foreman/interface.rb:128
1666
1877
  msgid "Interface created"
1667
- msgstr ""
1878
+ msgstr "作成されたインターフェース"
1668
1879
 
1669
1880
  #: ../lib/hammer_cli_foreman/interface.rb:129
1670
1881
  msgid "Could not create the interface"
1671
- msgstr ""
1882
+ msgstr "インターフェースを作成できませんでした"
1672
1883
 
1673
1884
  #: ../lib/hammer_cli_foreman/interface.rb:131 ../lib/hammer_cli_foreman/interface.rb:144
1674
1885
  msgid "Compute resource specific attributes."
1675
- msgstr ""
1886
+ msgstr "コンピュートリソース固有の属性。"
1676
1887
 
1677
1888
  #: ../lib/hammer_cli_foreman/interface.rb:141
1678
1889
  msgid "Interface updated"
1679
- msgstr ""
1890
+ msgstr "更新されたインターフェース"
1680
1891
 
1681
1892
  #: ../lib/hammer_cli_foreman/interface.rb:142
1682
1893
  msgid "Could not update the interface"
1683
- msgstr ""
1894
+ msgstr "インターフェースを更新できませんでした"
1684
1895
 
1685
1896
  #: ../lib/hammer_cli_foreman/interface.rb:154
1686
1897
  msgid "Interface deleted"
1687
- msgstr ""
1898
+ msgstr "削除されたインターフェース"
1688
1899
 
1689
1900
  #: ../lib/hammer_cli_foreman/interface.rb:155
1690
1901
  msgid "Could not delete the interface"
1691
- msgstr ""
1902
+ msgstr "インターフェースを削除できませんでした"
1692
1903
 
1693
1904
  #: ../lib/hammer_cli_foreman/location.rb:25 ../lib/hammer_cli_foreman/location.rb:64 ../lib/hammer_cli_foreman/location.rb:76
1694
1905
  msgid "Location numeric id to search by"
@@ -1728,31 +1939,31 @@ msgstr "ロケーションを削除できませんでした"
1728
1939
 
1729
1940
  #: ../lib/hammer_cli_foreman/location.rb:88
1730
1941
  msgid "Create or update parameter for a location."
1731
- msgstr ""
1942
+ msgstr "ロケーションのパラメーターを作成または更新します。"
1732
1943
 
1733
1944
  #: ../lib/hammer_cli_foreman/location.rb:90 ../lib/hammer_cli_foreman/organization.rb:91
1734
1945
  msgid "Parameter [%{name}] updated to value [%{value}]"
1735
- msgstr ""
1946
+ msgstr "パラメーター [%{name}] が値 [%{value}] に更新されました"
1736
1947
 
1737
1948
  #: ../lib/hammer_cli_foreman/location.rb:91 ../lib/hammer_cli_foreman/organization.rb:92
1738
1949
  msgid "Parameter [%{name}] created with value [%{value}]"
1739
- msgstr ""
1950
+ msgstr "パラメーター [%{name}] が値 [%{value}] で作成されました"
1740
1951
 
1741
1952
  #: ../lib/hammer_cli_foreman/location.rb:92
1742
1953
  msgid "Could not set location parameter"
1743
- msgstr ""
1954
+ msgstr "ロケーションパラメーターを設定できませんでした"
1744
1955
 
1745
1956
  #: ../lib/hammer_cli_foreman/location.rb:99
1746
1957
  msgid "Delete parameter for a location."
1747
- msgstr ""
1958
+ msgstr "ロケーションのパラメーターを削除します。"
1748
1959
 
1749
1960
  #: ../lib/hammer_cli_foreman/location.rb:101 ../lib/hammer_cli_foreman/organization.rb:102
1750
1961
  msgid "Parameter [%{name}] deleted"
1751
- msgstr ""
1962
+ msgstr "パラメーター [%{name}] が削除されました"
1752
1963
 
1753
1964
  #: ../lib/hammer_cli_foreman/location.rb:102
1754
1965
  msgid "Could not delete location parameter"
1755
- msgstr ""
1966
+ msgstr "ロケーションパラメーターを削除できませんでした"
1756
1967
 
1757
1968
  #: ../lib/hammer_cli_foreman/media.rb:11
1758
1969
  msgid "Path"
@@ -1960,19 +2171,19 @@ msgstr "組織を削除できませんでした"
1960
2171
 
1961
2172
  #: ../lib/hammer_cli_foreman/organization.rb:89
1962
2173
  msgid "Create or update parameter for an organization."
1963
- msgstr ""
2174
+ msgstr "組織のパラメーターを作成または更新します。"
1964
2175
 
1965
2176
  #: ../lib/hammer_cli_foreman/organization.rb:93
1966
2177
  msgid "Could not set organization parameter"
1967
- msgstr ""
2178
+ msgstr "組織のパラメーターを設定できませんでした"
1968
2179
 
1969
2180
  #: ../lib/hammer_cli_foreman/organization.rb:100
1970
2181
  msgid "Delete parameter for an organization."
1971
- msgstr ""
2182
+ msgstr "組織のパラメーターを削除します。"
1972
2183
 
1973
2184
  #: ../lib/hammer_cli_foreman/organization.rb:103
1974
2185
  msgid "Could not delete organization parameter"
1975
- msgstr ""
2186
+ msgstr "組織のパラメーターを削除できませんでした"
1976
2187
 
1977
2188
  #: ../lib/hammer_cli_foreman/partition_table.rb:21 ../lib/hammer_cli_foreman/template.rb:48
1978
2189
  msgid "Locked"
@@ -2080,55 +2291,65 @@ msgstr "ユーザー"
2080
2291
  msgid "User groups"
2081
2292
  msgstr "ユーザーグループ"
2082
2293
 
2083
- #: ../lib/hammer_cli_foreman/references.rb:42
2294
+ #: ../lib/hammer_cli_foreman/references.rb:35 ../lib/hammer_cli_foreman/references.rb:42
2295
+ #, fuzzy
2296
+ msgid "Usergroup"
2297
+ msgstr "ユーザーグループ"
2298
+
2299
+ #: ../lib/hammer_cli_foreman/references.rb:37 ../lib/hammer_cli_foreman/references.rb:44 ../lib/hammer_cli_foreman/references.rb:142
2300
+ msgid "Roles"
2301
+ msgstr "ロール"
2302
+
2303
+ #: ../lib/hammer_cli_foreman/references.rb:41
2304
+ #, fuzzy
2305
+ msgid "Inherited User groups"
2306
+ msgstr "ユーザーグループ"
2307
+
2308
+ #: ../lib/hammer_cli_foreman/references.rb:53
2084
2309
  msgid "Smart proxies"
2085
2310
  msgstr "スマートプロキシー"
2086
2311
 
2087
- #: ../lib/hammer_cli_foreman/references.rb:50
2312
+ #: ../lib/hammer_cli_foreman/references.rb:61
2088
2313
  msgid "Compute resources"
2089
2314
  msgstr "コンピュートリソース"
2090
2315
 
2091
- #: ../lib/hammer_cli_foreman/references.rb:58
2316
+ #: ../lib/hammer_cli_foreman/references.rb:69
2092
2317
  msgid "Installation media"
2093
2318
  msgstr "インストールメディア"
2094
2319
 
2095
- #: ../lib/hammer_cli_foreman/references.rb:66
2320
+ #: ../lib/hammer_cli_foreman/references.rb:77
2096
2321
  msgid "Templates"
2097
2322
  msgstr "テンプレート"
2098
2323
 
2099
- #: ../lib/hammer_cli_foreman/references.rb:74
2324
+ #: ../lib/hammer_cli_foreman/references.rb:85
2100
2325
  msgid "Domains"
2101
2326
  msgstr "ドメイン"
2102
2327
 
2103
- #: ../lib/hammer_cli_foreman/references.rb:82
2328
+ #: ../lib/hammer_cli_foreman/references.rb:93
2104
2329
  msgid "Environments"
2105
2330
  msgstr "環境"
2106
2331
 
2107
- #: ../lib/hammer_cli_foreman/references.rb:90
2332
+ #: ../lib/hammer_cli_foreman/references.rb:101
2108
2333
  msgid "Hostgroups"
2109
2334
  msgstr "ホストグループ "
2110
2335
 
2111
- #: ../lib/hammer_cli_foreman/references.rb:98
2336
+ #: ../lib/hammer_cli_foreman/references.rb:109
2112
2337
  msgid "Subnets"
2113
2338
  msgstr "サブネット"
2114
2339
 
2115
- #: ../lib/hammer_cli_foreman/references.rb:107
2340
+ #: ../lib/hammer_cli_foreman/references.rb:118
2116
2341
  msgid "Parameters"
2117
2342
  msgstr "パラメーター"
2118
2343
 
2119
- #: ../lib/hammer_cli_foreman/references.rb:115
2344
+ #: ../lib/hammer_cli_foreman/references.rb:126
2120
2345
  msgid "Puppetclasses"
2121
2346
  msgstr "Puppet クラス"
2122
2347
 
2123
- #: ../lib/hammer_cli_foreman/references.rb:123
2348
+ #: ../lib/hammer_cli_foreman/references.rb:134
2124
2349
  msgid "Operating systems"
2125
2350
  msgstr "オペレーティングシステム"
2126
2351
 
2127
- #: ../lib/hammer_cli_foreman/references.rb:131
2128
- msgid "Roles"
2129
- msgstr "ロール"
2130
-
2131
- #: ../lib/hammer_cli_foreman/references.rb:139
2352
+ #: ../lib/hammer_cli_foreman/references.rb:150
2132
2353
  msgid "External user groups"
2133
2354
  msgstr "外部ユーザーグループ"
2134
2355
 
@@ -2228,53 +2449,45 @@ msgstr "レポートを削除できませんでした"
2228
2449
  msgid "The server does not support such operation."
2229
2450
  msgstr "サーバーはこの操作に対応していません。"
2230
2451
 
2231
- #: ../lib/hammer_cli_foreman/role.rb:20
2452
+ #: ../lib/hammer_cli_foreman/role.rb:13
2232
2453
  msgid "Builtin"
2233
- msgstr ""
2234
-
2235
- #: ../lib/hammer_cli_foreman/role.rb:24
2236
- msgid "Yes"
2237
- msgstr "はい"
2454
+ msgstr "組み込み"
2238
2455
 
2239
- #: ../lib/hammer_cli_foreman/role.rb:24
2240
- msgid "No"
2241
- msgstr "いいえ"
2242
-
2243
- #: ../lib/hammer_cli_foreman/role.rb:36
2456
+ #: ../lib/hammer_cli_foreman/role.rb:32
2244
2457
  msgid "User role id"
2245
2458
  msgstr "ユーザーロール ID"
2246
2459
 
2247
- #: ../lib/hammer_cli_foreman/role.rb:64
2460
+ #: ../lib/hammer_cli_foreman/role.rb:60
2248
2461
  msgid "User role [%<name>s] created"
2249
2462
  msgstr "ユーザーロール [%<name>s] が作成されました"
2250
2463
 
2251
- #: ../lib/hammer_cli_foreman/role.rb:65
2464
+ #: ../lib/hammer_cli_foreman/role.rb:61
2252
2465
  msgid "Could not create the user role"
2253
2466
  msgstr "ユーザーロールを作成できませんでした"
2254
2467
 
2255
- #: ../lib/hammer_cli_foreman/role.rb:72
2468
+ #: ../lib/hammer_cli_foreman/role.rb:68
2256
2469
  msgid "User role [%<name>s] updated"
2257
2470
  msgstr "ユーザーロール [%<name>s] が更新されました"
2258
2471
 
2259
- #: ../lib/hammer_cli_foreman/role.rb:73
2472
+ #: ../lib/hammer_cli_foreman/role.rb:69
2260
2473
  msgid "Could not update the user role"
2261
2474
  msgstr "ユーザーロールを更新できませんでした"
2262
2475
 
2263
- #: ../lib/hammer_cli_foreman/role.rb:80
2476
+ #: ../lib/hammer_cli_foreman/role.rb:76
2264
2477
  msgid "User role [%<name>s] deleted"
2265
2478
  msgstr "ユーザーロール [%<name>s] が削除されました"
2266
2479
 
2267
- #: ../lib/hammer_cli_foreman/role.rb:81
2480
+ #: ../lib/hammer_cli_foreman/role.rb:77
2268
2481
  msgid "Could not delete the user roles"
2269
2482
  msgstr "ユーザーロールを削除できませんでした"
2270
2483
 
2271
2484
  #: ../lib/hammer_cli_foreman/settings.rb:28
2272
2485
  msgid "Setting [%{name}] updated to [%{value}]"
2273
- msgstr ""
2486
+ msgstr "設定 [%{name}] が [%{value}] に更新されました"
2274
2487
 
2275
2488
  #: ../lib/hammer_cli_foreman/settings.rb:29
2276
2489
  msgid "Could not update the setting"
2277
- msgstr ""
2490
+ msgstr "設定を更新できませんでした"
2278
2491
 
2279
2492
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:11 ../lib/hammer_cli_foreman/smart_variable.rb:11
2280
2493
  msgid "Default Value"
@@ -2296,7 +2509,7 @@ msgstr "クラス ID"
2296
2509
  msgid "Hidden Value?"
2297
2510
  msgstr ""
2298
2511
 
2299
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:62 ../lib/hammer_cli_foreman/smart_class_parameter.rb:78
2512
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:62 ../lib/hammer_cli_foreman/smart_class_parameter.rb:79
2300
2513
  #, fuzzy
2301
2514
  msgid "Use puppet default"
2302
2515
  msgstr "デフォルト"
@@ -2319,25 +2532,25 @@ msgstr "値の上書き"
2319
2532
 
2320
2533
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:70 ../lib/hammer_cli_foreman/smart_variable.rb:61
2321
2534
  msgid "Merge overrides"
2322
- msgstr ""
2535
+ msgstr "上書きをマージ"
2323
2536
 
2324
2537
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:71 ../lib/hammer_cli_foreman/smart_variable.rb:62
2325
2538
  msgid "Merge default value"
2326
- msgstr ""
2539
+ msgstr "デフォルト値をマージ"
2327
2540
 
2328
2541
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:72 ../lib/hammer_cli_foreman/smart_variable.rb:63
2329
2542
  msgid "Avoid duplicates"
2330
- msgstr ""
2543
+ msgstr "重複を回避"
2331
2544
 
2332
2545
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:73 ../lib/hammer_cli_foreman/smart_variable.rb:64
2333
2546
  msgid "Order"
2334
2547
  msgstr "順序"
2335
2548
 
2336
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:74 ../lib/hammer_cli_foreman/smart_variable.rb:65
2549
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:75 ../lib/hammer_cli_foreman/smart_variable.rb:65
2337
2550
  msgid "Values"
2338
2551
  msgstr "値"
2339
2552
 
2340
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:76 ../lib/hammer_cli_foreman/smart_variable.rb:67
2553
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:77 ../lib/hammer_cli_foreman/smart_variable.rb:67
2341
2554
  msgid "Match"
2342
2555
  msgstr "一致"
2343
2556
 
@@ -2361,31 +2574,29 @@ msgstr "このパラメーターは必須です。"
2361
2574
  msgid "Type of the parameter."
2362
2575
  msgstr "パラメーターのタイプ。"
2363
2576
 
2364
- #: ../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
2577
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:120 ../lib/hammer_cli_foreman/smart_variable.rb:92 ../lib/hammer_cli_foreman/smart_variable.rb:106
2365
2578
  msgid "Type of the validator."
2366
2579
  msgstr "バリデーターのタイプ。"
2367
2580
 
2368
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:134 ../lib/hammer_cli_foreman/smart_variable.rb:126
2581
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:134 ../lib/hammer_cli_foreman/smart_variable.rb:125
2369
2582
  msgid "Override value created"
2370
- msgstr ""
2583
+ msgstr "作成された値を上書き"
2371
2584
 
2372
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:135 ../lib/hammer_cli_foreman/smart_variable.rb:127
2373
- #, fuzzy
2585
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:135 ../lib/hammer_cli_foreman/smart_variable.rb:126
2374
2586
  msgid "Could not create the override value"
2375
- msgstr "ユーザーロールを作成できませんでした"
2587
+ msgstr ""
2376
2588
 
2377
2589
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:145
2378
- #, fuzzy
2379
2590
  msgid "Cannot use --value when --use-puppet-default is true"
2380
- msgstr "デフォルト"
2591
+ msgstr ""
2381
2592
 
2382
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:158 ../lib/hammer_cli_foreman/smart_variable.rb:139
2593
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:158 ../lib/hammer_cli_foreman/smart_variable.rb:138
2383
2594
  msgid "Override value deleted"
2384
- msgstr ""
2595
+ msgstr "削除された値を上書き"
2385
2596
 
2386
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:159 ../lib/hammer_cli_foreman/smart_variable.rb:140
2597
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:159 ../lib/hammer_cli_foreman/smart_variable.rb:139
2387
2598
  msgid "Could not delete the override value"
2388
- msgstr ""
2599
+ msgstr "上書き値を削除できませんでした"
2389
2600
 
2390
2601
  #: ../lib/hammer_cli_foreman/smart_proxy.rb:13
2391
2602
  msgid "URL"
@@ -2443,37 +2654,37 @@ msgstr "スマートプロキシー機能が更新が失敗しました"
2443
2654
  msgid "Variable"
2444
2655
  msgstr ""
2445
2656
 
2446
- #: ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:113
2657
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:112
2447
2658
  msgid "Use --variable instead"
2448
2659
  msgstr ""
2449
2660
 
2450
- #: ../lib/hammer_cli_foreman/smart_variable.rb:85
2661
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:84
2451
2662
  msgid "Smart variable [%{variable}] created"
2452
- msgstr ""
2663
+ msgstr "スマート変数 [%{variable}] が作成されました"
2453
2664
 
2454
- #: ../lib/hammer_cli_foreman/smart_variable.rb:86
2665
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:85
2455
2666
  msgid "Could not create the smart variable"
2456
- msgstr ""
2667
+ msgstr "スマート変数を作成できませんでした"
2457
2668
 
2458
- #: ../lib/hammer_cli_foreman/smart_variable.rb:90 ../lib/hammer_cli_foreman/smart_variable.rb:104
2669
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:89 ../lib/hammer_cli_foreman/smart_variable.rb:103
2459
2670
  msgid "Type of the variable."
2460
- msgstr ""
2671
+ msgstr "変数のタイプ。"
2461
2672
 
2462
- #: ../lib/hammer_cli_foreman/smart_variable.rb:99
2673
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:98
2463
2674
  msgid "Smart variable [%{variable}] updated"
2464
- msgstr ""
2675
+ msgstr "スマート変数 [%{variable}] が更新されました"
2465
2676
 
2466
- #: ../lib/hammer_cli_foreman/smart_variable.rb:100
2677
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:99
2467
2678
  msgid "Could not update the smart variable"
2468
- msgstr ""
2679
+ msgstr "スマート変数を更新できませんでした"
2469
2680
 
2470
- #: ../lib/hammer_cli_foreman/smart_variable.rb:115
2681
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:114
2471
2682
  msgid "Smart variable [%{variable}] deleted"
2472
- msgstr ""
2683
+ msgstr "スマート変数 [%{variable}] が削除されました"
2473
2684
 
2474
- #: ../lib/hammer_cli_foreman/smart_variable.rb:116
2685
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:115
2475
2686
  msgid "Could not delete the smart variable"
2476
- msgstr ""
2687
+ msgstr "スマート変数を削除できませんでした"
2477
2688
 
2478
2689
  #: ../lib/hammer_cli_foreman/subnet.rb:13
2479
2690
  msgid "Mask"
@@ -2592,14 +2803,12 @@ msgid "Update the default PXE menu on all configured TFTP servers"
2592
2803
  msgstr "すべての設定済み TFTP サーバーでのデフォルト PXE メニューの更新"
2593
2804
 
2594
2805
  #: ../lib/hammer_cli_foreman/template.rb:164
2595
- #, fuzzy
2596
2806
  msgid "Config template cloned"
2597
- msgstr "設定テンプレートが作成されました。"
2807
+ msgstr ""
2598
2808
 
2599
2809
  #: ../lib/hammer_cli_foreman/template.rb:165
2600
- #, fuzzy
2601
2810
  msgid "Could not clone the config template"
2602
- msgstr "設定テンプレートを作成できませんでした。"
2811
+ msgstr ""
2603
2812
 
2604
2813
  #: ../lib/hammer_cli_foreman/user.rb:11
2605
2814
  msgid "Login"
@@ -2633,39 +2842,39 @@ msgstr "タイムゾーン"
2633
2842
  msgid "Last login"
2634
2843
  msgstr "最終ログイン"
2635
2844
 
2636
- #: ../lib/hammer_cli_foreman/user.rb:34
2845
+ #: ../lib/hammer_cli_foreman/user.rb:35
2637
2846
  msgid "Default organization"
2638
2847
  msgstr "デフォルトの組織"
2639
2848
 
2640
- #: ../lib/hammer_cli_foreman/user.rb:35
2849
+ #: ../lib/hammer_cli_foreman/user.rb:36
2641
2850
  msgid "Default location"
2642
- msgstr "デフォルトの場所"
2851
+ msgstr "デフォルトのロケーション"
2643
2852
 
2644
- #: ../lib/hammer_cli_foreman/user.rb:43 ../lib/hammer_cli_foreman/user.rb:44
2853
+ #: ../lib/hammer_cli_foreman/user.rb:44 ../lib/hammer_cli_foreman/user.rb:45
2645
2854
  msgid "default"
2646
2855
  msgstr "デフォルト"
2647
2856
 
2648
- #: ../lib/hammer_cli_foreman/user.rb:54
2857
+ #: ../lib/hammer_cli_foreman/user.rb:56
2649
2858
  msgid "User [%{login}] created"
2650
- msgstr ""
2859
+ msgstr "ユーザー [%{login}] が作成されました"
2651
2860
 
2652
- #: ../lib/hammer_cli_foreman/user.rb:55
2861
+ #: ../lib/hammer_cli_foreman/user.rb:57
2653
2862
  msgid "Could not create the user"
2654
2863
  msgstr "ユーザーを作成できませんでした"
2655
2864
 
2656
- #: ../lib/hammer_cli_foreman/user.rb:62
2865
+ #: ../lib/hammer_cli_foreman/user.rb:64
2657
2866
  msgid "User [%{login}] updated"
2658
- msgstr ""
2867
+ msgstr "ユーザー [%{login}] が更新されました"
2659
2868
 
2660
- #: ../lib/hammer_cli_foreman/user.rb:63
2869
+ #: ../lib/hammer_cli_foreman/user.rb:65
2661
2870
  msgid "Could not update the user"
2662
2871
  msgstr "ユーザーを更新できませんでした"
2663
2872
 
2664
- #: ../lib/hammer_cli_foreman/user.rb:70
2873
+ #: ../lib/hammer_cli_foreman/user.rb:72
2665
2874
  msgid "User [%{login}] deleted"
2666
- msgstr ""
2875
+ msgstr "ユーザー [%{login}] が削除されました"
2667
2876
 
2668
- #: ../lib/hammer_cli_foreman/user.rb:71
2877
+ #: ../lib/hammer_cli_foreman/user.rb:73
2669
2878
  msgid "Could not delete the user"
2670
2879
  msgstr "ユーザーを削除できませんでした"
2671
2880
 
@@ -2692,3 +2901,19 @@ msgstr "ユーザーグループ [%<name>s] が削除されました"
2692
2901
  #: ../lib/hammer_cli_foreman/usergroup.rb:47
2693
2902
  msgid "Could not delete the user group"
2694
2903
  msgstr "ユーザーグループを削除できませんでした"
2904
+
2905
+ #: ../lib/hammer_cli_foreman/auth.rb:39
2906
+ #~ msgid ""
2907
+ #~ "You are currently not logged in to any service.\n"
2908
+ #~ "Use the service to set credentials."
2909
+ #~ msgstr ""
2910
+ #~ "ユーザーは現在いずれのサービスにもログインしていません。\n"
2911
+ #~ "資格情報を設定するためにサービスを使用します。"
2912
+
2913
+ #: ../lib/hammer_cli_foreman/role.rb:24
2914
+ #~ msgid "Yes"
2915
+ #~ msgstr "はい"
2916
+
2917
+ #: ../lib/hammer_cli_foreman/role.rb:24
2918
+ #~ msgid "No"
2919
+ #~ msgstr "いいえ"