foreman_scc_manager 5.2.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.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_scc_manager/locale/de/foreman_scc_manager.js +42 -9
- data/app/assets/javascripts/foreman_scc_manager/locale/el/foreman_scc_manager.js +42 -9
- data/app/assets/javascripts/foreman_scc_manager/locale/en/foreman_scc_manager.js +38 -5
- data/app/assets/javascripts/foreman_scc_manager/locale/fr/foreman_scc_manager.js +43 -10
- data/app/assets/javascripts/foreman_scc_manager/locale/ja/foreman_scc_manager.js +43 -10
- data/app/assets/javascripts/foreman_scc_manager/locale/ka/foreman_scc_manager.js +43 -10
- data/app/assets/javascripts/foreman_scc_manager/locale/ko/foreman_scc_manager.js +43 -10
- data/app/assets/javascripts/foreman_scc_manager/locale/zh_CN/foreman_scc_manager.js +43 -10
- data/app/controllers/api/v2/scc_accounts_controller.rb +2 -0
- data/app/views/api/v2/scc_accounts/main.json.rabl +1 -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 +46 -18
- data/locale/el/LC_MESSAGES/foreman_scc_manager.mo +0 -0
- data/locale/el/foreman_scc_manager.po +43 -15
- data/locale/en/LC_MESSAGES/foreman_scc_manager.mo +0 -0
- data/locale/en/foreman_scc_manager.po +38 -11
- data/locale/foreman_scc_manager.pot +105 -50
- data/locale/fr/LC_MESSAGES/foreman_scc_manager.mo +0 -0
- data/locale/fr/foreman_scc_manager.po +47 -19
- data/locale/ja/LC_MESSAGES/foreman_scc_manager.mo +0 -0
- data/locale/ja/foreman_scc_manager.po +47 -16
- data/locale/ka/LC_MESSAGES/foreman_scc_manager.mo +0 -0
- data/locale/ka/foreman_scc_manager.po +44 -21
- data/locale/ko/LC_MESSAGES/foreman_scc_manager.mo +0 -0
- data/locale/ko/foreman_scc_manager.po +46 -18
- data/locale/zh_CN/LC_MESSAGES/foreman_scc_manager.mo +0 -0
- data/locale/zh_CN/foreman_scc_manager.po +47 -17
- data/test/controllers/api/v2/scc_accounts_test.rb +30 -0
- data/test/fixtures/models/scc_accounts.yml +2 -0
- data/webpack/components/SCCProductPage/components/SCCProductPicker/components/SCCTreePicker/components/SCCRepoPicker/index.js +1 -1
- metadata +3 -3
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"locale_data": {
|
|
4
4
|
"foreman_scc_manager": {
|
|
5
5
|
"": {
|
|
6
|
-
"Project-Id-Version": "foreman_scc_manager 5.0
|
|
6
|
+
"Project-Id-Version": "foreman_scc_manager 5.2.0",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2019-10-17 13:28+0000",
|
|
9
|
-
"Last-Translator": "
|
|
9
|
+
"Last-Translator": "Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025",
|
|
10
10
|
"Language-Team": "Japanese (https://app.transifex.com/foreman/teams/114/ja/)",
|
|
11
11
|
"MIME-Version": "1.0",
|
|
12
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
|
@@ -35,6 +35,9 @@
|
|
|
35
35
|
"Actions": [
|
|
36
36
|
"アクション"
|
|
37
37
|
],
|
|
38
|
+
"Actions menu": [
|
|
39
|
+
""
|
|
40
|
+
],
|
|
38
41
|
"Add SCC account": [
|
|
39
42
|
"SCC アカウントの追加"
|
|
40
43
|
],
|
|
@@ -63,7 +66,7 @@
|
|
|
63
66
|
""
|
|
64
67
|
],
|
|
65
68
|
"Cancel": [
|
|
66
|
-
""
|
|
69
|
+
"取り消し"
|
|
67
70
|
],
|
|
68
71
|
"Collapse products": [
|
|
69
72
|
""
|
|
@@ -89,6 +92,12 @@
|
|
|
89
92
|
"Date and time relative to which the sync interval is run": [
|
|
90
93
|
"同期の実行関連の日時"
|
|
91
94
|
],
|
|
95
|
+
"Delete": [
|
|
96
|
+
""
|
|
97
|
+
],
|
|
98
|
+
"Delete SCC Account": [
|
|
99
|
+
""
|
|
100
|
+
],
|
|
92
101
|
"Delete scc_account": [
|
|
93
102
|
"scc_account の削除"
|
|
94
103
|
],
|
|
@@ -110,6 +119,12 @@
|
|
|
110
119
|
"Failed to create SCC account.": [
|
|
111
120
|
""
|
|
112
121
|
],
|
|
122
|
+
"Failed to delete SCC account.": [
|
|
123
|
+
""
|
|
124
|
+
],
|
|
125
|
+
"Failed to start sync task.": [
|
|
126
|
+
""
|
|
127
|
+
],
|
|
113
128
|
"Failed to update SCC account.": [
|
|
114
129
|
""
|
|
115
130
|
],
|
|
@@ -171,11 +186,14 @@
|
|
|
171
186
|
"ミラーリングポリシー"
|
|
172
187
|
],
|
|
173
188
|
"Name": [
|
|
174
|
-
""
|
|
189
|
+
"名前"
|
|
175
190
|
],
|
|
176
191
|
"Name of the scc_account": [
|
|
177
192
|
"scc_account の名前"
|
|
178
193
|
],
|
|
194
|
+
"No options available": [
|
|
195
|
+
""
|
|
196
|
+
],
|
|
179
197
|
"None": [
|
|
180
198
|
"なし"
|
|
181
199
|
],
|
|
@@ -183,7 +201,7 @@
|
|
|
183
201
|
"オンデマンド"
|
|
184
202
|
],
|
|
185
203
|
"Password": [
|
|
186
|
-
""
|
|
204
|
+
"パスワード"
|
|
187
205
|
],
|
|
188
206
|
"Password of scc_account": [
|
|
189
207
|
"scc_account のパスワード"
|
|
@@ -224,6 +242,9 @@
|
|
|
224
242
|
"SCC account created successfully.": [
|
|
225
243
|
""
|
|
226
244
|
],
|
|
245
|
+
"SCC account deleted successfully.": [
|
|
246
|
+
""
|
|
247
|
+
],
|
|
227
248
|
"SCC account updated successfully.": [
|
|
228
249
|
""
|
|
229
250
|
],
|
|
@@ -245,11 +266,11 @@
|
|
|
245
266
|
"Search": [
|
|
246
267
|
"検索"
|
|
247
268
|
],
|
|
248
|
-
"Select
|
|
269
|
+
"Select Products": [
|
|
249
270
|
""
|
|
250
271
|
],
|
|
251
|
-
"Select products": [
|
|
252
|
-
"
|
|
272
|
+
"Select SUSE products": [
|
|
273
|
+
""
|
|
253
274
|
],
|
|
254
275
|
"Selected SUSE Products": [
|
|
255
276
|
""
|
|
@@ -288,7 +309,7 @@
|
|
|
288
309
|
""
|
|
289
310
|
],
|
|
290
311
|
"Submit": [
|
|
291
|
-
""
|
|
312
|
+
"送信"
|
|
292
313
|
],
|
|
293
314
|
"Subscribe SCC Product": [
|
|
294
315
|
"SCC 製品のサブスクライブ"
|
|
@@ -320,6 +341,9 @@
|
|
|
320
341
|
"Synchronize SUSE Account": [
|
|
321
342
|
""
|
|
322
343
|
],
|
|
344
|
+
"Syncing...": [
|
|
345
|
+
""
|
|
346
|
+
],
|
|
323
347
|
"Test Connection": [
|
|
324
348
|
"テスト接続"
|
|
325
349
|
],
|
|
@@ -371,7 +395,7 @@
|
|
|
371
395
|
"Use your 'Organization credentials' obtained from the SUSE Customer Center.": [
|
|
372
396
|
"SUSE Customer Center から取得した「組織の認証情報」を使用します。"
|
|
373
397
|
],
|
|
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
|
|
398
|
+
"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?": [
|
|
375
399
|
""
|
|
376
400
|
],
|
|
377
401
|
"YYYY-MM-DD": [
|
|
@@ -380,11 +404,20 @@
|
|
|
380
404
|
"You currently have no SUSE products selected. Search and add SUSE products in the section below.": [
|
|
381
405
|
""
|
|
382
406
|
],
|
|
407
|
+
"error": [
|
|
408
|
+
""
|
|
409
|
+
],
|
|
410
|
+
"finished": [
|
|
411
|
+
""
|
|
412
|
+
],
|
|
383
413
|
"never synced": [
|
|
384
414
|
"同期なし"
|
|
385
415
|
],
|
|
386
416
|
"no results": [
|
|
387
417
|
""
|
|
418
|
+
],
|
|
419
|
+
"running": [
|
|
420
|
+
""
|
|
388
421
|
]
|
|
389
422
|
}
|
|
390
423
|
}
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"locale_data": {
|
|
4
4
|
"foreman_scc_manager": {
|
|
5
5
|
"": {
|
|
6
|
-
"Project-Id-Version": "foreman_scc_manager 5.0
|
|
6
|
+
"Project-Id-Version": "foreman_scc_manager 5.2.0",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2019-10-17 13:28+0000",
|
|
9
|
-
"Last-Translator": "Temuri Doghonadze <temuri.doghonadze@gmail.com>,
|
|
9
|
+
"Last-Translator": "Temuri Doghonadze <temuri.doghonadze@gmail.com>, 2025",
|
|
10
10
|
"Language-Team": "Georgian (https://app.transifex.com/foreman/teams/114/ka/)",
|
|
11
11
|
"MIME-Version": "1.0",
|
|
12
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
|
@@ -35,6 +35,9 @@
|
|
|
35
35
|
"Actions": [
|
|
36
36
|
"ქმედებები"
|
|
37
37
|
],
|
|
38
|
+
"Actions menu": [
|
|
39
|
+
""
|
|
40
|
+
],
|
|
38
41
|
"Add SCC account": [
|
|
39
42
|
"SCC ანგარიშის დამატება"
|
|
40
43
|
],
|
|
@@ -63,7 +66,7 @@
|
|
|
63
66
|
"Scc_account-ისთვის scc_products-ების მრავალი მინიჭება."
|
|
64
67
|
],
|
|
65
68
|
"Cancel": [
|
|
66
|
-
""
|
|
69
|
+
"გაუქმება"
|
|
67
70
|
],
|
|
68
71
|
"Collapse products": [
|
|
69
72
|
"პროდუქტების ჩაკეცვა"
|
|
@@ -89,6 +92,12 @@
|
|
|
89
92
|
"Date and time relative to which the sync interval is run": [
|
|
90
93
|
"თარიღი და დრო იმ მომენტიდან, როცა სინქი ბოლოს გაეშვა"
|
|
91
94
|
],
|
|
95
|
+
"Delete": [
|
|
96
|
+
""
|
|
97
|
+
],
|
|
98
|
+
"Delete SCC Account": [
|
|
99
|
+
""
|
|
100
|
+
],
|
|
92
101
|
"Delete scc_account": [
|
|
93
102
|
"SCC_account-ის წაშლა"
|
|
94
103
|
],
|
|
@@ -110,6 +119,12 @@
|
|
|
110
119
|
"Failed to create SCC account.": [
|
|
111
120
|
""
|
|
112
121
|
],
|
|
122
|
+
"Failed to delete SCC account.": [
|
|
123
|
+
""
|
|
124
|
+
],
|
|
125
|
+
"Failed to start sync task.": [
|
|
126
|
+
""
|
|
127
|
+
],
|
|
113
128
|
"Failed to update SCC account.": [
|
|
114
129
|
""
|
|
115
130
|
],
|
|
@@ -171,11 +186,14 @@
|
|
|
171
186
|
"სარკისებრი ასლის წესი"
|
|
172
187
|
],
|
|
173
188
|
"Name": [
|
|
174
|
-
""
|
|
189
|
+
"სახელი"
|
|
175
190
|
],
|
|
176
191
|
"Name of the scc_account": [
|
|
177
192
|
"SCC_account-ის სახელი"
|
|
178
193
|
],
|
|
194
|
+
"No options available": [
|
|
195
|
+
""
|
|
196
|
+
],
|
|
179
197
|
"None": [
|
|
180
198
|
"არაფერი"
|
|
181
199
|
],
|
|
@@ -183,7 +201,7 @@
|
|
|
183
201
|
"საჭიროებისამებრ"
|
|
184
202
|
],
|
|
185
203
|
"Password": [
|
|
186
|
-
""
|
|
204
|
+
"პაროლი"
|
|
187
205
|
],
|
|
188
206
|
"Password of scc_account": [
|
|
189
207
|
"SCC_account-ის პაროლი"
|
|
@@ -224,6 +242,9 @@
|
|
|
224
242
|
"SCC account created successfully.": [
|
|
225
243
|
""
|
|
226
244
|
],
|
|
245
|
+
"SCC account deleted successfully.": [
|
|
246
|
+
""
|
|
247
|
+
],
|
|
227
248
|
"SCC account updated successfully.": [
|
|
228
249
|
""
|
|
229
250
|
],
|
|
@@ -245,12 +266,12 @@
|
|
|
245
266
|
"Search": [
|
|
246
267
|
"ძებნა"
|
|
247
268
|
],
|
|
269
|
+
"Select Products": [
|
|
270
|
+
""
|
|
271
|
+
],
|
|
248
272
|
"Select SUSE products": [
|
|
249
273
|
"აირჩიეთ SUSE-ის პროდუქტები"
|
|
250
274
|
],
|
|
251
|
-
"Select products": [
|
|
252
|
-
"აირჩიეთ პროდუქტები"
|
|
253
|
-
],
|
|
254
275
|
"Selected SUSE Products": [
|
|
255
276
|
"არჩეული SUSE-ის პროდუქტები"
|
|
256
277
|
],
|
|
@@ -320,6 +341,9 @@
|
|
|
320
341
|
"Synchronize SUSE Account": [
|
|
321
342
|
"SUSE-ის ანგარიშის სინქრონიზაცია"
|
|
322
343
|
],
|
|
344
|
+
"Syncing...": [
|
|
345
|
+
""
|
|
346
|
+
],
|
|
323
347
|
"Test Connection": [
|
|
324
348
|
"შეერთების შემოწმება"
|
|
325
349
|
],
|
|
@@ -371,8 +395,8 @@
|
|
|
371
395
|
"Use your 'Organization credentials' obtained from the SUSE Customer Center.": [
|
|
372
396
|
"გამოიყენეთ თქვენი 'ორგანიზაციის მომხმარებელი და პაროლი', რომელიც SUSE-ის მხარდაჭერის ცენტრიდან მიიღეთ."
|
|
373
397
|
],
|
|
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
|
|
375
|
-
"
|
|
398
|
+
"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?": [
|
|
399
|
+
""
|
|
376
400
|
],
|
|
377
401
|
"YYYY-MM-DD": [
|
|
378
402
|
""
|
|
@@ -380,11 +404,20 @@
|
|
|
380
404
|
"You currently have no SUSE products selected. Search and add SUSE products in the section below.": [
|
|
381
405
|
"ამჟამად SUSE-ის პროდუქტები არჩეული არ გაქვთ. მოძებნეთ და დაამატეთ SUSE-ის პროდუქტები ქვედა სექციაში."
|
|
382
406
|
],
|
|
407
|
+
"error": [
|
|
408
|
+
""
|
|
409
|
+
],
|
|
410
|
+
"finished": [
|
|
411
|
+
""
|
|
412
|
+
],
|
|
383
413
|
"never synced": [
|
|
384
414
|
"სინქრონიზაცია არ მომხდარა"
|
|
385
415
|
],
|
|
386
416
|
"no results": [
|
|
387
417
|
""
|
|
418
|
+
],
|
|
419
|
+
"running": [
|
|
420
|
+
""
|
|
388
421
|
]
|
|
389
422
|
}
|
|
390
423
|
}
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"locale_data": {
|
|
4
4
|
"foreman_scc_manager": {
|
|
5
5
|
"": {
|
|
6
|
-
"Project-Id-Version": "foreman_scc_manager 5.0
|
|
6
|
+
"Project-Id-Version": "foreman_scc_manager 5.2.0",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2019-10-17 13:28+0000",
|
|
9
|
-
"Last-Translator": "
|
|
9
|
+
"Last-Translator": "Bryan Kearney <bryan.kearney@gmail.com>, 2025",
|
|
10
10
|
"Language-Team": "Korean (https://app.transifex.com/foreman/teams/114/ko/)",
|
|
11
11
|
"MIME-Version": "1.0",
|
|
12
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
|
@@ -35,6 +35,9 @@
|
|
|
35
35
|
"Actions": [
|
|
36
36
|
"동작 "
|
|
37
37
|
],
|
|
38
|
+
"Actions menu": [
|
|
39
|
+
""
|
|
40
|
+
],
|
|
38
41
|
"Add SCC account": [
|
|
39
42
|
""
|
|
40
43
|
],
|
|
@@ -63,7 +66,7 @@
|
|
|
63
66
|
""
|
|
64
67
|
],
|
|
65
68
|
"Cancel": [
|
|
66
|
-
""
|
|
69
|
+
"취소 "
|
|
67
70
|
],
|
|
68
71
|
"Collapse products": [
|
|
69
72
|
""
|
|
@@ -89,6 +92,12 @@
|
|
|
89
92
|
"Date and time relative to which the sync interval is run": [
|
|
90
93
|
""
|
|
91
94
|
],
|
|
95
|
+
"Delete": [
|
|
96
|
+
""
|
|
97
|
+
],
|
|
98
|
+
"Delete SCC Account": [
|
|
99
|
+
""
|
|
100
|
+
],
|
|
92
101
|
"Delete scc_account": [
|
|
93
102
|
""
|
|
94
103
|
],
|
|
@@ -110,6 +119,12 @@
|
|
|
110
119
|
"Failed to create SCC account.": [
|
|
111
120
|
""
|
|
112
121
|
],
|
|
122
|
+
"Failed to delete SCC account.": [
|
|
123
|
+
""
|
|
124
|
+
],
|
|
125
|
+
"Failed to start sync task.": [
|
|
126
|
+
""
|
|
127
|
+
],
|
|
113
128
|
"Failed to update SCC account.": [
|
|
114
129
|
""
|
|
115
130
|
],
|
|
@@ -171,11 +186,14 @@
|
|
|
171
186
|
"미러링 정책"
|
|
172
187
|
],
|
|
173
188
|
"Name": [
|
|
174
|
-
""
|
|
189
|
+
"이름 "
|
|
175
190
|
],
|
|
176
191
|
"Name of the scc_account": [
|
|
177
192
|
""
|
|
178
193
|
],
|
|
194
|
+
"No options available": [
|
|
195
|
+
""
|
|
196
|
+
],
|
|
179
197
|
"None": [
|
|
180
198
|
"없음 "
|
|
181
199
|
],
|
|
@@ -183,7 +201,7 @@
|
|
|
183
201
|
"주문형"
|
|
184
202
|
],
|
|
185
203
|
"Password": [
|
|
186
|
-
""
|
|
204
|
+
"암호 "
|
|
187
205
|
],
|
|
188
206
|
"Password of scc_account": [
|
|
189
207
|
""
|
|
@@ -224,6 +242,9 @@
|
|
|
224
242
|
"SCC account created successfully.": [
|
|
225
243
|
""
|
|
226
244
|
],
|
|
245
|
+
"SCC account deleted successfully.": [
|
|
246
|
+
""
|
|
247
|
+
],
|
|
227
248
|
"SCC account updated successfully.": [
|
|
228
249
|
""
|
|
229
250
|
],
|
|
@@ -245,11 +266,11 @@
|
|
|
245
266
|
"Search": [
|
|
246
267
|
"검색 "
|
|
247
268
|
],
|
|
248
|
-
"Select
|
|
269
|
+
"Select Products": [
|
|
249
270
|
""
|
|
250
271
|
],
|
|
251
|
-
"Select products": [
|
|
252
|
-
"
|
|
272
|
+
"Select SUSE products": [
|
|
273
|
+
""
|
|
253
274
|
],
|
|
254
275
|
"Selected SUSE Products": [
|
|
255
276
|
""
|
|
@@ -288,7 +309,7 @@
|
|
|
288
309
|
""
|
|
289
310
|
],
|
|
290
311
|
"Submit": [
|
|
291
|
-
""
|
|
312
|
+
"보내기"
|
|
292
313
|
],
|
|
293
314
|
"Subscribe SCC Product": [
|
|
294
315
|
""
|
|
@@ -320,6 +341,9 @@
|
|
|
320
341
|
"Synchronize SUSE Account": [
|
|
321
342
|
""
|
|
322
343
|
],
|
|
344
|
+
"Syncing...": [
|
|
345
|
+
""
|
|
346
|
+
],
|
|
323
347
|
"Test Connection": [
|
|
324
348
|
"연결 테스트 "
|
|
325
349
|
],
|
|
@@ -371,7 +395,7 @@
|
|
|
371
395
|
"Use your 'Organization credentials' obtained from the SUSE Customer Center.": [
|
|
372
396
|
""
|
|
373
397
|
],
|
|
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
|
|
398
|
+
"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?": [
|
|
375
399
|
""
|
|
376
400
|
],
|
|
377
401
|
"YYYY-MM-DD": [
|
|
@@ -380,11 +404,20 @@
|
|
|
380
404
|
"You currently have no SUSE products selected. Search and add SUSE products in the section below.": [
|
|
381
405
|
""
|
|
382
406
|
],
|
|
407
|
+
"error": [
|
|
408
|
+
""
|
|
409
|
+
],
|
|
410
|
+
"finished": [
|
|
411
|
+
""
|
|
412
|
+
],
|
|
383
413
|
"never synced": [
|
|
384
414
|
""
|
|
385
415
|
],
|
|
386
416
|
"no results": [
|
|
387
417
|
""
|
|
418
|
+
],
|
|
419
|
+
"running": [
|
|
420
|
+
""
|
|
388
421
|
]
|
|
389
422
|
}
|
|
390
423
|
}
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"locale_data": {
|
|
4
4
|
"foreman_scc_manager": {
|
|
5
5
|
"": {
|
|
6
|
-
"Project-Id-Version": "foreman_scc_manager 5.0
|
|
6
|
+
"Project-Id-Version": "foreman_scc_manager 5.2.0",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2019-10-17 13:28+0000",
|
|
9
|
-
"Last-Translator": "
|
|
9
|
+
"Last-Translator": "tim123, 2025",
|
|
10
10
|
"Language-Team": "Chinese (China) (https://app.transifex.com/foreman/teams/114/zh_CN/)",
|
|
11
11
|
"MIME-Version": "1.0",
|
|
12
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
|
@@ -35,6 +35,9 @@
|
|
|
35
35
|
"Actions": [
|
|
36
36
|
"操作"
|
|
37
37
|
],
|
|
38
|
+
"Actions menu": [
|
|
39
|
+
""
|
|
40
|
+
],
|
|
38
41
|
"Add SCC account": [
|
|
39
42
|
"添加 SCC 帐户"
|
|
40
43
|
],
|
|
@@ -63,7 +66,7 @@
|
|
|
63
66
|
""
|
|
64
67
|
],
|
|
65
68
|
"Cancel": [
|
|
66
|
-
""
|
|
69
|
+
"取消"
|
|
67
70
|
],
|
|
68
71
|
"Collapse products": [
|
|
69
72
|
""
|
|
@@ -89,6 +92,12 @@
|
|
|
89
92
|
"Date and time relative to which the sync interval is run": [
|
|
90
93
|
"运行同步间隔的日期和时间"
|
|
91
94
|
],
|
|
95
|
+
"Delete": [
|
|
96
|
+
""
|
|
97
|
+
],
|
|
98
|
+
"Delete SCC Account": [
|
|
99
|
+
""
|
|
100
|
+
],
|
|
92
101
|
"Delete scc_account": [
|
|
93
102
|
"删除 scc_account"
|
|
94
103
|
],
|
|
@@ -110,6 +119,12 @@
|
|
|
110
119
|
"Failed to create SCC account.": [
|
|
111
120
|
""
|
|
112
121
|
],
|
|
122
|
+
"Failed to delete SCC account.": [
|
|
123
|
+
""
|
|
124
|
+
],
|
|
125
|
+
"Failed to start sync task.": [
|
|
126
|
+
""
|
|
127
|
+
],
|
|
113
128
|
"Failed to update SCC account.": [
|
|
114
129
|
""
|
|
115
130
|
],
|
|
@@ -171,11 +186,14 @@
|
|
|
171
186
|
"镜像策略"
|
|
172
187
|
],
|
|
173
188
|
"Name": [
|
|
174
|
-
""
|
|
189
|
+
"名称"
|
|
175
190
|
],
|
|
176
191
|
"Name of the scc_account": [
|
|
177
192
|
"scc_account 的名称"
|
|
178
193
|
],
|
|
194
|
+
"No options available": [
|
|
195
|
+
""
|
|
196
|
+
],
|
|
179
197
|
"None": [
|
|
180
198
|
"没有"
|
|
181
199
|
],
|
|
@@ -183,7 +201,7 @@
|
|
|
183
201
|
"按需"
|
|
184
202
|
],
|
|
185
203
|
"Password": [
|
|
186
|
-
""
|
|
204
|
+
"密码"
|
|
187
205
|
],
|
|
188
206
|
"Password of scc_account": [
|
|
189
207
|
"scc_account 的密码"
|
|
@@ -224,6 +242,9 @@
|
|
|
224
242
|
"SCC account created successfully.": [
|
|
225
243
|
""
|
|
226
244
|
],
|
|
245
|
+
"SCC account deleted successfully.": [
|
|
246
|
+
""
|
|
247
|
+
],
|
|
227
248
|
"SCC account updated successfully.": [
|
|
228
249
|
""
|
|
229
250
|
],
|
|
@@ -245,11 +266,11 @@
|
|
|
245
266
|
"Search": [
|
|
246
267
|
""
|
|
247
268
|
],
|
|
248
|
-
"Select
|
|
269
|
+
"Select Products": [
|
|
249
270
|
""
|
|
250
271
|
],
|
|
251
|
-
"Select products": [
|
|
252
|
-
"
|
|
272
|
+
"Select SUSE products": [
|
|
273
|
+
""
|
|
253
274
|
],
|
|
254
275
|
"Selected SUSE Products": [
|
|
255
276
|
""
|
|
@@ -288,7 +309,7 @@
|
|
|
288
309
|
""
|
|
289
310
|
],
|
|
290
311
|
"Submit": [
|
|
291
|
-
""
|
|
312
|
+
"提交"
|
|
292
313
|
],
|
|
293
314
|
"Subscribe SCC Product": [
|
|
294
315
|
"订阅 SCC 产品"
|
|
@@ -320,6 +341,9 @@
|
|
|
320
341
|
"Synchronize SUSE Account": [
|
|
321
342
|
""
|
|
322
343
|
],
|
|
344
|
+
"Syncing...": [
|
|
345
|
+
""
|
|
346
|
+
],
|
|
323
347
|
"Test Connection": [
|
|
324
348
|
"测试连接"
|
|
325
349
|
],
|
|
@@ -371,7 +395,7 @@
|
|
|
371
395
|
"Use your 'Organization credentials' obtained from the SUSE Customer Center.": [
|
|
372
396
|
"使用从 SUSE 客户中心获取的\\\"组织凭据\\\"。"
|
|
373
397
|
],
|
|
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
|
|
398
|
+
"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?": [
|
|
375
399
|
""
|
|
376
400
|
],
|
|
377
401
|
"YYYY-MM-DD": [
|
|
@@ -380,11 +404,20 @@
|
|
|
380
404
|
"You currently have no SUSE products selected. Search and add SUSE products in the section below.": [
|
|
381
405
|
""
|
|
382
406
|
],
|
|
407
|
+
"error": [
|
|
408
|
+
""
|
|
409
|
+
],
|
|
410
|
+
"finished": [
|
|
411
|
+
""
|
|
412
|
+
],
|
|
383
413
|
"never synced": [
|
|
384
414
|
"从未同步"
|
|
385
415
|
],
|
|
386
416
|
"no results": [
|
|
387
417
|
""
|
|
418
|
+
],
|
|
419
|
+
"running": [
|
|
420
|
+
""
|
|
388
421
|
]
|
|
389
422
|
}
|
|
390
423
|
}
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
|
|
3
3
|
object @scc_account
|
|
4
4
|
extends 'api/v2/scc_accounts/base'
|
|
5
|
-
attributes :organization_id, :organization_name, :login, :base_url, :interval, :download_policy, :mirroring_policy, :sync_date
|
|
5
|
+
attributes :organization_id, :organization_name, :login, :base_url, :interval, :download_policy, :mirroring_policy, :sync_date, :katello_gpg_key_id
|
|
Binary file
|