foreman_scc_manager 5.1.0 → 5.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.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_scc_manager/locale/de/foreman_scc_manager.js +42 -9
  3. data/app/assets/javascripts/foreman_scc_manager/locale/el/foreman_scc_manager.js +42 -9
  4. data/app/assets/javascripts/foreman_scc_manager/locale/en/foreman_scc_manager.js +38 -5
  5. data/app/assets/javascripts/foreman_scc_manager/locale/fr/foreman_scc_manager.js +43 -10
  6. data/app/assets/javascripts/foreman_scc_manager/locale/ja/foreman_scc_manager.js +43 -10
  7. data/app/assets/javascripts/foreman_scc_manager/locale/ka/foreman_scc_manager.js +43 -10
  8. data/app/assets/javascripts/foreman_scc_manager/locale/ko/foreman_scc_manager.js +43 -10
  9. data/app/assets/javascripts/foreman_scc_manager/locale/zh_CN/foreman_scc_manager.js +43 -10
  10. data/app/controllers/api/v2/scc_accounts_controller.rb +2 -0
  11. data/app/controllers/scc_accounts_controller.rb +0 -3
  12. data/app/views/api/v2/scc_accounts/main.json.rabl +1 -1
  13. data/app/views/scc_accounts/index.html.erb +14 -33
  14. data/lib/foreman_scc_manager/version.rb +1 -1
  15. data/locale/de/LC_MESSAGES/foreman_scc_manager.mo +0 -0
  16. data/locale/de/foreman_scc_manager.po +46 -18
  17. data/locale/el/LC_MESSAGES/foreman_scc_manager.mo +0 -0
  18. data/locale/el/foreman_scc_manager.po +43 -15
  19. data/locale/en/LC_MESSAGES/foreman_scc_manager.mo +0 -0
  20. data/locale/en/foreman_scc_manager.po +38 -11
  21. data/locale/foreman_scc_manager.pot +105 -50
  22. data/locale/fr/LC_MESSAGES/foreman_scc_manager.mo +0 -0
  23. data/locale/fr/foreman_scc_manager.po +47 -19
  24. data/locale/ja/LC_MESSAGES/foreman_scc_manager.mo +0 -0
  25. data/locale/ja/foreman_scc_manager.po +47 -16
  26. data/locale/ka/LC_MESSAGES/foreman_scc_manager.mo +0 -0
  27. data/locale/ka/foreman_scc_manager.po +44 -21
  28. data/locale/ko/LC_MESSAGES/foreman_scc_manager.mo +0 -0
  29. data/locale/ko/foreman_scc_manager.po +46 -18
  30. data/locale/zh_CN/LC_MESSAGES/foreman_scc_manager.mo +0 -0
  31. data/locale/zh_CN/foreman_scc_manager.po +47 -17
  32. data/test/controllers/api/v2/scc_accounts_test.rb +30 -0
  33. data/test/fixtures/models/scc_accounts.yml +2 -0
  34. data/webpack/components/SCCAccountIndex/SCCAccountIndex.scss +26 -0
  35. data/webpack/components/SCCAccountIndex/SCCAccountIndex.test.js +291 -0
  36. data/webpack/components/SCCAccountIndex/SCCAccountIndexActions.js +205 -0
  37. data/webpack/components/SCCAccountIndex/SCCAccountIndexConstants.js +9 -0
  38. data/webpack/components/SCCAccountIndex/index.js +262 -0
  39. data/webpack/components/SCCProductPage/EmptySccProducts.js +10 -7
  40. data/webpack/components/SCCProductPage/components/SCCProductPicker/components/SCCGenericPicker/index.js +25 -11
  41. data/webpack/components/SCCProductPage/components/SCCProductPicker/components/SCCTreePicker/components/SCCRepoPicker/index.js +1 -1
  42. data/webpack/components/SCCProductPage/components/SCCProductPicker/styles.scss +8 -3
  43. data/webpack/components/SCCProductPage/sccProductPage.scss +5 -0
  44. data/webpack/index.js +6 -0
  45. metadata +8 -3
@@ -8,8 +8,8 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: foreman_scc_manager 1.0.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2025-10-15 10:50+0200\n"
12
- "PO-Revision-Date: 2025-10-15 10:50+0200\n"
11
+ "POT-Creation-Date: 2026-02-11 19:37+0000\n"
12
+ "PO-Revision-Date: 2026-02-11 19:37+0000\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -122,24 +122,25 @@ msgstr ""
122
122
  msgid "Subscribe product"
123
123
  msgstr ""
124
124
 
125
- #: ../app/controllers/scc_accounts_controller.rb:73
125
+ #: ../app/controllers/scc_accounts_controller.rb:70
126
+ #: ../webpack/components/SCCAccountIndex/SCCAccountIndexActions.js:129
126
127
  #: ../webpack/components/SCCProductPage/SCCProductPageActions.js:25
127
128
  msgid "Sync task started."
128
129
  msgstr ""
129
130
 
130
- #: ../app/controllers/scc_accounts_controller.rb:75
131
+ #: ../app/controllers/scc_accounts_controller.rb:72
131
132
  msgid "Failed to add task to queue: %s"
132
133
  msgstr ""
133
134
 
134
- #: ../app/controllers/scc_accounts_controller.rb:77
135
+ #: ../app/controllers/scc_accounts_controller.rb:74
135
136
  msgid "Lock on SCC account already taken: %s"
136
137
  msgstr ""
137
138
 
138
- #: ../app/lib/actions/scc_manager/subscribe_product.rb:84
139
+ #: ../app/lib/actions/scc_manager/subscribe_product.rb:84 action_names.rb:2
139
140
  msgid "Subscribe SCC Product"
140
141
  msgstr ""
141
142
 
142
- #: ../app/lib/actions/scc_manager/sync.rb:27
143
+ #: ../app/lib/actions/scc_manager/sync.rb:27 action_names.rb:5
143
144
  msgid "Sync SUSE subscriptions"
144
145
  msgstr ""
145
146
 
@@ -152,18 +153,20 @@ msgid "Unknown"
152
153
  msgstr ""
153
154
 
154
155
  #: ../app/lib/actions/scc_manager/sync_plan_account_repositories.rb:33
156
+ #: action_names.rb:6
155
157
  msgid "Update SUSE repositories"
156
158
  msgstr ""
157
159
 
158
- #: ../app/lib/actions/scc_manager/sync_products.rb:36
160
+ #: ../app/lib/actions/scc_manager/sync_products.rb:36 action_names.rb:3
159
161
  msgid "Sync SUSE subscriptions (Products)"
160
162
  msgstr ""
161
163
 
162
- #: ../app/lib/actions/scc_manager/sync_repositories.rb:34
164
+ #: ../app/lib/actions/scc_manager/sync_repositories.rb:34 action_names.rb:4
163
165
  msgid "Sync SUSE subscriptions (Repositories)"
164
166
  msgstr ""
165
167
 
166
168
  #: ../app/models/scc_account.rb:66
169
+ #: ../webpack/components/SCCAccountIndex/index.js:104
167
170
  msgid "never synced"
168
171
  msgstr ""
169
172
 
@@ -208,46 +211,11 @@ msgstr ""
208
211
  msgid "Edit %s"
209
212
  msgstr ""
210
213
 
211
- #: ../app/views/scc_accounts/index.html.erb:2
214
+ #: ../app/views/scc_accounts/index.html.erb:1
215
+ #: ../webpack/components/SCCAccountIndex/index.js:76
212
216
  msgid "SUSE subscriptions"
213
217
  msgstr ""
214
218
 
215
- #: ../app/views/scc_accounts/index.html.erb:3
216
- msgid "Add SCC account"
217
- msgstr ""
218
-
219
- #: ../app/views/scc_accounts/index.html.erb:9
220
- msgid "Products"
221
- msgstr ""
222
-
223
- #: ../app/views/scc_accounts/index.html.erb:10
224
- msgid "Last synced"
225
- msgstr ""
226
-
227
- #: ../app/views/scc_accounts/index.html.erb:11
228
- msgid "Actions"
229
- msgstr ""
230
-
231
- #: ../app/views/scc_accounts/index.html.erb:24
232
- msgid "Select products"
233
- msgstr ""
234
-
235
- #: ../app/views/scc_accounts/index.html.erb:25
236
- msgid "Sync"
237
- msgstr ""
238
-
239
- #: ../app/views/scc_accounts/index.html.erb:28
240
- msgid ""
241
- "WARNING: If you want to switch SCC accounts and retain the synchronized conten"
242
- "t, DO NOT delete your old SCC account, even if it is expired. Please change th"
243
- "e login and password of your SCC account, instead.\n"
244
- "\n"
245
- "If you delete your old SCC account, you CANNOT reuse existing repositories, pr"
246
- "oducts, content views, and composite content views.\n"
247
- "\n"
248
- "Really delete SCC account %s?"
249
- msgstr ""
250
-
251
219
  #: ../app/views/scc_accounts/new.html.erb:1
252
220
  msgid "Add SUSE Customer Center Account"
253
221
  msgstr ""
@@ -297,6 +265,8 @@ msgid "SCC Account Credentials"
297
265
  msgstr ""
298
266
 
299
267
  #: ../webpack/components/SCCAccountForm/components/SCCCredentialsCard.js:43
268
+ #: ../webpack/components/SCCAccountIndex/index.js:82
269
+ #: ../webpack/components/SCCAccountIndex/index.js:110
300
270
  msgid "Name"
301
271
  msgstr ""
302
272
 
@@ -378,20 +348,100 @@ msgid "Submit"
378
348
  msgstr ""
379
349
 
380
350
  #: ../webpack/components/SCCAccountForm/index.js:241
351
+ #: ../webpack/components/SCCAccountIndex/index.js:232
381
352
  msgid "Cancel"
382
353
  msgstr ""
383
354
 
384
- #: ../webpack/components/SCCProductPage/EmptySccProducts.js:15
355
+ #: ../webpack/components/SCCAccountIndex/SCCAccountIndexActions.js:23
356
+ msgid "finished"
357
+ msgstr ""
358
+
359
+ #: ../webpack/components/SCCAccountIndex/SCCAccountIndexActions.js:23
360
+ #: ../webpack/components/SCCAccountIndex/SCCAccountIndexActions.js:168
361
+ msgid "error"
362
+ msgstr ""
363
+
364
+ #: ../webpack/components/SCCAccountIndex/SCCAccountIndexActions.js:130
365
+ msgid "Failed to start sync task."
366
+ msgstr ""
367
+
368
+ #: ../webpack/components/SCCAccountIndex/SCCAccountIndexActions.js:142
369
+ msgid "running"
370
+ msgstr ""
371
+
372
+ #: ../webpack/components/SCCAccountIndex/SCCAccountIndexActions.js:192
373
+ msgid "SCC account deleted successfully."
374
+ msgstr ""
375
+
376
+ #: ../webpack/components/SCCAccountIndex/SCCAccountIndexActions.js:193
377
+ msgid "Failed to delete SCC account."
378
+ msgstr ""
379
+
380
+ #: ../webpack/components/SCCAccountIndex/SCCAccountIndexConstants.js:3
381
+ msgid ""
382
+ "WARNING: If you want to switch SCC accounts and retain the synchronized conten"
383
+ "t, DO NOT delete your old SCC account, even if it is expired. Please change th"
384
+ "e login and password of your SCC account, instead.\\n\\nIf you delete your old S"
385
+ "CC account, you CANNOT reuse existing repositories, products, content views, a"
386
+ "nd composite content views.\\n\\n Do you Really want to delete this SCC account "
387
+ "%acc_name?"
388
+ msgstr ""
389
+
390
+ #: ../webpack/components/SCCAccountIndex/index.js:71
391
+ msgid "Add SCC account"
392
+ msgstr ""
393
+
394
+ #: ../webpack/components/SCCAccountIndex/index.js:83
395
+ #: ../webpack/components/SCCAccountIndex/index.js:116
396
+ msgid "Products"
397
+ msgstr ""
398
+
399
+ #: ../webpack/components/SCCAccountIndex/index.js:85
400
+ #: ../webpack/components/SCCAccountIndex/index.js:123
401
+ msgid "Last synced"
402
+ msgstr ""
403
+
404
+ #: ../webpack/components/SCCAccountIndex/index.js:88
405
+ #: ../webpack/components/SCCAccountIndex/index.js:129
406
+ msgid "Actions"
407
+ msgstr ""
408
+
409
+ #: ../webpack/components/SCCAccountIndex/index.js:141
410
+ msgid "Select Products"
411
+ msgstr ""
412
+
413
+ #: ../webpack/components/SCCAccountIndex/index.js:154
414
+ msgid "Actions menu"
415
+ msgstr ""
416
+
417
+ #: ../webpack/components/SCCAccountIndex/index.js:185
418
+ msgid "Syncing..."
419
+ msgstr ""
420
+
421
+ #: ../webpack/components/SCCAccountIndex/index.js:186
422
+ msgid "Sync"
423
+ msgstr ""
424
+
425
+ #: ../webpack/components/SCCAccountIndex/index.js:199
426
+ #: ../webpack/components/SCCAccountIndex/index.js:224
427
+ msgid "Delete"
428
+ msgstr ""
429
+
430
+ #: ../webpack/components/SCCAccountIndex/index.js:212
431
+ msgid "Delete SCC Account"
432
+ msgstr ""
433
+
434
+ #: ../webpack/components/SCCProductPage/EmptySccProducts.js:16
385
435
  msgid ""
386
436
  "Please synchronize your SUSE account before you can subscribe to SUSE products"
387
437
  "."
388
438
  msgstr ""
389
439
 
390
- #: ../webpack/components/SCCProductPage/EmptySccProducts.js:23
440
+ #: ../webpack/components/SCCProductPage/EmptySccProducts.js:24
391
441
  msgid "SUSE Customer Center"
392
442
  msgstr ""
393
443
 
394
- #: ../webpack/components/SCCProductPage/EmptySccProducts.js:35
444
+ #: ../webpack/components/SCCProductPage/EmptySccProducts.js:37
395
445
  msgid "Synchronize SUSE Account"
396
446
  msgstr ""
397
447
 
@@ -408,10 +458,15 @@ msgid "Failed to add task to queue."
408
458
  msgstr ""
409
459
 
410
460
  #:
411
- #: ../webpack/components/SCCProductPage/components/SCCProductPicker/components/SCCGenericPicker/index.js:36
461
+ #: ../webpack/components/SCCProductPage/components/SCCProductPicker/components/SCCGenericPicker/index.js:37
412
462
  msgid "no results"
413
463
  msgstr ""
414
464
 
465
+ #:
466
+ #: ../webpack/components/SCCProductPage/components/SCCProductPicker/components/SCCGenericPicker/index.js:260
467
+ msgid "No options available"
468
+ msgstr ""
469
+
415
470
  #:
416
471
  #: ../webpack/components/SCCProductPage/components/SCCProductPicker/components/SCCTreePicker/components/SCCRepoPicker/index.js:153
417
472
  msgid "%s/%s"
@@ -4,18 +4,18 @@
4
4
  # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
  #
6
6
  # Translators:
7
- # Baptiste Agasse <baptiste.agasse@gmail.com>, 2019
8
- # 21966816214bc546c1fc8a185e75ca1c, 2019
9
7
  # Claer <transiblu@claer.hammock.fr>, 2019
10
- # Bryan Kearney <bryan.kearney@gmail.com>, 2022
11
- # Amit Upadhye <aupadhye@redhat.com>, 2023
8
+ # Baptiste Agasse <baptiste.agasse@gmail.com>, 2025
9
+ # 21966816214bc546c1fc8a185e75ca1c, 2025
10
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2025
11
+ # Amit Upadhye <aupadhye@redhat.com>, 2025
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Project-Id-Version: foreman_scc_manager 5.0.4\n"
15
+ "Project-Id-Version: foreman_scc_manager 5.2.0\n"
16
16
  "Report-Msgid-Bugs-To: \n"
17
17
  "PO-Revision-Date: 2019-10-17 13:28+0000\n"
18
- "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2023\n"
18
+ "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2025\n"
19
19
  "Language-Team: French (https://app.transifex.com/foreman/teams/114/fr/)\n"
20
20
  "MIME-Version: 1.0\n"
21
21
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -42,6 +42,9 @@ msgstr ""
42
42
  msgid "Actions"
43
43
  msgstr "Actions"
44
44
 
45
+ msgid "Actions menu"
46
+ msgstr ""
47
+
45
48
  msgid "Add SCC account"
46
49
  msgstr "Ajouter un compte SCC"
47
50
 
@@ -70,7 +73,7 @@ msgid "Bulk subscription of scc_products with individual repository selection fo
70
73
  msgstr ""
71
74
 
72
75
  msgid "Cancel"
73
- msgstr ""
76
+ msgstr "Annuler"
74
77
 
75
78
  msgid "Collapse products"
76
79
  msgstr ""
@@ -96,6 +99,12 @@ msgstr "L'expression cron n'est pas acceptée!"
96
99
  msgid "Date and time relative to which the sync interval is run"
97
100
  msgstr "Date et heure par rapport auxquelles l'intervalle de synchronisation est exécuté"
98
101
 
102
+ msgid "Delete"
103
+ msgstr ""
104
+
105
+ msgid "Delete SCC Account"
106
+ msgstr ""
107
+
99
108
  msgid "Delete scc_account"
100
109
  msgstr "Supprimer scc_account"
101
110
 
@@ -117,6 +126,12 @@ msgstr "Impossible d'ajouter une tâche à la file d'attente : %s"
117
126
  msgid "Failed to create SCC account."
118
127
  msgstr ""
119
128
 
129
+ msgid "Failed to delete SCC account."
130
+ msgstr ""
131
+
132
+ msgid "Failed to start sync task."
133
+ msgstr ""
134
+
120
135
  msgid "Failed to update SCC account."
121
136
  msgstr ""
122
137
 
@@ -178,11 +193,14 @@ msgid "Mirroring Policy"
178
193
  msgstr "Politique de mise en miroir"
179
194
 
180
195
  msgid "Name"
181
- msgstr ""
196
+ msgstr "Nom"
182
197
 
183
198
  msgid "Name of the scc_account"
184
199
  msgstr "Nom du compte scc_account"
185
200
 
201
+ msgid "No options available"
202
+ msgstr ""
203
+
186
204
  msgid "None"
187
205
  msgstr "Aucun(e)"
188
206
 
@@ -190,7 +208,7 @@ msgid "On Demand"
190
208
  msgstr "Sur demande"
191
209
 
192
210
  msgid "Password"
193
- msgstr ""
211
+ msgstr "Mot de passe"
194
212
 
195
213
  msgid "Password of scc_account"
196
214
  msgstr "Mot de passe de scc_account"
@@ -231,6 +249,9 @@ msgstr ""
231
249
  msgid "SCC account created successfully."
232
250
  msgstr ""
233
251
 
252
+ msgid "SCC account deleted successfully."
253
+ msgstr ""
254
+
234
255
  msgid "SCC account updated successfully."
235
256
  msgstr ""
236
257
 
@@ -252,11 +273,11 @@ msgstr "Abonnements SUSE"
252
273
  msgid "Search"
253
274
  msgstr "Recherche"
254
275
 
255
- msgid "Select SUSE products"
276
+ msgid "Select Products"
256
277
  msgstr ""
257
278
 
258
- msgid "Select products"
259
- msgstr "Sélectionnez les produits"
279
+ msgid "Select SUSE products"
280
+ msgstr ""
260
281
 
261
282
  msgid "Selected SUSE Products"
262
283
  msgstr ""
@@ -295,7 +316,7 @@ msgid "Starting the subscription task failed."
295
316
  msgstr ""
296
317
 
297
318
  msgid "Submit"
298
- msgstr ""
319
+ msgstr "Envoyer"
299
320
 
300
321
  msgid "Subscribe SCC Product"
301
322
  msgstr "S'abonner au produit SCC"
@@ -327,6 +348,9 @@ msgstr "La tâche de synchronisation a commencé."
327
348
  msgid "Synchronize SUSE Account"
328
349
  msgstr ""
329
350
 
351
+ msgid "Syncing..."
352
+ msgstr ""
353
+
330
354
  msgid "Test Connection"
331
355
  msgstr "Test de connexion"
332
356
 
@@ -378,12 +402,7 @@ msgstr "Utilisez ce paramètre si vous souhaitez ajouter automatiquement une cl
378
402
  msgid "Use your 'Organization credentials' obtained from the SUSE Customer Center."
379
403
  msgstr "Utilisez vos \"informations d'identification de l'organisation\" obtenues auprès du Portail Client SUSE."
380
404
 
381
- msgid ""
382
- "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"
383
- "\n"
384
- "If you delete your old SCC account, you CANNOT reuse existing repositories, products, content views, and composite content views.\n"
385
- "\n"
386
- "Really delete SCC account %s?"
405
+ msgid "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\\n Do you Really want to delete this SCC account %acc_name?"
387
406
  msgstr ""
388
407
 
389
408
  msgid "YYYY-MM-DD"
@@ -392,8 +411,17 @@ msgstr ""
392
411
  msgid "You currently have no SUSE products selected. Search and add SUSE products in the section below."
393
412
  msgstr ""
394
413
 
414
+ msgid "error"
415
+ msgstr ""
416
+
417
+ msgid "finished"
418
+ msgstr ""
419
+
395
420
  msgid "never synced"
396
421
  msgstr "jamais synchronisé"
397
422
 
398
423
  msgid "no results"
399
424
  msgstr ""
425
+
426
+ msgid "running"
427
+ msgstr ""
@@ -7,15 +7,18 @@
7
7
  # e93ed3aa97dec2eb31063731872555fc_1460a05 <71305a0095156d8e18373a5b7cfeb79e_8587>, 2019
8
8
  # 0868a4d1af5275b3f70b0a6dac4c99a4, 2019
9
9
  # Transifex Bot <>, 2022
10
- # Bryan Kearney <bryan.kearney@gmail.com>, 2022
11
10
  # Amit Upadhye <aupadhye@redhat.com>, 2022
11
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2022
12
+ # Ondřej Gajdušek, 2025
13
+ # Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025
12
14
  #
13
15
  msgid ""
14
16
  msgstr ""
15
- "Project-Id-Version: foreman_scc_manager 5.0.4\n"
17
+ "Project-Id-Version: foreman_scc_manager 5.2.0\n"
16
18
  "Report-Msgid-Bugs-To: \n"
17
19
  "PO-Revision-Date: 2019-10-17 13:28+0000\n"
18
- "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2022\n"
20
+ "Last-Translator: Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarde"
21
+ "n.nl>, 2025\n"
19
22
  "Language-Team: Japanese (https://app.transifex.com/foreman/teams/114/ja/)\n"
20
23
  "MIME-Version: 1.0\n"
21
24
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -41,6 +44,9 @@ msgstr ""
41
44
  msgid "Actions"
42
45
  msgstr "アクション"
43
46
 
47
+ msgid "Actions menu"
48
+ msgstr ""
49
+
44
50
  msgid "Add SCC account"
45
51
  msgstr "SCC アカウントの追加"
46
52
 
@@ -69,7 +75,7 @@ msgid "Bulk subscription of scc_products with individual repository selection fo
69
75
  msgstr ""
70
76
 
71
77
  msgid "Cancel"
72
- msgstr ""
78
+ msgstr "取り消し"
73
79
 
74
80
  msgid "Collapse products"
75
81
  msgstr ""
@@ -95,6 +101,12 @@ msgstr "cron 式が無効です!"
95
101
  msgid "Date and time relative to which the sync interval is run"
96
102
  msgstr "同期の実行関連の日時"
97
103
 
104
+ msgid "Delete"
105
+ msgstr ""
106
+
107
+ msgid "Delete SCC Account"
108
+ msgstr ""
109
+
98
110
  msgid "Delete scc_account"
99
111
  msgstr "scc_account の削除"
100
112
 
@@ -116,6 +128,12 @@ msgstr "タスクをキューに追加できませんでした: %s"
116
128
  msgid "Failed to create SCC account."
117
129
  msgstr ""
118
130
 
131
+ msgid "Failed to delete SCC account."
132
+ msgstr ""
133
+
134
+ msgid "Failed to start sync task."
135
+ msgstr ""
136
+
119
137
  msgid "Failed to update SCC account."
120
138
  msgstr ""
121
139
 
@@ -177,11 +195,14 @@ msgid "Mirroring Policy"
177
195
  msgstr "ミラーリングポリシー"
178
196
 
179
197
  msgid "Name"
180
- msgstr ""
198
+ msgstr "名前"
181
199
 
182
200
  msgid "Name of the scc_account"
183
201
  msgstr "scc_account の名前"
184
202
 
203
+ msgid "No options available"
204
+ msgstr ""
205
+
185
206
  msgid "None"
186
207
  msgstr "なし"
187
208
 
@@ -189,7 +210,7 @@ msgid "On Demand"
189
210
  msgstr "オンデマンド"
190
211
 
191
212
  msgid "Password"
192
- msgstr ""
213
+ msgstr "パスワード"
193
214
 
194
215
  msgid "Password of scc_account"
195
216
  msgstr "scc_account のパスワード"
@@ -230,6 +251,9 @@ msgstr ""
230
251
  msgid "SCC account created successfully."
231
252
  msgstr ""
232
253
 
254
+ msgid "SCC account deleted successfully."
255
+ msgstr ""
256
+
233
257
  msgid "SCC account updated successfully."
234
258
  msgstr ""
235
259
 
@@ -251,11 +275,11 @@ msgstr "SUSE サブスクリプション"
251
275
  msgid "Search"
252
276
  msgstr "検索"
253
277
 
254
- msgid "Select SUSE products"
278
+ msgid "Select Products"
255
279
  msgstr ""
256
280
 
257
- msgid "Select products"
258
- msgstr "製品の選択"
281
+ msgid "Select SUSE products"
282
+ msgstr ""
259
283
 
260
284
  msgid "Selected SUSE Products"
261
285
  msgstr ""
@@ -294,7 +318,7 @@ msgid "Starting the subscription task failed."
294
318
  msgstr ""
295
319
 
296
320
  msgid "Submit"
297
- msgstr ""
321
+ msgstr "送信"
298
322
 
299
323
  msgid "Subscribe SCC Product"
300
324
  msgstr "SCC 製品のサブスクライブ"
@@ -326,6 +350,9 @@ msgstr "同期タスクが開始されました。"
326
350
  msgid "Synchronize SUSE Account"
327
351
  msgstr ""
328
352
 
353
+ msgid "Syncing..."
354
+ msgstr ""
355
+
329
356
  msgid "Test Connection"
330
357
  msgstr "テスト接続"
331
358
 
@@ -377,12 +404,7 @@ msgstr "サブスクリプション時に SUSE 製品に自動追加する場合
377
404
  msgid "Use your 'Organization credentials' obtained from the SUSE Customer Center."
378
405
  msgstr "SUSE Customer Center から取得した「組織の認証情報」を使用します。"
379
406
 
380
- msgid ""
381
- "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"
382
- "\n"
383
- "If you delete your old SCC account, you CANNOT reuse existing repositories, products, content views, and composite content views.\n"
384
- "\n"
385
- "Really delete SCC account %s?"
407
+ msgid "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\\n Do you Really want to delete this SCC account %acc_name?"
386
408
  msgstr ""
387
409
 
388
410
  msgid "YYYY-MM-DD"
@@ -391,8 +413,17 @@ msgstr ""
391
413
  msgid "You currently have no SUSE products selected. Search and add SUSE products in the section below."
392
414
  msgstr ""
393
415
 
416
+ msgid "error"
417
+ msgstr ""
418
+
419
+ msgid "finished"
420
+ msgstr ""
421
+
394
422
  msgid "never synced"
395
423
  msgstr "同期なし"
396
424
 
397
425
  msgid "no results"
398
426
  msgstr ""
427
+
428
+ msgid "running"
429
+ msgstr ""