hammer_cli_foreman_discovery 0.0.3 → 1.0.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/discovery.rb +9 -0
  3. data/lib/hammer_cli_foreman_discovery/discovery_rule.rb +1 -0
  4. data/lib/hammer_cli_foreman_discovery/version.rb +1 -1
  5. data/lib/hammer_cli_foreman_discovery.rb +1 -1
  6. data/locale/ca/hammer_cli_foreman_discovery.edit.po +203 -0
  7. data/locale/ca/hammer_cli_foreman_discovery.po.time_stamp +0 -0
  8. data/locale/de/hammer_cli_foreman_discovery.edit.po +204 -0
  9. data/locale/de/hammer_cli_foreman_discovery.po.time_stamp +0 -0
  10. data/locale/en/hammer_cli_foreman_discovery.edit.po +197 -0
  11. data/locale/en/hammer_cli_foreman_discovery.po.time_stamp +0 -0
  12. data/locale/en_GB/hammer_cli_foreman_discovery.edit.po +204 -0
  13. data/locale/en_GB/hammer_cli_foreman_discovery.po.time_stamp +0 -0
  14. data/locale/es/hammer_cli_foreman_discovery.edit.po +203 -0
  15. data/locale/es/hammer_cli_foreman_discovery.po.time_stamp +0 -0
  16. data/locale/fr/hammer_cli_foreman_discovery.edit.po +203 -0
  17. data/locale/fr/hammer_cli_foreman_discovery.po.time_stamp +0 -0
  18. data/locale/it/hammer_cli_foreman_discovery.edit.po +202 -0
  19. data/locale/it/hammer_cli_foreman_discovery.po.time_stamp +0 -0
  20. data/locale/ja/hammer_cli_foreman_discovery.edit.po +203 -0
  21. data/locale/ja/hammer_cli_foreman_discovery.po.time_stamp +0 -0
  22. data/locale/ko/hammer_cli_foreman_discovery.edit.po +202 -0
  23. data/locale/ko/hammer_cli_foreman_discovery.po.time_stamp +0 -0
  24. data/locale/pt_BR/hammer_cli_foreman_discovery.edit.po +204 -0
  25. data/locale/pt_BR/hammer_cli_foreman_discovery.po.time_stamp +0 -0
  26. data/locale/ru/hammer_cli_foreman_discovery.edit.po +203 -0
  27. data/locale/ru/hammer_cli_foreman_discovery.po.time_stamp +0 -0
  28. data/locale/zh_CN/hammer_cli_foreman_discovery.edit.po +202 -0
  29. data/locale/zh_CN/hammer_cli_foreman_discovery.po.time_stamp +0 -0
  30. data/locale/zh_TW/hammer_cli_foreman_discovery.edit.po +202 -0
  31. data/locale/zh_TW/hammer_cli_foreman_discovery.po.time_stamp +0 -0
  32. metadata +29 -4
@@ -0,0 +1,204 @@
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
+ # Luiz Henrique Vasconcelos <luizvasconceloss@yahoo.com.br>, 2015
7
+ # Luiz Henrique Vasconcelos <luizvasconceloss@yahoo.com.br>, 2015
8
+ msgid ""
9
+ msgstr ""
10
+ "Project-Id-Version: Foreman\n"
11
+ "Report-Msgid-Bugs-To: \n"
12
+ "POT-Creation-Date: 2015-03-19 15:06+0200\n"
13
+ "PO-Revision-Date: 2016-08-22 15:08+0000\n"
14
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
15
+ "Language-Team: Portuguese (Brazil) (http://www.transifex.com/foreman/foreman/language/pt_BR/)\n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Language: pt_BR\n"
20
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
21
+
22
+ #: lib/hammer_cli_foreman_discovery/discovery_references.rb:6
23
+ msgid "Hosts"
24
+ msgstr "Hosts"
25
+
26
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:12
27
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:23
28
+ msgid "ID"
29
+ msgstr "ID"
30
+
31
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:13
32
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:24
33
+ msgid "Name"
34
+ msgstr "Nome"
35
+
36
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:14
37
+ msgid "MAC"
38
+ msgstr "MAC"
39
+
40
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:15
41
+ msgid "Last report"
42
+ msgstr "Último relatório"
43
+
44
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:16
45
+ msgid "CPUs"
46
+ msgstr "CPUs"
47
+
48
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:17
49
+ msgid "Memory"
50
+ msgstr "Memória"
51
+
52
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:18
53
+ msgid "Disk count"
54
+ msgstr "Contagem de Disco"
55
+
56
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:19
57
+ msgid "Disks size"
58
+ msgstr "Tamanho do disco"
59
+
60
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:20
61
+ msgid "Subnet"
62
+ msgstr "Suberede"
63
+
64
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:21
65
+ msgid "Last Report"
66
+ msgstr "Último Relatório"
67
+
68
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:29
69
+ msgid "IP"
70
+ msgstr "IP"
71
+
72
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:30
73
+ msgid "Model"
74
+ msgstr "Modelo"
75
+
76
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:31
77
+ msgid "Organization"
78
+ msgstr "Organização"
79
+
80
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:32
81
+ msgid "Location"
82
+ msgstr "Localização"
83
+
84
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:42
85
+ msgid "Fact"
86
+ msgstr "Fato"
87
+
88
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:43
89
+ msgid "Value"
90
+ msgstr "Valor"
91
+
92
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:60
93
+ msgid "Host deleted"
94
+ msgstr "Host removido"
95
+
96
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:61
97
+ msgid "Could not delete the host"
98
+ msgstr "Não foi possível remover o host"
99
+
100
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:69
101
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:123
102
+ msgid "Host created"
103
+ msgstr "Host foi criado"
104
+
105
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:70
106
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:124
107
+ msgid "Could not create the host"
108
+ msgstr "Não foi possível criar o host"
109
+
110
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:88
111
+ msgid "Host parameters"
112
+ msgstr "Parâmetros de Host"
113
+
114
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:90
115
+ msgid "Interface parameters"
116
+ msgstr "Parâmetros de interface"
117
+
118
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:99
119
+ msgid "Enter the root password for the host:"
120
+ msgstr "Digite a senha root para o host:"
121
+
122
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:122
123
+ msgid "Auto provision a host"
124
+ msgstr "Provisão automática de um host"
125
+
126
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:132
127
+ msgid "Reboot a host"
128
+ msgstr "Reinicializar o host"
129
+
130
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:133
131
+ msgid "Host reboot started"
132
+ msgstr "Reinicialização do host iniciada"
133
+
134
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:134
135
+ msgid "Could not reboot the host"
136
+ msgstr "Não foi possível reiniciar o host"
137
+
138
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:142
139
+ msgid "Refresh the facts of a host"
140
+ msgstr "Atualizar os fatos de um host"
141
+
142
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:143
143
+ msgid "Host facts refreshed"
144
+ msgstr "Fatos do host atualizados"
145
+
146
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:144
147
+ msgid "Could not refresh the facts of the host"
148
+ msgstr "Não foi possível atualizar os fatos do host"
149
+
150
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:25
151
+ msgid "Priority"
152
+ msgstr "Prioridade"
153
+
154
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:26
155
+ msgid "Search"
156
+ msgstr "Pesquisar"
157
+
158
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:27
159
+ msgid "Host Group"
160
+ msgstr "Grupo de Host"
161
+
162
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:28
163
+ msgid "Hosts Limit"
164
+ msgstr "Limite de Hosts"
165
+
166
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:29
167
+ msgid "Enabled"
168
+ msgstr "Habilitado"
169
+
170
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:38
171
+ msgid "Hostname template"
172
+ msgstr "Modelo de Hostname "
173
+
174
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:46
175
+ msgid "Rule created"
176
+ msgstr "Regra criada"
177
+
178
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:47
179
+ msgid "Could not create the rule"
180
+ msgstr "Não foi possível criar a regra"
181
+
182
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:54
183
+ msgid "Rule updated"
184
+ msgstr "Regra atualizada"
185
+
186
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:55
187
+ msgid "Could not update the rule"
188
+ msgstr "Não foi possível atualizar a regra"
189
+
190
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:62
191
+ msgid "Rule deleted"
192
+ msgstr "Regra removida"
193
+
194
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:63
195
+ msgid "Could not delete the rule"
196
+ msgstr "Não foi possível remover a regra"
197
+
198
+ #: lib/hammer_cli_foreman_discovery.rb:7
199
+ msgid "Manipulate discovered hosts."
200
+ msgstr "Manipular hosts descobertos."
201
+
202
+ #: lib/hammer_cli_foreman_discovery.rb:11
203
+ msgid "Manipulate discovered rules."
204
+ msgstr "Manipular regras descobertas."
@@ -0,0 +1,203 @@
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: Foreman\n"
10
+ "Report-Msgid-Bugs-To: \n"
11
+ "POT-Creation-Date: 2015-03-19 15:06+0200\n"
12
+ "PO-Revision-Date: 2016-09-06 13:33+0000\n"
13
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
14
+ "Language-Team: Russian (http://www.transifex.com/foreman/foreman/language/ru/)\n"
15
+ "MIME-Version: 1.0\n"
16
+ "Content-Type: text/plain; charset=UTF-8\n"
17
+ "Content-Transfer-Encoding: 8bit\n"
18
+ "Language: ru\n"
19
+ "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
20
+
21
+ #: lib/hammer_cli_foreman_discovery/discovery_references.rb:6
22
+ msgid "Hosts"
23
+ msgstr "Узлы"
24
+
25
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:12
26
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:23
27
+ msgid "ID"
28
+ msgstr "Код"
29
+
30
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:13
31
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:24
32
+ msgid "Name"
33
+ msgstr "Имя"
34
+
35
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:14
36
+ msgid "MAC"
37
+ msgstr "MAC"
38
+
39
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:15
40
+ msgid "Last report"
41
+ msgstr "Последний отчет"
42
+
43
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:16
44
+ msgid "CPUs"
45
+ msgstr "CPU"
46
+
47
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:17
48
+ msgid "Memory"
49
+ msgstr "Память"
50
+
51
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:18
52
+ msgid "Disk count"
53
+ msgstr "Количество дисков"
54
+
55
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:19
56
+ msgid "Disks size"
57
+ msgstr "Размер диска"
58
+
59
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:20
60
+ msgid "Subnet"
61
+ msgstr "Подсеть"
62
+
63
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:21
64
+ msgid "Last Report"
65
+ msgstr "Последний отчет"
66
+
67
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:29
68
+ msgid "IP"
69
+ msgstr "IP"
70
+
71
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:30
72
+ msgid "Model"
73
+ msgstr "Модель"
74
+
75
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:31
76
+ msgid "Organization"
77
+ msgstr "Организация"
78
+
79
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:32
80
+ msgid "Location"
81
+ msgstr "Расположение"
82
+
83
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:42
84
+ msgid "Fact"
85
+ msgstr "Аргумент"
86
+
87
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:43
88
+ msgid "Value"
89
+ msgstr "Значение"
90
+
91
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:60
92
+ msgid "Host deleted"
93
+ msgstr "Узел удален"
94
+
95
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:61
96
+ msgid "Could not delete the host"
97
+ msgstr "Не удалось удалить узел"
98
+
99
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:69
100
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:123
101
+ msgid "Host created"
102
+ msgstr "Узел создан"
103
+
104
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:70
105
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:124
106
+ msgid "Could not create the host"
107
+ msgstr "Не удалось создать узел"
108
+
109
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:88
110
+ msgid "Host parameters"
111
+ msgstr "Параметры узла"
112
+
113
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:90
114
+ msgid "Interface parameters"
115
+ msgstr "Параметры интерфейса"
116
+
117
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:99
118
+ msgid "Enter the root password for the host:"
119
+ msgstr "Введите пароль суперпользователя для узла:"
120
+
121
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:122
122
+ msgid "Auto provision a host"
123
+ msgstr "Автоматическая подготовка узла"
124
+
125
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:132
126
+ msgid "Reboot a host"
127
+ msgstr "Перезагрузить узел"
128
+
129
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:133
130
+ msgid "Host reboot started"
131
+ msgstr "Узел будет перезагружен"
132
+
133
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:134
134
+ msgid "Could not reboot the host"
135
+ msgstr "Не удалось перезагрузить узел"
136
+
137
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:142
138
+ msgid "Refresh the facts of a host"
139
+ msgstr "Освежить факты узла"
140
+
141
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:143
142
+ msgid "Host facts refreshed"
143
+ msgstr "Факты узла обновлены"
144
+
145
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:144
146
+ msgid "Could not refresh the facts of the host"
147
+ msgstr "Не удалось обновить факты узла"
148
+
149
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:25
150
+ msgid "Priority"
151
+ msgstr "Приоритет"
152
+
153
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:26
154
+ msgid "Search"
155
+ msgstr "Поиск"
156
+
157
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:27
158
+ msgid "Host Group"
159
+ msgstr "Группа узлов"
160
+
161
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:28
162
+ msgid "Hosts Limit"
163
+ msgstr "Ограничение узлов"
164
+
165
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:29
166
+ msgid "Enabled"
167
+ msgstr "Включен"
168
+
169
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:38
170
+ msgid "Hostname template"
171
+ msgstr "Шаблон имени узла"
172
+
173
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:46
174
+ msgid "Rule created"
175
+ msgstr "Правило создано"
176
+
177
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:47
178
+ msgid "Could not create the rule"
179
+ msgstr "Не удалось создать правило"
180
+
181
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:54
182
+ msgid "Rule updated"
183
+ msgstr "Правило обновлено"
184
+
185
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:55
186
+ msgid "Could not update the rule"
187
+ msgstr "Не удалось обновить правило"
188
+
189
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:62
190
+ msgid "Rule deleted"
191
+ msgstr "Правило удалено"
192
+
193
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:63
194
+ msgid "Could not delete the rule"
195
+ msgstr "Не удалось удалить правило"
196
+
197
+ #: lib/hammer_cli_foreman_discovery.rb:7
198
+ msgid "Manipulate discovered hosts."
199
+ msgstr "Управление обнаруженными узлами."
200
+
201
+ #: lib/hammer_cli_foreman_discovery.rb:11
202
+ msgid "Manipulate discovered rules."
203
+ msgstr "Управление обнаруженными правилами."
@@ -0,0 +1,202 @@
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: Foreman\n"
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"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Language: zh_CN\n"
18
+ "Plural-Forms: nplurals=1; plural=0;\n"
19
+
20
+ #: lib/hammer_cli_foreman_discovery/discovery_references.rb:6
21
+ msgid "Hosts"
22
+ msgstr "主机"
23
+
24
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:12
25
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:23
26
+ msgid "ID"
27
+ msgstr "ID"
28
+
29
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:13
30
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:24
31
+ msgid "Name"
32
+ msgstr "名称"
33
+
34
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:14
35
+ msgid "MAC"
36
+ msgstr "MAC"
37
+
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
43
+ msgid "CPUs"
44
+ msgstr "处理器"
45
+
46
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:17
47
+ msgid "Memory"
48
+ msgstr "内存"
49
+
50
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:18
51
+ msgid "Disk count"
52
+ msgstr "磁盘计数"
53
+
54
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:19
55
+ msgid "Disks size"
56
+ msgstr "磁盘大小"
57
+
58
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:20
59
+ msgid "Subnet"
60
+ msgstr "子网"
61
+
62
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:21
63
+ msgid "Last Report"
64
+ msgstr "最新报告"
65
+
66
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:29
67
+ msgid "IP"
68
+ msgstr "IP"
69
+
70
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:30
71
+ msgid "Model"
72
+ msgstr "型号"
73
+
74
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:31
75
+ msgid "Organization"
76
+ msgstr "机构"
77
+
78
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:32
79
+ msgid "Location"
80
+ msgstr "位置"
81
+
82
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:42
83
+ msgid "Fact"
84
+ msgstr "详情"
85
+
86
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:43
87
+ msgid "Value"
88
+ msgstr "值"
89
+
90
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:60
91
+ msgid "Host deleted"
92
+ msgstr "已删除主机"
93
+
94
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:61
95
+ msgid "Could not delete the host"
96
+ msgstr "无法删除主机"
97
+
98
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:69
99
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:123
100
+ msgid "Host created"
101
+ msgstr "已生成主机"
102
+
103
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:70
104
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:124
105
+ msgid "Could not create the host"
106
+ msgstr "无法生成主机"
107
+
108
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:88
109
+ msgid "Host parameters"
110
+ msgstr "主机参数"
111
+
112
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:90
113
+ msgid "Interface parameters"
114
+ msgstr "接口参数"
115
+
116
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:99
117
+ msgid "Enter the root password for the host:"
118
+ msgstr "为主机输入 root 密码:"
119
+
120
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:122
121
+ msgid "Auto provision a host"
122
+ msgstr "自动供应主机"
123
+
124
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:132
125
+ msgid "Reboot a host"
126
+ msgstr "重启主机"
127
+
128
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:133
129
+ msgid "Host reboot started"
130
+ msgstr "开始主机重启"
131
+
132
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:134
133
+ msgid "Could not reboot the host"
134
+ msgstr "无法重启主机"
135
+
136
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:142
137
+ msgid "Refresh the facts of a host"
138
+ msgstr "刷新主机详情"
139
+
140
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:143
141
+ msgid "Host facts refreshed"
142
+ msgstr "已刷新主机详情"
143
+
144
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:144
145
+ msgid "Could not refresh the facts of the host"
146
+ msgstr "无法刷新主机详情"
147
+
148
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:25
149
+ msgid "Priority"
150
+ msgstr "优先权"
151
+
152
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:26
153
+ msgid "Search"
154
+ msgstr "搜索"
155
+
156
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:27
157
+ msgid "Host Group"
158
+ msgstr "主机组"
159
+
160
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:28
161
+ msgid "Hosts Limit"
162
+ msgstr "主机限制"
163
+
164
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:29
165
+ msgid "Enabled"
166
+ msgstr "已启用"
167
+
168
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:38
169
+ msgid "Hostname template"
170
+ msgstr "主机名模板"
171
+
172
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:46
173
+ msgid "Rule created"
174
+ msgstr "已创建的规则"
175
+
176
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:47
177
+ msgid "Could not create the rule"
178
+ msgstr "无法创建规则"
179
+
180
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:54
181
+ msgid "Rule updated"
182
+ msgstr "已更新的规则"
183
+
184
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:55
185
+ msgid "Could not update the rule"
186
+ msgstr "无法更新规则"
187
+
188
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:62
189
+ msgid "Rule deleted"
190
+ msgstr "已删除的规则"
191
+
192
+ #: lib/hammer_cli_foreman_discovery/discovery_rule.rb:63
193
+ msgid "Could not delete the rule"
194
+ 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 "修改发现的规则。"