foreman_scc_manager 2.2.3 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/app/assets/javascripts/foreman_scc_manager/locale/de/foreman_scc_manager.js +592 -0
  4. data/app/assets/javascripts/foreman_scc_manager/locale/el/foreman_scc_manager.js +592 -0
  5. data/app/assets/javascripts/foreman_scc_manager/locale/en/foreman_scc_manager.js +592 -0
  6. data/app/assets/javascripts/foreman_scc_manager/locale/fr/foreman_scc_manager.js +592 -0
  7. data/app/assets/javascripts/foreman_scc_manager/locale/ja/foreman_scc_manager.js +592 -0
  8. data/app/assets/javascripts/foreman_scc_manager/locale/ka/foreman_scc_manager.js +592 -0
  9. data/app/assets/javascripts/foreman_scc_manager/locale/zh_CN/foreman_scc_manager.js +592 -0
  10. data/app/controllers/api/v2/scc_accounts_controller.rb +21 -17
  11. data/app/controllers/api/v2/scc_products_controller.rb +2 -2
  12. data/app/controllers/scc_accounts_controller.rb +14 -8
  13. data/app/lib/actions/scc_manager/subscribe_product.rb +14 -14
  14. data/app/lib/actions/scc_manager/sync_products.rb +6 -6
  15. data/app/lib/actions/scc_manager/sync_repositories.rb +5 -5
  16. data/app/models/scc_account.rb +2 -2
  17. data/app/models/scc_product.rb +4 -4
  18. data/app/views/api/v2/scc_products/main.json.rabl +1 -1
  19. data/db/migrate/20200520281300_fix_scc_permissions.rb +1 -1
  20. data/db/migrate/20210713092440_add_permissions.rb +1 -1
  21. data/db/migrate/20220429102717_populate_scc_katello_repositories.rb +1 -0
  22. data/lib/foreman_scc_manager/engine.rb +41 -46
  23. data/lib/foreman_scc_manager/version.rb +1 -1
  24. data/lib/tasks/rubocop.rake +2 -2
  25. data/lib/tasks/setup_authentication_token.rake +1 -1
  26. data/locale/Makefile +8 -10
  27. data/locale/fr/LC_MESSAGES/foreman_scc_manager.mo +0 -0
  28. data/locale/fr/foreman_scc_manager.po +601 -0
  29. data/package.json +12 -15
  30. data/test/controllers/api/v2/scc_accounts_test.rb +21 -21
  31. data/test/controllers/scc_accounts_controller_test.rb +9 -9
  32. data/test/features/sync_test.rb +9 -9
  33. data/test/fixtures/models/scc_repositories.yml +1 -1
  34. data/test/models/scc_account_test.rb +3 -3
  35. data/test/models/scc_product_test.rb +1 -1
  36. data/test/support/fixtures_support.rb +1 -1
  37. data/test/test_plugin_helper.rb +4 -4
  38. data/webpack/components/SCCProductPage/components/SCCProductPicker/components/SCCTreePicker/components/SCCRepoPicker/index.js +8 -8
  39. data/webpack/components/SCCProductPage/components/SCCProductPicker/components/SCCTreePicker/index.js +4 -12
  40. data/webpack/components/SCCProductPage/components/SCCProductView/components/SCCRepoView/index.js +4 -4
  41. metadata +14 -20
  42. data/locale/action_names.rb +0 -88
@@ -0,0 +1,601 @@
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_scc_manager package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # Baptiste Agasse <baptiste.agasse@gmail.com>, 2019
8
+ # 21966816214bc546c1fc8a185e75ca1c, 2019
9
+ # Claer <transiblu@claer.hammock.fr>, 2019
10
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2022
11
+ # Amit Upadhye <aupadhye@redhat.com>, 2023
12
+ #
13
+ #, fuzzy
14
+ msgid ""
15
+ msgstr ""
16
+ "Project-Id-Version: foreman_scc_manager 1.0.0\n"
17
+ "Report-Msgid-Bugs-To: \n"
18
+ "PO-Revision-Date: 2019-10-17 13:28+0000\n"
19
+ "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2023\n"
20
+ "Language-Team: French (https://app.transifex.com/foreman/teams/114/fr/)\n"
21
+ "MIME-Version: 1.0\n"
22
+ "Content-Type: text/plain; charset=UTF-8\n"
23
+ "Content-Transfer-Encoding: 8bit\n"
24
+ "Language: fr\n"
25
+ "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 100000"
26
+ "0 == 0 ? 1 : 2;\n"
27
+
28
+ msgid " -- Select Architecture --"
29
+ msgstr ""
30
+
31
+ msgid " -- Select Product --"
32
+ msgstr ""
33
+
34
+ msgid " -- Select Version --"
35
+ msgstr ""
36
+
37
+ msgid " has started successfully."
38
+ msgstr ""
39
+
40
+ msgid "%s/%s"
41
+ msgstr ""
42
+
43
+ msgid "Abstract"
44
+ msgstr "Résumé"
45
+
46
+ msgid "Abstract async task"
47
+ msgstr "Tâche async abstraite"
48
+
49
+ msgid "Action with sub plans"
50
+ msgstr "Action avec sous-plans"
51
+
52
+ msgid "Actions"
53
+ msgstr "Actions"
54
+
55
+ msgid "Add SCC account"
56
+ msgstr "Ajouter un compte SCC"
57
+
58
+ msgid "Add SUSE Customer Center Account"
59
+ msgstr "Ajouter un compte au Portail Client SUSE"
60
+
61
+ msgid "Add more sub products to Product tree"
62
+ msgstr ""
63
+
64
+ msgid "Add product(s)"
65
+ msgstr ""
66
+
67
+ msgid "Additive"
68
+ msgstr "Addition"
69
+
70
+ msgid "Agent action"
71
+ msgstr "Action de l'agent"
72
+
73
+ msgid "Associated GPG key of scc_account"
74
+ msgstr "Clé GPG associée de scc_account"
75
+
76
+ msgid "Attach subscriptions"
77
+ msgstr "Attacher abonnements"
78
+
79
+ msgid "Auto attach subscriptions"
80
+ msgstr "Attacher automatiquement des abonnements"
81
+
82
+ msgid "Base URL"
83
+ msgstr "URL de base"
84
+
85
+ msgid "Bulk generate applicability for hosts"
86
+ msgstr "La masse génère l'applicabilité pour les hôtes"
87
+
88
+ msgid "Bulk subscription of scc_products for scc_account"
89
+ msgstr "Abonnement groupé de scc_products pour scc_account"
90
+
91
+ msgid "Bulk subscription of scc_products with individual repository selection for scc_account."
92
+ msgstr ""
93
+
94
+ msgid "Collapse products"
95
+ msgstr ""
96
+
97
+ msgid "Collapse/Expand"
98
+ msgstr ""
99
+
100
+ msgid "Combined Profile Update"
101
+ msgstr "Mise à jour de profil combiné"
102
+
103
+ msgid "Content Only"
104
+ msgstr "Contenu uniquement"
105
+
106
+ msgid "Copy version units to library"
107
+ msgstr "Copier les unités de version dans la bibliothèque"
108
+
109
+ msgid "Create"
110
+ msgstr "Créer"
111
+
112
+ msgid "Create Alternate Content Source"
113
+ msgstr "Créer une autre source de contenu"
114
+
115
+ msgid "Create Export History"
116
+ msgstr "Créer un historique des exportations"
117
+
118
+ msgid "Create Import History"
119
+ msgstr "Créer un historique des importations"
120
+
121
+ msgid "Create Package Group"
122
+ msgstr "Créer un groupe de packages"
123
+
124
+ msgid "Create Syncable Export History"
125
+ msgstr "Créer un historique d'exportation synchronisable"
126
+
127
+ msgid "Create an scc_account"
128
+ msgstr "Créer un compte scc_account"
129
+
130
+ msgid "Cron expression is not valid!"
131
+ msgstr "L'expression cron n'est pas acceptée!"
132
+
133
+ msgid "Date and time relative to which the sync interval is run"
134
+ msgstr "Date et heure par rapport auxquelles l'intervalle de synchronisation est exécuté"
135
+
136
+ msgid "Delete"
137
+ msgstr "Supprimer"
138
+
139
+ msgid "Delete Activation Key"
140
+ msgstr "Supprimer la clé d'activation"
141
+
142
+ msgid "Delete Lifecycle Environment"
143
+ msgstr "Supprimer l'environnement de cycle de vie"
144
+
145
+ msgid "Delete Package Group"
146
+ msgstr "Supprimer le groupe de packages"
147
+
148
+ msgid "Delete Product"
149
+ msgstr "Supprimer le produit"
150
+
151
+ msgid "Delete scc_account"
152
+ msgstr "Supprimer scc_account"
153
+
154
+ msgid "Destroy"
155
+ msgstr "Détruire"
156
+
157
+ msgid "Destroy Alternate Content Source"
158
+ msgstr "Détruire la source de contenu alternatif"
159
+
160
+ msgid "Destroy Content Host"
161
+ msgstr "Détruire l'hôte du contenu"
162
+
163
+ msgid "Disable"
164
+ msgstr "Désactiver"
165
+
166
+ msgid "Discover"
167
+ msgstr "Discover"
168
+
169
+ msgid "Download Policy"
170
+ msgstr "Télécharger la politique"
171
+
172
+ msgid "Edit %s"
173
+ msgstr "Modifier %s"
174
+
175
+ msgid "Enable"
176
+ msgstr "Activer"
177
+
178
+ msgid "Errata mail"
179
+ msgstr "Courrier d'errata"
180
+
181
+ msgid "Expand products"
182
+ msgstr ""
183
+
184
+ msgid "Export"
185
+ msgstr "Exporter"
186
+
187
+ msgid "Export Library"
188
+ msgstr "Exporter Bibliothèque"
189
+
190
+ msgid "Export Repository"
191
+ msgstr "Référentiel d'exportation"
192
+
193
+ msgid "Failed to add task to queue."
194
+ msgstr ""
195
+
196
+ msgid "Failed to add task to queue: %s"
197
+ msgstr "Impossible d'ajouter une tâche à la file d'attente : %s"
198
+
199
+ msgid "Fetch pxe files"
200
+ msgstr "Récupérer les fichiers pxe"
201
+
202
+ msgid "Filter repositories"
203
+ msgstr ""
204
+
205
+ msgid "Filtered index content"
206
+ msgstr "Contenu d'index filtré"
207
+
208
+ msgid "Foreman plugin to sync SUSE Customer Center products and repositories into Katello."
209
+ msgstr "Plugin Foreman pour synchroniser les produits et les référentiels du Portail Client SUSE dans Katello."
210
+
211
+ msgid "Generate host applicability"
212
+ msgstr "Générer l'applicabilité à l'hôte"
213
+
214
+ msgid "Generate repository applicability"
215
+ msgstr "Générer l'applicabilité du référentiel"
216
+
217
+ msgid "Go to Product page"
218
+ msgstr ""
219
+
220
+ msgid "Go to Repository page"
221
+ msgstr ""
222
+
223
+ msgid "Hypervisors"
224
+ msgstr "Hyperviseurs"
225
+
226
+ msgid "Hypervisors update"
227
+ msgstr "Mise à jour des hyperviseurs"
228
+
229
+ msgid "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."
230
+ msgstr ""
231
+
232
+ msgid "Immediate"
233
+ msgstr "Immédiat"
234
+
235
+ msgid "Import"
236
+ msgstr "Importation"
237
+
238
+ msgid "Import Content View Version"
239
+ msgstr "Supprimer la version de l'affichage du contenu"
240
+
241
+ msgid "Import Default Content View"
242
+ msgstr "Importer la vue du contenu par défaut"
243
+
244
+ msgid "Import Puppet classes"
245
+ msgstr "Importer des classes Puppet"
246
+
247
+ msgid "Import Repository"
248
+ msgstr "Importation du référentiel"
249
+
250
+ msgid "Import facts"
251
+ msgstr "Importer des faits"
252
+
253
+ msgid "Include Debug and Source Pool repositories"
254
+ msgstr ""
255
+
256
+ msgid "Incremental Update"
257
+ msgstr "Mise à jour croissante"
258
+
259
+ msgid "Incremental Update of Content View Version(s) "
260
+ msgstr "Mise à jour incrémentielle Version(s) d'affichage de contenu"
261
+
262
+ msgid "Index content"
263
+ msgstr "Contenu d'index"
264
+
265
+ msgid "Index errata"
266
+ msgstr "Errata d'index"
267
+
268
+ msgid "Index module streams"
269
+ msgstr "Indexer les flux de module"
270
+
271
+ msgid "Index package groups"
272
+ msgstr "Indexer les groupes de packages"
273
+
274
+ msgid "Install Applicable Errata"
275
+ msgstr "Installer des errata applicables"
276
+
277
+ msgid "Instance update"
278
+ msgstr "Mise à jour de l'instance"
279
+
280
+ msgid "Interval cannot be nil"
281
+ msgstr "L'intervalle ne peut être nul"
282
+
283
+ msgid "Interval for syncing scc_account"
284
+ msgstr "Intervalle pour la synchronisation scc_account"
285
+
286
+ msgid "Interval not set correctly"
287
+ msgstr "Intervalle mal défini"
288
+
289
+ msgid "Last synced"
290
+ msgstr "Dernière synchronisation"
291
+
292
+ msgid "List all scc_accounts"
293
+ msgstr "Lister tous les scc_accounts"
294
+
295
+ msgid "List products for an scc_account"
296
+ msgstr ""
297
+
298
+ msgid "Lock on SCC account already taken: %s"
299
+ msgstr "Verrouillage du compte SCC déjà pris : %s"
300
+
301
+ msgid "Login id of scc_account"
302
+ msgstr "Id de connexion de scc_account"
303
+
304
+ msgid "Mirroring Policy"
305
+ msgstr "Politique de mise en miroir"
306
+
307
+ msgid "Name of the scc_account"
308
+ msgstr "Nom du compte scc_account"
309
+
310
+ msgid "No products selected."
311
+ msgstr "Aucun produit n'a été sélectionné."
312
+
313
+ msgid "None"
314
+ msgstr "Aucun(e)"
315
+
316
+ msgid "On Demand"
317
+ msgstr "Sur demande"
318
+
319
+ msgid "Package Profile Update"
320
+ msgstr "Mise à jour du profil du package"
321
+
322
+ msgid "Password of scc_account"
323
+ msgstr "Mot de passe de scc_account"
324
+
325
+ msgid "Please check your SUSE subscription"
326
+ msgstr ""
327
+
328
+ msgid "Please synchronize your SUSE account before you can subscribe to SUSE products."
329
+ msgstr ""
330
+
331
+ msgid "Product Create"
332
+ msgstr "Créer Produit"
333
+
334
+ msgid "Product Selection for Account %s"
335
+ msgstr "Sélection de produits pour le compte %s"
336
+
337
+ msgid "Products"
338
+ msgstr "Produits"
339
+
340
+ msgid "Promote"
341
+ msgstr "Promouvoir"
342
+
343
+ msgid "Promotion to Environment"
344
+ msgstr "Promotion à Environnement"
345
+
346
+ msgid "Publish"
347
+ msgstr "Publier"
348
+
349
+ msgid "Publish Lifecycle Environment Repositories"
350
+ msgstr "Publier les référentiels d'environnements de cycles de vie"
351
+
352
+ msgid "Refresh Alternate Content Source"
353
+ msgstr "Réactualisation de la source de contenu alternatif"
354
+
355
+ msgid "Reindex subscriptions"
356
+ msgstr "Ré-indexer les abonnements"
357
+
358
+ msgid "Remove Content"
359
+ msgstr "Supprimer le contenu"
360
+
361
+ msgid "Remove Version"
362
+ msgstr "Supprimer la version "
363
+
364
+ msgid "Remove Versions and Associations"
365
+ msgstr "Supprimer les versions et les associations"
366
+
367
+ msgid "Remove from Environment"
368
+ msgstr "Supprimer les environnements"
369
+
370
+ msgid "Remove subscriptions"
371
+ msgstr "Supprimer les abonnements"
372
+
373
+ msgid "Repositories (%s/%s)"
374
+ msgstr ""
375
+
376
+ msgid "Repository not imported"
377
+ msgstr ""
378
+
379
+ msgid "Republish Version Repositories"
380
+ msgstr "Publier de nouveau les référentiels de version"
381
+
382
+ msgid "Reset Selection"
383
+ msgstr ""
384
+
385
+ msgid "Run Sync Plan:"
386
+ msgstr "Exécuter Plan Sync :"
387
+
388
+ msgid "SUSE Customer Center"
389
+ msgstr "Portail Client SUSE"
390
+
391
+ msgid "SUSE Customer Center account"
392
+ msgstr "Compte du Portail Client SUSE"
393
+
394
+ msgid "SUSE Subscription"
395
+ msgstr "Abonnement SUSE"
396
+
397
+ msgid "SUSE Subscription: "
398
+ msgstr "Abonnement SUSE : "
399
+
400
+ msgid "SUSE Subscriptions"
401
+ msgstr "Abonnements SUSE"
402
+
403
+ msgid "SUSE subscriptions"
404
+ msgstr "Abonnements SUSE"
405
+
406
+ msgid "Search"
407
+ msgstr "Recherche"
408
+
409
+ msgid "Select SUSE products"
410
+ msgstr ""
411
+
412
+ msgid "Select products"
413
+ msgstr "Sélectionnez les produits"
414
+
415
+ msgid "Selected SUSE Products"
416
+ msgstr ""
417
+
418
+ msgid "Show all products"
419
+ msgstr ""
420
+
421
+ msgid "Show all subscription tasks"
422
+ msgstr ""
423
+
424
+ msgid "Show an scc_account product"
425
+ msgstr "Afficher un produit scc_account"
426
+
427
+ msgid "Show currently added repositories"
428
+ msgstr ""
429
+
430
+ msgid "Show last product subscription task"
431
+ msgstr ""
432
+
433
+ msgid "Show only subscribed products"
434
+ msgstr ""
435
+
436
+ msgid "Show scc_account"
437
+ msgstr "Afficher scc_account"
438
+
439
+ msgid "Show subscribed products only"
440
+ msgstr ""
441
+
442
+ msgid "Show/Hide unsubscribed"
443
+ msgstr ""
444
+
445
+ msgid "Starting the subscription task failed."
446
+ msgstr ""
447
+
448
+ msgid "Subscribe SCC Product"
449
+ msgstr "S'abonner au produit SCC"
450
+
451
+ msgid "Subscribe product"
452
+ msgstr "Souscrire un produit"
453
+
454
+ msgid "Summary of SCC product subscription"
455
+ msgstr ""
456
+
457
+ msgid "Sync"
458
+ msgstr "Sync"
459
+
460
+ msgid "Sync Date"
461
+ msgstr "Dernière date de sync"
462
+
463
+ msgid "Sync SUSE subscriptions"
464
+ msgstr "Sync des abonnements SUSE"
465
+
466
+ msgid "Sync SUSE subscriptions (Products)"
467
+ msgstr "Synchronisation des abonnements SUSE (Produits)"
468
+
469
+ msgid "Sync SUSE subscriptions (Repositories)"
470
+ msgstr "Synchronisation des abonnements SUSE (Référentiels)"
471
+
472
+ msgid "Sync capsule"
473
+ msgstr "Sync capsule"
474
+
475
+ msgid "Sync interval"
476
+ msgstr "Sync Intervalle"
477
+
478
+ msgid "Sync scc_account"
479
+ msgstr "Sync scc_account"
480
+
481
+ msgid "Sync task started."
482
+ msgstr "La tâche de synchronisation a commencé."
483
+
484
+ msgid "Syncable export"
485
+ msgstr "Exportation synchronisable"
486
+
487
+ msgid "Synchronize"
488
+ msgstr "Synchroniser"
489
+
490
+ msgid "Synchronize SUSE Account"
491
+ msgstr ""
492
+
493
+ msgid "Synchronize smart proxy"
494
+ msgstr "Synchroniser le smart proxy"
495
+
496
+ msgid "Task to subscribe products started."
497
+ msgstr "La tâche de souscription des produits a commencé."
498
+
499
+ msgid "Test Connection"
500
+ msgstr "Test de connexion"
501
+
502
+ msgid "Test connection for scc_account"
503
+ msgstr "Test de connexion pour scc_account"
504
+
505
+ msgid "The default download policy for repositories which were created using this SCC Account."
506
+ msgstr ""
507
+
508
+ msgid "The default mirroring policy for repositories which were created using this SCC Account."
509
+ msgstr ""
510
+
511
+ msgid "The following products will be imported:"
512
+ msgstr ""
513
+
514
+ msgid "The selected products cannot be found for this SCC account."
515
+ msgstr ""
516
+
517
+ msgid "The subscription task has been started successfully"
518
+ msgstr ""
519
+
520
+ msgid "The subscription task with id "
521
+ msgstr ""
522
+
523
+ msgid "The sync interval is used to periodically update the SCC authentication tokens of any imported products."
524
+ msgstr "L'intervalle de synchronisation est utilisé pour mettre à jour périodiquement les jetons d'authentification SCC de tout produit importé."
525
+
526
+ msgid "URL of SUSE for scc_account"
527
+ msgstr "URL de SUSE pour scc_account"
528
+
529
+ msgid "Unknown"
530
+ msgstr "Inconnu"
531
+
532
+ msgid "Update"
533
+ msgstr "Mise à jour"
534
+
535
+ msgid "Update Alternate Content Source"
536
+ msgstr "Mise à jour de la source de contenu alternatif"
537
+
538
+ msgid "Update CDN Configuration"
539
+ msgstr "Mise à jour de la configuration CDN"
540
+
541
+ msgid "Update Content Overrides"
542
+ msgstr "Mettre à jour les substitutions de contenu"
543
+
544
+ msgid "Update SUSE repositories"
545
+ msgstr "Mettre à jour les référentiels SUSE"
546
+
547
+ msgid "Update SUSE repositories %s"
548
+ msgstr "Mettre à jour les référentiels SUSE %s"
549
+
550
+ msgid "Update content urls"
551
+ msgstr "Mettre à jour les urls de contenu"
552
+
553
+ msgid "Update for host"
554
+ msgstr "Mise à jour de l'hôte"
555
+
556
+ msgid "Update http proxy"
557
+ msgstr "Mettre à jour proxy http"
558
+
559
+ msgid "Update http proxy details"
560
+ msgstr "Mise à jour des détails du proxy http"
561
+
562
+ msgid "Update redhat repository"
563
+ msgstr "Mettre à jour le référentiel de données Red Hat"
564
+
565
+ msgid "Update release version for host"
566
+ msgstr "Mettre à jour la version de publication pour l'hôte"
567
+
568
+ msgid "Update scc_account"
569
+ msgstr "Mise à jour de scc_account"
570
+
571
+ msgid "Updating System Purpose for host"
572
+ msgstr "Mise à jour Objectif système pour l'hôte"
573
+
574
+ msgid "Upload into"
575
+ msgstr "Téléverser vers"
576
+
577
+ msgid "Use GPG key for SUSE products"
578
+ msgstr "Utiliser la clé GPG pour les produits SUSE"
579
+
580
+ msgid "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."
581
+ msgstr "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."
582
+
583
+ msgid "Use your 'Organization credentials' obtained from the SUSE Customer Center."
584
+ msgstr "Utilisez vos \"informations d'identification de l'organisation\" obtenues auprès du Portail Client SUSE."
585
+
586
+ msgid "Verify checksum"
587
+ msgstr "Vérifier la somme de contrôle"
588
+
589
+ msgid ""
590
+ "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"
591
+ "\n"
592
+ "If you delete your old SCC account, you CANNOT reuse existing repositories, products, content views, and composite content views.\n"
593
+ "\n"
594
+ "Really delete SCC account %s?"
595
+ msgstr ""
596
+
597
+ msgid "You currently have no SUSE products selected. Search and add SUSE products in the section below."
598
+ msgstr ""
599
+
600
+ msgid "never synced"
601
+ msgstr "jamais synchronisé"
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "foreman_scc_manager",
3
- "version": "1.8.16",
3
+ "version": "2.2.23",
4
4
  "description": "Foreman plugin to sync SUSE Customer Center products and repositories into Katello ",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -16,24 +16,21 @@
16
16
  "url": "git+ssh://git@github.com/ATIX-AG/foreman_scc_manager.git"
17
17
  },
18
18
  "peerDependencies": {
19
- "@theforeman/vendor": ">= 4.14.0"
19
+ "@theforeman/vendor": ">= 8.16.0"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@babel/core": "^7.7.0",
23
- "babel-eslint": "^10.0.0",
24
- "babel-loader": "^8.0.0",
25
- "@theforeman/builder": ">= 4.14.0",
26
- "@theforeman/eslint-plugin-foreman": ">= 8.16.0",
27
- "@theforeman/find-foreman": ">= 4.14.0",
28
- "@theforeman/stories": ">= 4.14.0",
29
- "@theforeman/test": ">= 4.14.0",
30
- "@theforeman/vendor-dev": ">= 4.14.0",
23
+ "babel-eslint": ">= 10.0.3",
24
+ "@theforeman/builder": ">= 10.0",
25
+ "@theforeman/eslint-plugin-foreman": ">= 10.0",
26
+ "@theforeman/find-foreman": ">= 10.0",
27
+ "@theforeman/test": ">= 10.0",
28
+ "@theforeman/vendor-dev": ">= 10.0",
31
29
  "eslint": "^6.7.2",
32
- "eslint-plugin-spellcheck": "0.0.17",
33
- "eslint-plugin-react": "^7.27.1",
34
- "eslint-plugin-react-hooks": "^4.3.0",
35
- "prettier": "^2.5.1",
36
- "react-redux-test-utils": "^0.2.0"
30
+ "eslint-plugin-spellcheck": ">= 0.0.17",
31
+ "eslint-plugin-react": ">= 7.27.1",
32
+ "eslint-plugin-react-hooks": ">= 4.3.0",
33
+ "prettier": "^2.5.1"
37
34
  },
38
35
  "keywords": [
39
36
  "SUSE",