hammer_cli_foreman_discovery 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. checksums.yaml +5 -5
  2. data/lib/hammer_cli_foreman_discovery/discovery.rb +45 -0
  3. data/lib/hammer_cli_foreman_discovery/version.rb +1 -1
  4. data/locale/Makefile +3 -3
  5. data/locale/ca/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  6. data/locale/ca/hammer_cli_foreman_discovery.edit.po +77 -67
  7. data/locale/ca/hammer_cli_foreman_discovery.po +16 -5
  8. data/locale/de/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  9. data/locale/de/hammer_cli_foreman_discovery.edit.po +78 -69
  10. data/locale/de/hammer_cli_foreman_discovery.po +16 -5
  11. data/locale/en/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  12. data/locale/en/hammer_cli_foreman_discovery.edit.po +62 -50
  13. data/locale/en/hammer_cli_foreman_discovery.po +14 -5
  14. data/locale/en_GB/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  15. data/locale/en_GB/hammer_cli_foreman_discovery.edit.po +78 -68
  16. data/locale/en_GB/hammer_cli_foreman_discovery.po +17 -6
  17. data/locale/es/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  18. data/locale/es/hammer_cli_foreman_discovery.edit.po +84 -74
  19. data/locale/es/hammer_cli_foreman_discovery.po +16 -5
  20. data/locale/fr/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  21. data/locale/fr/hammer_cli_foreman_discovery.edit.po +77 -68
  22. data/locale/fr/hammer_cli_foreman_discovery.po +16 -5
  23. data/locale/hammer_cli_foreman_discovery.pot +76 -64
  24. data/locale/it/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  25. data/locale/it/hammer_cli_foreman_discovery.edit.po +82 -69
  26. data/locale/it/hammer_cli_foreman_discovery.po +17 -6
  27. data/locale/ja/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  28. data/locale/ja/hammer_cli_foreman_discovery.edit.po +78 -68
  29. data/locale/ja/hammer_cli_foreman_discovery.po +17 -6
  30. data/locale/ko/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  31. data/locale/ko/hammer_cli_foreman_discovery.edit.po +79 -67
  32. data/locale/ko/hammer_cli_foreman_discovery.po +16 -5
  33. data/locale/pt_BR/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  34. data/locale/pt_BR/hammer_cli_foreman_discovery.edit.po +83 -72
  35. data/locale/pt_BR/hammer_cli_foreman_discovery.po +17 -6
  36. data/locale/ru/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  37. data/locale/ru/hammer_cli_foreman_discovery.edit.po +83 -71
  38. data/locale/ru/hammer_cli_foreman_discovery.po +16 -5
  39. data/locale/zh_CN/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  40. data/locale/zh_CN/hammer_cli_foreman_discovery.edit.po +83 -70
  41. data/locale/zh_CN/hammer_cli_foreman_discovery.po +17 -6
  42. data/locale/zh_TW/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  43. data/locale/zh_TW/hammer_cli_foreman_discovery.edit.po +81 -68
  44. data/locale/zh_TW/hammer_cli_foreman_discovery.po +16 -5
  45. metadata +4 -5
@@ -6,7 +6,7 @@
6
6
  # Vladimir Pavlov <v.pavlov@i-teco.ru>, 2015
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: hammer_cli_foreman_discovery 0.0.2\n"
9
+ "Project-Id-Version: hammer_cli_foreman_discovery 1.0.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
11
  "PO-Revision-Date: 2015-07-02 10:43+0000\n"
12
12
  "Last-Translator: Vladimir Pavlov <v.pavlov@i-teco.ru>\n"
@@ -35,9 +35,6 @@ msgstr "Имя"
35
35
  msgid "MAC"
36
36
  msgstr "MAC"
37
37
 
38
- msgid "Last report"
39
- msgstr "Последний отчет"
40
-
41
38
  msgid "CPUs"
42
39
  msgstr "CPU"
43
40
 
@@ -53,7 +50,7 @@ msgstr "Размер диска"
53
50
  msgid "Subnet"
54
51
  msgstr "Подсеть"
55
52
 
56
- msgid "Last Report"
53
+ msgid "Last report"
57
54
  msgstr "Последний отчет"
58
55
 
59
56
  msgid "IP"
@@ -98,9 +95,23 @@ msgstr "Введите пароль суперпользователя для у
98
95
  msgid "Auto provision a host"
99
96
  msgstr "Автоматическая подготовка узла"
100
97
 
98
+ msgid "Auto provision all discovered hosts"
99
+ msgstr ""
100
+
101
+ #, fuzzy
102
+ msgid "Hosts created"
103
+ msgstr "Узел создан"
104
+
101
105
  msgid "Reboot a host"
102
106
  msgstr "Перезагрузить узел"
103
107
 
108
+ msgid "Reboot all discovered hosts"
109
+ msgstr ""
110
+
111
+ #, fuzzy
112
+ msgid "Rebooting hosts"
113
+ msgstr "Перезагрузить узел"
114
+
104
115
  msgid "Host reboot started"
105
116
  msgstr "Узел будет перезагружен"
106
117
 
@@ -1,202 +1,215 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
- #
4
+ #
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: Foreman\n"
8
+ "Project-Id-Version: hammer_cli_foreman_discovery 1.0.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2015-03-19 15:06+0200\n"
11
- "PO-Revision-Date: 2016-08-22 15:04+0000\n"
12
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
13
- "Language-Team: Chinese (China) (http://www.transifex.com/foreman/foreman/language/zh_CN/)\n"
10
+ "PO-Revision-Date: 2015-03-22 13:12+0000\n"
11
+ "Last-Translator: Lukáš Zapletal\n"
12
+ "Language-Team: Chinese (China) (http://www.transifex.com/foreman/foreman/langu"
13
+ "age/zh_CN/)\n"
14
+ "Language: zh_CN\n"
14
15
  "MIME-Version: 1.0\n"
15
16
  "Content-Type: text/plain; charset=UTF-8\n"
16
17
  "Content-Transfer-Encoding: 8bit\n"
17
- "Language: zh_CN\n"
18
18
  "Plural-Forms: nplurals=1; plural=0;\n"
19
19
 
20
- #: lib/hammer_cli_foreman_discovery/discovery_references.rb:6
21
- msgid "Hosts"
22
- msgstr "主机"
20
+ #: ../lib/hammer_cli_foreman_discovery.rb:7
21
+ msgid "Manipulate discovered hosts."
22
+ msgstr "修改发现的主机。"
23
+
24
+ #: ../lib/hammer_cli_foreman_discovery.rb:11
25
+ msgid "Manipulate discovered rules."
26
+ msgstr "修改发现的规则。"
23
27
 
24
- #: lib/hammer_cli_foreman_discovery/discovery.rb:12
25
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:23
28
+ # translation auto-copied from project subscription-manager, version 1.10.10, document keys
29
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:16 ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:26
26
30
  msgid "ID"
27
31
  msgstr "ID"
28
32
 
29
- #: lib/hammer_cli_foreman_discovery/discovery.rb:13
30
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:24
33
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:17 ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:27
31
34
  msgid "Name"
32
35
  msgstr "名称"
33
36
 
34
- #: lib/hammer_cli_foreman_discovery/discovery.rb:14
37
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:18
35
38
  msgid "MAC"
36
39
  msgstr "MAC"
37
40
 
38
- #: lib/hammer_cli_foreman_discovery/discovery.rb:15
39
- msgid "Last report"
40
- msgstr "最后的报告"
41
-
42
- #: lib/hammer_cli_foreman_discovery/discovery.rb:16
41
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:19
43
42
  msgid "CPUs"
44
43
  msgstr "处理器"
45
44
 
46
- #: lib/hammer_cli_foreman_discovery/discovery.rb:17
45
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:20
47
46
  msgid "Memory"
48
47
  msgstr "内存"
49
48
 
50
- #: lib/hammer_cli_foreman_discovery/discovery.rb:18
49
+ # translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery, author Leah Liu
50
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:21
51
51
  msgid "Disk count"
52
52
  msgstr "磁盘计数"
53
53
 
54
- #: lib/hammer_cli_foreman_discovery/discovery.rb:19
54
+ # translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery, author Leah Liu
55
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:22
55
56
  msgid "Disks size"
56
57
  msgstr "磁盘大小"
57
58
 
58
- #: lib/hammer_cli_foreman_discovery/discovery.rb:20
59
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:23
59
60
  msgid "Subnet"
60
61
  msgstr "子网"
61
62
 
62
- #: lib/hammer_cli_foreman_discovery/discovery.rb:21
63
- msgid "Last Report"
64
- msgstr "最新报告"
63
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:24
64
+ msgid "Last report"
65
+ msgstr "最后的报告"
65
66
 
66
- #: lib/hammer_cli_foreman_discovery/discovery.rb:29
67
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:32
67
68
  msgid "IP"
68
69
  msgstr "IP"
69
70
 
70
- #: lib/hammer_cli_foreman_discovery/discovery.rb:30
71
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:33
71
72
  msgid "Model"
72
73
  msgstr "型号"
73
74
 
74
- #: lib/hammer_cli_foreman_discovery/discovery.rb:31
75
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:34
75
76
  msgid "Organization"
76
77
  msgstr "机构"
77
78
 
78
- #: lib/hammer_cli_foreman_discovery/discovery.rb:32
79
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:35
79
80
  msgid "Location"
80
81
  msgstr "位置"
81
82
 
82
- #: lib/hammer_cli_foreman_discovery/discovery.rb:42
83
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:48
83
84
  msgid "Fact"
84
85
  msgstr "详情"
85
86
 
86
- #: lib/hammer_cli_foreman_discovery/discovery.rb:43
87
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:49
87
88
  msgid "Value"
88
89
  msgstr "值"
89
90
 
90
- #: lib/hammer_cli_foreman_discovery/discovery.rb:60
91
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:66
91
92
  msgid "Host deleted"
92
93
  msgstr "已删除主机"
93
94
 
94
- #: lib/hammer_cli_foreman_discovery/discovery.rb:61
95
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:67
95
96
  msgid "Could not delete the host"
96
97
  msgstr "无法删除主机"
97
98
 
98
- #: lib/hammer_cli_foreman_discovery/discovery.rb:69
99
- #: lib/hammer_cli_foreman_discovery/discovery.rb:123
99
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:75 ../lib/hammer_cli_foreman_discovery/discovery.rb:157
100
100
  msgid "Host created"
101
101
  msgstr "已生成主机"
102
102
 
103
- #: lib/hammer_cli_foreman_discovery/discovery.rb:70
104
- #: lib/hammer_cli_foreman_discovery/discovery.rb:124
103
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:76 ../lib/hammer_cli_foreman_discovery/discovery.rb:158
105
104
  msgid "Could not create the host"
106
105
  msgstr "无法生成主机"
107
106
 
108
- #: lib/hammer_cli_foreman_discovery/discovery.rb:88
107
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:96
109
108
  msgid "Host parameters"
110
109
  msgstr "主机参数"
111
110
 
112
- #: lib/hammer_cli_foreman_discovery/discovery.rb:90
111
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:98
113
112
  msgid "Interface parameters"
114
113
  msgstr "接口参数"
115
114
 
116
- #: lib/hammer_cli_foreman_discovery/discovery.rb:99
115
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:107
117
116
  msgid "Enter the root password for the host:"
118
117
  msgstr "为主机输入 root 密码:"
119
118
 
120
- #: lib/hammer_cli_foreman_discovery/discovery.rb:122
119
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:143
121
120
  msgid "Auto provision a host"
122
121
  msgstr "自动供应主机"
123
122
 
124
- #: lib/hammer_cli_foreman_discovery/discovery.rb:132
123
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:145
124
+ msgid "Auto provision all discovered hosts"
125
+ msgstr ""
126
+
127
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:150
128
+ #, fuzzy
129
+ msgid "Hosts created"
130
+ msgstr "已生成主机"
131
+
132
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:166
125
133
  msgid "Reboot a host"
126
134
  msgstr "重启主机"
127
135
 
128
- #: lib/hammer_cli_foreman_discovery/discovery.rb:133
136
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:168
137
+ msgid "Reboot all discovered hosts"
138
+ msgstr ""
139
+
140
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:174
141
+ #, fuzzy
142
+ msgid "Rebooting hosts"
143
+ msgstr "重启主机"
144
+
145
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:187
129
146
  msgid "Host reboot started"
130
147
  msgstr "开始主机重启"
131
148
 
132
- #: lib/hammer_cli_foreman_discovery/discovery.rb:134
149
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:188
133
150
  msgid "Could not reboot the host"
134
151
  msgstr "无法重启主机"
135
152
 
136
- #: lib/hammer_cli_foreman_discovery/discovery.rb:142
153
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:196
137
154
  msgid "Refresh the facts of a host"
138
155
  msgstr "刷新主机详情"
139
156
 
140
- #: lib/hammer_cli_foreman_discovery/discovery.rb:143
157
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:197
141
158
  msgid "Host facts refreshed"
142
159
  msgstr "已刷新主机详情"
143
160
 
144
- #: lib/hammer_cli_foreman_discovery/discovery.rb:144
161
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:198
145
162
  msgid "Could not refresh the facts of the host"
146
163
  msgstr "无法刷新主机详情"
147
164
 
148
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:25
165
+ #: ../lib/hammer_cli_foreman_discovery/discovery_references.rb:6
166
+ msgid "Hosts"
167
+ msgstr "主机"
168
+
169
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:28
149
170
  msgid "Priority"
150
171
  msgstr "优先权"
151
172
 
152
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:26
173
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:29
153
174
  msgid "Search"
154
- msgstr "搜索"
175
+ msgstr ""
155
176
 
156
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:27
177
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:30
157
178
  msgid "Host Group"
158
179
  msgstr "主机组"
159
180
 
160
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:28
181
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:31
161
182
  msgid "Hosts Limit"
162
183
  msgstr "主机限制"
163
184
 
164
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:29
185
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:32
165
186
  msgid "Enabled"
166
187
  msgstr "已启用"
167
188
 
168
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:38
189
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:41
169
190
  msgid "Hostname template"
170
191
  msgstr "主机名模板"
171
192
 
172
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:46
193
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:50
173
194
  msgid "Rule created"
174
195
  msgstr "已创建的规则"
175
196
 
176
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:47
197
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:51
177
198
  msgid "Could not create the rule"
178
199
  msgstr "无法创建规则"
179
200
 
180
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:54
201
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:58
181
202
  msgid "Rule updated"
182
203
  msgstr "已更新的规则"
183
204
 
184
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:55
205
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:59
185
206
  msgid "Could not update the rule"
186
207
  msgstr "无法更新规则"
187
208
 
188
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:62
209
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:66
189
210
  msgid "Rule deleted"
190
211
  msgstr "已删除的规则"
191
212
 
192
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:63
213
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:67
193
214
  msgid "Could not delete the rule"
194
215
  msgstr "无法删除规则"
195
-
196
- #: lib/hammer_cli_foreman_discovery.rb:7
197
- msgid "Manipulate discovered hosts."
198
- msgstr "修改发现的主机。"
199
-
200
- #: lib/hammer_cli_foreman_discovery.rb:11
201
- msgid "Manipulate discovered rules."
202
- msgstr "修改发现的规则。"
@@ -5,7 +5,7 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: hammer_cli_foreman_discovery 0.0.2\n"
8
+ "Project-Id-Version: hammer_cli_foreman_discovery 1.0.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "PO-Revision-Date: 2015-03-22 13:12+0000\n"
11
11
  "Last-Translator: Lukáš Zapletal\n"
@@ -33,9 +33,6 @@ msgstr "名称"
33
33
  msgid "MAC"
34
34
  msgstr "MAC"
35
35
 
36
- msgid "Last report"
37
- msgstr "最后的报告"
38
-
39
36
  msgid "CPUs"
40
37
  msgstr "处理器"
41
38
 
@@ -53,8 +50,8 @@ msgstr "磁盘大小"
53
50
  msgid "Subnet"
54
51
  msgstr "子网"
55
52
 
56
- msgid "Last Report"
57
- msgstr "最新报告"
53
+ msgid "Last report"
54
+ msgstr "最后的报告"
58
55
 
59
56
  msgid "IP"
60
57
  msgstr "IP"
@@ -98,9 +95,23 @@ msgstr "为主机输入 root 密码:"
98
95
  msgid "Auto provision a host"
99
96
  msgstr "自动供应主机"
100
97
 
98
+ msgid "Auto provision all discovered hosts"
99
+ msgstr ""
100
+
101
+ #, fuzzy
102
+ msgid "Hosts created"
103
+ msgstr "已生成主机"
104
+
101
105
  msgid "Reboot a host"
102
106
  msgstr "重启主机"
103
107
 
108
+ msgid "Reboot all discovered hosts"
109
+ msgstr ""
110
+
111
+ #, fuzzy
112
+ msgid "Rebooting hosts"
113
+ msgstr "重启主机"
114
+
104
115
  msgid "Host reboot started"
105
116
  msgstr "开始主机重启"
106
117
 
@@ -1,202 +1,215 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
- #
4
+ #
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: Foreman\n"
8
+ "Project-Id-Version: hammer_cli_foreman_discovery 1.0.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2015-03-19 15:06+0200\n"
11
- "PO-Revision-Date: 2016-07-29 12:49+0000\n"
12
- "Last-Translator: mbacovsky <martin.bacovsky@gmail.com>\n"
13
- "Language-Team: Chinese (Taiwan) (http://www.transifex.com/foreman/foreman/language/zh_TW/)\n"
10
+ "PO-Revision-Date: 2015-03-22 13:12+0000\n"
11
+ "Last-Translator: Lukáš Zapletal\n"
12
+ "Language-Team: Chinese (Taiwan) (http://www.transifex.com/foreman/foreman/lang"
13
+ "uage/zh_TW/)\n"
14
+ "Language: zh_TW\n"
14
15
  "MIME-Version: 1.0\n"
15
16
  "Content-Type: text/plain; charset=UTF-8\n"
16
17
  "Content-Transfer-Encoding: 8bit\n"
17
- "Language: zh_TW\n"
18
18
  "Plural-Forms: nplurals=1; plural=0;\n"
19
19
 
20
- #: lib/hammer_cli_foreman_discovery/discovery_references.rb:6
21
- msgid "Hosts"
22
- msgstr "主機"
20
+ #: ../lib/hammer_cli_foreman_discovery.rb:7
21
+ msgid "Manipulate discovered hosts."
22
+ msgstr "操作發現的主機。"
23
23
 
24
- #: lib/hammer_cli_foreman_discovery/discovery.rb:12
25
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:23
24
+ #: ../lib/hammer_cli_foreman_discovery.rb:11
25
+ msgid "Manipulate discovered rules."
26
+ msgstr "操作發現的規則。"
27
+
28
+ # translation auto-copied from project NetworkManager, version 0.9.9.0, document NetworkManager, author tchuang
29
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:16 ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:26
26
30
  msgid "ID"
27
31
  msgstr "ID"
28
32
 
29
- #: lib/hammer_cli_foreman_discovery/discovery.rb:13
30
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:24
33
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:17 ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:27
31
34
  msgid "Name"
32
35
  msgstr "名稱"
33
36
 
34
- #: lib/hammer_cli_foreman_discovery/discovery.rb:14
37
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:18
35
38
  msgid "MAC"
36
39
  msgstr "MAC"
37
40
 
38
- #: lib/hammer_cli_foreman_discovery/discovery.rb:15
39
- msgid "Last report"
40
- msgstr "最後一份報告"
41
-
42
- #: lib/hammer_cli_foreman_discovery/discovery.rb:16
41
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:19
43
42
  msgid "CPUs"
44
43
  msgstr "CPU"
45
44
 
46
- #: lib/hammer_cli_foreman_discovery/discovery.rb:17
45
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:20
47
46
  msgid "Memory"
48
47
  msgstr "記憶體"
49
48
 
50
- #: lib/hammer_cli_foreman_discovery/discovery.rb:18
49
+ # translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery, author tchuang
50
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:21
51
51
  msgid "Disk count"
52
52
  msgstr "磁碟計數"
53
53
 
54
- #: lib/hammer_cli_foreman_discovery/discovery.rb:19
54
+ # translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery, author tchuang
55
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:22
55
56
  msgid "Disks size"
56
57
  msgstr "磁碟大小"
57
58
 
58
- #: lib/hammer_cli_foreman_discovery/discovery.rb:20
59
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:23
59
60
  msgid "Subnet"
60
61
  msgstr "子網路"
61
62
 
62
- #: lib/hammer_cli_foreman_discovery/discovery.rb:21
63
- msgid "Last Report"
63
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:24
64
+ msgid "Last report"
64
65
  msgstr "最後一份報告"
65
66
 
66
- #: lib/hammer_cli_foreman_discovery/discovery.rb:29
67
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:32
67
68
  msgid "IP"
68
69
  msgstr "IP"
69
70
 
70
- #: lib/hammer_cli_foreman_discovery/discovery.rb:30
71
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:33
71
72
  msgid "Model"
72
73
  msgstr "型號"
73
74
 
74
- #: lib/hammer_cli_foreman_discovery/discovery.rb:31
75
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:34
75
76
  msgid "Organization"
76
77
  msgstr "組織"
77
78
 
78
- #: lib/hammer_cli_foreman_discovery/discovery.rb:32
79
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:35
79
80
  msgid "Location"
80
81
  msgstr "位置"
81
82
 
82
- #: lib/hammer_cli_foreman_discovery/discovery.rb:42
83
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:48
83
84
  msgid "Fact"
84
85
  msgstr "詳情"
85
86
 
86
- #: lib/hammer_cli_foreman_discovery/discovery.rb:43
87
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:49
87
88
  msgid "Value"
88
89
  msgstr "值"
89
90
 
90
- #: lib/hammer_cli_foreman_discovery/discovery.rb:60
91
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:66
91
92
  msgid "Host deleted"
92
93
  msgstr "已刪除主機"
93
94
 
94
- #: lib/hammer_cli_foreman_discovery/discovery.rb:61
95
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:67
95
96
  msgid "Could not delete the host"
96
97
  msgstr "無法刪除主機"
97
98
 
98
- #: lib/hammer_cli_foreman_discovery/discovery.rb:69
99
- #: lib/hammer_cli_foreman_discovery/discovery.rb:123
99
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:75 ../lib/hammer_cli_foreman_discovery/discovery.rb:157
100
100
  msgid "Host created"
101
101
  msgstr "已建立主機"
102
102
 
103
- #: lib/hammer_cli_foreman_discovery/discovery.rb:70
104
- #: lib/hammer_cli_foreman_discovery/discovery.rb:124
103
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:76 ../lib/hammer_cli_foreman_discovery/discovery.rb:158
105
104
  msgid "Could not create the host"
106
105
  msgstr "無法建立主機"
107
106
 
108
- #: lib/hammer_cli_foreman_discovery/discovery.rb:88
107
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:96
109
108
  msgid "Host parameters"
110
109
  msgstr "主機參數"
111
110
 
112
- #: lib/hammer_cli_foreman_discovery/discovery.rb:90
111
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:98
113
112
  msgid "Interface parameters"
114
113
  msgstr "介面卡參數"
115
114
 
116
- #: lib/hammer_cli_foreman_discovery/discovery.rb:99
115
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:107
117
116
  msgid "Enter the root password for the host:"
118
117
  msgstr "輸入主機的 root 密碼:"
119
118
 
120
- #: lib/hammer_cli_foreman_discovery/discovery.rb:122
119
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:143
121
120
  msgid "Auto provision a host"
122
121
  msgstr "自動佈建主機"
123
122
 
124
- #: lib/hammer_cli_foreman_discovery/discovery.rb:132
123
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:145
124
+ msgid "Auto provision all discovered hosts"
125
+ msgstr ""
126
+
127
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:150
128
+ #, fuzzy
129
+ msgid "Hosts created"
130
+ msgstr "已建立主機"
131
+
132
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:166
125
133
  msgid "Reboot a host"
126
134
  msgstr "重新啟動主機"
127
135
 
128
- #: lib/hammer_cli_foreman_discovery/discovery.rb:133
136
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:168
137
+ msgid "Reboot all discovered hosts"
138
+ msgstr ""
139
+
140
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:174
141
+ #, fuzzy
142
+ msgid "Rebooting hosts"
143
+ msgstr "重新啟動主機"
144
+
145
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:187
129
146
  msgid "Host reboot started"
130
147
  msgstr "主機重新啟動"
131
148
 
132
- #: lib/hammer_cli_foreman_discovery/discovery.rb:134
149
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:188
133
150
  msgid "Could not reboot the host"
134
151
  msgstr "無法重新啟動主機"
135
152
 
136
- #: lib/hammer_cli_foreman_discovery/discovery.rb:142
153
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:196
137
154
  msgid "Refresh the facts of a host"
138
155
  msgstr "更新主機的詳情"
139
156
 
140
- #: lib/hammer_cli_foreman_discovery/discovery.rb:143
157
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:197
141
158
  msgid "Host facts refreshed"
142
159
  msgstr "主機詳情已更新"
143
160
 
144
- #: lib/hammer_cli_foreman_discovery/discovery.rb:144
161
+ #: ../lib/hammer_cli_foreman_discovery/discovery.rb:198
145
162
  msgid "Could not refresh the facts of the host"
146
163
  msgstr "無法更新主機的詳情"
147
164
 
148
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:25
165
+ #: ../lib/hammer_cli_foreman_discovery/discovery_references.rb:6
166
+ msgid "Hosts"
167
+ msgstr "主機"
168
+
169
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:28
149
170
  msgid "Priority"
150
171
  msgstr "優先順序"
151
172
 
152
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:26
173
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:29
153
174
  msgid "Search"
154
175
  msgstr "搜尋"
155
176
 
156
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:27
177
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:30
157
178
  msgid "Host Group"
158
179
  msgstr "主機群組"
159
180
 
160
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:28
181
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:31
161
182
  msgid "Hosts Limit"
162
183
  msgstr "主機限制"
163
184
 
164
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:29
185
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:32
165
186
  msgid "Enabled"
166
187
  msgstr "已啟用"
167
188
 
168
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:38
189
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:41
169
190
  msgid "Hostname template"
170
191
  msgstr "主機名稱範本"
171
192
 
172
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:46
193
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:50
173
194
  msgid "Rule created"
174
195
  msgstr "已建立規則"
175
196
 
176
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:47
197
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:51
177
198
  msgid "Could not create the rule"
178
199
  msgstr "無法建立規則"
179
200
 
180
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:54
201
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:58
181
202
  msgid "Rule updated"
182
203
  msgstr "已更新規則"
183
204
 
184
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:55
205
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:59
185
206
  msgid "Could not update the rule"
186
207
  msgstr "無法更新規則"
187
208
 
188
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:62
209
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:66
189
210
  msgid "Rule deleted"
190
211
  msgstr "已刪除規則"
191
212
 
192
- #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:63
213
+ #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:67
193
214
  msgid "Could not delete the rule"
194
215
  msgstr "無法刪除規則"
195
-
196
- #: lib/hammer_cli_foreman_discovery.rb:7
197
- msgid "Manipulate discovered hosts."
198
- msgstr "操作發現的主機。"
199
-
200
- #: lib/hammer_cli_foreman_discovery.rb:11
201
- msgid "Manipulate discovered rules."
202
- msgstr "操作發現的規則。"