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
@@ -3,7 +3,7 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"foreman_scc_manager": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "foreman_scc_manager
|
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": "Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2024",
|
@@ -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,63 +50,36 @@
|
|
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
|
],
|
65
|
+
"Cancel": [
|
66
|
+
""
|
67
|
+
],
|
86
68
|
"Collapse products": [
|
87
69
|
""
|
88
70
|
],
|
89
71
|
"Collapse/Expand": [
|
90
72
|
""
|
91
73
|
],
|
92
|
-
"
|
93
|
-
"
|
74
|
+
"Connection OK": [
|
75
|
+
""
|
76
|
+
],
|
77
|
+
"Connection test failed.": [
|
78
|
+
""
|
94
79
|
],
|
95
80
|
"Content Only": [
|
96
81
|
"컨텐츠만"
|
97
82
|
],
|
98
|
-
"Copy version units to library": [
|
99
|
-
"버전 유닛을 라이브러리에 복사"
|
100
|
-
],
|
101
|
-
"Create": [
|
102
|
-
"생성 "
|
103
|
-
],
|
104
|
-
"Create Alternate Content Source": [
|
105
|
-
"대체 콘텐츠 소스 생성"
|
106
|
-
],
|
107
|
-
"Create Export History": [
|
108
|
-
"내보내기 기록 생성"
|
109
|
-
],
|
110
|
-
"Create Import History": [
|
111
|
-
"가져오기 기록 생성"
|
112
|
-
],
|
113
|
-
"Create Package Group": [
|
114
|
-
"패키지 그룹 생성"
|
115
|
-
],
|
116
|
-
"Create Syncable Export History": [
|
117
|
-
"동기화 가능한 내보내기 기록 생성"
|
118
|
-
],
|
119
83
|
"Create an scc_account": [
|
120
84
|
""
|
121
85
|
],
|
@@ -125,86 +89,38 @@
|
|
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
|
""
|
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
|
"대기열에 태스크를 추가하지 못했습니다: %s"
|
190
109
|
],
|
191
|
-
"
|
192
|
-
"
|
110
|
+
"Failed to create SCC account.": [
|
111
|
+
""
|
193
112
|
],
|
194
|
-
"
|
113
|
+
"Failed to update SCC account.": [
|
195
114
|
""
|
196
115
|
],
|
197
|
-
"
|
198
|
-
"
|
116
|
+
"Filter repositories": [
|
117
|
+
""
|
199
118
|
],
|
200
119
|
"Foreman plugin to sync SUSE Customer Center products and repositories into Katello.": [
|
201
120
|
""
|
202
121
|
],
|
203
|
-
"
|
204
|
-
"
|
205
|
-
],
|
206
|
-
"Generate repository applicability": [
|
207
|
-
"저장소 적용성 생성"
|
122
|
+
"GPG key for SUSE products": [
|
123
|
+
""
|
208
124
|
],
|
209
125
|
"Go to Product page": [
|
210
126
|
""
|
@@ -212,11 +128,8 @@
|
|
212
128
|
"Go to Repository page": [
|
213
129
|
""
|
214
130
|
],
|
215
|
-
"
|
216
|
-
"
|
217
|
-
],
|
218
|
-
"Hypervisors update": [
|
219
|
-
"하이퍼바이저 업데이트"
|
131
|
+
"HH:MM AM": [
|
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.": [
|
222
135
|
""
|
@@ -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
|
"간격은 nil이 될 수 없습니다."
|
274
145
|
],
|
@@ -290,16 +161,19 @@
|
|
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
|
""
|
295
169
|
],
|
296
170
|
"Mirroring Policy": [
|
297
171
|
"미러링 정책"
|
298
172
|
],
|
299
|
-
"Name
|
173
|
+
"Name": [
|
300
174
|
""
|
301
175
|
],
|
302
|
-
"
|
176
|
+
"Name of the scc_account": [
|
303
177
|
""
|
304
178
|
],
|
305
179
|
"None": [
|
@@ -308,8 +182,8 @@
|
|
308
182
|
"On Demand": [
|
309
183
|
"주문형"
|
310
184
|
],
|
311
|
-
"
|
312
|
-
"
|
185
|
+
"Password": [
|
186
|
+
""
|
313
187
|
],
|
314
188
|
"Password of scc_account": [
|
315
189
|
""
|
@@ -320,67 +194,40 @@
|
|
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
|
-
"
|
333
|
-
"
|
334
|
-
],
|
335
|
-
"Promotion to Environment": [
|
336
|
-
"환경 승격"
|
337
|
-
],
|
338
|
-
"Publish": [
|
339
|
-
"공개 "
|
340
|
-
],
|
341
|
-
"Publish Lifecycle Environment Repositories": [
|
342
|
-
"라이프사이클 환경 리포지토리 게시"
|
343
|
-
],
|
344
|
-
"Refresh Alternate Content Source": [
|
345
|
-
"대체 콘텐츠 소스 새로 고침"
|
346
|
-
],
|
347
|
-
"Reindex subscriptions": [
|
348
|
-
"서브스크립션 다시 인덱싱"
|
349
|
-
],
|
350
|
-
"Remove Content": [
|
351
|
-
"컨텐츠 삭제 "
|
352
|
-
],
|
353
|
-
"Remove Version": [
|
354
|
-
"버전 삭제 "
|
355
|
-
],
|
356
|
-
"Remove Versions and Associations": [
|
357
|
-
"버전 및 연결 삭제 "
|
358
|
-
],
|
359
|
-
"Remove from Environment": [
|
360
|
-
"환경에서 삭제 "
|
203
|
+
"Refresh interval": [
|
204
|
+
""
|
361
205
|
],
|
362
|
-
"
|
363
|
-
"
|
206
|
+
"Refresh time": [
|
207
|
+
""
|
364
208
|
],
|
365
209
|
"Repositories (%s/%s)": [
|
366
210
|
""
|
367
211
|
],
|
368
|
-
"Repository
|
212
|
+
"Repository Sync Settings": [
|
369
213
|
""
|
370
214
|
],
|
371
|
-
"
|
372
|
-
"
|
215
|
+
"Repository not imported": [
|
216
|
+
""
|
373
217
|
],
|
374
218
|
"Reset Selection": [
|
375
219
|
""
|
376
220
|
],
|
377
|
-
"
|
378
|
-
"
|
221
|
+
"SCC Account Credentials": [
|
222
|
+
""
|
379
223
|
],
|
380
|
-
"
|
224
|
+
"SCC account created successfully.": [
|
381
225
|
""
|
382
226
|
],
|
383
|
-
"
|
227
|
+
"SCC account updated successfully.": [
|
228
|
+
""
|
229
|
+
],
|
230
|
+
"SUSE Customer Center": [
|
384
231
|
""
|
385
232
|
],
|
386
233
|
"SUSE Subscription": [
|
@@ -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
|
""
|
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
|
""
|
457
307
|
],
|
@@ -461,33 +311,15 @@
|
|
461
311
|
"Sync SUSE subscriptions (Repositories)": [
|
462
312
|
""
|
463
313
|
],
|
464
|
-
"Sync capsule": [
|
465
|
-
"캡슐 동기화"
|
466
|
-
],
|
467
|
-
"Sync interval": [
|
468
|
-
""
|
469
|
-
],
|
470
314
|
"Sync scc_account": [
|
471
315
|
""
|
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
|
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,71 +356,35 @@
|
|
521
356
|
"Unknown": [
|
522
357
|
"알 수 없음 "
|
523
358
|
],
|
524
|
-
"Update": [
|
525
|
-
"업데이트 "
|
526
|
-
],
|
527
|
-
"Update Alternate Content Source": [
|
528
|
-
"대체 콘텐츠 소스 업데이트"
|
529
|
-
],
|
530
|
-
"Update CDN Configuration": [
|
531
|
-
"CDN 구성 업데이트"
|
532
|
-
],
|
533
|
-
"Update Content Overrides": [
|
534
|
-
"콘텐츠 재정의 업데이트"
|
535
|
-
],
|
536
359
|
"Update SUSE repositories": [
|
537
360
|
""
|
538
361
|
],
|
539
362
|
"Update SUSE repositories %s": [
|
540
363
|
""
|
541
364
|
],
|
542
|
-
"Update content urls": [
|
543
|
-
"콘텐츠 URL 업데이트"
|
544
|
-
],
|
545
|
-
"Update for host": [
|
546
|
-
"호스트에 대한 업데이트"
|
547
|
-
],
|
548
|
-
"Update http proxy": [
|
549
|
-
"http 프록시 업데이트"
|
550
|
-
],
|
551
|
-
"Update http proxy details": [
|
552
|
-
"http 프록시 세부 정보 업데이트"
|
553
|
-
],
|
554
|
-
"Update redhat repository": [
|
555
|
-
"Redhat 리포지토리 업데이트"
|
556
|
-
],
|
557
|
-
"Update release version for host": [
|
558
|
-
"호스트에 대한 릴리스 버전 업데이트"
|
559
|
-
],
|
560
365
|
"Update scc_account": [
|
561
366
|
""
|
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": [
|
579
|
-
"체크섬 확인"
|
580
|
-
],
|
581
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?": [
|
582
375
|
""
|
583
376
|
],
|
377
|
+
"YYYY-MM-DD": [
|
378
|
+
""
|
379
|
+
],
|
584
380
|
"You currently have no SUSE products selected. Search and add SUSE products in the section below.": [
|
585
381
|
""
|
586
382
|
],
|
587
383
|
"never synced": [
|
588
384
|
""
|
385
|
+
],
|
386
|
+
"no results": [
|
387
|
+
""
|
589
388
|
]
|
590
389
|
}
|
591
390
|
}
|