foreman_scc_manager 5.0.4 → 5.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -1
  3. data/app/assets/javascripts/foreman_scc_manager/locale/de/foreman_scc_manager.js +55 -256
  4. data/app/assets/javascripts/foreman_scc_manager/locale/el/foreman_scc_manager.js +43 -244
  5. data/app/assets/javascripts/foreman_scc_manager/locale/en/foreman_scc_manager.js +381 -2
  6. data/app/assets/javascripts/foreman_scc_manager/locale/fr/foreman_scc_manager.js +58 -259
  7. data/app/assets/javascripts/foreman_scc_manager/locale/ja/foreman_scc_manager.js +58 -259
  8. data/app/assets/javascripts/foreman_scc_manager/locale/ka/foreman_scc_manager.js +58 -259
  9. data/app/assets/javascripts/foreman_scc_manager/locale/ko/foreman_scc_manager.js +55 -256
  10. data/app/assets/javascripts/foreman_scc_manager/locale/zh_CN/foreman_scc_manager.js +58 -259
  11. data/app/controllers/api/v2/scc_accounts_controller.rb +4 -2
  12. data/app/models/scc_account.rb +1 -1
  13. data/app/views/scc_accounts/edit.html.erb +24 -2
  14. data/app/views/scc_accounts/new.html.erb +12 -1
  15. data/lib/foreman_scc_manager/version.rb +1 -1
  16. data/locale/de/LC_MESSAGES/foreman_scc_manager.mo +0 -0
  17. data/locale/de/foreman_scc_manager.po +55 -257
  18. data/locale/el/LC_MESSAGES/foreman_scc_manager.mo +0 -0
  19. data/locale/el/foreman_scc_manager.po +44 -246
  20. data/locale/en/LC_MESSAGES/foreman_scc_manager.mo +0 -0
  21. data/locale/en/foreman_scc_manager.po +392 -0
  22. data/locale/foreman_scc_manager.pot +195 -461
  23. data/locale/fr/LC_MESSAGES/foreman_scc_manager.mo +0 -0
  24. data/locale/fr/foreman_scc_manager.po +58 -260
  25. data/locale/ja/LC_MESSAGES/foreman_scc_manager.mo +0 -0
  26. data/locale/ja/foreman_scc_manager.po +58 -260
  27. data/locale/ka/LC_MESSAGES/foreman_scc_manager.mo +0 -0
  28. data/locale/ka/foreman_scc_manager.po +58 -260
  29. data/locale/ko/LC_MESSAGES/foreman_scc_manager.mo +0 -0
  30. data/locale/ko/foreman_scc_manager.po +55 -257
  31. data/locale/zh_CN/LC_MESSAGES/foreman_scc_manager.mo +0 -0
  32. data/locale/zh_CN/foreman_scc_manager.po +58 -260
  33. data/test/controllers/api/v2/scc_accounts_test.rb +5 -5
  34. data/webpack/components/SCCAccountForm/SCCAccountForm.scss +49 -0
  35. data/webpack/components/SCCAccountForm/SCCAccountFormActions.js +74 -0
  36. data/webpack/components/SCCAccountForm/components/DateTimeField.js +72 -0
  37. data/webpack/components/SCCAccountForm/components/SCCCredentialsCard.js +150 -0
  38. data/webpack/components/SCCAccountForm/components/SCCSyncSettingsCard.js +256 -0
  39. data/webpack/components/SCCAccountForm/components/SCCTokenRefreshCard.js +133 -0
  40. data/webpack/components/SCCAccountForm/index.js +306 -0
  41. data/webpack/index.js +6 -0
  42. metadata +9 -18
  43. data/app/assets/javascripts/foreman_scc_manager/scc_accounts.js.coffee +0 -46
  44. data/app/views/scc_accounts/_form.html.erb +0 -51
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "foreman_scc_manager": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_scc_manager 4.0.0",
6
+ "Project-Id-Version": "foreman_scc_manager 5.0.4",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2019-10-17 13:28+0000",
9
9
  "Last-Translator": "Amit Upadhye <aupadhye@redhat.com>, 2023",
@@ -32,15 +32,6 @@
32
32
  "%s/%s": [
33
33
  ""
34
34
  ],
35
- "Abstract": [
36
- "Résumé"
37
- ],
38
- "Abstract async task": [
39
- "Tâche async abstraite"
40
- ],
41
- "Action with sub plans": [
42
- "Action avec sous-plans"
43
- ],
44
35
  "Actions": [
45
36
  "Actions"
46
37
  ],
@@ -59,63 +50,36 @@
59
50
  "Additive": [
60
51
  "Addition"
61
52
  ],
62
- "Agent action": [
63
- "Action de l'agent"
64
- ],
65
53
  "Associated GPG key of scc_account": [
66
54
  "Clé GPG associée de scc_account"
67
55
  ],
68
- "Attach subscriptions": [
69
- "Attacher abonnements"
70
- ],
71
- "Auto attach subscriptions": [
72
- "Attacher automatiquement des abonnements"
73
- ],
74
56
  "Base URL": [
75
57
  "URL de base"
76
58
  ],
77
- "Bulk generate applicability for hosts": [
78
- "La masse génère l'applicabilité pour les hôtes"
79
- ],
80
59
  "Bulk subscription of scc_products for scc_account": [
81
60
  "Abonnement groupé de scc_products pour scc_account"
82
61
  ],
83
62
  "Bulk subscription of scc_products with individual repository selection for scc_account.": [
84
63
  ""
85
64
  ],
65
+ "Cancel": [
66
+ ""
67
+ ],
86
68
  "Collapse products": [
87
69
  ""
88
70
  ],
89
71
  "Collapse/Expand": [
90
72
  ""
91
73
  ],
92
- "Combined Profile Update": [
93
- "Mise à jour de profil combiné"
74
+ "Connection OK": [
75
+ ""
76
+ ],
77
+ "Connection test failed.": [
78
+ ""
94
79
  ],
95
80
  "Content Only": [
96
81
  "Contenu uniquement"
97
82
  ],
98
- "Copy version units to library": [
99
- "Copier les unités de version dans la bibliothèque"
100
- ],
101
- "Create": [
102
- "Créer"
103
- ],
104
- "Create Alternate Content Source": [
105
- "Créer une autre source de contenu"
106
- ],
107
- "Create Export History": [
108
- "Créer un historique des exportations"
109
- ],
110
- "Create Import History": [
111
- "Créer un historique des importations"
112
- ],
113
- "Create Package Group": [
114
- "Créer un groupe de packages"
115
- ],
116
- "Create Syncable Export History": [
117
- "Créer un historique d'exportation synchronisable"
118
- ],
119
83
  "Create an scc_account": [
120
84
  "Créer un compte scc_account"
121
85
  ],
@@ -125,86 +89,38 @@
125
89
  "Date and time relative to which the sync interval is run": [
126
90
  "Date et heure par rapport auxquelles l'intervalle de synchronisation est exécuté"
127
91
  ],
128
- "Delete": [
129
- "Supprimer"
130
- ],
131
- "Delete Activation Key": [
132
- "Supprimer la clé d'activation"
133
- ],
134
- "Delete Lifecycle Environment": [
135
- "Supprimer l'environnement de cycle de vie"
136
- ],
137
- "Delete Package Group": [
138
- "Supprimer le groupe de packages"
139
- ],
140
- "Delete Product": [
141
- "Supprimer le produit"
142
- ],
143
92
  "Delete scc_account": [
144
93
  "Supprimer scc_account"
145
94
  ],
146
- "Destroy": [
147
- "Détruire"
148
- ],
149
- "Destroy Alternate Content Source": [
150
- "Détruire la source de contenu alternatif"
151
- ],
152
- "Destroy Content Host": [
153
- "Détruire l'hôte du contenu"
154
- ],
155
- "Disable": [
156
- "Désactiver"
157
- ],
158
- "Discover": [
159
- "Discover"
160
- ],
161
95
  "Download Policy": [
162
96
  "Télécharger la politique"
163
97
  ],
164
98
  "Edit %s": [
165
99
  "Modifier %s"
166
100
  ],
167
- "Enable": [
168
- "Activer"
169
- ],
170
- "Errata mail": [
171
- "Courrier d'errata"
172
- ],
173
101
  "Expand products": [
174
102
  ""
175
103
  ],
176
- "Export": [
177
- "Exporter"
178
- ],
179
- "Export Library": [
180
- "Exporter Bibliothèque"
181
- ],
182
- "Export Repository": [
183
- "Référentiel d'exportation"
184
- ],
185
104
  "Failed to add task to queue.": [
186
105
  ""
187
106
  ],
188
107
  "Failed to add task to queue: %s": [
189
108
  "Impossible d'ajouter une tâche à la file d'attente : %s"
190
109
  ],
191
- "Fetch pxe files": [
192
- "Récupérer les fichiers pxe"
110
+ "Failed to create SCC account.": [
111
+ ""
193
112
  ],
194
- "Filter repositories": [
113
+ "Failed to update SCC account.": [
195
114
  ""
196
115
  ],
197
- "Filtered index content": [
198
- "Contenu d'index filtré"
116
+ "Filter repositories": [
117
+ ""
199
118
  ],
200
119
  "Foreman plugin to sync SUSE Customer Center products and repositories into Katello.": [
201
120
  "Plugin Foreman pour synchroniser les produits et les référentiels du Portail Client SUSE dans Katello."
202
121
  ],
203
- "Generate host applicability": [
204
- "Générer l'applicabilité à l'hôte"
205
- ],
206
- "Generate repository applicability": [
207
- "Générer l'applicabilité du référentiel"
122
+ "GPG key for SUSE products": [
123
+ ""
208
124
  ],
209
125
  "Go to Product page": [
210
126
  ""
@@ -212,11 +128,8 @@
212
128
  "Go to Repository page": [
213
129
  ""
214
130
  ],
215
- "Hypervisors": [
216
- "Hyperviseurs"
217
- ],
218
- "Hypervisors update": [
219
- "Mise à jour des hyperviseurs"
131
+ "HH:MM AM": [
132
+ ""
220
133
  ],
221
134
  "If this option is enabled, debug and source pool repositories are automatically selected if you select a product. This option is disabled by default. It applies for unselected products, only. Already selected products are not filtered.": [
222
135
  ""
@@ -224,51 +137,9 @@
224
137
  "Immediate": [
225
138
  "Immédiat"
226
139
  ],
227
- "Import": [
228
- "Importation"
229
- ],
230
- "Import Content View Version": [
231
- "Supprimer la version de l'affichage du contenu"
232
- ],
233
- "Import Default Content View": [
234
- "Importer la vue du contenu par défaut"
235
- ],
236
- "Import Puppet classes": [
237
- "Importer des classes Puppet"
238
- ],
239
- "Import Repository": [
240
- "Importation du référentiel"
241
- ],
242
- "Import facts": [
243
- "Importer des faits"
244
- ],
245
140
  "Include Debug and Source Pool repositories": [
246
141
  ""
247
142
  ],
248
- "Incremental Update": [
249
- "Mise à jour croissante"
250
- ],
251
- "Incremental Update of Content View Version(s) ": [
252
- "Mise à jour incrémentielle Version(s) d'affichage de contenu"
253
- ],
254
- "Index content": [
255
- "Contenu d'index"
256
- ],
257
- "Index errata": [
258
- "Errata d'index"
259
- ],
260
- "Index module streams": [
261
- "Indexer les flux de module"
262
- ],
263
- "Index package groups": [
264
- "Indexer les groupes de packages"
265
- ],
266
- "Install Applicable Errata": [
267
- "Installer des errata applicables"
268
- ],
269
- "Instance update": [
270
- "Mise à jour de l'instance"
271
- ],
272
143
  "Interval cannot be nil": [
273
144
  "L'intervalle ne peut être nul"
274
145
  ],
@@ -290,26 +161,29 @@
290
161
  "Lock on SCC account already taken: %s": [
291
162
  "Verrouillage du compte SCC déjà pris : %s"
292
163
  ],
164
+ "Login": [
165
+ ""
166
+ ],
293
167
  "Login id of scc_account": [
294
168
  "Id de connexion de scc_account"
295
169
  ],
296
170
  "Mirroring Policy": [
297
171
  "Politique de mise en miroir"
298
172
  ],
173
+ "Name": [
174
+ ""
175
+ ],
299
176
  "Name of the scc_account": [
300
177
  "Nom du compte scc_account"
301
178
  ],
302
- "No products selected.": [
303
- "Aucun produit n'a été sélectionné."
304
- ],
305
179
  "None": [
306
180
  "Aucun(e)"
307
181
  ],
308
182
  "On Demand": [
309
183
  "Sur demande"
310
184
  ],
311
- "Package Profile Update": [
312
- "Mise à jour du profil du package"
185
+ "Password": [
186
+ ""
313
187
  ],
314
188
  "Password of scc_account": [
315
189
  "Mot de passe de scc_account"
@@ -320,69 +194,42 @@
320
194
  "Please synchronize your SUSE account before you can subscribe to SUSE products.": [
321
195
  ""
322
196
  ],
323
- "Product Create": [
324
- "Créer Produit"
325
- ],
326
197
  "Product Selection for Account %s": [
327
198
  "Sélection de produits pour le compte %s"
328
199
  ],
329
200
  "Products": [
330
201
  "Produits"
331
202
  ],
332
- "Promote": [
333
- "Promouvoir"
334
- ],
335
- "Promotion to Environment": [
336
- "Promotion à Environnement"
337
- ],
338
- "Publish": [
339
- "Publier"
340
- ],
341
- "Publish Lifecycle Environment Repositories": [
342
- "Publier les référentiels d'environnements de cycles de vie"
343
- ],
344
- "Refresh Alternate Content Source": [
345
- "Réactualisation de la source de contenu alternatif"
346
- ],
347
- "Reindex subscriptions": [
348
- "Ré-indexer les abonnements"
349
- ],
350
- "Remove Content": [
351
- "Supprimer le contenu"
352
- ],
353
- "Remove Version": [
354
- "Supprimer la version "
355
- ],
356
- "Remove Versions and Associations": [
357
- "Supprimer les versions et les associations"
358
- ],
359
- "Remove from Environment": [
360
- "Supprimer les environnements"
203
+ "Refresh interval": [
204
+ ""
361
205
  ],
362
- "Remove subscriptions": [
363
- "Supprimer les abonnements"
206
+ "Refresh time": [
207
+ ""
364
208
  ],
365
209
  "Repositories (%s/%s)": [
366
210
  ""
367
211
  ],
368
- "Repository not imported": [
212
+ "Repository Sync Settings": [
369
213
  ""
370
214
  ],
371
- "Republish Version Repositories": [
372
- "Publier de nouveau les référentiels de version"
215
+ "Repository not imported": [
216
+ ""
373
217
  ],
374
218
  "Reset Selection": [
375
219
  ""
376
220
  ],
377
- "Run Sync Plan:": [
378
- "Exécuter Plan Sync :"
221
+ "SCC Account Credentials": [
222
+ ""
223
+ ],
224
+ "SCC account created successfully.": [
225
+ ""
226
+ ],
227
+ "SCC account updated successfully.": [
228
+ ""
379
229
  ],
380
230
  "SUSE Customer Center": [
381
231
  "Portail Client SUSE"
382
232
  ],
383
- "SUSE Customer Center account": [
384
- "Compte du Portail Client SUSE"
385
- ],
386
233
  "SUSE Subscription": [
387
234
  "Abonnement SUSE"
388
235
  ],
@@ -434,9 +281,15 @@
434
281
  "Show/Hide unsubscribed": [
435
282
  ""
436
283
  ],
284
+ "Specifies the daily time when the SCC authentication token refresh process starts. Set this to a time outside of business hours (e.g., during the night) to minimize disruption.": [
285
+ ""
286
+ ],
437
287
  "Starting the subscription task failed.": [
438
288
  ""
439
289
  ],
290
+ "Submit": [
291
+ ""
292
+ ],
440
293
  "Subscribe SCC Product": [
441
294
  "S'abonner au produit SCC"
442
295
  ],
@@ -449,9 +302,6 @@
449
302
  "Sync": [
450
303
  "Sync"
451
304
  ],
452
- "Sync Date": [
453
- "Dernière date de sync"
454
- ],
455
305
  "Sync SUSE subscriptions": [
456
306
  "Sync des abonnements SUSE"
457
307
  ],
@@ -461,33 +311,15 @@
461
311
  "Sync SUSE subscriptions (Repositories)": [
462
312
  "Synchronisation des abonnements SUSE (Référentiels)"
463
313
  ],
464
- "Sync capsule": [
465
- "Sync capsule"
466
- ],
467
- "Sync interval": [
468
- "Sync Intervalle"
469
- ],
470
314
  "Sync scc_account": [
471
315
  "Sync scc_account"
472
316
  ],
473
317
  "Sync task started.": [
474
318
  "La tâche de synchronisation a commencé."
475
319
  ],
476
- "Syncable export": [
477
- "Exportation synchronisable"
478
- ],
479
- "Synchronize": [
480
- "Synchroniser"
481
- ],
482
320
  "Synchronize SUSE Account": [
483
321
  ""
484
322
  ],
485
- "Synchronize smart proxy": [
486
- "Synchroniser le smart proxy"
487
- ],
488
- "Task to subscribe products started.": [
489
- "La tâche de souscription des produits a commencé."
490
- ],
491
323
  "Test Connection": [
492
324
  "Test de connexion"
493
325
  ],
@@ -512,8 +344,11 @@
512
344
  "The subscription task with id ": [
513
345
  ""
514
346
  ],
515
- "The sync interval is used to periodically update the SCC authentication tokens of any imported products.": [
516
- "L'intervalle de synchronisation est utilisé pour mettre à jour périodiquement les jetons d'authentification SCC de tout produit importé."
347
+ "The token refresh interval is used to periodically update the SCC authentication tokens of any imported products.": [
348
+ ""
349
+ ],
350
+ "Token Refresh Settings": [
351
+ ""
517
352
  ],
518
353
  "URL of SUSE for scc_account": [
519
354
  "URL de SUSE pour scc_account"
@@ -521,71 +356,35 @@
521
356
  "Unknown": [
522
357
  "Inconnu"
523
358
  ],
524
- "Update": [
525
- "Mise à jour"
526
- ],
527
- "Update Alternate Content Source": [
528
- "Mise à jour de la source de contenu alternatif"
529
- ],
530
- "Update CDN Configuration": [
531
- "Mise à jour de la configuration CDN"
532
- ],
533
- "Update Content Overrides": [
534
- "Mettre à jour les substitutions de contenu"
535
- ],
536
359
  "Update SUSE repositories": [
537
360
  "Mettre à jour les référentiels SUSE"
538
361
  ],
539
362
  "Update SUSE repositories %s": [
540
363
  "Mettre à jour les référentiels SUSE %s"
541
364
  ],
542
- "Update content urls": [
543
- "Mettre à jour les urls de contenu"
544
- ],
545
- "Update for host": [
546
- "Mise à jour de l'hôte"
547
- ],
548
- "Update http proxy": [
549
- "Mettre à jour proxy http"
550
- ],
551
- "Update http proxy details": [
552
- "Mise à jour des détails du proxy http"
553
- ],
554
- "Update redhat repository": [
555
- "Mettre à jour le référentiel de données Red Hat"
556
- ],
557
- "Update release version for host": [
558
- "Mettre à jour la version de publication pour l'hôte"
559
- ],
560
365
  "Update scc_account": [
561
366
  "Mise à jour de scc_account"
562
367
  ],
563
- "Updating System Purpose for host": [
564
- "Mise à jour Objectif système pour l'hôte"
565
- ],
566
- "Upload into": [
567
- "Téléverser vers"
568
- ],
569
- "Use GPG key for SUSE products": [
570
- "Utiliser la clé GPG pour les produits SUSE"
571
- ],
572
368
  "Use this setting if you want to automatically add a GPG key to your SUSE products upon subscription. You can change this setting in the 'Content' > 'Products' menu, later.": [
573
369
  "Utilisez ce paramètre si vous souhaitez ajouter automatiquement une clé GPG à vos produits SUSE lors de l'abonnement. Vous pouvez modifier ce paramètre dans le menu \\\"Contenu\\\" > \\\"Produits\\\", plus tard."
574
370
  ],
575
371
  "Use your 'Organization credentials' obtained from the SUSE Customer Center.": [
576
372
  "Utilisez vos \\\"informations d'identification de l'organisation\\\" obtenues auprès du Portail Client SUSE."
577
373
  ],
578
- "Verify checksum": [
579
- "Vérifier la somme de contrôle"
580
- ],
581
374
  "WARNING: If you want to switch SCC accounts and retain the synchronized content, DO NOT delete your old SCC account, even if it is expired. Please change the login and password of your SCC account, instead.\\n\\nIf you delete your old SCC account, you CANNOT reuse existing repositories, products, content views, and composite content views.\\n\\nReally delete SCC account %s?": [
582
375
  ""
583
376
  ],
377
+ "YYYY-MM-DD": [
378
+ ""
379
+ ],
584
380
  "You currently have no SUSE products selected. Search and add SUSE products in the section below.": [
585
381
  ""
586
382
  ],
587
383
  "never synced": [
588
384
  "jamais synchronisé"
385
+ ],
386
+ "no results": [
387
+ ""
589
388
  ]
590
389
  }
591
390
  }