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.
- checksums.yaml +4 -4
- data/README.md +2 -1
- data/app/assets/javascripts/foreman_scc_manager/locale/de/foreman_scc_manager.js +55 -256
- data/app/assets/javascripts/foreman_scc_manager/locale/el/foreman_scc_manager.js +43 -244
- data/app/assets/javascripts/foreman_scc_manager/locale/en/foreman_scc_manager.js +381 -2
- data/app/assets/javascripts/foreman_scc_manager/locale/fr/foreman_scc_manager.js +58 -259
- data/app/assets/javascripts/foreman_scc_manager/locale/ja/foreman_scc_manager.js +58 -259
- data/app/assets/javascripts/foreman_scc_manager/locale/ka/foreman_scc_manager.js +58 -259
- data/app/assets/javascripts/foreman_scc_manager/locale/ko/foreman_scc_manager.js +55 -256
- data/app/assets/javascripts/foreman_scc_manager/locale/zh_CN/foreman_scc_manager.js +58 -259
- data/app/controllers/api/v2/scc_accounts_controller.rb +4 -2
- data/app/models/scc_account.rb +1 -1
- data/app/views/scc_accounts/edit.html.erb +24 -2
- data/app/views/scc_accounts/new.html.erb +12 -1
- data/lib/foreman_scc_manager/version.rb +1 -1
- data/locale/de/LC_MESSAGES/foreman_scc_manager.mo +0 -0
- data/locale/de/foreman_scc_manager.po +55 -257
- data/locale/el/LC_MESSAGES/foreman_scc_manager.mo +0 -0
- data/locale/el/foreman_scc_manager.po +44 -246
- data/locale/en/LC_MESSAGES/foreman_scc_manager.mo +0 -0
- data/locale/en/foreman_scc_manager.po +392 -0
- data/locale/foreman_scc_manager.pot +195 -461
- data/locale/fr/LC_MESSAGES/foreman_scc_manager.mo +0 -0
- data/locale/fr/foreman_scc_manager.po +58 -260
- data/locale/ja/LC_MESSAGES/foreman_scc_manager.mo +0 -0
- data/locale/ja/foreman_scc_manager.po +58 -260
- data/locale/ka/LC_MESSAGES/foreman_scc_manager.mo +0 -0
- data/locale/ka/foreman_scc_manager.po +58 -260
- data/locale/ko/LC_MESSAGES/foreman_scc_manager.mo +0 -0
- data/locale/ko/foreman_scc_manager.po +55 -257
- data/locale/zh_CN/LC_MESSAGES/foreman_scc_manager.mo +0 -0
- data/locale/zh_CN/foreman_scc_manager.po +58 -260
- data/test/controllers/api/v2/scc_accounts_test.rb +5 -5
- data/webpack/components/SCCAccountForm/SCCAccountForm.scss +49 -0
- data/webpack/components/SCCAccountForm/SCCAccountFormActions.js +74 -0
- data/webpack/components/SCCAccountForm/components/DateTimeField.js +72 -0
- data/webpack/components/SCCAccountForm/components/SCCCredentialsCard.js +150 -0
- data/webpack/components/SCCAccountForm/components/SCCSyncSettingsCard.js +256 -0
- data/webpack/components/SCCAccountForm/components/SCCTokenRefreshCard.js +133 -0
- data/webpack/components/SCCAccountForm/index.js +306 -0
- data/webpack/index.js +6 -0
- metadata +9 -18
- data/app/assets/javascripts/foreman_scc_manager/scc_accounts.js.coffee +0 -46
- data/app/views/scc_accounts/_form.html.erb +0 -51
@@ -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:
|
12
|
-
"PO-Revision-Date:
|
11
|
+
"POT-Creation-Date: 2025-10-15 10:50+0200\n"
|
12
|
+
"PO-Revision-Date: 2025-10-15 10:50+0200\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
@@ -18,138 +18,128 @@ msgstr ""
|
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
19
19
|
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
20
20
|
|
21
|
-
#: ../app/controllers/api/v2/scc_accounts_controller.rb:
|
21
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:17
|
22
22
|
msgid "List all scc_accounts"
|
23
23
|
msgstr ""
|
24
24
|
|
25
|
-
#: ../app/controllers/api/v2/scc_accounts_controller.rb:
|
25
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:26
|
26
26
|
msgid "Show scc_account"
|
27
27
|
msgstr ""
|
28
28
|
|
29
|
-
#: ../app/controllers/api/v2/scc_accounts_controller.rb:
|
29
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:34
|
30
30
|
msgid "Name of the scc_account"
|
31
31
|
msgstr ""
|
32
32
|
|
33
|
-
#: ../app/controllers/api/v2/scc_accounts_controller.rb:
|
34
|
-
#: ../app/controllers/api/v2/scc_accounts_controller.rb:
|
33
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:35
|
34
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:81
|
35
35
|
msgid "Login id of scc_account"
|
36
36
|
msgstr ""
|
37
37
|
|
38
|
-
#: ../app/controllers/api/v2/scc_accounts_controller.rb:
|
39
|
-
#: ../app/controllers/api/v2/scc_accounts_controller.rb:
|
38
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:36
|
39
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:82
|
40
40
|
msgid "Password of scc_account"
|
41
41
|
msgstr ""
|
42
42
|
|
43
|
-
#: ../app/controllers/api/v2/scc_accounts_controller.rb:
|
44
|
-
#: ../app/controllers/api/v2/scc_accounts_controller.rb:
|
43
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:37
|
44
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:83
|
45
45
|
msgid "URL of SUSE for scc_account"
|
46
46
|
msgstr ""
|
47
47
|
|
48
|
-
#: ../app/controllers/api/v2/scc_accounts_controller.rb:
|
48
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:38
|
49
49
|
msgid "Interval for syncing scc_account"
|
50
50
|
msgstr ""
|
51
51
|
|
52
|
-
#: ../app/controllers/api/v2/scc_accounts_controller.rb:
|
53
|
-
#: ../
|
52
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:42
|
53
|
+
#: ../webpack/components/SCCAccountForm/components/SCCSyncSettingsCard.js:110
|
54
54
|
msgid ""
|
55
55
|
"The default download policy for repositories which were created using this SCC"
|
56
56
|
" Account."
|
57
57
|
msgstr ""
|
58
58
|
|
59
|
-
#: ../app/controllers/api/v2/scc_accounts_controller.rb:
|
60
|
-
#: ../
|
59
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:46
|
60
|
+
#: ../webpack/components/SCCAccountForm/components/SCCSyncSettingsCard.js:162
|
61
61
|
msgid ""
|
62
62
|
"The default mirroring policy for repositories which were created using this SC"
|
63
63
|
"C Account."
|
64
64
|
msgstr ""
|
65
65
|
|
66
|
-
#: ../app/controllers/api/v2/scc_accounts_controller.rb:
|
66
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:47
|
67
67
|
msgid "Date and time relative to which the sync interval is run"
|
68
68
|
msgstr ""
|
69
69
|
|
70
|
-
#: ../app/controllers/api/v2/scc_accounts_controller.rb:
|
70
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:48
|
71
71
|
msgid "Associated GPG key of scc_account"
|
72
72
|
msgstr ""
|
73
73
|
|
74
|
-
#: ../app/controllers/api/v2/scc_accounts_controller.rb:
|
74
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:52
|
75
75
|
msgid "Create an scc_account"
|
76
76
|
msgstr ""
|
77
77
|
|
78
|
-
#: ../app/controllers/api/v2/scc_accounts_controller.rb:
|
78
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:59
|
79
79
|
msgid "Update scc_account"
|
80
80
|
msgstr ""
|
81
81
|
|
82
|
-
#: ../app/controllers/api/v2/scc_accounts_controller.rb:
|
82
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:72
|
83
83
|
msgid "Delete scc_account"
|
84
84
|
msgstr ""
|
85
85
|
|
86
|
-
#: ../app/controllers/api/v2/scc_accounts_controller.rb:
|
87
|
-
#: ../app/controllers/api/v2/scc_accounts_controller.rb:
|
86
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:78
|
87
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:79
|
88
88
|
msgid "Test connection for scc_account"
|
89
89
|
msgstr ""
|
90
90
|
|
91
|
-
#: ../app/controllers/api/v2/scc_accounts_controller.rb:
|
91
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:106
|
92
92
|
msgid "Sync scc_account"
|
93
93
|
msgstr ""
|
94
94
|
|
95
|
-
#: ../app/controllers/api/v2/scc_accounts_controller.rb:
|
95
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:120
|
96
96
|
msgid "Bulk subscription of scc_products for scc_account"
|
97
97
|
msgstr ""
|
98
98
|
|
99
|
-
#: ../app/controllers/api/v2/scc_accounts_controller.rb:
|
99
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:153
|
100
100
|
msgid ""
|
101
101
|
"Bulk subscription of scc_products with individual repository selection for scc"
|
102
102
|
"_account."
|
103
103
|
msgstr ""
|
104
104
|
|
105
|
-
#: ../app/controllers/api/v2/scc_accounts_controller.rb:
|
105
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:163
|
106
106
|
msgid "The selected products cannot be found for this SCC account."
|
107
107
|
msgstr ""
|
108
108
|
|
109
|
-
#: ../app/controllers/api/v2/scc_products_controller.rb:
|
109
|
+
#: ../app/controllers/api/v2/scc_products_controller.rb:25
|
110
110
|
msgid "List products for an scc_account"
|
111
111
|
msgstr ""
|
112
112
|
|
113
|
-
#: ../app/controllers/api/v2/scc_products_controller.rb:
|
113
|
+
#: ../app/controllers/api/v2/scc_products_controller.rb:27
|
114
114
|
msgid "Show subscribed products only"
|
115
115
|
msgstr ""
|
116
116
|
|
117
|
-
#: ../app/controllers/api/v2/scc_products_controller.rb:
|
117
|
+
#: ../app/controllers/api/v2/scc_products_controller.rb:37
|
118
118
|
msgid "Show an scc_account product"
|
119
119
|
msgstr ""
|
120
120
|
|
121
|
-
#: ../app/controllers/api/v2/scc_products_controller.rb:
|
121
|
+
#: ../app/controllers/api/v2/scc_products_controller.rb:43
|
122
122
|
msgid "Subscribe product"
|
123
123
|
msgstr ""
|
124
124
|
|
125
|
-
#: ../app/controllers/scc_accounts_controller.rb:
|
125
|
+
#: ../app/controllers/scc_accounts_controller.rb:73
|
126
126
|
#: ../webpack/components/SCCProductPage/SCCProductPageActions.js:25
|
127
127
|
msgid "Sync task started."
|
128
128
|
msgstr ""
|
129
129
|
|
130
|
-
#: ../app/controllers/scc_accounts_controller.rb:
|
131
|
-
#: ../app/controllers/scc_accounts_controller.rb:94
|
130
|
+
#: ../app/controllers/scc_accounts_controller.rb:75
|
132
131
|
msgid "Failed to add task to queue: %s"
|
133
132
|
msgstr ""
|
134
133
|
|
135
|
-
#: ../app/controllers/scc_accounts_controller.rb:
|
136
|
-
#: ../app/controllers/scc_accounts_controller.rb:96
|
134
|
+
#: ../app/controllers/scc_accounts_controller.rb:77
|
137
135
|
msgid "Lock on SCC account already taken: %s"
|
138
136
|
msgstr ""
|
139
137
|
|
140
|
-
#: ../app/
|
141
|
-
msgid "Task to subscribe products started."
|
142
|
-
msgstr ""
|
143
|
-
|
144
|
-
#: ../app/controllers/scc_accounts_controller.rb:91
|
145
|
-
msgid "No products selected."
|
146
|
-
msgstr ""
|
147
|
-
|
148
|
-
#: ../app/lib/actions/scc_manager/subscribe_product.rb:84 action_names.rb:88
|
138
|
+
#: ../app/lib/actions/scc_manager/subscribe_product.rb:84
|
149
139
|
msgid "Subscribe SCC Product"
|
150
140
|
msgstr ""
|
151
141
|
|
152
|
-
#: ../app/lib/actions/scc_manager/sync.rb:27
|
142
|
+
#: ../app/lib/actions/scc_manager/sync.rb:27
|
153
143
|
msgid "Sync SUSE subscriptions"
|
154
144
|
msgstr ""
|
155
145
|
|
@@ -162,47 +152,46 @@ msgid "Unknown"
|
|
162
152
|
msgstr ""
|
163
153
|
|
164
154
|
#: ../app/lib/actions/scc_manager/sync_plan_account_repositories.rb:33
|
165
|
-
#: action_names.rb:86
|
166
155
|
msgid "Update SUSE repositories"
|
167
156
|
msgstr ""
|
168
157
|
|
169
|
-
#: ../app/lib/actions/scc_manager/sync_products.rb:36
|
158
|
+
#: ../app/lib/actions/scc_manager/sync_products.rb:36
|
170
159
|
msgid "Sync SUSE subscriptions (Products)"
|
171
160
|
msgstr ""
|
172
161
|
|
173
|
-
#: ../app/lib/actions/scc_manager/sync_repositories.rb:34
|
162
|
+
#: ../app/lib/actions/scc_manager/sync_repositories.rb:34
|
174
163
|
msgid "Sync SUSE subscriptions (Repositories)"
|
175
164
|
msgstr ""
|
176
165
|
|
177
|
-
#: ../app/models/scc_account.rb:
|
166
|
+
#: ../app/models/scc_account.rb:66
|
178
167
|
msgid "never synced"
|
179
168
|
msgstr ""
|
180
169
|
|
181
|
-
#: ../app/models/scc_account.rb:
|
170
|
+
#: ../app/models/scc_account.rb:113
|
182
171
|
msgid "Interval cannot be nil"
|
183
172
|
msgstr ""
|
184
173
|
|
185
|
-
#: ../app/models/scc_account.rb:
|
174
|
+
#: ../app/models/scc_account.rb:120
|
186
175
|
msgid "Interval not set correctly"
|
187
176
|
msgstr ""
|
188
177
|
|
189
|
-
#: ../app/models/scc_account.rb:
|
178
|
+
#: ../app/models/scc_account.rb:125
|
190
179
|
msgid "Cron expression is not valid!"
|
191
180
|
msgstr ""
|
192
181
|
|
193
|
-
#: ../app/models/scc_account.rb:
|
182
|
+
#: ../app/models/scc_account.rb:293
|
194
183
|
msgid "On Demand"
|
195
184
|
msgstr ""
|
196
185
|
|
197
|
-
#: ../app/models/scc_account.rb:
|
186
|
+
#: ../app/models/scc_account.rb:294
|
198
187
|
msgid "Immediate"
|
199
188
|
msgstr ""
|
200
189
|
|
201
|
-
#: ../app/models/scc_account.rb:
|
190
|
+
#: ../app/models/scc_account.rb:304
|
202
191
|
msgid "Additive"
|
203
192
|
msgstr ""
|
204
193
|
|
205
|
-
#: ../app/models/scc_account.rb:
|
194
|
+
#: ../app/models/scc_account.rb:305
|
206
195
|
msgid "Content Only"
|
207
196
|
msgstr ""
|
208
197
|
|
@@ -215,59 +204,6 @@ msgstr ""
|
|
215
204
|
msgid "SUSE Subscription: "
|
216
205
|
msgstr ""
|
217
206
|
|
218
|
-
#: ../app/views/scc_accounts/_form.html.erb:7
|
219
|
-
msgid "SUSE Customer Center account"
|
220
|
-
msgstr ""
|
221
|
-
|
222
|
-
#: ../app/views/scc_accounts/_form.html.erb:14
|
223
|
-
msgid "Use your 'Organization credentials' obtained from the SUSE Customer Center."
|
224
|
-
msgstr ""
|
225
|
-
|
226
|
-
#: ../app/views/scc_accounts/_form.html.erb:16
|
227
|
-
msgid "Base URL"
|
228
|
-
msgstr ""
|
229
|
-
|
230
|
-
#: ../app/views/scc_accounts/_form.html.erb:18
|
231
|
-
msgid "Sync interval"
|
232
|
-
msgstr ""
|
233
|
-
|
234
|
-
#: ../app/views/scc_accounts/_form.html.erb:18
|
235
|
-
msgid ""
|
236
|
-
"The sync interval is used to periodically update the SCC authentication tokens"
|
237
|
-
" of any imported products."
|
238
|
-
msgstr ""
|
239
|
-
|
240
|
-
#: ../app/views/scc_accounts/_form.html.erb:19
|
241
|
-
msgid "Sync Date"
|
242
|
-
msgstr ""
|
243
|
-
|
244
|
-
#: ../app/views/scc_accounts/_form.html.erb:23
|
245
|
-
msgid "None"
|
246
|
-
msgstr ""
|
247
|
-
|
248
|
-
#: ../app/views/scc_accounts/_form.html.erb:24
|
249
|
-
msgid "Use GPG key for SUSE products"
|
250
|
-
msgstr ""
|
251
|
-
|
252
|
-
#: ../app/views/scc_accounts/_form.html.erb:26
|
253
|
-
msgid ""
|
254
|
-
"Use this setting if you want to automatically add a GPG key to your SUSE produ"
|
255
|
-
"cts upon subscription. You can change this setting in the 'Content' > 'Product"
|
256
|
-
"s' menu, later."
|
257
|
-
msgstr ""
|
258
|
-
|
259
|
-
#: ../app/views/scc_accounts/_form.html.erb:28
|
260
|
-
msgid "Download Policy"
|
261
|
-
msgstr ""
|
262
|
-
|
263
|
-
#: ../app/views/scc_accounts/_form.html.erb:30
|
264
|
-
msgid "Mirroring Policy"
|
265
|
-
msgstr ""
|
266
|
-
|
267
|
-
#: ../app/views/scc_accounts/_form.html.erb:35
|
268
|
-
msgid "Test Connection"
|
269
|
-
msgstr ""
|
270
|
-
|
271
207
|
#: ../app/views/scc_accounts/edit.html.erb:1
|
272
208
|
msgid "Edit %s"
|
273
209
|
msgstr ""
|
@@ -320,10 +256,131 @@ msgstr ""
|
|
320
256
|
msgid "Product Selection for Account %s"
|
321
257
|
msgstr ""
|
322
258
|
|
323
|
-
#: ../lib/foreman_scc_manager/engine.rb:
|
259
|
+
#: ../lib/foreman_scc_manager/engine.rb:94
|
324
260
|
msgid "SUSE Subscriptions"
|
325
261
|
msgstr ""
|
326
262
|
|
263
|
+
#: ../webpack/components/SCCAccountForm/SCCAccountFormActions.js:25
|
264
|
+
msgid "Connection OK"
|
265
|
+
msgstr ""
|
266
|
+
|
267
|
+
#: ../webpack/components/SCCAccountForm/SCCAccountFormActions.js:26
|
268
|
+
msgid "Connection test failed."
|
269
|
+
msgstr ""
|
270
|
+
|
271
|
+
#: ../webpack/components/SCCAccountForm/SCCAccountFormActions.js:65
|
272
|
+
msgid "SCC account updated successfully."
|
273
|
+
msgstr ""
|
274
|
+
|
275
|
+
#: ../webpack/components/SCCAccountForm/SCCAccountFormActions.js:66
|
276
|
+
msgid "SCC account created successfully."
|
277
|
+
msgstr ""
|
278
|
+
|
279
|
+
#: ../webpack/components/SCCAccountForm/SCCAccountFormActions.js:69
|
280
|
+
msgid "Failed to update SCC account."
|
281
|
+
msgstr ""
|
282
|
+
|
283
|
+
#: ../webpack/components/SCCAccountForm/SCCAccountFormActions.js:70
|
284
|
+
msgid "Failed to create SCC account."
|
285
|
+
msgstr ""
|
286
|
+
|
287
|
+
#: ../webpack/components/SCCAccountForm/components/DateTimeField.js:49
|
288
|
+
msgid "YYYY-MM-DD"
|
289
|
+
msgstr ""
|
290
|
+
|
291
|
+
#: ../webpack/components/SCCAccountForm/components/DateTimeField.js:56
|
292
|
+
msgid "HH:MM AM"
|
293
|
+
msgstr ""
|
294
|
+
|
295
|
+
#: ../webpack/components/SCCAccountForm/components/SCCCredentialsCard.js:36
|
296
|
+
msgid "SCC Account Credentials"
|
297
|
+
msgstr ""
|
298
|
+
|
299
|
+
#: ../webpack/components/SCCAccountForm/components/SCCCredentialsCard.js:43
|
300
|
+
msgid "Name"
|
301
|
+
msgstr ""
|
302
|
+
|
303
|
+
#: ../webpack/components/SCCAccountForm/components/SCCCredentialsCard.js:62
|
304
|
+
msgid "Use your 'Organization credentials' obtained from the SUSE Customer Center."
|
305
|
+
msgstr ""
|
306
|
+
|
307
|
+
#: ../webpack/components/SCCAccountForm/components/SCCCredentialsCard.js:67
|
308
|
+
msgid "Login"
|
309
|
+
msgstr ""
|
310
|
+
|
311
|
+
#: ../webpack/components/SCCAccountForm/components/SCCCredentialsCard.js:86
|
312
|
+
msgid "Password"
|
313
|
+
msgstr ""
|
314
|
+
|
315
|
+
#: ../webpack/components/SCCAccountForm/components/SCCCredentialsCard.js:104
|
316
|
+
msgid "Base URL"
|
317
|
+
msgstr ""
|
318
|
+
|
319
|
+
#: ../webpack/components/SCCAccountForm/components/SCCCredentialsCard.js:128
|
320
|
+
msgid "Test Connection"
|
321
|
+
msgstr ""
|
322
|
+
|
323
|
+
#: ../webpack/components/SCCAccountForm/components/SCCSyncSettingsCard.js:43
|
324
|
+
msgid "Repository Sync Settings"
|
325
|
+
msgstr ""
|
326
|
+
|
327
|
+
#: ../webpack/components/SCCAccountForm/components/SCCSyncSettingsCard.js:52
|
328
|
+
msgid ""
|
329
|
+
"Use this setting if you want to automatically add a GPG key to your SUSE produ"
|
330
|
+
"cts upon subscription. You can change this setting in the 'Content' > 'Product"
|
331
|
+
"s' menu, later."
|
332
|
+
msgstr ""
|
333
|
+
|
334
|
+
#: ../webpack/components/SCCAccountForm/components/SCCSyncSettingsCard.js:57
|
335
|
+
msgid "GPG key for SUSE products"
|
336
|
+
msgstr ""
|
337
|
+
|
338
|
+
#: ../webpack/components/SCCAccountForm/components/SCCSyncSettingsCard.js:81
|
339
|
+
#: ../webpack/components/SCCAccountForm/components/SCCSyncSettingsCard.js:98
|
340
|
+
msgid "None"
|
341
|
+
msgstr ""
|
342
|
+
|
343
|
+
#: ../webpack/components/SCCAccountForm/components/SCCSyncSettingsCard.js:115
|
344
|
+
msgid "Download Policy"
|
345
|
+
msgstr ""
|
346
|
+
|
347
|
+
#: ../webpack/components/SCCAccountForm/components/SCCSyncSettingsCard.js:167
|
348
|
+
msgid "Mirroring Policy"
|
349
|
+
msgstr ""
|
350
|
+
|
351
|
+
#: ../webpack/components/SCCAccountForm/components/SCCTokenRefreshCard.js:38
|
352
|
+
msgid "Token Refresh Settings"
|
353
|
+
msgstr ""
|
354
|
+
|
355
|
+
#: ../webpack/components/SCCAccountForm/components/SCCTokenRefreshCard.js:47
|
356
|
+
msgid ""
|
357
|
+
"The token refresh interval is used to periodically update the SCC authenticati"
|
358
|
+
"on tokens of any imported products."
|
359
|
+
msgstr ""
|
360
|
+
|
361
|
+
#: ../webpack/components/SCCAccountForm/components/SCCTokenRefreshCard.js:52
|
362
|
+
msgid "Refresh interval"
|
363
|
+
msgstr ""
|
364
|
+
|
365
|
+
#: ../webpack/components/SCCAccountForm/components/SCCTokenRefreshCard.js:101
|
366
|
+
msgid ""
|
367
|
+
"Specifies the daily time when the SCC authentication token refresh process sta"
|
368
|
+
"rts. Set this to a time outside of business hours (e.g., during the night) to "
|
369
|
+
"minimize disruption."
|
370
|
+
msgstr ""
|
371
|
+
|
372
|
+
#: ../webpack/components/SCCAccountForm/components/SCCTokenRefreshCard.js:106
|
373
|
+
msgid "Refresh time"
|
374
|
+
msgstr ""
|
375
|
+
|
376
|
+
#: ../webpack/components/SCCAccountForm/index.js:232
|
377
|
+
msgid "Submit"
|
378
|
+
msgstr ""
|
379
|
+
|
380
|
+
#: ../webpack/components/SCCAccountForm/index.js:241
|
381
|
+
msgid "Cancel"
|
382
|
+
msgstr ""
|
383
|
+
|
327
384
|
#: ../webpack/components/SCCProductPage/EmptySccProducts.js:15
|
328
385
|
msgid ""
|
329
386
|
"Please synchronize your SUSE account before you can subscribe to SUSE products"
|
@@ -334,7 +391,7 @@ msgstr ""
|
|
334
391
|
msgid "SUSE Customer Center"
|
335
392
|
msgstr ""
|
336
393
|
|
337
|
-
#: ../webpack/components/SCCProductPage/EmptySccProducts.js:
|
394
|
+
#: ../webpack/components/SCCProductPage/EmptySccProducts.js:35
|
338
395
|
msgid "Synchronize SUSE Account"
|
339
396
|
msgstr ""
|
340
397
|
|
@@ -351,7 +408,12 @@ msgid "Failed to add task to queue."
|
|
351
408
|
msgstr ""
|
352
409
|
|
353
410
|
#:
|
354
|
-
#: ../webpack/components/SCCProductPage/components/SCCProductPicker/components/
|
411
|
+
#: ../webpack/components/SCCProductPage/components/SCCProductPicker/components/SCCGenericPicker/index.js:36
|
412
|
+
msgid "no results"
|
413
|
+
msgstr ""
|
414
|
+
|
415
|
+
#:
|
416
|
+
#: ../webpack/components/SCCProductPage/components/SCCProductPicker/components/SCCTreePicker/components/SCCRepoPicker/index.js:153
|
355
417
|
msgid "%s/%s"
|
356
418
|
msgstr ""
|
357
419
|
|
@@ -361,7 +423,7 @@ msgid "Filter repositories"
|
|
361
423
|
msgstr ""
|
362
424
|
|
363
425
|
#:
|
364
|
-
#: ../webpack/components/SCCProductPage/components/SCCProductPicker/components/SCCTreePicker/index.js:
|
426
|
+
#: ../webpack/components/SCCProductPage/components/SCCProductPicker/components/SCCTreePicker/index.js:246
|
365
427
|
msgid ""
|
366
428
|
"If this option is enabled, debug and source pool repositories are automaticall"
|
367
429
|
"y selected if you select a product. This option is disabled by default. It app"
|
@@ -370,12 +432,12 @@ msgid ""
|
|
370
432
|
msgstr ""
|
371
433
|
|
372
434
|
#:
|
373
|
-
#: ../webpack/components/SCCProductPage/components/SCCProductPicker/components/SCCTreePicker/index.js:
|
435
|
+
#: ../webpack/components/SCCProductPage/components/SCCProductPicker/components/SCCTreePicker/index.js:255
|
374
436
|
msgid "Include Debug and Source Pool repositories"
|
375
437
|
msgstr ""
|
376
438
|
|
377
439
|
#:
|
378
|
-
#: ../webpack/components/SCCProductPage/components/SCCProductPicker/components/SCCTreePicker/index.js:
|
440
|
+
#: ../webpack/components/SCCProductPage/components/SCCProductPicker/components/SCCTreePicker/index.js:277
|
379
441
|
msgid "Add product(s)"
|
380
442
|
msgstr ""
|
381
443
|
|
@@ -392,17 +454,17 @@ msgid " -- Select Architecture --"
|
|
392
454
|
msgstr ""
|
393
455
|
|
394
456
|
#:
|
395
|
-
#: ../webpack/components/SCCProductPage/components/SCCProductPicker/index.js:
|
457
|
+
#: ../webpack/components/SCCProductPage/components/SCCProductPicker/index.js:150
|
396
458
|
msgid "Select SUSE products"
|
397
459
|
msgstr ""
|
398
460
|
|
399
461
|
#:
|
400
|
-
#: ../webpack/components/SCCProductPage/components/SCCProductPicker/index.js:
|
462
|
+
#: ../webpack/components/SCCProductPage/components/SCCProductPicker/index.js:207
|
401
463
|
msgid "Search"
|
402
464
|
msgstr ""
|
403
465
|
|
404
466
|
#:
|
405
|
-
#: ../webpack/components/SCCProductPage/components/SCCProductPicker/index.js:
|
467
|
+
#: ../webpack/components/SCCProductPage/components/SCCProductPicker/index.js:217
|
406
468
|
msgid "Reset Selection"
|
407
469
|
msgstr ""
|
408
470
|
|
@@ -412,38 +474,38 @@ msgid "Summary of SCC product subscription"
|
|
412
474
|
msgstr ""
|
413
475
|
|
414
476
|
#:
|
415
|
-
#: ../webpack/components/SCCProductPage/components/SCCProductPickerModal/index.js:
|
477
|
+
#: ../webpack/components/SCCProductPage/components/SCCProductPickerModal/index.js:51
|
416
478
|
msgid "The subscription task with id "
|
417
479
|
msgstr ""
|
418
480
|
|
419
481
|
#:
|
420
|
-
#: ../webpack/components/SCCProductPage/components/SCCProductPickerModal/index.js:
|
482
|
+
#: ../webpack/components/SCCProductPage/components/SCCProductPickerModal/index.js:61
|
421
483
|
msgid " has started successfully."
|
422
484
|
msgstr ""
|
423
485
|
|
424
486
|
#:
|
425
|
-
#: ../webpack/components/SCCProductPage/components/SCCProductPickerModal/index.js:
|
487
|
+
#: ../webpack/components/SCCProductPage/components/SCCProductPickerModal/index.js:67
|
426
488
|
msgid "The following products will be imported:"
|
427
489
|
msgstr ""
|
428
490
|
|
429
491
|
#:
|
430
|
-
#: ../webpack/components/SCCProductPage/components/SCCProductView/components/SCCRepoView/index.js:
|
492
|
+
#: ../webpack/components/SCCProductPage/components/SCCProductView/components/SCCRepoView/index.js:26
|
431
493
|
msgid "Go to Repository page"
|
432
494
|
msgstr ""
|
433
495
|
|
434
496
|
#:
|
435
|
-
#: ../webpack/components/SCCProductPage/components/SCCProductView/components/SCCRepoView/index.js:
|
497
|
+
#: ../webpack/components/SCCProductPage/components/SCCProductView/components/SCCRepoView/index.js:49
|
436
498
|
msgid "Repository not imported"
|
437
499
|
msgstr ""
|
438
500
|
|
439
501
|
#:
|
440
|
-
#: ../webpack/components/SCCProductPage/components/SCCProductView/components/SCCRepoView/index.js:
|
441
|
-
#: ../webpack/components/SCCProductPage/components/SCCProductView/index.js:
|
502
|
+
#: ../webpack/components/SCCProductPage/components/SCCProductView/components/SCCRepoView/index.js:57
|
503
|
+
#: ../webpack/components/SCCProductPage/components/SCCProductView/index.js:91
|
442
504
|
msgid "Please check your SUSE subscription"
|
443
505
|
msgstr ""
|
444
506
|
|
445
507
|
#:
|
446
|
-
#: ../webpack/components/SCCProductPage/components/SCCProductView/components/SCCRepoView/index.js:
|
508
|
+
#: ../webpack/components/SCCProductPage/components/SCCProductView/components/SCCRepoView/index.js:95
|
447
509
|
msgid "Repositories (%s/%s)"
|
448
510
|
msgstr ""
|
449
511
|
|
@@ -451,29 +513,29 @@ msgstr ""
|
|
451
513
|
msgid "Go to Product page"
|
452
514
|
msgstr ""
|
453
515
|
|
454
|
-
#: ../webpack/components/SCCProductPage/components/SCCProductView/index.js:
|
516
|
+
#: ../webpack/components/SCCProductPage/components/SCCProductView/index.js:56
|
455
517
|
msgid "Add more sub products to Product tree"
|
456
518
|
msgstr ""
|
457
519
|
|
458
|
-
#: ../webpack/components/SCCProductPage/components/SCCProductView/index.js:
|
520
|
+
#: ../webpack/components/SCCProductPage/components/SCCProductView/index.js:78
|
459
521
|
msgid "Show currently added repositories"
|
460
522
|
msgstr ""
|
461
523
|
|
462
|
-
#: ../webpack/components/SCCProductPage/components/SCCProductView/index.js:
|
524
|
+
#: ../webpack/components/SCCProductPage/components/SCCProductView/index.js:179
|
463
525
|
msgid "Selected SUSE Products"
|
464
526
|
msgstr ""
|
465
527
|
|
466
|
-
#: ../webpack/components/SCCProductPage/components/SCCProductView/index.js:
|
528
|
+
#: ../webpack/components/SCCProductPage/components/SCCProductView/index.js:203
|
467
529
|
msgid ""
|
468
530
|
"You currently have no SUSE products selected. Search and add SUSE products in "
|
469
531
|
"the section below."
|
470
532
|
msgstr ""
|
471
533
|
|
472
|
-
#: ../webpack/components/SCCProductPage/components/SCCProductView/index.js:
|
534
|
+
#: ../webpack/components/SCCProductPage/components/SCCProductView/index.js:217
|
473
535
|
msgid "Show all subscription tasks"
|
474
536
|
msgstr ""
|
475
537
|
|
476
|
-
#: ../webpack/components/SCCProductPage/components/SCCProductView/index.js:
|
538
|
+
#: ../webpack/components/SCCProductPage/components/SCCProductView/index.js:231
|
477
539
|
msgid "Show last product subscription task"
|
478
540
|
msgstr ""
|
479
541
|
|
@@ -507,334 +569,6 @@ msgstr ""
|
|
507
569
|
msgid "Show/Hide unsubscribed"
|
508
570
|
msgstr ""
|
509
571
|
|
510
|
-
#: action_names.rb:2
|
511
|
-
msgid "Import"
|
512
|
-
msgstr ""
|
513
|
-
|
514
|
-
#: action_names.rb:3
|
515
|
-
msgid "Export Repository"
|
516
|
-
msgstr ""
|
517
|
-
|
518
|
-
#: action_names.rb:4
|
519
|
-
msgid "Export Library"
|
520
|
-
msgstr ""
|
521
|
-
|
522
|
-
#: action_names.rb:5
|
523
|
-
msgid "Generate host applicability"
|
524
|
-
msgstr ""
|
525
|
-
|
526
|
-
#: action_names.rb:6
|
527
|
-
msgid "Bulk generate applicability for hosts"
|
528
|
-
msgstr ""
|
529
|
-
|
530
|
-
#: action_names.rb:7
|
531
|
-
msgid "Generate repository applicability"
|
532
|
-
msgstr ""
|
533
|
-
|
534
|
-
#: action_names.rb:8
|
535
|
-
msgid "Synchronize smart proxy"
|
536
|
-
msgstr ""
|
537
|
-
|
538
|
-
#: action_names.rb:9
|
539
|
-
msgid "Sync capsule"
|
540
|
-
msgstr ""
|
541
|
-
|
542
|
-
#: action_names.rb:10
|
543
|
-
msgid "Update CDN Configuration"
|
544
|
-
msgstr ""
|
545
|
-
|
546
|
-
#: action_names.rb:11
|
547
|
-
msgid "Update"
|
548
|
-
msgstr ""
|
549
|
-
|
550
|
-
#: action_names.rb:12
|
551
|
-
msgid "Delete"
|
552
|
-
msgstr ""
|
553
|
-
|
554
|
-
#: action_names.rb:13
|
555
|
-
msgid "Errata mail"
|
556
|
-
msgstr ""
|
557
|
-
|
558
|
-
#: action_names.rb:14
|
559
|
-
msgid "Incremental Update of Content View Version(s) "
|
560
|
-
msgstr ""
|
561
|
-
|
562
|
-
#: action_names.rb:15
|
563
|
-
msgid "Import facts"
|
564
|
-
msgstr ""
|
565
|
-
|
566
|
-
#: action_names.rb:16
|
567
|
-
msgid "Import Puppet classes"
|
568
|
-
msgstr ""
|
569
|
-
|
570
|
-
#: action_names.rb:17
|
571
|
-
msgid "Abstract async task"
|
572
|
-
msgstr ""
|
573
|
-
|
574
|
-
#: action_names.rb:18
|
575
|
-
msgid "Syncable export"
|
576
|
-
msgstr ""
|
577
|
-
|
578
|
-
#: action_names.rb:19
|
579
|
-
msgid "Export"
|
580
|
-
msgstr ""
|
581
|
-
|
582
|
-
#: action_names.rb:20
|
583
|
-
msgid "Copy version units to library"
|
584
|
-
msgstr ""
|
585
|
-
|
586
|
-
#: action_names.rb:21
|
587
|
-
msgid "Create Syncable Export History"
|
588
|
-
msgstr ""
|
589
|
-
|
590
|
-
#: action_names.rb:22
|
591
|
-
msgid "Create Import History"
|
592
|
-
msgstr ""
|
593
|
-
|
594
|
-
#: action_names.rb:23
|
595
|
-
msgid "Create"
|
596
|
-
msgstr ""
|
597
|
-
|
598
|
-
#: action_names.rb:24
|
599
|
-
msgid "Delete Activation Key"
|
600
|
-
msgstr ""
|
601
|
-
|
602
|
-
#: action_names.rb:25
|
603
|
-
msgid "Create Export History"
|
604
|
-
msgstr ""
|
605
|
-
|
606
|
-
#: action_names.rb:26
|
607
|
-
msgid "Agent action"
|
608
|
-
msgstr ""
|
609
|
-
|
610
|
-
#: action_names.rb:27
|
611
|
-
msgid "Create Alternate Content Source"
|
612
|
-
msgstr ""
|
613
|
-
|
614
|
-
#: action_names.rb:28
|
615
|
-
msgid "Destroy Alternate Content Source"
|
616
|
-
msgstr ""
|
617
|
-
|
618
|
-
#: action_names.rb:29
|
619
|
-
msgid "Refresh Alternate Content Source"
|
620
|
-
msgstr ""
|
621
|
-
|
622
|
-
#: action_names.rb:30
|
623
|
-
msgid "Update Alternate Content Source"
|
624
|
-
msgstr ""
|
625
|
-
|
626
|
-
#: action_names.rb:31
|
627
|
-
msgid "Action with sub plans"
|
628
|
-
msgstr ""
|
629
|
-
|
630
|
-
#: action_names.rb:32
|
631
|
-
msgid "Abstract"
|
632
|
-
msgstr ""
|
633
|
-
|
634
|
-
#: action_names.rb:33
|
635
|
-
msgid "Remove from Environment"
|
636
|
-
msgstr ""
|
637
|
-
|
638
|
-
#: action_names.rb:34
|
639
|
-
msgid "Promote"
|
640
|
-
msgstr ""
|
641
|
-
|
642
|
-
#: action_names.rb:35
|
643
|
-
msgid "Promotion to Environment"
|
644
|
-
msgstr ""
|
645
|
-
|
646
|
-
#: action_names.rb:36
|
647
|
-
msgid "Publish"
|
648
|
-
msgstr ""
|
649
|
-
|
650
|
-
#: action_names.rb:37
|
651
|
-
msgid "Remove Versions and Associations"
|
652
|
-
msgstr ""
|
653
|
-
|
654
|
-
#: action_names.rb:38
|
655
|
-
msgid "Remove Version"
|
656
|
-
msgstr ""
|
657
|
-
|
658
|
-
#: action_names.rb:39
|
659
|
-
msgid "Import Content View Version"
|
660
|
-
msgstr ""
|
661
|
-
|
662
|
-
#: action_names.rb:40
|
663
|
-
msgid "Import Default Content View"
|
664
|
-
msgstr ""
|
665
|
-
|
666
|
-
#: action_names.rb:41
|
667
|
-
msgid "Import Repository"
|
668
|
-
msgstr ""
|
669
|
-
|
670
|
-
#: action_names.rb:42
|
671
|
-
msgid "Incremental Update"
|
672
|
-
msgstr ""
|
673
|
-
|
674
|
-
#: action_names.rb:43
|
675
|
-
msgid "Republish Version Repositories"
|
676
|
-
msgstr ""
|
677
|
-
|
678
|
-
#: action_names.rb:44
|
679
|
-
msgid "Delete Lifecycle Environment"
|
680
|
-
msgstr ""
|
681
|
-
|
682
|
-
#: action_names.rb:45
|
683
|
-
msgid "Publish Lifecycle Environment Repositories"
|
684
|
-
msgstr ""
|
685
|
-
|
686
|
-
#: action_names.rb:46
|
687
|
-
msgid "Attach subscriptions"
|
688
|
-
msgstr ""
|
689
|
-
|
690
|
-
#: action_names.rb:47
|
691
|
-
msgid "Auto attach subscriptions"
|
692
|
-
msgstr ""
|
693
|
-
|
694
|
-
#: action_names.rb:48
|
695
|
-
msgid "Destroy Content Host"
|
696
|
-
msgstr ""
|
697
|
-
|
698
|
-
#: action_names.rb:49
|
699
|
-
msgid "Install Applicable Errata"
|
700
|
-
msgstr ""
|
701
|
-
|
702
|
-
#: action_names.rb:50
|
703
|
-
msgid "Hypervisors"
|
704
|
-
msgstr ""
|
705
|
-
|
706
|
-
#: action_names.rb:51
|
707
|
-
msgid "Hypervisors update"
|
708
|
-
msgstr ""
|
709
|
-
|
710
|
-
#: action_names.rb:52
|
711
|
-
msgid "Remove subscriptions"
|
712
|
-
msgstr ""
|
713
|
-
|
714
|
-
#: action_names.rb:53
|
715
|
-
msgid "Combined Profile Update"
|
716
|
-
msgstr ""
|
717
|
-
|
718
|
-
#: action_names.rb:54
|
719
|
-
msgid "Update Content Overrides"
|
720
|
-
msgstr ""
|
721
|
-
|
722
|
-
#: action_names.rb:55
|
723
|
-
msgid "Update for host"
|
724
|
-
msgstr ""
|
725
|
-
|
726
|
-
#: action_names.rb:56
|
727
|
-
msgid "Update release version for host"
|
728
|
-
msgstr ""
|
729
|
-
|
730
|
-
#: action_names.rb:57
|
731
|
-
msgid "Updating System Purpose for host"
|
732
|
-
msgstr ""
|
733
|
-
|
734
|
-
#: action_names.rb:58
|
735
|
-
msgid "Package Profile Update"
|
736
|
-
msgstr ""
|
737
|
-
|
738
|
-
#: action_names.rb:59
|
739
|
-
msgid "Destroy"
|
740
|
-
msgstr ""
|
741
|
-
|
742
|
-
#: action_names.rb:60
|
743
|
-
msgid "Run Sync Plan:"
|
744
|
-
msgstr ""
|
745
|
-
|
746
|
-
#: action_names.rb:61
|
747
|
-
msgid "Enable"
|
748
|
-
msgstr ""
|
749
|
-
|
750
|
-
#: action_names.rb:62
|
751
|
-
msgid "Disable"
|
752
|
-
msgstr ""
|
753
|
-
|
754
|
-
#: action_names.rb:63
|
755
|
-
msgid "Verify checksum"
|
756
|
-
msgstr ""
|
757
|
-
|
758
|
-
#: action_names.rb:64
|
759
|
-
msgid "Create Package Group"
|
760
|
-
msgstr ""
|
761
|
-
|
762
|
-
#: action_names.rb:65
|
763
|
-
msgid "Upload into"
|
764
|
-
msgstr ""
|
765
|
-
|
766
|
-
#: action_names.rb:66
|
767
|
-
msgid "Update redhat repository"
|
768
|
-
msgstr ""
|
769
|
-
|
770
|
-
#: action_names.rb:67
|
771
|
-
msgid "Update http proxy details"
|
772
|
-
msgstr ""
|
773
|
-
|
774
|
-
#: action_names.rb:68
|
775
|
-
msgid "Update content urls"
|
776
|
-
msgstr ""
|
777
|
-
|
778
|
-
#: action_names.rb:69
|
779
|
-
msgid "Discover"
|
780
|
-
msgstr ""
|
781
|
-
|
782
|
-
#: action_names.rb:70
|
783
|
-
msgid "Synchronize"
|
784
|
-
msgstr ""
|
785
|
-
|
786
|
-
#: action_names.rb:71
|
787
|
-
msgid "Remove Content"
|
788
|
-
msgstr ""
|
789
|
-
|
790
|
-
#: action_names.rb:72
|
791
|
-
msgid "Instance update"
|
792
|
-
msgstr ""
|
793
|
-
|
794
|
-
#: action_names.rb:73
|
795
|
-
msgid "Index package groups"
|
796
|
-
msgstr ""
|
797
|
-
|
798
|
-
#: action_names.rb:74
|
799
|
-
msgid "Index module streams"
|
800
|
-
msgstr ""
|
801
|
-
|
802
|
-
#: action_names.rb:75
|
803
|
-
msgid "Index errata"
|
804
|
-
msgstr ""
|
805
|
-
|
806
|
-
#: action_names.rb:76
|
807
|
-
msgid "Index content"
|
808
|
-
msgstr ""
|
809
|
-
|
810
|
-
#: action_names.rb:77
|
811
|
-
msgid "Filtered index content"
|
812
|
-
msgstr ""
|
813
|
-
|
814
|
-
#: action_names.rb:78
|
815
|
-
msgid "Fetch pxe files"
|
816
|
-
msgstr ""
|
817
|
-
|
818
|
-
#: action_names.rb:79
|
819
|
-
msgid "Delete Package Group"
|
820
|
-
msgstr ""
|
821
|
-
|
822
|
-
#: action_names.rb:80
|
823
|
-
msgid "Update http proxy"
|
824
|
-
msgstr ""
|
825
|
-
|
826
|
-
#: action_names.rb:81
|
827
|
-
msgid "Reindex subscriptions"
|
828
|
-
msgstr ""
|
829
|
-
|
830
|
-
#: action_names.rb:82
|
831
|
-
msgid "Delete Product"
|
832
|
-
msgstr ""
|
833
|
-
|
834
|
-
#: action_names.rb:83
|
835
|
-
msgid "Product Create"
|
836
|
-
msgstr ""
|
837
|
-
|
838
572
|
#: gemspec.rb:2
|
839
573
|
msgid ""
|
840
574
|
"Foreman plugin to sync SUSE Customer Center products and repositories into Kat"
|