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": "Efstathios Iosifidis <iefstathios@gmail.com>, 2022",
@@ -32,15 +32,6 @@
32
32
  "%s/%s": [
33
33
  ""
34
34
  ],
35
- "Abstract": [
36
- ""
37
- ],
38
- "Abstract async task": [
39
- ""
40
- ],
41
- "Action with sub plans": [
42
- ""
43
- ],
44
35
  "Actions": [
45
36
  "Ενέργειες"
46
37
  ],
@@ -59,61 +50,34 @@
59
50
  "Additive": [
60
51
  ""
61
52
  ],
62
- "Agent action": [
63
- ""
64
- ],
65
53
  "Associated GPG key of scc_account": [
66
54
  ""
67
55
  ],
68
- "Attach subscriptions": [
69
- ""
70
- ],
71
- "Auto attach subscriptions": [
72
- ""
73
- ],
74
56
  "Base URL": [
75
57
  "Βασική URL"
76
58
  ],
77
- "Bulk generate applicability for hosts": [
78
- ""
79
- ],
80
59
  "Bulk subscription of scc_products for scc_account": [
81
60
  ""
82
61
  ],
83
62
  "Bulk subscription of scc_products with individual repository selection for scc_account.": [
84
63
  ""
85
64
  ],
86
- "Collapse products": [
87
- ""
88
- ],
89
- "Collapse/Expand": [
90
- ""
91
- ],
92
- "Combined Profile Update": [
65
+ "Cancel": [
93
66
  ""
94
67
  ],
95
- "Content Only": [
96
- ""
97
- ],
98
- "Copy version units to library": [
99
- ""
100
- ],
101
- "Create": [
102
- "Δημιουργία"
103
- ],
104
- "Create Alternate Content Source": [
68
+ "Collapse products": [
105
69
  ""
106
70
  ],
107
- "Create Export History": [
71
+ "Collapse/Expand": [
108
72
  ""
109
73
  ],
110
- "Create Import History": [
74
+ "Connection OK": [
111
75
  ""
112
76
  ],
113
- "Create Package Group": [
77
+ "Connection test failed.": [
114
78
  ""
115
79
  ],
116
- "Create Syncable Export History": [
80
+ "Content Only": [
117
81
  ""
118
82
  ],
119
83
  "Create an scc_account": [
@@ -125,85 +89,37 @@
125
89
  "Date and time relative to which the sync interval is run": [
126
90
  ""
127
91
  ],
128
- "Delete": [
129
- "Διαγραφή"
130
- ],
131
- "Delete Activation Key": [
132
- "Διαγραφή κλειδιού ενεργοποίησης"
133
- ],
134
- "Delete Lifecycle Environment": [
135
- ""
136
- ],
137
- "Delete Package Group": [
138
- ""
139
- ],
140
- "Delete Product": [
141
- "Διαγραφή προϊόντος"
142
- ],
143
92
  "Delete scc_account": [
144
93
  "Διαγραφή scc_account"
145
94
  ],
146
- "Destroy": [
147
- "Καταστροφή"
148
- ],
149
- "Destroy Alternate Content Source": [
150
- ""
151
- ],
152
- "Destroy Content Host": [
153
- ""
154
- ],
155
- "Disable": [
156
- "Απενεργοποίηση"
157
- ],
158
- "Discover": [
159
- ""
160
- ],
161
95
  "Download Policy": [
162
96
  "Πολιτική λήψης"
163
97
  ],
164
98
  "Edit %s": [
165
99
  "Επεξεργασία %s"
166
100
  ],
167
- "Enable": [
168
- "Ενεργοποίηση"
169
- ],
170
- "Errata mail": [
171
- ""
172
- ],
173
101
  "Expand products": [
174
102
  ""
175
103
  ],
176
- "Export": [
177
- "Εξαγωγή"
178
- ],
179
- "Export Library": [
180
- ""
181
- ],
182
- "Export Repository": [
183
- ""
184
- ],
185
104
  "Failed to add task to queue.": [
186
105
  ""
187
106
  ],
188
107
  "Failed to add task to queue: %s": [
189
108
  ""
190
109
  ],
191
- "Fetch pxe files": [
110
+ "Failed to create SCC account.": [
192
111
  ""
193
112
  ],
194
- "Filter repositories": [
113
+ "Failed to update SCC account.": [
195
114
  ""
196
115
  ],
197
- "Filtered index content": [
116
+ "Filter repositories": [
198
117
  ""
199
118
  ],
200
119
  "Foreman plugin to sync SUSE Customer Center products and repositories into Katello.": [
201
120
  ""
202
121
  ],
203
- "Generate host applicability": [
204
- ""
205
- ],
206
- "Generate repository applicability": [
122
+ "GPG key for SUSE products": [
207
123
  ""
208
124
  ],
209
125
  "Go to Product page": [
@@ -212,10 +128,7 @@
212
128
  "Go to Repository page": [
213
129
  ""
214
130
  ],
215
- "Hypervisors": [
216
- ""
217
- ],
218
- "Hypervisors update": [
131
+ "HH:MM AM": [
219
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.": [
@@ -224,51 +137,9 @@
224
137
  "Immediate": [
225
138
  ""
226
139
  ],
227
- "Import": [
228
- "Εισαγωγή"
229
- ],
230
- "Import Content View Version": [
231
- ""
232
- ],
233
- "Import Default Content View": [
234
- ""
235
- ],
236
- "Import Puppet classes": [
237
- "Εισαγωγή κλάσεων Puppet"
238
- ],
239
- "Import Repository": [
240
- ""
241
- ],
242
- "Import facts": [
243
- ""
244
- ],
245
140
  "Include Debug and Source Pool repositories": [
246
141
  ""
247
142
  ],
248
- "Incremental Update": [
249
- ""
250
- ],
251
- "Incremental Update of Content View Version(s) ": [
252
- ""
253
- ],
254
- "Index content": [
255
- "Περιεχόμενο ευρετηρίου"
256
- ],
257
- "Index errata": [
258
- ""
259
- ],
260
- "Index module streams": [
261
- ""
262
- ],
263
- "Index package groups": [
264
- ""
265
- ],
266
- "Install Applicable Errata": [
267
- ""
268
- ],
269
- "Instance update": [
270
- ""
271
- ],
272
143
  "Interval cannot be nil": [
273
144
  "Το διάστημα ενημέρωσης δεν πρέπει να είναι μηδέν"
274
145
  ],
@@ -290,25 +161,28 @@
290
161
  "Lock on SCC account already taken: %s": [
291
162
  ""
292
163
  ],
164
+ "Login": [
165
+ ""
166
+ ],
293
167
  "Login id of scc_account": [
294
168
  "Αναγνωριστικό εισόδου scc_account"
295
169
  ],
296
170
  "Mirroring Policy": [
297
171
  ""
298
172
  ],
173
+ "Name": [
174
+ ""
175
+ ],
299
176
  "Name of the scc_account": [
300
177
  "Όνομα του scc_account"
301
178
  ],
302
- "No products selected.": [
303
- "Δεν επιλέχθηκαν προϊόντα."
304
- ],
305
179
  "None": [
306
180
  "Κανένα"
307
181
  ],
308
182
  "On Demand": [
309
183
  ""
310
184
  ],
311
- "Package Profile Update": [
185
+ "Password": [
312
186
  ""
313
187
  ],
314
188
  "Password of 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
- ""
325
- ],
326
197
  "Product Selection for Account %s": [
327
198
  ""
328
199
  ],
329
200
  "Products": [
330
201
  "Προϊόντα"
331
202
  ],
332
- "Promote": [
333
- ""
334
- ],
335
- "Promotion to Environment": [
336
- ""
337
- ],
338
- "Publish": [
339
- "Δημοσίευση"
340
- ],
341
- "Publish Lifecycle Environment Repositories": [
342
- ""
343
- ],
344
- "Refresh Alternate Content Source": [
203
+ "Refresh interval": [
345
204
  ""
346
205
  ],
347
- "Reindex subscriptions": [
206
+ "Refresh time": [
348
207
  ""
349
208
  ],
350
- "Remove Content": [
351
- "Αφαίρεση περιεχομένου"
352
- ],
353
- "Remove Version": [
354
- "Αφαίρεση έκδοσης"
355
- ],
356
- "Remove Versions and Associations": [
209
+ "Repositories (%s/%s)": [
357
210
  ""
358
211
  ],
359
- "Remove from Environment": [
212
+ "Repository Sync Settings": [
360
213
  ""
361
214
  ],
362
- "Remove subscriptions": [
215
+ "Repository not imported": [
363
216
  ""
364
217
  ],
365
- "Repositories (%s/%s)": [
218
+ "Reset Selection": [
366
219
  ""
367
220
  ],
368
- "Repository not imported": [
221
+ "SCC Account Credentials": [
369
222
  ""
370
223
  ],
371
- "Republish Version Repositories": [
224
+ "SCC account created successfully.": [
372
225
  ""
373
226
  ],
374
- "Reset Selection": [
227
+ "SCC account updated successfully.": [
375
228
  ""
376
229
  ],
377
- "Run Sync Plan:": [
378
- "Εκκίνηση πλάνου συγχρονισμού:"
379
- ],
380
230
  "SUSE Customer Center": [
381
231
  "Κέντρο πελατών SUSE"
382
232
  ],
383
- "SUSE Customer Center account": [
384
- "Λογαριασμός κέντρου πελατών SUSE"
385
- ],
386
233
  "SUSE Subscription": [
387
234
  "Συνδρομή 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
  "Συνδρομή προϊόντος SCC"
442
295
  ],
@@ -449,9 +302,6 @@
449
302
  "Sync": [
450
303
  "Συγχρονισμός"
451
304
  ],
452
- "Sync Date": [
453
- "Ημερομηνία συγχρονισμού"
454
- ],
455
305
  "Sync SUSE subscriptions": [
456
306
  "Συγχρονισμός συνδρομών SUSE"
457
307
  ],
@@ -461,33 +311,15 @@
461
311
  "Sync SUSE subscriptions (Repositories)": [
462
312
  "Συγχρονισμός συνδρομών SUSE (Αποθετήρια)"
463
313
  ],
464
- "Sync capsule": [
465
- ""
466
- ],
467
- "Sync interval": [
468
- ""
469
- ],
470
314
  "Sync scc_account": [
471
315
  "Συγχρονισμός scc_account"
472
316
  ],
473
317
  "Sync task started.": [
474
318
  "Η εργασία συγχρονισμού εκκίνησε."
475
319
  ],
476
- "Syncable export": [
477
- ""
478
- ],
479
- "Synchronize": [
480
- "Συγχρονισμός"
481
- ],
482
320
  "Synchronize SUSE Account": [
483
321
  ""
484
322
  ],
485
- "Synchronize smart proxy": [
486
- ""
487
- ],
488
- "Task to subscribe products started.": [
489
- "Εκκίνησε η εργασία για συνδρομή των προϊόντων."
490
- ],
491
323
  "Test Connection": [
492
324
  "Δοκιμή σύνδεσης"
493
325
  ],
@@ -512,7 +344,10 @@
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.": [
347
+ "The token refresh interval is used to periodically update the SCC authentication tokens of any imported products.": [
348
+ ""
349
+ ],
350
+ "Token Refresh Settings": [
516
351
  ""
517
352
  ],
518
353
  "URL of SUSE for scc_account": [
@@ -521,64 +356,25 @@
521
356
  "Unknown": [
522
357
  "Άγνωστο"
523
358
  ],
524
- "Update": [
525
- "Ενημέρωση"
526
- ],
527
- "Update Alternate Content Source": [
528
- ""
529
- ],
530
- "Update CDN Configuration": [
531
- ""
532
- ],
533
- "Update Content Overrides": [
534
- ""
535
- ],
536
359
  "Update SUSE repositories": [
537
360
  "Ενημέρωση αποθετηρίων SUSE"
538
361
  ],
539
362
  "Update SUSE repositories %s": [
540
363
  "Ενημέρωση αποθετηρίων SUSE %s"
541
364
  ],
542
- "Update content urls": [
543
- ""
544
- ],
545
- "Update for host": [
546
- ""
547
- ],
548
- "Update http proxy": [
549
- ""
550
- ],
551
- "Update http proxy details": [
552
- ""
553
- ],
554
- "Update redhat repository": [
555
- ""
556
- ],
557
- "Update release version for host": [
558
- ""
559
- ],
560
365
  "Update scc_account": [
561
366
  "Ενημέρωση scc_account"
562
367
  ],
563
- "Updating System Purpose for host": [
564
- ""
565
- ],
566
- "Upload into": [
567
- "Μεταφόρτωση σε"
568
- ],
569
- "Use GPG key for SUSE products": [
570
- ""
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
  ""
574
370
  ],
575
371
  "Use your 'Organization credentials' obtained from the SUSE Customer Center.": [
576
372
  ""
577
373
  ],
578
- "Verify checksum": [
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?": [
579
375
  ""
580
376
  ],
581
- "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?": [
377
+ "YYYY-MM-DD": [
582
378
  ""
583
379
  ],
584
380
  "You currently have no SUSE products selected. Search and add SUSE products in the section below.": [
@@ -586,6 +382,9 @@
586
382
  ],
587
383
  "never synced": [
588
384
  "δεν συγχρονίστηκε ποτέ"
385
+ ],
386
+ "no results": [
387
+ ""
589
388
  ]
590
389
  }
591
390
  }