foreman_virt_who_configure 0.5.6 → 0.5.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_virt_who_configure/config_edit.js +20 -0
  3. data/app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb +8 -4
  4. data/app/helpers/foreman_virt_who_configure/configs_helper.rb +5 -5
  5. data/app/models/foreman_virt_who_configure/config.rb +39 -5
  6. data/app/models/foreman_virt_who_configure/output_generator.rb +31 -16
  7. data/app/views/foreman_virt_who_configure/api/v2/configs/main.json.rabl +2 -1
  8. data/app/views/foreman_virt_who_configure/configs/show.html.erb +5 -2
  9. data/app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb +10 -4
  10. data/db/migrate/20210608100743_delete_rhevm_profiles.rb +5 -0
  11. data/db/migrate/20210910184516_add_ahv_to_config.rb +7 -0
  12. data/lib/foreman_virt_who_configure/version.rb +1 -1
  13. data/locale/action_names.rb +36 -26
  14. data/locale/ca/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  15. data/locale/ca/foreman_virt_who_configure.po +647 -0
  16. data/locale/cs_CZ/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  17. data/locale/cs_CZ/foreman_virt_who_configure.po +653 -0
  18. data/locale/de/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  19. data/locale/de/foreman_virt_who_configure.po +657 -0
  20. data/locale/en/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  21. data/locale/en/foreman_virt_who_configure.po +56 -47
  22. data/locale/en_GB/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  23. data/locale/en_GB/foreman_virt_who_configure.po +650 -0
  24. data/locale/es/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  25. data/locale/es/foreman_virt_who_configure.po +653 -0
  26. data/locale/foreman_virt_who_configure.pot +170 -165
  27. data/locale/fr/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  28. data/locale/fr/foreman_virt_who_configure.po +651 -0
  29. data/locale/gl/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  30. data/locale/gl/foreman_virt_who_configure.po +649 -0
  31. data/locale/it/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  32. data/locale/it/foreman_virt_who_configure.po +652 -0
  33. data/locale/ja/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  34. data/locale/ja/foreman_virt_who_configure.po +651 -0
  35. data/locale/ko/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  36. data/locale/ko/foreman_virt_who_configure.po +650 -0
  37. data/locale/nl_NL/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  38. data/locale/nl_NL/foreman_virt_who_configure.po +653 -0
  39. data/locale/pl/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  40. data/locale/pl/foreman_virt_who_configure.po +652 -0
  41. data/locale/pt_BR/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  42. data/locale/pt_BR/foreman_virt_who_configure.po +652 -0
  43. data/locale/ru/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  44. data/locale/ru/foreman_virt_who_configure.po +654 -0
  45. data/locale/sv_SE/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  46. data/locale/sv_SE/foreman_virt_who_configure.po +651 -0
  47. data/locale/zh_CN/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  48. data/locale/zh_CN/foreman_virt_who_configure.po +654 -0
  49. data/locale/zh_TW/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  50. data/locale/zh_TW/foreman_virt_who_configure.po +651 -0
  51. data/test/functional/api/v2/configs_controller_test.rb +39 -1
  52. data/test/unit/output_generator_test.rb +29 -5
  53. metadata +41 -5
@@ -0,0 +1,651 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the foreman_virt_who_configure package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # 21966816214bc546c1fc8a185e75ca1c, 2017
8
+ # Claer <transiblu@claer.hammock.fr>, 2019
9
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2019
10
+ #
11
+ msgid ""
12
+ msgstr ""
13
+ "Project-Id-Version: foreman_virt_who_configure 0.5.2\n"
14
+ "Report-Msgid-Bugs-To: \n"
15
+ "PO-Revision-Date: 2017-05-03 11:59+0000\n"
16
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2019\n"
17
+ "Language-Team: French (https://www.transifex.com/foreman/teams/114/fr/)\n"
18
+ "MIME-Version: 1.0\n"
19
+ "Content-Type: text/plain; charset=UTF-8\n"
20
+ "Content-Transfer-Encoding: 8bit\n"
21
+ "Language: fr\n"
22
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
23
+
24
+ msgid "1. Copy this configuration script to a safe directory."
25
+ msgstr "1. Copiez ce script de configuration dans un répertoire sûr."
26
+
27
+ msgid "2. Make the script executable and run it."
28
+ msgstr "2. Rendez le script exécutable et exécutez-le."
29
+
30
+ msgid "3. Delete the script."
31
+ msgstr "3. Supprimez le script."
32
+
33
+ msgid "A comma-separated list of hostnames or domains or ip addresses to ignore proxy settings for. Optionally this may be set to <code>*</code> to bypass proxy settings for all hostnames domains or ip addresses."
34
+ msgstr "Liste de noms d'hôte ou de domaines ou d'adresses IP séparés par une virgule pour ignorer les paramètres du proxy. Peut éventuellement être défini sur <code>*</code> pour contourner les paramètres du proxy pour tous les noms d'hôte, domaines ou adresses IP."
35
+
36
+ msgid "A plugin to make virt-who configuration easy"
37
+ msgstr "Plug-in pour faciliter la configuration de virt-who"
38
+
39
+ msgid "Abstract async task"
40
+ msgstr "Tâche async abstraite"
41
+
42
+ msgid "Account name by which virt-who is to connect to the hypervisor, in the format <code>domain_name\\account_name</code>. Note that only a single backslash separates the values for domain_name and account_name. If you are using a domain account, and the global configuration file <code>/etc/virt-who.conf</code>, then <b>two</b> backslashes are required. For further details, see <a href=\"https://access.redhat.com/solutions/1270223\">Red Hat Knowledgebase solution How to use a windows domain account with virt-who</a> for more information."
43
+ msgstr ""
44
+
45
+ msgid "Account name by which virt-who is to connect to the hypervisor."
46
+ msgstr "Nom du compte avec lequel virt-who doit se connecter à l'hyperviseur."
47
+
48
+ msgid "Account name by which virt-who is to connect to the hypervisor. By default this is <code>Administrator</code>. To use an alternate account, create a user account and assign that account to the following groups (Windows 2012 Server): Hyper-V Administrators and Remote Management Users."
49
+ msgstr "Nom du compte avec lequel virt-who doit se connecter à l'hyperviseur. Par défaut, il s'agit de l'<code>Administrateur</code>. Pour utiliser un autre compte, créez un compte d'utilisateur et attribuez-le aux groupes suivants (Windows 2012 Server) : administrateurs Hyper-V et utilisateurs de la gestion à distance."
50
+
51
+ msgid "Account name by which virt-who is to connect to the hypervisor. Virt-who does not support password based authentication, you must manually setup SSH key, see <a href=\"https://access.redhat.com/solutions/1515983\">Red Hat Knowledgebase solution How to configure virt-who for a KVM host</a> for more information."
52
+ msgstr "Nom du compte avec lequel virt-who doit se connecter à l'hyperviseur. Virt-who ne prend pas en charge l'authentification par mot de passe, vous devez donc configurer manuellement une clé SSH, consultez <a href=\"https://access.redhat.com/solutions/1515983\">Red Hat Knowledgebase solution How to configure virt-who for a KVM host</a> pour en savoir plus."
53
+
54
+ msgid "Account password by which virt-who is to connect to the hypervisor instance."
55
+ msgstr "Mot de passe du compte avec lequel virt-who doit se connecter à l'instance de l'hyperviseur."
56
+
57
+ msgid "Action with sub plans"
58
+ msgstr "Action avec sous-plans"
59
+
60
+ msgid "Actions"
61
+ msgstr "Actions"
62
+
63
+ msgid "Agent action"
64
+ msgstr ""
65
+
66
+ msgid "Applicable only for esx provider type. Hosts which parent (usually ComputeResource) name is specified in comma-separated list in this option will <b>NOT</b> be reported. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
67
+ msgstr ""
68
+
69
+ msgid "Applicable only for esx provider type. Only hosts which parent (usually ComputeResource) name is specified in comma-separated list in this option will be reported. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
70
+ msgstr ""
71
+
72
+ msgid "Attach subscriptions"
73
+ msgstr "Attacher abonnements"
74
+
75
+ msgid "Auto attach subscriptions"
76
+ msgstr "Attacher automatiquement des abonnements"
77
+
78
+ msgid "Blacklist"
79
+ msgstr "Liste noire"
80
+
81
+ msgid "Bulk generate applicability for hosts"
82
+ msgstr ""
83
+
84
+ msgid "Combined Profile Update"
85
+ msgstr "Mise à jour de profil combiné"
86
+
87
+ msgid "Configs"
88
+ msgstr "Configs"
89
+
90
+ msgid "Configuration Status"
91
+ msgstr "État de la configuration"
92
+
93
+ msgid "Configuration file containing details about how to connect to the cluster and authentication details"
94
+ msgstr ""
95
+
96
+ msgid "Configuration interval in minutes"
97
+ msgstr "Intervalle de configuration en minutes"
98
+
99
+ msgid "Configuration name"
100
+ msgstr "Nom de la configuration"
101
+
102
+ msgid "Configuration numeric identifier"
103
+ msgstr "Identifiant numérique de la configuration"
104
+
105
+ msgid "Configuration script: "
106
+ msgstr "Script de configuration :"
107
+
108
+ msgid "Config|Interval"
109
+ msgstr "Intervalle"
110
+
111
+ msgid "Config|Last Report"
112
+ msgstr "Dernier rapport"
113
+
114
+ msgid "Config|Name"
115
+ msgstr "Nom"
116
+
117
+ msgid "Connection"
118
+ msgstr "Connexion"
119
+
120
+ msgid "Container-native virtualization’s fully qualified host name or IP address. In order to connect to the cluster it is required to provide path to kubeconfig which contains connection details and authentication token."
121
+ msgstr ""
122
+
123
+ msgid "Copy to clipboard"
124
+ msgstr "Copier dans le presse-papiers"
125
+
126
+ msgid "Copy version units to library"
127
+ msgstr ""
128
+
129
+ msgid "Count"
130
+ msgstr "Nombre"
131
+
132
+ msgid "Create"
133
+ msgstr "Créer"
134
+
135
+ msgid "Create Config"
136
+ msgstr "Créer une configuration"
137
+
138
+ msgid "Create Export History"
139
+ msgstr ""
140
+
141
+ msgid "Create Import History"
142
+ msgstr ""
143
+
144
+ msgid "Create Package Group"
145
+ msgstr "Créer un groupe de packages"
146
+
147
+ msgid "Create a virt-who configuration"
148
+ msgstr "Créer une configuration virt-who"
149
+
150
+ msgid "Delete"
151
+ msgstr "Supprimer"
152
+
153
+ msgid "Delete Activation Key"
154
+ msgstr "Supprimer la clé d'activation"
155
+
156
+ msgid "Delete Lifecycle Environment"
157
+ msgstr "Supprimer l'environnement de cycle de vie"
158
+
159
+ msgid "Delete Package Group"
160
+ msgstr "Supprimer le groupe de packages"
161
+
162
+ msgid "Delete Product"
163
+ msgstr "Supprimer le produit"
164
+
165
+ msgid "Delete a virt-who configuration"
166
+ msgstr "Supprimer une configuration virt-who"
167
+
168
+ msgid "Delete virt-who configuration %s?"
169
+ msgstr "Supprimer la configuration virt-who %s ?"
170
+
171
+ msgid "Deploy"
172
+ msgstr ""
173
+
174
+ msgid "Destroy"
175
+ msgstr "Détruire"
176
+
177
+ msgid "Destroy Content Host"
178
+ msgstr "Détruire l'hôte du contenu"
179
+
180
+ msgid "Details"
181
+ msgstr "Détails"
182
+
183
+ msgid "Different debug value can't be set per hypervisor, therefore it will affect all other deployed configurations on the host on which this configuration will be deployed."
184
+ msgstr ""
185
+
186
+ msgid "Disable"
187
+ msgstr "Désactiver"
188
+
189
+ msgid "Discover"
190
+ msgstr "Découvrir"
191
+
192
+ msgid "Download the script"
193
+ msgstr "Télécharger le script"
194
+
195
+ msgid "Edit"
196
+ msgstr "Modifier"
197
+
198
+ msgid "Edit Virt-who Config"
199
+ msgstr "Modifier la configuration virt-who"
200
+
201
+ msgid "Enable"
202
+ msgstr "Activer"
203
+
204
+ msgid "Enable debugging output"
205
+ msgstr "Activer la sortie de débogage"
206
+
207
+ msgid "Enable debugging output?"
208
+ msgstr ""
209
+
210
+ msgid "Errata mail"
211
+ msgstr "Courrier d'errata"
212
+
213
+ msgid "Every 12 hours"
214
+ msgstr "Toutes les 12 heures"
215
+
216
+ msgid "Every 2 days"
217
+ msgstr ""
218
+
219
+ msgid "Every 2 hours"
220
+ msgstr "Toutes les 2 heures"
221
+
222
+ msgid "Every 24 hours"
223
+ msgstr ""
224
+
225
+ msgid "Every 3 days"
226
+ msgstr ""
227
+
228
+ msgid "Every 4 hours"
229
+ msgstr "Toutes les 4 heures"
230
+
231
+ msgid "Every 8 hours"
232
+ msgstr "Toutes les 8 heures"
233
+
234
+ msgid "Every hour"
235
+ msgstr "Toutes les heures"
236
+
237
+ msgid "Exclude Hosts"
238
+ msgstr ""
239
+
240
+ msgid "Exclude host parents"
241
+ msgstr ""
242
+
243
+ msgid "Exclude hosts"
244
+ msgstr "Exclure des hôtes"
245
+
246
+ msgid "Export"
247
+ msgstr "Exporter"
248
+
249
+ msgid "Export Library"
250
+ msgstr ""
251
+
252
+ msgid "Fetch pxe files"
253
+ msgstr "Récupérer les fichiers pxe"
254
+
255
+ msgid "Filter Hosts"
256
+ msgstr ""
257
+
258
+ msgid "Filter host parents"
259
+ msgstr ""
260
+
261
+ msgid "Filter hosts"
262
+ msgstr "Filtrer les hôtes"
263
+
264
+ msgid "Filtered index content"
265
+ msgstr "Contenu d'index filtré"
266
+
267
+ msgid "Filtering"
268
+ msgstr "Filtrage"
269
+
270
+ msgid "Foreman server FQDN"
271
+ msgstr ""
272
+
273
+ msgid "Foreman server’s fully-qualified host name, for example: foreman.example.com"
274
+ msgstr ""
275
+
276
+ msgid "Fully qualified host name or IP address of the hypervisor"
277
+ msgstr "Nom d'hôte complet ou adresse IP de l'hyperviseur"
278
+
279
+ msgid "General information"
280
+ msgstr "Informations générales"
281
+
282
+ msgid "Generate host applicability"
283
+ msgstr ""
284
+
285
+ msgid "Generate repository applicability"
286
+ msgstr ""
287
+
288
+ msgid "HTTP Proxy"
289
+ msgstr "Mandataire HTTP"
290
+
291
+ msgid "HTTP proxy that should be used for communication between the server on which virt-who is running and the hypervisors and virtualization managers."
292
+ msgstr "Proxy HTTP à utiliser pour la communication entre le serveur sur lequel virt-who est exécuté et les hyperviseurs et gestionnaires de virtualisation."
293
+
294
+ msgid "HTTP proxy that should be used for communication between the server on which virt-who is running and the hypervisors and virtualization managers. Leave this blank if no proxy is used."
295
+ msgstr "Proxy HTTP devant être utilisé pour la communication entre le serveur sur lequel virt-who est exécuté et les hyperviseurs et gestionnaires de virtualisation. Laissez vide si aucun proxy n'est utilisé."
296
+
297
+ msgid "Hammer command: "
298
+ msgstr ""
299
+
300
+ msgid "Help"
301
+ msgstr "Aide"
302
+
303
+ msgid "Hosts which parent (usually ComputeResource) name is specified in comma-separated list in this option will <b>NOT</b> be reported. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
304
+ msgstr ""
305
+
306
+ msgid "Hosts which uuid (or hostname or hwuuid, based on <code>hypervisor_id</code>) is specified in comma-separated list in this option will <b>NOT</b> be reported. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
307
+ msgstr ""
308
+
309
+ msgid "How often to check connected hypervisors for changes? Also affects how often a mapping is reported. The recommended value for most environments is every two hours. Different interval can't be set per hypervisor, therefore it will affect all other deployed configurations on the host on which this configuration will be deployed."
310
+ msgstr ""
311
+
312
+ msgid "Hypervisor ID"
313
+ msgstr "ID hyperviseur"
314
+
315
+ msgid "Hypervisor blacklist, applicable only when filtering mode is set to 2. Wildcards and regular expressions are supported, multiple records must be separated by comma."
316
+ msgstr "Liste noire Hyperviseur, applicable uniquement lorsque le mode de filtrage est défini sur 2. Les caractères génériques et les expressions régulières sont pris en charge, plusieurs enregistrements doivent être séparés par une virgule."
317
+
318
+ msgid "Hypervisor filtering mode, %{unlimited} means no filtering, %{whitelist} means whitelist, %{blacklist} means blacklist"
319
+ msgstr "Mode de filtrage Hyperviseur, %{unlimited} signifie aucun filtrage, %{whitelist} signifie liste blanche, %{blacklist} signifie liste noire"
320
+
321
+ msgid "Hypervisor password, required for all hypervisor types except for libvirt"
322
+ msgstr "Mot de passe de l'hyperviseur obligatoire pour tous les types d'hyperviseur sauf libvirt"
323
+
324
+ msgid "Hypervisor type"
325
+ msgstr "Type d'hyperviseur"
326
+
327
+ msgid "Hypervisor whitelist, applicable only when filtering mode is set to 1. Wildcards and regular expressions are supported, multiple records must be separated by comma."
328
+ msgstr "Liste blanche Hyperviseur, applicable uniquement lorsque le mode de filtrage est défini sur 1. Les caractères génériques et les expressions régulières sont pris en charge, plusieurs enregistrements doivent être séparés par une virgule."
329
+
330
+ msgid "Hypervisors"
331
+ msgstr "Hyperviseurs"
332
+
333
+ msgid "Hypervisors update"
334
+ msgstr "Mise à jour des hyperviseurs"
335
+
336
+ msgid "If you run a hybrid environment, with virtual machines running Red Hat Enterprise Linux and other operating systems, you may want to limit the scope of virt-who’s access to hosts. For example, if some hypervisors host only Microsoft Windows Server instances, there is no benefit in having those hypervisors reported by the virt-who agent."
337
+ msgstr "Si vous exécutez un environnement hybride, avec des machines virtuelles exécutant Red Hat Enterprise Linux et d'autres systèmes d'exploitation, il se peut que vous souhaitiez limiter l'accès de virt-who aux hôtes. Par exemple, si certains hyperviseurs n'hébergent que des instances Microsoft Windows Server, il n'y a aucun avantage à ce que ces hyperviseurs soient signalés par l'agent virt-who."
338
+
339
+ msgid "Ignore Proxy"
340
+ msgstr ""
341
+
342
+ msgid "Ignore proxy"
343
+ msgstr "Ignorer le proxy"
344
+
345
+ msgid "Ignore proxy. A comma-separated list of hostnames or domains or ip addresses to ignore proxy settings for. Optionally this may be set to * to bypass proxy settings for all hostnames domains or ip addresses."
346
+ msgstr "Ignorer le proxy. Une liste de noms d'hôte ou de domaines ou d'adresses IP séparés par une virgule pour ignorer les paramètres du proxy. Peut éventuellement être défini sur * pour contourner les paramètres du proxy pour tous les noms d'hôte, domaines ou adresses IP."
347
+
348
+ msgid "Import"
349
+ msgstr ""
350
+
351
+ msgid "Import Content View Version"
352
+ msgstr ""
353
+
354
+ msgid "Import Default Content View"
355
+ msgstr ""
356
+
357
+ msgid "Import Puppet classes"
358
+ msgstr "Importer les classes Puppet"
359
+
360
+ msgid "Import facts"
361
+ msgstr "Importer des facts"
362
+
363
+ msgid "Incremental Update"
364
+ msgstr "Mise à jour croissante"
365
+
366
+ msgid "Incremental Update of Content View Version(s) "
367
+ msgstr "Mise à jour incrémentielle de Version(s) d'affichage de contenu"
368
+
369
+ msgid "Index content"
370
+ msgstr "Contenu d'index"
371
+
372
+ msgid "Index errata"
373
+ msgstr "Errata d'index"
374
+
375
+ msgid "Index module streams"
376
+ msgstr "Indexer les flux de module"
377
+
378
+ msgid "Index package groups"
379
+ msgstr "Indexer les groupes de packages"
380
+
381
+ msgid "Install Applicable Errata"
382
+ msgstr "Installer des errata applicables"
383
+
384
+ msgid "Instance update"
385
+ msgstr "Mise à jour de l'instance"
386
+
387
+ msgid "Interval was not provided"
388
+ msgstr "L'intervalle n'était pas fourni"
389
+
390
+ msgid "Latest Configurations Without Change"
391
+ msgstr ""
392
+
393
+ msgid "Libvirt server’s fully qualified host name or IP address. You can also specify preferred schema, for example: <code>qemu+ssh://libvirt.example.com/system</code>. If you use SSH, make sure you setup root's SSH key on target host for a user specified at hypervisor username field"
394
+ msgstr "Nom d'hôte complet ou adresse IP du serveur Libvirt. Vous pouvez également spécifier un schéma préféré, par exemple : <code>qemu+ssh://libvirt.example.com/system</code>. Si vous utilisez SSH, veillez à configurer la clé SSH du root sur l'hôte cible pour un utilisateur spécifié dans le champ du nom d'utilisateur hyperviseur"
395
+
396
+ msgid "List of virt-who configurations"
397
+ msgstr "Liste des configurations virt-who"
398
+
399
+ msgid "List of virt-who configurations per organization"
400
+ msgstr "Liste des configurations virt-who par organisation"
401
+
402
+ msgid "Microsoft Hyper-V fully qualified host name or IP address."
403
+ msgstr "Nom d'hôte complet ou adresse IP Microsoft Hyper-V."
404
+
405
+ msgid "Name of this configuration, e.g. the name of the hypervisor"
406
+ msgstr "Nom de cette configuration, par exemple le nom de l'hyperviseur"
407
+
408
+ msgid "New Config"
409
+ msgstr "Nouvelle configuration"
410
+
411
+ msgid "New Virt-who Config"
412
+ msgstr "Nouvelle configuration virt-who"
413
+
414
+ msgid "Newer version of virt-who is required, minimum version is %s"
415
+ msgstr "Version de virt-who plus récente requise. La version minimale est %s"
416
+
417
+ msgid "No Change"
418
+ msgstr ""
419
+
420
+ msgid "No Report Yet"
421
+ msgstr "Aucun rapport pour l'instant"
422
+
423
+ msgid "No Reports"
424
+ msgstr "Aucun rapport"
425
+
426
+ msgid "No change"
427
+ msgstr "Aucun changement"
428
+
429
+ msgid "No configuration found"
430
+ msgstr "Aucune configuration trouvée"
431
+
432
+ msgid "OK"
433
+ msgstr "Validé"
434
+
435
+ msgid "On the target virt-who host:"
436
+ msgstr "Sur l'hôte virt-who cible :"
437
+
438
+ msgid "On this page you can define virt-who configurations for your hypervisors."
439
+ msgstr "Sur cette page, vous pouvez définir les configurations virt-who de vos hyperviseurs."
440
+
441
+ msgid "One virt-who configuration represents one config file in /etc/virt-who.d directory and maps to single hypervisor, organization and lifecycle environment."
442
+ msgstr "Une configuration virt-who représente un fichier de configuration dans le répertoire /etc/virt-who.d et correspond à un hyperviseur, une organisation et un environnement de cycle de vie."
443
+
444
+ msgid "Only hosts which parent (usually ComputeResource) name is specified in comma-separated list in this option will be reported. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
445
+ msgstr ""
446
+
447
+ msgid "Only hosts which uuid (or hostname or hwuuid, based on <code>hypervisor_id</code>) is specified in comma-separated list in this option will be reported. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
448
+ msgstr ""
449
+
450
+ msgid "Organization of the virt-who configuration"
451
+ msgstr "Organisation de la configuration virt-who"
452
+
453
+ msgid "Overview"
454
+ msgstr "Vue globale"
455
+
456
+ msgid "Owner"
457
+ msgstr "Propriétaire"
458
+
459
+ msgid "Owner was not provided"
460
+ msgstr "Le propriétaire n'était pas fourni"
461
+
462
+ msgid "Package Profile Update"
463
+ msgstr "Mise à jour du profil du package"
464
+
465
+ msgid "Path to kubeconfig file"
466
+ msgstr ""
467
+
468
+ msgid "Product Create"
469
+ msgstr "Créer Produit"
470
+
471
+ msgid "Promote"
472
+ msgstr "Promouvoir"
473
+
474
+ msgid "Promotion to Environment"
475
+ msgstr "Promotion vers l'environnement"
476
+
477
+ msgid "Publish"
478
+ msgstr "Publier"
479
+
480
+ msgid "Publish Lifecycle Environment Repositories"
481
+ msgstr "Publier les référentiels d'environnements de cycles de vie"
482
+
483
+ msgid "Reindex subscriptions"
484
+ msgstr "Réindexer les abonnements"
485
+
486
+ msgid "Remote action:"
487
+ msgstr ""
488
+
489
+ msgid "Remove Content"
490
+ msgstr "Supprimer le contenu"
491
+
492
+ msgid "Remove Version"
493
+ msgstr "Supprimer la version "
494
+
495
+ msgid "Remove Versions and Associations"
496
+ msgstr "Supprimer les versions et les associations"
497
+
498
+ msgid "Remove from Environment"
499
+ msgstr "Supprimer les environnements"
500
+
501
+ msgid "Remove subscriptions"
502
+ msgstr "Supprimer les abonnements"
503
+
504
+ msgid "Renders a deploy script for the specified virt-who configuration"
505
+ msgstr "Produit un script de déploiement pour la configuration virt-who spécifiée"
506
+
507
+ msgid "Report"
508
+ msgstr "Rapport"
509
+
510
+ msgid "Republish Version Repositories"
511
+ msgstr "Publier de nouveau les référentiels de version"
512
+
513
+ msgid "Run Sync Plan:"
514
+ msgstr ""
515
+
516
+ msgid "Schedule"
517
+ msgstr "Échéancier"
518
+
519
+ msgid "Show a virt-who configuration"
520
+ msgstr "Afficher une configuration virt-who"
521
+
522
+ msgid "Specifies how the hypervisor will be identified."
523
+ msgstr "Indique comment l'hyperviseur sera identifié."
524
+
525
+ msgid ""
526
+ "Specifies that hypervisors will be identified by their <b>hostname</b>, <b>uuid</b> or <b>hwuuid</b>.\n"
527
+ " Note that some virtualization backends don't have all of them implemented.\n"
528
+ " Default is <b>hostname</b>, which provides more meaningful hypervisor\n"
529
+ " names, but can cause duplicated hypervisor registrations if the host is renamed. To avoid that, you can use <b>uuid</b> instead. <b>hwuuid</b> is applicable to esx only.\n"
530
+ " This property is meant to be set up before the initial run of virt-who. Changing it later will result in duplicated entries in the subscription manager."
531
+ msgstr ""
532
+
533
+ msgid "Status"
534
+ msgstr "Statut"
535
+
536
+ msgid "Success"
537
+ msgstr "Réussite"
538
+
539
+ msgid "Sync capsule"
540
+ msgstr ""
541
+
542
+ msgid "Synchronize"
543
+ msgstr "Synchroniser"
544
+
545
+ msgid "Synchronize smart proxy"
546
+ msgstr "Synchroniser le smart proxy"
547
+
548
+ msgid "The configuration was not deployed yet or the virt-who was unable to report the status"
549
+ msgstr "La configuration n'a pas encore été déployée ou virt-who n'a pas été en mesure de signaler l'état"
550
+
551
+ msgid "The virt-who report arrived within the interval"
552
+ msgstr "Le rapport virt-who est arrivé dans l'intervalle"
553
+
554
+ msgid "The virt-who report has not arrived within the interval, which indicates there was no change on hypervisor"
555
+ msgstr "Le rapport virt-who n'est pas arrivé dans l'intervalle, ce qui indique qu'aucun changement n'est intervenu sur l'hyperviseur"
556
+
557
+ msgid "To define a new configuration, click the New Config button and fill in the form. After you provide all required information a virt-who configuration script will be generated. You could either install it manually by copying the script or deploy it on a selected target host through Remote Execution."
558
+ msgstr "Pour définir une nouvelle configuration, cliquez sur le bouton Nouvelle configuration et complétez le formulaire. Une fois que vous avez fourni toutes les informations requises, un script de configuration virt-who sera généré. Vous pouvez l'installer manuellement en copiant le script ou le déployer sur un hôte cible sélectionné via l'exécution distante."
559
+
560
+ msgid "Total Configurations"
561
+ msgstr "Nombre total de configurations"
562
+
563
+ msgid "Unable to create sysconfig file"
564
+ msgstr "Impossible de créer le fichier sysconfig"
565
+
566
+ msgid "Unable to create virt-who config file"
567
+ msgstr "Impossible de créer le fichier de configuration virt-who"
568
+
569
+ msgid "Unable to enable virt-who service using systemctl"
570
+ msgstr ""
571
+
572
+ msgid "Unable to install virt-who package, make sure the host is properly subscribed and has access to katello-host-tools repository"
573
+ msgstr ""
574
+
575
+ msgid "Unable to start virt-who service, please see virt-who logs for more details"
576
+ msgstr "Impossible de démarrer le service virt-who. Consultez les journaux virt-who pour en savoir plus"
577
+
578
+ msgid "Unknown"
579
+ msgstr "Inconnu"
580
+
581
+ msgid "Unknown configuration status"
582
+ msgstr "État de la configuration inconnu"
583
+
584
+ msgid "Unknown configuration status, caused by unexpected conditions"
585
+ msgstr "État de la configuration inconnu en raison de conditions inattendues"
586
+
587
+ msgid "Unlimited"
588
+ msgstr "Illimité"
589
+
590
+ msgid "Update"
591
+ msgstr "Mise à jour"
592
+
593
+ msgid "Update Content Overrides"
594
+ msgstr "Mettre à jour les substitutions de contenu"
595
+
596
+ msgid "Update a virt-who configuration"
597
+ msgstr "Mettre à jour une configuration virt-who"
598
+
599
+ msgid "Update content urls"
600
+ msgstr ""
601
+
602
+ msgid "Update for host"
603
+ msgstr "Mise à jour de l'hôte"
604
+
605
+ msgid "Update http proxy"
606
+ msgstr ""
607
+
608
+ msgid "Update http proxy details"
609
+ msgstr ""
610
+
611
+ msgid "Update redhat repository"
612
+ msgstr ""
613
+
614
+ msgid "Update release version for host"
615
+ msgstr "Mettre à jour la version de publication pour l'hôte"
616
+
617
+ msgid "Updating System Purpose for host"
618
+ msgstr ""
619
+
620
+ msgid "Upload into"
621
+ msgstr "Téléverser vers"
622
+
623
+ msgid "Use either hammer command or the script below to deploy this configuration. Both require root privileges. Run one of them on the target host which has access to katello-host-tools repository and will run virt-who reporting, preferably Foreman host:"
624
+ msgstr ""
625
+
626
+ msgid "VMware vCenter server’s fully qualified host name or IP address."
627
+ msgstr "Nom d'hôte complet ou adresse IP du serveur VMware vCenter."
628
+
629
+ msgid "Verify checksum"
630
+ msgstr ""
631
+
632
+ msgid "Virt-who Configs Status"
633
+ msgstr "État des configurations virt-who"
634
+
635
+ msgid "Virt-who Configuration %s"
636
+ msgstr ""
637
+
638
+ msgid "Virt-who Configurations"
639
+ msgstr "Configurations virt-who"
640
+
641
+ msgid "Virt-who Configurations Status"
642
+ msgstr "État des configurations virt-who"
643
+
644
+ msgid "Virt-who configurations"
645
+ msgstr "Configurations virt-who"
646
+
647
+ msgid "Whitelist"
648
+ msgstr "Liste blanche"
649
+
650
+ msgid "every %s hours"
651
+ msgstr "toutes les %s heures"