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.
- checksums.yaml +4 -4
- data/lib/hammer_cli_foreman_discovery/command_extensions/provision_with_puppet.rb +75 -0
- data/lib/hammer_cli_foreman_discovery/discovery.rb +35 -30
- data/lib/hammer_cli_foreman_discovery/discovery_rule.rb +2 -3
- data/lib/hammer_cli_foreman_discovery/version.rb +1 -1
- metadata +5 -30
- data/locale/ca/hammer_cli_foreman_discovery.edit.po +0 -213
- data/locale/ca/hammer_cli_foreman_discovery.po.time_stamp +0 -0
- data/locale/de/hammer_cli_foreman_discovery.edit.po +0 -213
- data/locale/de/hammer_cli_foreman_discovery.po.time_stamp +0 -0
- data/locale/en/hammer_cli_foreman_discovery.edit.po +0 -209
- data/locale/en/hammer_cli_foreman_discovery.po.time_stamp +0 -0
- data/locale/en_GB/hammer_cli_foreman_discovery.edit.po +0 -214
- data/locale/en_GB/hammer_cli_foreman_discovery.po.time_stamp +0 -0
- data/locale/es/hammer_cli_foreman_discovery.edit.po +0 -213
- data/locale/es/hammer_cli_foreman_discovery.po.time_stamp +0 -0
- data/locale/fr/hammer_cli_foreman_discovery.edit.po +0 -212
- data/locale/fr/hammer_cli_foreman_discovery.po.time_stamp +0 -0
- data/locale/it/hammer_cli_foreman_discovery.edit.po +0 -215
- data/locale/it/hammer_cli_foreman_discovery.po.time_stamp +0 -0
- data/locale/ja/hammer_cli_foreman_discovery.edit.po +0 -213
- data/locale/ja/hammer_cli_foreman_discovery.po.time_stamp +0 -0
- data/locale/ko/hammer_cli_foreman_discovery.edit.po +0 -214
- data/locale/ko/hammer_cli_foreman_discovery.po.time_stamp +0 -0
- data/locale/pt_BR/hammer_cli_foreman_discovery.edit.po +0 -215
- data/locale/pt_BR/hammer_cli_foreman_discovery.po.time_stamp +0 -0
- data/locale/ru/hammer_cli_foreman_discovery.edit.po +0 -215
- data/locale/ru/hammer_cli_foreman_discovery.po.time_stamp +0 -0
- data/locale/zh_CN/hammer_cli_foreman_discovery.edit.po +0 -215
- data/locale/zh_CN/hammer_cli_foreman_discovery.po.time_stamp +0 -0
- data/locale/zh_TW/hammer_cli_foreman_discovery.edit.po +0 -215
- data/locale/zh_TW/hammer_cli_foreman_discovery.po.time_stamp +0 -0
@@ -1,213 +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
|
-
# Sergio Ocón <sergio.ocon@redhat.com>, 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-05-19 09:24+0000\n"
|
12
|
-
"Last-Translator: Sergio Ocón <sergio.ocon@redhat.com>\n"
|
13
|
-
"Language-Team: Spanish (http://www.transifex.com/foreman/foreman/language/es/)"
|
14
|
-
"\n"
|
15
|
-
"Language: es\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=2; plural=(n != 1);\n"
|
20
|
-
|
21
|
-
#: ../lib/hammer_cli_foreman_discovery.rb:7
|
22
|
-
msgid "Manipulate discovered hosts."
|
23
|
-
msgstr "Manipular los hosts descubiertos."
|
24
|
-
|
25
|
-
#: ../lib/hammer_cli_foreman_discovery.rb:11
|
26
|
-
msgid "Manipulate discovered rules."
|
27
|
-
msgstr "Manipular las reglas descubiertas."
|
28
|
-
|
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 "Nombre"
|
36
|
-
|
37
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:18
|
38
|
-
msgid "MAC"
|
39
|
-
msgstr "Dirección MAC"
|
40
|
-
|
41
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:19
|
42
|
-
msgid "CPUs"
|
43
|
-
msgstr "Procesadores"
|
44
|
-
|
45
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:20
|
46
|
-
msgid "Memory"
|
47
|
-
msgstr "Memoria"
|
48
|
-
|
49
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:21
|
50
|
-
msgid "Disk count"
|
51
|
-
msgstr "Número de discos"
|
52
|
-
|
53
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:22
|
54
|
-
msgid "Disks size"
|
55
|
-
msgstr "Tamaño de discos"
|
56
|
-
|
57
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:23
|
58
|
-
msgid "Subnet"
|
59
|
-
msgstr "Subred"
|
60
|
-
|
61
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:24
|
62
|
-
msgid "Last report"
|
63
|
-
msgstr "Último informe"
|
64
|
-
|
65
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:32
|
66
|
-
msgid "IP"
|
67
|
-
msgstr "IP"
|
68
|
-
|
69
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:33
|
70
|
-
msgid "Model"
|
71
|
-
msgstr "Modelo"
|
72
|
-
|
73
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:34
|
74
|
-
msgid "Organization"
|
75
|
-
msgstr "Organización"
|
76
|
-
|
77
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:35
|
78
|
-
msgid "Location"
|
79
|
-
msgstr "Lugares"
|
80
|
-
|
81
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:48
|
82
|
-
msgid "Fact"
|
83
|
-
msgstr "Dato"
|
84
|
-
|
85
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:49
|
86
|
-
msgid "Value"
|
87
|
-
msgstr "Valor"
|
88
|
-
|
89
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:66
|
90
|
-
msgid "Host deleted"
|
91
|
-
msgstr "Host borrado"
|
92
|
-
|
93
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:67
|
94
|
-
msgid "Could not delete the host"
|
95
|
-
msgstr "No se pudo borrar el host"
|
96
|
-
|
97
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:75 ../lib/hammer_cli_foreman_discovery/discovery.rb:157
|
98
|
-
msgid "Host created"
|
99
|
-
msgstr "El host se ha creado"
|
100
|
-
|
101
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:76 ../lib/hammer_cli_foreman_discovery/discovery.rb:158
|
102
|
-
msgid "Could not create the host"
|
103
|
-
msgstr "No se pudo crear el host"
|
104
|
-
|
105
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:96
|
106
|
-
msgid "Host parameters"
|
107
|
-
msgstr "Paramétros de host"
|
108
|
-
|
109
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:98
|
110
|
-
msgid "Interface parameters"
|
111
|
-
msgstr "Parámetros de la interfaz"
|
112
|
-
|
113
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:107
|
114
|
-
msgid "Enter the root password for the host:"
|
115
|
-
msgstr "Introduzca el password de root para el host:"
|
116
|
-
|
117
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:143
|
118
|
-
msgid "Auto provision a host"
|
119
|
-
msgstr "Provisionar un host automático"
|
120
|
-
|
121
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:145
|
122
|
-
msgid "Auto provision all discovered hosts"
|
123
|
-
msgstr ""
|
124
|
-
|
125
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:150
|
126
|
-
#, fuzzy
|
127
|
-
msgid "Hosts created"
|
128
|
-
msgstr "El host se ha creado"
|
129
|
-
|
130
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:166
|
131
|
-
msgid "Reboot a host"
|
132
|
-
msgstr "Reiniciar un host"
|
133
|
-
|
134
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:168
|
135
|
-
msgid "Reboot all discovered hosts"
|
136
|
-
msgstr ""
|
137
|
-
|
138
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:174
|
139
|
-
#, fuzzy
|
140
|
-
msgid "Rebooting hosts"
|
141
|
-
msgstr "Reiniciar un host"
|
142
|
-
|
143
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:187
|
144
|
-
msgid "Host reboot started"
|
145
|
-
msgstr "Comenzó el reinicio del host"
|
146
|
-
|
147
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:188
|
148
|
-
msgid "Could not reboot the host"
|
149
|
-
msgstr "No se pudo reiniciar el host"
|
150
|
-
|
151
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:196
|
152
|
-
msgid "Refresh the facts of a host"
|
153
|
-
msgstr "Actualizar los detalles del host"
|
154
|
-
|
155
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:197
|
156
|
-
msgid "Host facts refreshed"
|
157
|
-
msgstr "Se actualizaron los detalles del host"
|
158
|
-
|
159
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:198
|
160
|
-
msgid "Could not refresh the facts of the host"
|
161
|
-
msgstr "No se pudo actualizar los detalles del host"
|
162
|
-
|
163
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_references.rb:6
|
164
|
-
msgid "Hosts"
|
165
|
-
msgstr "Hosts"
|
166
|
-
|
167
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:28
|
168
|
-
msgid "Priority"
|
169
|
-
msgstr "Prioridad"
|
170
|
-
|
171
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:29
|
172
|
-
msgid "Search"
|
173
|
-
msgstr "Buscar"
|
174
|
-
|
175
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:30
|
176
|
-
msgid "Host Group"
|
177
|
-
msgstr "Grupo de Equipo"
|
178
|
-
|
179
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:31
|
180
|
-
msgid "Hosts Limit"
|
181
|
-
msgstr "Límite de hosts"
|
182
|
-
|
183
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:32
|
184
|
-
msgid "Enabled"
|
185
|
-
msgstr "Habilitado"
|
186
|
-
|
187
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:41
|
188
|
-
msgid "Hostname template"
|
189
|
-
msgstr "Plantilla de nombre de host"
|
190
|
-
|
191
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:50
|
192
|
-
msgid "Rule created"
|
193
|
-
msgstr "Se creó la regla"
|
194
|
-
|
195
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:51
|
196
|
-
msgid "Could not create the rule"
|
197
|
-
msgstr "No se pudo crear la regla"
|
198
|
-
|
199
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:58
|
200
|
-
msgid "Rule updated"
|
201
|
-
msgstr "Se actualizó la pauta"
|
202
|
-
|
203
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:59
|
204
|
-
msgid "Could not update the rule"
|
205
|
-
msgstr "No se pudo actualizar la pauta"
|
206
|
-
|
207
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:66
|
208
|
-
msgid "Rule deleted"
|
209
|
-
msgstr "La pauta se borró"
|
210
|
-
|
211
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:67
|
212
|
-
msgid "Could not delete the rule"
|
213
|
-
msgstr "No se pudo borrar la pauta"
|
File without changes
|
@@ -1,212 +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
|
-
# Claer <transiblu@claer.hammock.fr>, 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-03-21 22:02+0000\n"
|
12
|
-
"Last-Translator: Claer <transiblu@claer.hammock.fr>\n"
|
13
|
-
"Language-Team: French (http://www.transifex.com/foreman/foreman/language/fr/)\n"
|
14
|
-
"Language: fr\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=2; plural=(n > 1);\n"
|
19
|
-
|
20
|
-
#: ../lib/hammer_cli_foreman_discovery.rb:7
|
21
|
-
msgid "Manipulate discovered hosts."
|
22
|
-
msgstr "Manipuler les hôtes détectés."
|
23
|
-
|
24
|
-
#: ../lib/hammer_cli_foreman_discovery.rb:11
|
25
|
-
msgid "Manipulate discovered rules."
|
26
|
-
msgstr "Manipuler les règles détectées."
|
27
|
-
|
28
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:16 ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:26
|
29
|
-
msgid "ID"
|
30
|
-
msgstr "ID"
|
31
|
-
|
32
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:17 ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:27
|
33
|
-
msgid "Name"
|
34
|
-
msgstr "Nom"
|
35
|
-
|
36
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:18
|
37
|
-
msgid "MAC"
|
38
|
-
msgstr "MAC"
|
39
|
-
|
40
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:19
|
41
|
-
msgid "CPUs"
|
42
|
-
msgstr "CPUs"
|
43
|
-
|
44
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:20
|
45
|
-
msgid "Memory"
|
46
|
-
msgstr "Mémoire"
|
47
|
-
|
48
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:21
|
49
|
-
msgid "Disk count"
|
50
|
-
msgstr "Nombre de disques"
|
51
|
-
|
52
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:22
|
53
|
-
msgid "Disks size"
|
54
|
-
msgstr "Taille des disques"
|
55
|
-
|
56
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:23
|
57
|
-
msgid "Subnet"
|
58
|
-
msgstr "Sous-Réseau"
|
59
|
-
|
60
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:24
|
61
|
-
msgid "Last report"
|
62
|
-
msgstr "Dernier rapport"
|
63
|
-
|
64
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:32
|
65
|
-
msgid "IP"
|
66
|
-
msgstr "IP"
|
67
|
-
|
68
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:33
|
69
|
-
msgid "Model"
|
70
|
-
msgstr "Modèle"
|
71
|
-
|
72
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:34
|
73
|
-
msgid "Organization"
|
74
|
-
msgstr "Organisation"
|
75
|
-
|
76
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:35
|
77
|
-
msgid "Location"
|
78
|
-
msgstr "Localisation"
|
79
|
-
|
80
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:48
|
81
|
-
msgid "Fact"
|
82
|
-
msgstr "Fact"
|
83
|
-
|
84
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:49
|
85
|
-
msgid "Value"
|
86
|
-
msgstr "Valeur"
|
87
|
-
|
88
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:66
|
89
|
-
msgid "Host deleted"
|
90
|
-
msgstr "Hôte supprimé"
|
91
|
-
|
92
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:67
|
93
|
-
msgid "Could not delete the host"
|
94
|
-
msgstr "Impossible de supprimer l'hôte"
|
95
|
-
|
96
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:75 ../lib/hammer_cli_foreman_discovery/discovery.rb:157
|
97
|
-
msgid "Host created"
|
98
|
-
msgstr "Hôte créé"
|
99
|
-
|
100
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:76 ../lib/hammer_cli_foreman_discovery/discovery.rb:158
|
101
|
-
msgid "Could not create the host"
|
102
|
-
msgstr "Impossible de créer l'hôte"
|
103
|
-
|
104
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:96
|
105
|
-
msgid "Host parameters"
|
106
|
-
msgstr "Paramètres de l'hôte"
|
107
|
-
|
108
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:98
|
109
|
-
msgid "Interface parameters"
|
110
|
-
msgstr "Paramètres d'interface"
|
111
|
-
|
112
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:107
|
113
|
-
msgid "Enter the root password for the host:"
|
114
|
-
msgstr "Saisir le mot de passe root de l'hôte :"
|
115
|
-
|
116
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:143
|
117
|
-
msgid "Auto provision a host"
|
118
|
-
msgstr "Provisionner un hôte automatiquement"
|
119
|
-
|
120
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:145
|
121
|
-
msgid "Auto provision all discovered hosts"
|
122
|
-
msgstr ""
|
123
|
-
|
124
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:150
|
125
|
-
#, fuzzy
|
126
|
-
msgid "Hosts created"
|
127
|
-
msgstr "Hôte créé"
|
128
|
-
|
129
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:166
|
130
|
-
msgid "Reboot a host"
|
131
|
-
msgstr "Redémarrage d'un hôte"
|
132
|
-
|
133
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:168
|
134
|
-
msgid "Reboot all discovered hosts"
|
135
|
-
msgstr ""
|
136
|
-
|
137
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:174
|
138
|
-
#, fuzzy
|
139
|
-
msgid "Rebooting hosts"
|
140
|
-
msgstr "Redémarrage d'un hôte"
|
141
|
-
|
142
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:187
|
143
|
-
msgid "Host reboot started"
|
144
|
-
msgstr "Redémarrage de l'hôte lancé"
|
145
|
-
|
146
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:188
|
147
|
-
msgid "Could not reboot the host"
|
148
|
-
msgstr "Impossible de redémarrer l'hôte"
|
149
|
-
|
150
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:196
|
151
|
-
msgid "Refresh the facts of a host"
|
152
|
-
msgstr "Rafraichir les facts d'un hôte"
|
153
|
-
|
154
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:197
|
155
|
-
msgid "Host facts refreshed"
|
156
|
-
msgstr "Facts de l'hôte rafraichis"
|
157
|
-
|
158
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:198
|
159
|
-
msgid "Could not refresh the facts of the host"
|
160
|
-
msgstr "Impossible de rafraichir les facts de l'hôte"
|
161
|
-
|
162
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_references.rb:6
|
163
|
-
msgid "Hosts"
|
164
|
-
msgstr "Hôtes"
|
165
|
-
|
166
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:28
|
167
|
-
msgid "Priority"
|
168
|
-
msgstr "Priorité"
|
169
|
-
|
170
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:29
|
171
|
-
msgid "Search"
|
172
|
-
msgstr "Rechercher"
|
173
|
-
|
174
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:30
|
175
|
-
msgid "Host Group"
|
176
|
-
msgstr "Groupe d'hôtes"
|
177
|
-
|
178
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:31
|
179
|
-
msgid "Hosts Limit"
|
180
|
-
msgstr "Limite d'hôtes"
|
181
|
-
|
182
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:32
|
183
|
-
msgid "Enabled"
|
184
|
-
msgstr "Activé"
|
185
|
-
|
186
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:41
|
187
|
-
msgid "Hostname template"
|
188
|
-
msgstr "Modèle d'hôte"
|
189
|
-
|
190
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:50
|
191
|
-
msgid "Rule created"
|
192
|
-
msgstr "Règle créée"
|
193
|
-
|
194
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:51
|
195
|
-
msgid "Could not create the rule"
|
196
|
-
msgstr "Impossible de créer la règle"
|
197
|
-
|
198
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:58
|
199
|
-
msgid "Rule updated"
|
200
|
-
msgstr "Règle mis à jour"
|
201
|
-
|
202
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:59
|
203
|
-
msgid "Could not update the rule"
|
204
|
-
msgstr "Impossible de mettre à jour la règle"
|
205
|
-
|
206
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:66
|
207
|
-
msgid "Rule deleted"
|
208
|
-
msgstr "Règle supprimée"
|
209
|
-
|
210
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:67
|
211
|
-
msgid "Could not delete the rule"
|
212
|
-
msgstr "Impossible de supprimer la règle"
|
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: Italian (http://www.transifex.com/foreman/foreman/language/it/)"
|
13
|
-
"\n"
|
14
|
-
"Language: it\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=2; plural=(n != 1);\n"
|
19
|
-
|
20
|
-
#: ../lib/hammer_cli_foreman_discovery.rb:7
|
21
|
-
msgid "Manipulate discovered hosts."
|
22
|
-
msgstr "Manipolazione host rilevati."
|
23
|
-
|
24
|
-
#: ../lib/hammer_cli_foreman_discovery.rb:11
|
25
|
-
msgid "Manipulate discovered rules."
|
26
|
-
msgstr "Manipolazione regole rilevate."
|
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 "Nome"
|
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 "Memoria"
|
48
|
-
|
49
|
-
# translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery, author fvalen
|
50
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:21
|
51
|
-
msgid "Disk count"
|
52
|
-
msgstr "Conteggio disco"
|
53
|
-
|
54
|
-
# translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery, author fvalen
|
55
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:22
|
56
|
-
msgid "Disks size"
|
57
|
-
msgstr "Dimensione dischi"
|
58
|
-
|
59
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:23
|
60
|
-
msgid "Subnet"
|
61
|
-
msgstr "Sottorete"
|
62
|
-
|
63
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:24
|
64
|
-
msgid "Last report"
|
65
|
-
msgstr "Ultimo riporto"
|
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 "Modello"
|
74
|
-
|
75
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:34
|
76
|
-
msgid "Organization"
|
77
|
-
msgstr "Organizzazione"
|
78
|
-
|
79
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:35
|
80
|
-
msgid "Location"
|
81
|
-
msgstr "Posizione"
|
82
|
-
|
83
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:48
|
84
|
-
msgid "Fact"
|
85
|
-
msgstr "Evento"
|
86
|
-
|
87
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:49
|
88
|
-
msgid "Value"
|
89
|
-
msgstr "Valore"
|
90
|
-
|
91
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:66
|
92
|
-
msgid "Host deleted"
|
93
|
-
msgstr "Host rimosso"
|
94
|
-
|
95
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:67
|
96
|
-
msgid "Could not delete the host"
|
97
|
-
msgstr "Impossibile rimuovere l'host"
|
98
|
-
|
99
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:75 ../lib/hammer_cli_foreman_discovery/discovery.rb:157
|
100
|
-
msgid "Host created"
|
101
|
-
msgstr "Host creato"
|
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 "Impossibile creare l'host"
|
106
|
-
|
107
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:96
|
108
|
-
msgid "Host parameters"
|
109
|
-
msgstr "Parametri dell'host"
|
110
|
-
|
111
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:98
|
112
|
-
msgid "Interface parameters"
|
113
|
-
msgstr "Parametri dell'interfaccia"
|
114
|
-
|
115
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:107
|
116
|
-
msgid "Enter the root password for the host:"
|
117
|
-
msgstr "Inserire la password root per l'host:"
|
118
|
-
|
119
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:143
|
120
|
-
msgid "Auto provision a host"
|
121
|
-
msgstr "Esegui Auto Provision di un host"
|
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 "Host creato"
|
131
|
-
|
132
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:166
|
133
|
-
msgid "Reboot a host"
|
134
|
-
msgstr "Riavvia un host"
|
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 "Riavvia un host"
|
144
|
-
|
145
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:187
|
146
|
-
msgid "Host reboot started"
|
147
|
-
msgstr "Riavvio host iniziato."
|
148
|
-
|
149
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:188
|
150
|
-
msgid "Could not reboot the host"
|
151
|
-
msgstr "Impossibile riavviare l'host"
|
152
|
-
|
153
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:196
|
154
|
-
msgid "Refresh the facts of a host"
|
155
|
-
msgstr "Aggiorna eventi di un host"
|
156
|
-
|
157
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:197
|
158
|
-
msgid "Host facts refreshed"
|
159
|
-
msgstr "Eventi host aggiornati"
|
160
|
-
|
161
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:198
|
162
|
-
msgid "Could not refresh the facts of the host"
|
163
|
-
msgstr "Impossibile aggiornare gli eventi dell'host"
|
164
|
-
|
165
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_references.rb:6
|
166
|
-
msgid "Hosts"
|
167
|
-
msgstr "Hosts"
|
168
|
-
|
169
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:28
|
170
|
-
msgid "Priority"
|
171
|
-
msgstr "Priorità"
|
172
|
-
|
173
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:29
|
174
|
-
msgid "Search"
|
175
|
-
msgstr "Cerca"
|
176
|
-
|
177
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:30
|
178
|
-
msgid "Host Group"
|
179
|
-
msgstr "Gruppo di host"
|
180
|
-
|
181
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:31
|
182
|
-
msgid "Hosts Limit"
|
183
|
-
msgstr "Limite host"
|
184
|
-
|
185
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:32
|
186
|
-
msgid "Enabled"
|
187
|
-
msgstr "Abilitato"
|
188
|
-
|
189
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:41
|
190
|
-
msgid "Hostname template"
|
191
|
-
msgstr "Modello hostname"
|
192
|
-
|
193
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:50
|
194
|
-
msgid "Rule created"
|
195
|
-
msgstr "Regola creata"
|
196
|
-
|
197
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:51
|
198
|
-
msgid "Could not create the rule"
|
199
|
-
msgstr "Impossibile creare la regola"
|
200
|
-
|
201
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:58
|
202
|
-
msgid "Rule updated"
|
203
|
-
msgstr "Regola aggiornata"
|
204
|
-
|
205
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:59
|
206
|
-
msgid "Could not update the rule"
|
207
|
-
msgstr "Impossibile aggiornare la regola"
|
208
|
-
|
209
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:66
|
210
|
-
msgid "Rule deleted"
|
211
|
-
msgstr "Regola cancellata"
|
212
|
-
|
213
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:67
|
214
|
-
msgid "Could not delete the rule"
|
215
|
-
msgstr "Impossibile cancellare la regola"
|
File without changes
|