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