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