foreman_rh_cloud 11.1.0 → 11.3.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/app/assets/javascripts/foreman_rh_cloud/locale/fr/foreman_rh_cloud.js +400 -313
- data/app/assets/javascripts/foreman_rh_cloud/locale/ja/foreman_rh_cloud.js +400 -313
- data/app/assets/javascripts/foreman_rh_cloud/locale/ka/foreman_rh_cloud.js +393 -306
- data/app/assets/javascripts/foreman_rh_cloud/locale/ko/foreman_rh_cloud.js +589 -0
- data/app/assets/javascripts/foreman_rh_cloud/locale/zh_CN/foreman_rh_cloud.js +398 -311
- data/app/controllers/insights_cloud/api/machine_telemetries_controller.rb +11 -1
- data/app/services/foreman_rh_cloud/cloud_request_forwarder.rb +5 -3
- data/app/services/foreman_rh_cloud/hits_uploader.rb +3 -8
- data/app/services/foreman_rh_cloud/rules_ingester.rb +61 -0
- data/app/services/foreman_rh_cloud/template_renderer_helper.rb +1 -1
- data/config/routes.rb +10 -4
- data/db/seeds.d/189_add_host_inventory_param.rb +7 -0
- data/lib/foreman_inventory_upload/async/upload_report_job.rb +1 -1
- data/lib/foreman_inventory_upload/generators/queries.rb +1 -1
- data/lib/foreman_rh_cloud/engine.rb +1 -1
- data/lib/foreman_rh_cloud/version.rb +1 -1
- data/lib/insights_cloud/async/insights_full_sync.rb +14 -9
- data/lib/insights_cloud/async/insights_resolutions_sync.rb +5 -1
- data/lib/insights_cloud.rb +4 -0
- data/lib/tasks/insights.rake +10 -7
- data/lib/tasks/rh_cloud_inventory.rake +8 -3
- data/locale/Makefile +12 -2
- data/locale/foreman_rh_cloud.pot +217 -96
- data/locale/fr/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/fr/foreman_rh_cloud.po +123 -36
- data/locale/ja/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/ja/foreman_rh_cloud.po +124 -36
- data/locale/ka/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/ka/foreman_rh_cloud.po +107 -19
- data/locale/ko/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/ko/foreman_rh_cloud.po +592 -0
- data/locale/zh_CN/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/zh_CN/foreman_rh_cloud.po +123 -35
- data/package.json +1 -1
- data/test/controllers/insights_cloud/api/machine_telemetries_controller_test.rb +13 -0
- data/test/jobs/insights_full_sync_test.rb +28 -0
- data/test/jobs/insights_resolutions_sync_test.rb +22 -0
- data/test/unit/services/foreman_rh_cloud/cloud_request_forwarder_test.rb +24 -0
- data/test/unit/services/foreman_rh_cloud/hits_uploader_test.rb +13 -2
- data/test/unit/services/foreman_rh_cloud/rules_ingester_test.rb +60 -0
- data/test/unit/slice_generator_test.rb +24 -2
- data/webpack/InsightsCloudSync/Components/RemediationModal/RemediationModal.js +5 -1
- metadata +10 -6
- data/app/assets/javascripts/foreman_rh_cloud/locale/en/foreman_rh_cloud.js +0 -502
- data/locale/en/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/en/foreman_rh_cloud.po +0 -496
@@ -3,10 +3,10 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"foreman_rh_cloud": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "foreman_rh_cloud 1.0
|
6
|
+
"Project-Id-Version": "foreman_rh_cloud 11.1.0",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2023-01-20 13:26+0000",
|
9
|
-
"Last-Translator": "Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>,
|
9
|
+
"Last-Translator": "Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025",
|
10
10
|
"Language-Team": "French (https://app.transifex.com/foreman/teams/114/fr/)",
|
11
11
|
"MIME-Version": "1.0",
|
12
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
@@ -17,485 +17,572 @@
|
|
17
17
|
"domain": "foreman_rh_cloud",
|
18
18
|
"plural_forms": "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
19
19
|
},
|
20
|
-
"
|
21
|
-
"
|
22
|
-
],
|
23
|
-
"Set the current organization context for the request": [
|
24
|
-
"Définir le contexte organisationnel actuel de la demande"
|
20
|
+
" Sync all inventory status": [
|
21
|
+
" Sync tous les statuts d'inventaire"
|
25
22
|
],
|
26
|
-
"
|
27
|
-
"
|
23
|
+
"%s organizations": [
|
24
|
+
"%s organisations"
|
28
25
|
],
|
29
|
-
"
|
30
|
-
""
|
26
|
+
"About subscription watch": [
|
27
|
+
"Informations sur la vérification des abonnements"
|
31
28
|
],
|
32
|
-
"
|
33
|
-
""
|
29
|
+
"Actions history": [
|
30
|
+
"Historique des actions"
|
34
31
|
],
|
35
|
-
"
|
36
|
-
""
|
32
|
+
"Advanced Inventory Settings": [
|
33
|
+
"Paramètres d'inventaire avancés"
|
37
34
|
],
|
38
|
-
"
|
39
|
-
"
|
35
|
+
"All recommendations are now selected.": [
|
36
|
+
"Toutes les recommandations sont maintenant sélectionnées."
|
40
37
|
],
|
41
|
-
"
|
42
|
-
"
|
38
|
+
"Any Organization": [
|
39
|
+
"Toute Organisation"
|
43
40
|
],
|
44
|
-
"
|
45
|
-
"
|
41
|
+
"Apply Insights recommendations": [
|
42
|
+
"Appliquer les recommandations d'Insights"
|
46
43
|
],
|
47
|
-
"
|
48
|
-
"
|
44
|
+
"Automatic inventory upload": [
|
45
|
+
"Chargement automatique de l'inventaire"
|
49
46
|
],
|
50
|
-
"
|
51
|
-
"
|
47
|
+
"Automatic mismatch deletion": [
|
48
|
+
"Suppression automatique des non-concordances"
|
52
49
|
],
|
53
|
-
"
|
54
|
-
"
|
50
|
+
"Cancel": [
|
51
|
+
"Annuler"
|
55
52
|
],
|
56
|
-
"
|
57
|
-
"
|
53
|
+
"Clear": [
|
54
|
+
"Effacer"
|
58
55
|
],
|
59
|
-
"
|
60
|
-
"
|
56
|
+
"Clear Selection": [
|
57
|
+
"Annuler la sélection"
|
61
58
|
],
|
62
|
-
"
|
63
|
-
"
|
59
|
+
"Cloud Connector has been configured however obfuscating host names setting is enabled, it's recommended to disable it": [
|
60
|
+
"Le connecteur cloud a été configuré mais le paramètre Obfusquer les noms d'hôtes est activé, il est recommandé de le désactiver."
|
64
61
|
],
|
65
|
-
"
|
66
|
-
"
|
62
|
+
"Cloud Connector has been configured however the inventory auto-upload is disabled, it's recommended to enable it": [
|
63
|
+
"Le connecteur cloud a été configuré mais le chargement automatique de l'inventaire est désactivé, il est recommandé de l'activer."
|
67
64
|
],
|
68
|
-
"
|
69
|
-
"
|
65
|
+
"Cloud Connector is in progress": [
|
66
|
+
"Connecteur cloud en cours"
|
70
67
|
],
|
71
|
-
"
|
72
|
-
"
|
68
|
+
"Cloud connector job link": [
|
69
|
+
"Lien au job de connecteur cloud"
|
73
70
|
],
|
74
|
-
"
|
75
|
-
"
|
71
|
+
"Cloud connector setup has failed: ": [
|
72
|
+
"L'installation du connecteur cloud a échoué : "
|
76
73
|
],
|
77
|
-
"
|
78
|
-
"
|
74
|
+
"Cloud connector setup has started: ": [
|
75
|
+
"L'installation du connecteur cloud a commencé : "
|
79
76
|
],
|
80
|
-
"
|
81
|
-
"
|
77
|
+
"Cloud connector setup is in progress now: ": [
|
78
|
+
"L'installation du connecteur cloud est en cours : "
|
82
79
|
],
|
83
|
-
"
|
84
|
-
"
|
80
|
+
"Completed": [
|
81
|
+
"Terminé"
|
85
82
|
],
|
86
|
-
"
|
87
|
-
"
|
83
|
+
"Configure": [
|
84
|
+
"Configurer"
|
88
85
|
],
|
89
|
-
"
|
90
|
-
"
|
86
|
+
"Configure Cloud Connector on given hosts": [
|
87
|
+
"Configurer Cloud Connector sur des hôtes donnés"
|
91
88
|
],
|
92
|
-
"
|
93
|
-
"
|
89
|
+
"Configure cloud connector": [
|
90
|
+
"Configurer le connecteur cloud"
|
94
91
|
],
|
95
|
-
"
|
96
|
-
"
|
92
|
+
"Connectivity test": [
|
93
|
+
"Test de connectivité"
|
97
94
|
],
|
98
|
-
"
|
99
|
-
"
|
95
|
+
"Critical": [
|
96
|
+
"Critique"
|
100
97
|
],
|
101
|
-
"
|
102
|
-
"
|
98
|
+
"Current page": [
|
99
|
+
"Page actuelle"
|
103
100
|
],
|
104
|
-
"
|
105
|
-
"
|
101
|
+
"Disconnected hosts: ": [
|
102
|
+
"Hôtes déconnectés : "
|
106
103
|
],
|
107
|
-
"
|
108
|
-
"
|
104
|
+
"Displays manifest statuses per accessible organizations.": [
|
105
|
+
"Affiche les statuts des manifestes par organisation accessible."
|
109
106
|
],
|
110
|
-
"
|
111
|
-
"
|
107
|
+
"Documentation": [
|
108
|
+
"Documentation"
|
112
109
|
],
|
113
|
-
"
|
114
|
-
"
|
110
|
+
"Download Report": [
|
111
|
+
"Télécharger le rapport"
|
115
112
|
],
|
116
|
-
"
|
117
|
-
"
|
113
|
+
"Download latest report": [
|
114
|
+
"Télécharger le dernier rapport"
|
118
115
|
],
|
119
|
-
"
|
120
|
-
"
|
116
|
+
"Enable automatic deletion of mismatched host records from the Red Hat cloud": [
|
117
|
+
"Activer la suppression automatique des enregistrements d'hôtes incompatibles du cloud Red Hat"
|
121
118
|
],
|
122
119
|
"Enable automatic synchronization of Insights recommendations from the Red Hat cloud": [
|
123
120
|
"Activer la synchronisation automatique des recommandations Insights à partir de Red Hat Cloud"
|
124
121
|
],
|
125
|
-
"
|
126
|
-
"
|
127
|
-
],
|
128
|
-
"Enable automatic deletion of mismatched host records from the Red Hat cloud": [
|
129
|
-
""
|
122
|
+
"Enable automatic upload of your host inventory to the Red Hat cloud": [
|
123
|
+
"Activer le téléchargement automatique de votre inventaire d'hôtes dans Red Hat Cloud"
|
130
124
|
],
|
131
|
-
"
|
132
|
-
""
|
125
|
+
"Enable automatic upload of your hosts inventory to the Red Hat cloud": [
|
126
|
+
"Activer le téléchargement automatique de l'inventaire de vos hôtes dans Red Hat Cloud"
|
133
127
|
],
|
134
|
-
"
|
135
|
-
"
|
128
|
+
"Enable cloud connector": [
|
129
|
+
"Activer le connecteur cloud"
|
136
130
|
],
|
137
|
-
"
|
138
|
-
"
|
131
|
+
"Enable inventory upload": [
|
132
|
+
"Activer le téléchargement de l'inventaire"
|
139
133
|
],
|
140
|
-
"
|
141
|
-
"
|
134
|
+
"Encountered an error while trying to access the server:": [
|
135
|
+
"Une erreur s'est produite lors de l'accès au serveur :"
|
142
136
|
],
|
143
|
-
"
|
144
|
-
"
|
137
|
+
"Exclude installed Packages": [
|
138
|
+
"Exclure les paquets installés"
|
145
139
|
],
|
146
140
|
"Exclude installed packages from being uploaded to the Red Hat cloud": [
|
147
141
|
"Exclure les paquets installés du téléchargement dans Red Hat Cloud"
|
148
142
|
],
|
149
|
-
"Exclude
|
150
|
-
"Exclure les paquets
|
143
|
+
"Exclude packages": [
|
144
|
+
"Exclure les paquets"
|
151
145
|
],
|
152
|
-
"
|
153
|
-
"
|
146
|
+
"Exclude packages from being uploaded to the Red Hat cloud": [
|
147
|
+
"Exclure les paquets du téléchargement vers Red Hat Cloud"
|
154
148
|
],
|
155
|
-
"
|
156
|
-
"
|
149
|
+
"Exit Code: %s": [
|
150
|
+
"Code de sortie : %s"
|
157
151
|
],
|
158
|
-
"
|
159
|
-
"
|
152
|
+
"Fetch Insights-related host details": [
|
153
|
+
"Récupérer les détails de l'hôte liés à Insights"
|
160
154
|
],
|
161
|
-
"
|
162
|
-
"
|
155
|
+
"Fetching data about your accounts": [
|
156
|
+
"Récupérer des données sur vos comptes"
|
157
|
+
],
|
158
|
+
"Filter..": [
|
159
|
+
"Filtrer.."
|
163
160
|
],
|
164
161
|
"Fix host": [
|
165
162
|
"Fixer l'hôte"
|
166
163
|
],
|
167
|
-
"
|
168
|
-
"
|
164
|
+
"For more info, please visit the": [
|
165
|
+
"Pour plus d'informations, veuillez consulter"
|
169
166
|
],
|
170
|
-
"
|
171
|
-
"
|
167
|
+
"For more information about Insights and Cloud Connector, see:": [
|
168
|
+
"Pour plus d'informations sur Insights et Cloud Connector, consultez :"
|
172
169
|
],
|
173
|
-
"
|
174
|
-
"
|
170
|
+
"For more information about the Subscriptions service, see:": [
|
171
|
+
"Pour plus d'informations sur le service d'abonnements, consultez :"
|
175
172
|
],
|
176
|
-
"
|
177
|
-
"
|
173
|
+
"Foreman plugin that process & upload data to Red Hat Cloud": [
|
174
|
+
"Plugin Foreman qui traite et télécharge les données vers Red Hat Cloud"
|
175
|
+
],
|
176
|
+
"Full Screen": [
|
177
|
+
"Plein écran"
|
178
|
+
],
|
179
|
+
"Generate and upload report": [
|
180
|
+
"Générer et télécharger un rapport"
|
181
|
+
],
|
182
|
+
"Generate the report, but do not upload": [
|
183
|
+
"Générer le rapport, mais ne pas le télécharger"
|
178
184
|
],
|
179
185
|
"Generating": [
|
180
186
|
"En cours de génération"
|
181
187
|
],
|
182
|
-
"
|
183
|
-
"
|
188
|
+
"Go to Foreman Insights page": [
|
189
|
+
"Accéder à la page Foreman Insights"
|
184
190
|
],
|
185
|
-
"
|
186
|
-
"
|
191
|
+
"Go to first page": [
|
192
|
+
"Aller à la première page"
|
187
193
|
],
|
188
|
-
"
|
189
|
-
"
|
194
|
+
"Go to last page": [
|
195
|
+
"Aller à la dernière page"
|
190
196
|
],
|
191
|
-
"
|
192
|
-
"
|
197
|
+
"Go to next page": [
|
198
|
+
"Aller à la page suivante"
|
193
199
|
],
|
194
|
-
"
|
195
|
-
"
|
200
|
+
"Go to previous page": [
|
201
|
+
"Aller à la page précédente"
|
196
202
|
],
|
197
|
-
"
|
198
|
-
"
|
203
|
+
"Grab hosts that are missing in RH Cloud": [
|
204
|
+
"Récupérer les hôtes manquants dans RH Cloud"
|
199
205
|
],
|
200
|
-
"
|
201
|
-
"
|
206
|
+
"Host Insights recommendations": [
|
207
|
+
"Recommandations de Host Insights"
|
202
208
|
],
|
203
|
-
"
|
204
|
-
"
|
209
|
+
"Host was not uploaded to your RH cloud inventory": [
|
210
|
+
"L'hôte n'a pas été téléchargé dans votre inventaire RH Cloud."
|
205
211
|
],
|
206
|
-
"
|
207
|
-
"
|
212
|
+
"Hostname": [
|
213
|
+
"Nom d'hôte"
|
208
214
|
],
|
209
|
-
"
|
210
|
-
"
|
215
|
+
"Hosts with subscription in organization: ": [
|
216
|
+
"Hôtes avec abonnement dans l'organisation : "
|
211
217
|
],
|
212
|
-
"
|
213
|
-
"
|
218
|
+
"ID of the RHC(Yggdrasil) daemon": [
|
219
|
+
"ID du démon RHC(Yggdrasil)"
|
214
220
|
],
|
215
|
-
"
|
216
|
-
"
|
221
|
+
"Important": [
|
222
|
+
"Important"
|
217
223
|
],
|
218
|
-
"
|
219
|
-
"
|
224
|
+
"Include parameters in insights-client reports": [
|
225
|
+
"Inclure des paramètres dans les rapports insights-clients"
|
220
226
|
],
|
221
|
-
"
|
222
|
-
"
|
227
|
+
"Insights": [
|
228
|
+
"Insights"
|
223
229
|
],
|
224
|
-
"
|
225
|
-
"
|
230
|
+
"Inventory": [
|
231
|
+
"Inventaire"
|
226
232
|
],
|
227
|
-
"
|
228
|
-
"
|
233
|
+
"Inventory Auto Upload": [
|
234
|
+
"Chargement automatique des iinventaires"
|
235
|
+
],
|
236
|
+
"Inventory Upload": [
|
237
|
+
"Téléchargement de l'inventaire"
|
238
|
+
],
|
239
|
+
"Inventory sync has failed: ": [
|
240
|
+
"La synchronisation de l'inventaire a échoué : "
|
241
|
+
],
|
242
|
+
"Inventory sync has started:": [
|
243
|
+
"La synchronisation de l'inventaire a commencé :"
|
244
|
+
],
|
245
|
+
"Items per page": [
|
246
|
+
"Items par page"
|
247
|
+
],
|
248
|
+
"Knowledgebase article": [
|
249
|
+
"Article de base de connaissances"
|
250
|
+
],
|
251
|
+
"List of host UUIDs": [
|
252
|
+
"Liste des UUID d'hôtes"
|
253
|
+
],
|
254
|
+
"Loading": [
|
255
|
+
"Chargement"
|
256
|
+
],
|
257
|
+
"Loading...": [
|
258
|
+
"Chargement..."
|
259
|
+
],
|
260
|
+
"Low": [
|
261
|
+
"Faible"
|
262
|
+
],
|
263
|
+
"Manual": [
|
264
|
+
"Manuelle"
|
265
|
+
],
|
266
|
+
"Moderate": [
|
267
|
+
"Modéré"
|
268
|
+
],
|
269
|
+
"More details can be found in": [
|
270
|
+
"Pour plus de détails, voir"
|
271
|
+
],
|
272
|
+
"Next run: ": [
|
273
|
+
"Exécution suivante :"
|
274
|
+
],
|
275
|
+
"No": [
|
276
|
+
"Non"
|
277
|
+
],
|
278
|
+
"No recommendations were found for this host!": [
|
279
|
+
"Aucune recommandation n'a été trouvée pour cet hôte !"
|
280
|
+
],
|
281
|
+
"No results found": [
|
282
|
+
"Aucun résultat"
|
283
|
+
],
|
284
|
+
"No task was found": [
|
285
|
+
"Aucune tâche n'a été trouvée"
|
286
|
+
],
|
287
|
+
"Not reporting": [
|
288
|
+
"Non rapporté"
|
289
|
+
],
|
290
|
+
"Nothing to sync, there are no hosts with subscription for this organization.": [
|
291
|
+
"Rien à synchroniser, il n'y a pas d'hôtes avec abonnement pour cette organisation."
|
229
292
|
],
|
230
293
|
"Notice": [
|
231
294
|
"Note"
|
232
295
|
],
|
233
|
-
"
|
234
|
-
"
|
296
|
+
"Obfuscate IPs": [
|
297
|
+
"Obfusquer les adresses IP"
|
298
|
+
],
|
299
|
+
"Obfuscate host ipv4 addresses": [
|
300
|
+
"Obfusquer les adresses ipv4 des hôtes"
|
301
|
+
],
|
302
|
+
"Obfuscate host names": [
|
303
|
+
"Obfusquer les noms d'hôtes"
|
304
|
+
],
|
305
|
+
"Obfuscate host names sent to the Red Hat cloud": [
|
306
|
+
"Obfusquer les noms d'hôtes envoyés à Red Hat Cloud"
|
307
|
+
],
|
308
|
+
"Obfuscate ipv4 addresses sent to the Red Hat cloud": [
|
309
|
+
"Obfusquer les adresses ipv4 envoyées à Red Hat Cloud"
|
310
|
+
],
|
311
|
+
"Oops! Couldn't find organization that matches your query": [
|
312
|
+
"Oups ! Nous n'avons pas trouvé d'organisation correspondant à votre demande."
|
313
|
+
],
|
314
|
+
"Organization status": [
|
315
|
+
"Statut de l'organisation"
|
316
|
+
],
|
317
|
+
"Pagination": [
|
318
|
+
"Pagination"
|
319
|
+
],
|
320
|
+
"Playbook": [
|
321
|
+
"Playbook"
|
322
|
+
],
|
323
|
+
"RH Cloud": [
|
324
|
+
"RH Cloud"
|
325
|
+
],
|
326
|
+
"RHC daemon id": [
|
327
|
+
"Id du démon RHC"
|
328
|
+
],
|
329
|
+
"RHCloud": [
|
330
|
+
"RHCloud"
|
235
331
|
],
|
236
|
-
"
|
237
|
-
"
|
332
|
+
"Read more about it in RH cloud insights": [
|
333
|
+
"Plus d'informations dans RH cloud insights"
|
238
334
|
],
|
239
|
-
"
|
240
|
-
"
|
335
|
+
"Reboot Required": [
|
336
|
+
"Redémarrage nécessaire"
|
241
337
|
],
|
242
|
-
"
|
243
|
-
"
|
338
|
+
"Recommendation": [
|
339
|
+
"Recommandation"
|
244
340
|
],
|
245
|
-
"
|
246
|
-
""
|
341
|
+
"Recommendation sync has failed: ": [
|
342
|
+
"La sync des recommandations a échoué : "
|
247
343
|
],
|
248
|
-
"
|
249
|
-
""
|
344
|
+
"Recommendation sync has started: ": [
|
345
|
+
"La sync des recommandations a commencé : "
|
250
346
|
],
|
251
|
-
"
|
252
|
-
""
|
347
|
+
"Recommendations": [
|
348
|
+
"Recommandations"
|
253
349
|
],
|
254
|
-
"
|
255
|
-
""
|
350
|
+
"Recommendations selected: %s.": [
|
351
|
+
"Recommandations sélectionnées : %s."
|
256
352
|
],
|
257
|
-
"
|
258
|
-
"
|
353
|
+
"Recommendations synced successfully": [
|
354
|
+
"Les recommandations ont été synchronisées"
|
259
355
|
],
|
260
|
-
"
|
261
|
-
""
|
356
|
+
"Reconfigure cloud connector": [
|
357
|
+
"Reconfigurer le connecteur cloud"
|
262
358
|
],
|
263
|
-
"
|
264
|
-
"
|
359
|
+
"Red Hat Cloud Inventory": [
|
360
|
+
"Inventaire Red Hat Cloud"
|
265
361
|
],
|
266
|
-
"
|
267
|
-
""
|
362
|
+
"Red Hat Insights": [
|
363
|
+
"Red Hat Insights"
|
268
364
|
],
|
269
365
|
"Red Hat Insights Data and Application Security": [
|
270
366
|
"Red Hat Insights - Sécurité des données et des applications"
|
271
367
|
],
|
272
|
-
"
|
273
|
-
"
|
274
|
-
],
|
275
|
-
"Cloud Connector has been configured however obfuscating host names setting is enabled, it's recommended to disable it": [
|
276
|
-
"Le connecteur cloud a été configuré mais le paramètre Obfusquer les noms d'hôtes est activé, il est recommandé de le désactiver."
|
368
|
+
"Red Hat Inventory": [
|
369
|
+
"Inventaire Red Hat"
|
277
370
|
],
|
278
|
-
"
|
279
|
-
"
|
371
|
+
"Remain": [
|
372
|
+
"Restant"
|
280
373
|
],
|
281
|
-
"
|
282
|
-
"
|
374
|
+
"Remediate": [
|
375
|
+
"Remédier"
|
283
376
|
],
|
284
|
-
"
|
285
|
-
"
|
377
|
+
"Remediation summary": [
|
378
|
+
"Résumé de remédiation"
|
286
379
|
],
|
287
|
-
"
|
288
|
-
"
|
380
|
+
"Reporting": [
|
381
|
+
"Rapports"
|
289
382
|
],
|
290
|
-
"
|
291
|
-
"
|
383
|
+
"Resolution": [
|
384
|
+
"Résolution"
|
292
385
|
],
|
293
|
-
"
|
294
|
-
"
|
386
|
+
"Run RH Cloud playbook": [
|
387
|
+
"Exécuter le playbook RH Cloud"
|
295
388
|
],
|
296
|
-
"
|
297
|
-
"
|
389
|
+
"Run playbook genrated by Red Hat remediations app": [
|
390
|
+
"Exécuter le playbook généré par l'app de remédiations de Red Hat"
|
298
391
|
],
|
299
|
-
"
|
300
|
-
"
|
392
|
+
"Run remediation playbook generated by Insights": [
|
393
|
+
"Exécuter le playbook de remédiation généré par Insights"
|
301
394
|
],
|
302
|
-
"
|
303
|
-
"
|
395
|
+
"Satellite server has %{hits_count} recommendations by Red Hat": [
|
396
|
+
"Le serveur satellite a %{hits_count} recommandations de Red Hat"
|
304
397
|
],
|
305
|
-
"
|
306
|
-
"
|
398
|
+
"Scoped search string for host removal": [
|
399
|
+
"Chaîne de recherche limitée pour la suppression de l'hôte"
|
307
400
|
],
|
308
|
-
"
|
309
|
-
"
|
401
|
+
"Select recommendations from all pages": [
|
402
|
+
"Sélectionner des recommandations sur toutes les pages"
|
310
403
|
],
|
311
|
-
"
|
312
|
-
"
|
404
|
+
"Set the current organization context for the request": [
|
405
|
+
"Définir le contexte organisationnel actuel de la demande"
|
313
406
|
],
|
314
|
-
"
|
315
|
-
"
|
407
|
+
"Settings": [
|
408
|
+
"Paramètres de configuration"
|
316
409
|
],
|
317
|
-
"
|
318
|
-
"
|
410
|
+
"Should import include parameter tags from Foreman?": [
|
411
|
+
"L'importation doit-elle inclure les balises de paramètres de Foreman ?"
|
319
412
|
],
|
320
|
-
"
|
321
|
-
"
|
413
|
+
"Show Advanced Settings": [
|
414
|
+
"Afficher les paramètres avancés"
|
322
415
|
],
|
323
|
-
"
|
324
|
-
"
|
416
|
+
"Show if system is configured to use local iop-advisor-engine.": [
|
417
|
+
"Indique si le système est configuré pour utiliser le moteur iop-advisor local."
|
325
418
|
],
|
326
|
-
"
|
327
|
-
"
|
419
|
+
"Start inventory synchronization": [
|
420
|
+
"Démarrer la synchronisation de l'inventaire"
|
328
421
|
],
|
329
|
-
"
|
330
|
-
"
|
422
|
+
"Start report generation": [
|
423
|
+
"Lancer la génération du rapport"
|
331
424
|
],
|
332
|
-
"
|
333
|
-
"
|
425
|
+
"Successfully synced hosts: ": [
|
426
|
+
"Synchronisation des hôtes réussie : "
|
334
427
|
],
|
335
|
-
"
|
336
|
-
"
|
428
|
+
"Successfully uploaded to your RH cloud inventory": [
|
429
|
+
"Téléchargement réussi dans votre inventaire RH cloud"
|
337
430
|
],
|
338
|
-
"
|
339
|
-
"
|
431
|
+
"Sync automatically": [
|
432
|
+
"Sync automatique"
|
340
433
|
],
|
341
|
-
"
|
342
|
-
"
|
434
|
+
"Sync recommendations": [
|
435
|
+
"Recommandations de sync"
|
343
436
|
],
|
344
|
-
"
|
345
|
-
"
|
437
|
+
"Synchronize recommendations Automatically": [
|
438
|
+
"Synchroniser automatiquement les recommandations"
|
346
439
|
],
|
347
|
-
"
|
348
|
-
"
|
440
|
+
"The Foreman inventory upload plugin automatically uploads Foreman host inventory data to the Inventory service of Insights, where it can also be used by the Subscriptions service for subscription reporting. If you use the Subscriptions service, enabling inventory uploads is required.": [
|
441
|
+
"Le plugin de téléchargement d'inventaire Foreman télécharge automatiquement les données d'inventaire des hôtes Foreman vers le service Inventaire d'Insights, où elles peuvent également être utilisées par le service Abonnements pour générer des rapports d'abonnement. Si vous utilisez le service Abonnements, l'activation du téléchargement d'inventaire est requise."
|
349
442
|
],
|
350
|
-
"
|
351
|
-
"
|
443
|
+
"The Red Hat Hybrid Cloud Console provides a set of cloud services, including Red Hat Insights and Subscriptions, that provide predictive analysis, remediation of issues, and unified subscription reporting for this Foreman instance.": [
|
444
|
+
"La console Red Hat Hybrid Cloud fournit un ensemble de services cloud, notamment Red Hat Insights et Subscriptions, qui fournissent une analyse prédictive, une correction des problèmes et des rapports d'abonnement unifiés pour cette instance Foreman."
|
352
445
|
],
|
353
|
-
"
|
354
|
-
"Le
|
446
|
+
"The report file %{filename} doesn't exist": [
|
447
|
+
"Le fichier de rapport %{filename} n'existe pas"
|
355
448
|
],
|
356
|
-
"
|
357
|
-
"
|
449
|
+
"The scheduled process is disabled because this Foreman is configured with the use_local_advisor_engine option.": [
|
450
|
+
"Le processus planifié est désactivé car ce contremaître est configuré avec l'option use_local_advisor_engine."
|
358
451
|
],
|
359
|
-
"
|
360
|
-
"
|
452
|
+
"The server returned the following error: %s": [
|
453
|
+
"Le serveur a renvoyé l'erreur suivante : %s"
|
361
454
|
],
|
362
|
-
"
|
363
|
-
"
|
455
|
+
"The task failed with the following error:": [
|
456
|
+
"La tâche a échoué avec l'erreur suivante :"
|
364
457
|
],
|
365
|
-
"
|
366
|
-
"
|
458
|
+
"There are no recommendations for your hosts": [
|
459
|
+
"Il n'y a aucune recommandation pour vos hôtes"
|
367
460
|
],
|
368
|
-
"
|
369
|
-
"
|
461
|
+
"This action will also enable automatic reports upload": [
|
462
|
+
"Cette action permettra également le téléchargement automatique des rapports"
|
370
463
|
],
|
371
|
-
"
|
372
|
-
"
|
464
|
+
"To enable this reporting for all Foreman organizations, set {uploadButtonName} to on. The data will be reported automatically once per day.": [
|
465
|
+
"Pour activer ce rapport pour toutes les organisations Foreman, définissez{uploadButtonName} à activé. Les données seront signalées automatiquement une fois par jour."
|
373
466
|
],
|
374
|
-
"
|
375
|
-
"
|
467
|
+
"To manually upload the data for a specific organization, select an organization and click {restartButtonName}.": [
|
468
|
+
"Pour télécharger manuellement les données d'une organisation spécifique, sélectionnez une organisation et cliquez sur{restartButtonName} ."
|
376
469
|
],
|
377
470
|
"Total risk": [
|
378
471
|
"Risque total"
|
379
472
|
],
|
380
|
-
"
|
381
|
-
"
|
382
|
-
],
|
383
|
-
"items": [
|
384
|
-
"articles"
|
385
|
-
],
|
386
|
-
"page": [
|
387
|
-
"page"
|
473
|
+
"Total risks": [
|
474
|
+
"Risques totaux"
|
388
475
|
],
|
389
|
-
"
|
390
|
-
"
|
476
|
+
"Upload hits from iop-advisor-engine": [
|
477
|
+
"Télécharger les hits depuis iop-advisor-engine"
|
391
478
|
],
|
392
|
-
"
|
393
|
-
"
|
479
|
+
"Upload hits information": [
|
480
|
+
"Télécharger les informations sur les hits"
|
394
481
|
],
|
395
|
-
"
|
396
|
-
"
|
482
|
+
"Upload rules related to the hits": [
|
483
|
+
"Règles de téléchargement liées aux hits"
|
397
484
|
],
|
398
|
-
"
|
399
|
-
"
|
485
|
+
"Uploading": [
|
486
|
+
"Téléchargement"
|
400
487
|
],
|
401
|
-
"
|
402
|
-
"
|
488
|
+
"Value %{value} is not a valid UUID": [
|
489
|
+
"La valeur %{value} ne correspond pas à un UUID valide"
|
403
490
|
],
|
404
|
-
"
|
405
|
-
"
|
491
|
+
"View all recommendations": [
|
492
|
+
"Voir toutes les recommandations"
|
406
493
|
],
|
407
|
-
"
|
408
|
-
"
|
494
|
+
"View in Red Hat Insights": [
|
495
|
+
"Afficher Red Hat Insights."
|
409
496
|
],
|
410
|
-
"
|
411
|
-
"
|
497
|
+
"Wait and %s": [
|
498
|
+
"Attendez et %s"
|
412
499
|
],
|
413
|
-
"
|
414
|
-
"
|
500
|
+
"Whether the resolution requires reboot": [
|
501
|
+
"Si la résolution nécessite un redémarrage"
|
415
502
|
],
|
416
|
-
"
|
417
|
-
"
|
503
|
+
"category name": [
|
504
|
+
"nom de la catégorie"
|
418
505
|
],
|
419
|
-
"
|
420
|
-
"
|
506
|
+
"generic": [
|
507
|
+
"générique"
|
421
508
|
],
|
422
|
-
"
|
423
|
-
"
|
509
|
+
"hosts page": [
|
510
|
+
"page hôtes"
|
424
511
|
],
|
425
|
-
"
|
426
|
-
"
|
512
|
+
"impact name": [
|
513
|
+
"nom de l'impact"
|
427
514
|
],
|
428
|
-
"
|
429
|
-
"
|
515
|
+
"iop payload including resolutions, rules, hits": [
|
516
|
+
"charge utile iop incluant les résolutions, les règles et les hits"
|
430
517
|
],
|
431
|
-
"
|
432
|
-
"
|
518
|
+
"items": [
|
519
|
+
"items"
|
433
520
|
],
|
434
|
-
"
|
435
|
-
"
|
521
|
+
"likelihood number": [
|
522
|
+
"nombre de vraisemblance"
|
436
523
|
],
|
437
|
-
"
|
438
|
-
"
|
524
|
+
"more info": [
|
525
|
+
"plus d'infos"
|
439
526
|
],
|
440
|
-
"
|
441
|
-
"
|
527
|
+
"page": [
|
528
|
+
"page"
|
442
529
|
],
|
443
|
-
"
|
444
|
-
"
|
530
|
+
"per page": [
|
531
|
+
"par page"
|
445
532
|
],
|
446
|
-
"
|
447
|
-
"
|
533
|
+
"publish date (YYYY-MM-DD)": [
|
534
|
+
"date de publication (AAAA-MM-JJ)"
|
448
535
|
],
|
449
|
-
"
|
450
|
-
"
|
536
|
+
"rating": [
|
537
|
+
"notation"
|
451
538
|
],
|
452
|
-
"
|
453
|
-
"
|
539
|
+
"reason": [
|
540
|
+
"raison"
|
454
541
|
],
|
455
|
-
"
|
456
|
-
"
|
542
|
+
"reboot required": [
|
543
|
+
"redémarrage requis"
|
457
544
|
],
|
458
|
-
"
|
459
|
-
"
|
545
|
+
"resolution description": [
|
546
|
+
"description de la résolution"
|
460
547
|
],
|
461
|
-
"
|
462
|
-
"
|
548
|
+
"resolution risk": [
|
549
|
+
"risque de résolution"
|
463
550
|
],
|
464
|
-
"
|
465
|
-
"
|
551
|
+
"result url": [
|
552
|
+
"URL du résultat"
|
466
553
|
],
|
467
|
-
"
|
468
|
-
"
|
554
|
+
"rule description": [
|
555
|
+
"description de la règle"
|
469
556
|
],
|
470
|
-
"
|
471
|
-
"
|
557
|
+
"rule id": [
|
558
|
+
"identifiant de règle"
|
472
559
|
],
|
473
|
-
"
|
474
|
-
"
|
560
|
+
"rule title": [
|
561
|
+
"titre de la règle"
|
475
562
|
],
|
476
|
-
"
|
477
|
-
"
|
563
|
+
"solution url": [
|
564
|
+
"URL de la solution"
|
478
565
|
],
|
479
|
-
"
|
480
|
-
"
|
566
|
+
"summary": [
|
567
|
+
"résumé"
|
481
568
|
],
|
482
|
-
"
|
483
|
-
"
|
569
|
+
"total risk": [
|
570
|
+
"risque total"
|
484
571
|
],
|
485
|
-
"
|
486
|
-
"
|
572
|
+
"type": [
|
573
|
+
"type"
|
487
574
|
],
|
488
|
-
"
|
489
|
-
"
|
575
|
+
"upload hits details json": [
|
576
|
+
"détails des hits de téléchargement json"
|
490
577
|
],
|
491
|
-
"
|
492
|
-
"
|
578
|
+
"upload resolutions related to the hits": [
|
579
|
+
"télécharger les résolutions liées aux hits"
|
493
580
|
],
|
494
|
-
"
|
495
|
-
""
|
581
|
+
"view the job in progress": [
|
582
|
+
"visualiser job en cours"
|
496
583
|
],
|
497
|
-
"
|
498
|
-
"
|
584
|
+
"view the task page for more details": [
|
585
|
+
"consulter la page de la tâche pour plus de détails"
|
499
586
|
]
|
500
587
|
}
|
501
588
|
}
|