foreman_scc_manager 4.0.0 → 4.0.1

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 (32) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -2
  3. data/app/assets/javascripts/foreman_scc_manager/locale/de/foreman_scc_manager.js +341 -341
  4. data/app/assets/javascripts/foreman_scc_manager/locale/el/foreman_scc_manager.js +288 -288
  5. data/app/assets/javascripts/foreman_scc_manager/locale/en/foreman_scc_manager.js +2 -582
  6. data/app/assets/javascripts/foreman_scc_manager/locale/fr/foreman_scc_manager.js +1 -1
  7. data/app/assets/javascripts/foreman_scc_manager/locale/ja/foreman_scc_manager.js +348 -348
  8. data/app/assets/javascripts/foreman_scc_manager/locale/ka/foreman_scc_manager.js +381 -381
  9. data/app/assets/javascripts/foreman_scc_manager/locale/ko/foreman_scc_manager.js +592 -0
  10. data/app/assets/javascripts/foreman_scc_manager/locale/zh_CN/foreman_scc_manager.js +346 -346
  11. data/lib/foreman_scc_manager/version.rb +1 -1
  12. data/locale/Makefile +12 -2
  13. data/locale/de/LC_MESSAGES/foreman_scc_manager.mo +0 -0
  14. data/locale/de/foreman_scc_manager.po +101 -98
  15. data/locale/el/LC_MESSAGES/foreman_scc_manager.mo +0 -0
  16. data/locale/el/foreman_scc_manager.po +25 -24
  17. data/locale/en/foreman_scc_manager.po +0 -593
  18. data/locale/fr/LC_MESSAGES/foreman_scc_manager.mo +0 -0
  19. data/locale/fr/foreman_scc_manager.po +1 -1
  20. data/locale/ja/LC_MESSAGES/foreman_scc_manager.mo +0 -0
  21. data/locale/ja/foreman_scc_manager.po +94 -92
  22. data/locale/ka/LC_MESSAGES/foreman_scc_manager.mo +0 -0
  23. data/locale/ka/foreman_scc_manager.po +139 -133
  24. data/locale/ko/LC_MESSAGES/foreman_scc_manager.mo +0 -0
  25. data/locale/ko/foreman_scc_manager.po +600 -0
  26. data/locale/zh_CN/LC_MESSAGES/foreman_scc_manager.mo +0 -0
  27. data/locale/zh_CN/foreman_scc_manager.po +92 -91
  28. data/test/controllers/api/v2/scc_accounts_test.rb +4 -4
  29. data/test/features/sync_test.rb +3 -3
  30. data/test/lib/scc_manager_test.rb +64 -0
  31. data/test/test_plugin_helper.rb +4 -1
  32. metadata +9 -7
@@ -3,11 +3,11 @@
3
3
  "locale_data": {
4
4
  "foreman_scc_manager": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_scc_manager 1.0.0",
6
+ "Project-Id-Version": "foreman_scc_manager 4.0.0",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2019-10-17 13:28+0000",
9
9
  "Last-Translator": "Amit Upadhye <aupadhye@redhat.com>, 2022",
10
- "Language-Team": "Chinese (China) (https://www.transifex.com/foreman/teams/114/zh_CN/)",
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",
13
13
  "Content-Transfer-Encoding": "8bit",
@@ -17,53 +17,65 @@
17
17
  "domain": "foreman_scc_manager",
18
18
  "plural_forms": "nplurals=1; plural=0;"
19
19
  },
20
- "List all scc_accounts": [
21
- "列出所有 scc_accounts"
20
+ " -- Select Architecture --": [
21
+ ""
22
22
  ],
23
- "Show scc_account": [
24
- "显示 scc_account"
23
+ " -- Select Product --": [
24
+ ""
25
25
  ],
26
- "Name of the scc_account": [
27
- "scc_account 的名称"
26
+ " -- Select Version --": [
27
+ ""
28
28
  ],
29
- "Login id of scc_account": [
30
- "scc_account 的登录 ID"
29
+ " has started successfully.": [
30
+ ""
31
31
  ],
32
- "Password of scc_account": [
33
- "scc_account 的密码"
32
+ "%s/%s": [
33
+ ""
34
34
  ],
35
- "URL of SUSE for scc_account": [
36
- "scc_account 的 SUSE URL"
35
+ "Abstract": [
36
+ "摘要"
37
37
  ],
38
- "Interval for syncing scc_account": [
39
- "同步 scc_account 的时间间隔"
38
+ "Abstract async task": [
39
+ "抽象 async 任务"
40
40
  ],
41
- "The default download policy for repositories which were created using this SCC Account.": [
41
+ "Action with sub plans": [
42
+ "有子计划的操作"
43
+ ],
44
+ "Actions": [
45
+ "操作"
46
+ ],
47
+ "Add SCC account": [
48
+ "添加 SCC 帐户"
49
+ ],
50
+ "Add SUSE Customer Center Account": [
51
+ "添加 SUSE 客户中心帐户"
52
+ ],
53
+ "Add more sub products to Product tree": [
42
54
  ""
43
55
  ],
44
- "The default mirroring policy for repositories which were created using this SCC Account.": [
56
+ "Add product(s)": [
45
57
  ""
46
58
  ],
47
- "Date and time relative to which the sync interval is run": [
48
- "运行同步间隔的日期和时间"
59
+ "Additive": [
60
+ "Additive"
61
+ ],
62
+ "Agent action": [
63
+ "代理操作"
49
64
  ],
50
65
  "Associated GPG key of scc_account": [
51
66
  "scc_account 的关联 GPG 密钥"
52
67
  ],
53
- "Create an scc_account": [
54
- "创建 scc_account"
55
- ],
56
- "Update scc_account": [
57
- "更新 scc_account"
68
+ "Attach subscriptions": [
69
+ "附加订阅"
58
70
  ],
59
- "Delete scc_account": [
60
- "删除 scc_account"
71
+ "Auto attach subscriptions": [
72
+ "自动附加订阅"
61
73
  ],
62
- "Test connection for scc_account": [
63
- "测试 scc_account 的连接"
74
+ "Base URL": [
75
+ "基本 URL"
64
76
  ],
65
- "Sync scc_account": [
66
- "同步 scc_account"
77
+ "Bulk generate applicability for hosts": [
78
+ "批量生成主机的适用性"
67
79
  ],
68
80
  "Bulk subscription of scc_products for scc_account": [
69
81
  "scc_account 的批量 scc_products 订阅"
@@ -71,521 +83,509 @@
71
83
  "Bulk subscription of scc_products with individual repository selection for scc_account.": [
72
84
  ""
73
85
  ],
74
- "The selected products cannot be found for this SCC account.": [
75
- ""
76
- ],
77
- "List products for an scc_account": [
86
+ "Collapse products": [
78
87
  ""
79
88
  ],
80
- "Show subscribed products only": [
89
+ "Collapse/Expand": [
81
90
  ""
82
91
  ],
83
- "Show an scc_account product": [
84
- "显示 scc_account 产品"
92
+ "Combined Profile Update": [
93
+ "组合的配置集更新"
85
94
  ],
86
- "Subscribe product": [
87
- "订阅产品"
95
+ "Content Only": [
96
+ "只包括内容"
88
97
  ],
89
- "Sync task started.": [
90
- "同步任务已启动。"
98
+ "Copy version units to library": [
99
+ "将版本单位复制到库"
91
100
  ],
92
- "Failed to add task to queue: %s": [
93
- "向队列添加任务失败:%s"
101
+ "Create": [
102
+ "创建"
94
103
  ],
95
- "Lock on SCC account already taken: %s": [
96
- "锁定 SCC 帐户已采用:%s"
104
+ "Create Alternate Content Source": [
105
+ "创建备用内容源"
97
106
  ],
98
- "Task to subscribe products started.": [
99
- "订阅产品的任务已开始。"
107
+ "Create Export History": [
108
+ "创建导出历史记录"
100
109
  ],
101
- "No products selected.": [
102
- "没有选择产品."
110
+ "Create Import History": [
111
+ "创建导入历史记录"
103
112
  ],
104
- "Subscribe SCC Product": [
105
- "订阅 SCC 产品"
113
+ "Create Package Group": [
114
+ "创建软件包组"
106
115
  ],
107
- "Sync SUSE subscriptions": [
108
- "同步 SUSE 订阅"
116
+ "Create Syncable Export History": [
117
+ "创建可同步的导出历史记录"
109
118
  ],
110
- "Update SUSE repositories %s": [
111
- "更新 SUSE 仓库 %s"
119
+ "Create an scc_account": [
120
+ "创建 scc_account"
112
121
  ],
113
- "Unknown": [
114
- "未知"
122
+ "Cron expression is not valid!": [
123
+ "Cron 表达式无效!"
115
124
  ],
116
- "Update SUSE repositories": [
117
- "创建 SUSE 仓库"
125
+ "Date and time relative to which the sync interval is run": [
126
+ "运行同步间隔的日期和时间"
118
127
  ],
119
- "Sync SUSE subscriptions (Products)": [
120
- "同步 SUSE 订阅(产品)"
128
+ "Delete": [
129
+ "刪除"
121
130
  ],
122
- "Sync SUSE subscriptions (Repositories)": [
123
- "同步 SUSE 订阅(仓库)"
131
+ "Delete Activation Key": [
132
+ "删除激活码"
124
133
  ],
125
- "never synced": [
126
- "从未同步"
134
+ "Delete Lifecycle Environment": [
135
+ "删除生命周期环境"
127
136
  ],
128
- "Interval cannot be nil": [
129
- "间隔不能为零"
137
+ "Delete Package Group": [
138
+ "删除软件包组"
130
139
  ],
131
- "Interval not set correctly": [
132
- "间隔设置不正确"
140
+ "Delete Product": [
141
+ "删除产品"
133
142
  ],
134
- "Cron expression is not valid!": [
135
- "Cron 表达式无效!"
143
+ "Delete scc_account": [
144
+ "删除 scc_account"
136
145
  ],
137
- "On Demand": [
138
- ""
146
+ "Destroy": [
147
+ "销毁"
139
148
  ],
140
- "Immediate": [
141
- ""
149
+ "Destroy Alternate Content Source": [
150
+ "销毁备用内容源"
142
151
  ],
143
- "Additive": [
144
- ""
152
+ "Destroy Content Host": [
153
+ "销毁内容主机"
145
154
  ],
146
- "Content Only": [
147
- ""
155
+ "Disable": [
156
+ "禁用"
148
157
  ],
149
- "SUSE Subscription": [
150
- "SUSE 订阅"
158
+ "Discover": [
159
+ "发现"
151
160
  ],
152
- "SUSE Subscription: ": [
153
- "SUSE 订阅:"
161
+ "Download Policy": [
162
+ "下载政策"
154
163
  ],
155
- "SUSE Customer Center account": [
156
- "SUSE 客户中心帐户"
164
+ "Edit %s": [
165
+ "编辑 %s"
157
166
  ],
158
- "Use your 'Organization credentials' obtained from the SUSE Customer Center.": [
159
- "使用从 SUSE 客户中心获取的\\\"组织凭据\\\"。"
167
+ "Enable": [
168
+ "启用"
160
169
  ],
161
- "Base URL": [
162
- "基本 URL"
170
+ "Errata mail": [
171
+ "勘误邮件"
163
172
  ],
164
- "Sync interval": [
165
- "同步间隔"
173
+ "Expand products": [
174
+ ""
166
175
  ],
167
- "The sync interval is used to periodically update the SCC authentication tokens of any imported products.": [
168
- "同步间隔用于定期更新任何导入产品的 SCC 身份验证令牌。"
176
+ "Export": [
177
+ "导出"
169
178
  ],
170
- "Sync Date": [
171
- "同步日期"
179
+ "Export Library": [
180
+ "导出库"
172
181
  ],
173
- "None": [
174
- "没有"
182
+ "Export Repository": [
183
+ "导出仓库"
175
184
  ],
176
- "Use GPG key for SUSE products": [
177
- "将 GPG 密钥用于 SUSE 产品"
185
+ "Failed to add task to queue.": [
186
+ ""
178
187
  ],
179
- "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.": [
180
- "如果要在订阅时自动在 SUSE 产品中添加 GPG 密钥,请使用这个设置。稍后,您可以在 'Content' > 'Products' 菜单中更改此设置。"
188
+ "Failed to add task to queue: %s": [
189
+ "向队列添加任务失败:%s"
181
190
  ],
182
- "Download Policy": [
183
- ""
191
+ "Fetch pxe files": [
192
+ "获取 pxe 文件"
184
193
  ],
185
- "Mirroring Policy": [
194
+ "Filter repositories": [
186
195
  ""
187
196
  ],
188
- "Test Connection": [
189
- "测试连接"
190
- ],
191
- "Edit %s": [
192
- "编辑 %s"
197
+ "Filtered index content": [
198
+ "已过滤的索引内容"
193
199
  ],
194
- "SUSE subscriptions": [
195
- "SUSE 订阅"
200
+ "Foreman plugin to sync SUSE Customer Center products and repositories into Katello.": [
201
+ "Foreman 插件,将 SUSE 客户中心产品和存储库同步到 Katello。"
196
202
  ],
197
- "Add SCC account": [
198
- "添加 SCC 帐户"
203
+ "Generate host applicability": [
204
+ "产生主机适用性"
199
205
  ],
200
- "Products": [
201
- "产品"
206
+ "Generate repository applicability": [
207
+ "生成仓库适用性"
202
208
  ],
203
- "Last synced": [
204
- "最后同步的"
209
+ "Go to Product page": [
210
+ ""
205
211
  ],
206
- "Actions": [
207
- "操作"
212
+ "Go to Repository page": [
213
+ ""
208
214
  ],
209
- "Select products": [
210
- "选择产品"
215
+ "Hypervisors": [
216
+ "Hypervisor"
211
217
  ],
212
- "Sync": [
213
- "同步"
218
+ "Hypervisors update": [
219
+ "Hypervisor 更新"
214
220
  ],
215
- "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?": [
221
+ "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.": [
216
222
  ""
217
223
  ],
218
- "Add SUSE Customer Center Account": [
219
- "添加 SUSE 客户中心帐户"
220
- ],
221
- "Product Selection for Account %s": [
222
- "为帐户 %s 选择产品"
224
+ "Immediate": [
225
+ "立即"
223
226
  ],
224
- "SUSE Subscriptions": [
225
- "SUSE 订阅"
227
+ "Import": [
228
+ "导入"
226
229
  ],
227
- "Please synchronize your SUSE account before you can subscribe to SUSE products.": [
228
- ""
230
+ "Import Content View Version": [
231
+ "导入内容视图版本"
229
232
  ],
230
- "SUSE Customer Center": [
231
- "SUSE 客户中心"
233
+ "Import Default Content View": [
234
+ "导入默认内容视图"
232
235
  ],
233
- "Synchronize SUSE Account": [
234
- ""
236
+ "Import Puppet classes": [
237
+ "导入 Puppet 类"
235
238
  ],
236
- "The subscription task has been started successfully": [
237
- ""
239
+ "Import Repository": [
240
+ "导入仓库"
238
241
  ],
239
- "Starting the subscription task failed.": [
240
- ""
242
+ "Import facts": [
243
+ "导入事实"
241
244
  ],
242
- "Failed to add task to queue.": [
245
+ "Include Debug and Source Pool repositories": [
243
246
  ""
244
247
  ],
245
- "%s/%s": [
246
- ""
248
+ "Incremental Update": [
249
+ "增量更新"
247
250
  ],
248
- "Filter repositories": [
249
- ""
251
+ "Incremental Update of Content View Version(s) ": [
252
+ "内容视图版本的增量更新"
250
253
  ],
251
- "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.": [
252
- ""
254
+ "Index content": [
255
+ "索引內容"
253
256
  ],
254
- "Include Debug and Source Pool repositories": [
255
- ""
257
+ "Index errata": [
258
+ "索引勘误"
256
259
  ],
257
- "Add product(s)": [
258
- ""
260
+ "Index module streams": [
261
+ "索引模块流"
259
262
  ],
260
- " -- Select Product --": [
261
- ""
263
+ "Index package groups": [
264
+ "索引软件包组"
262
265
  ],
263
- " -- Select Version --": [
264
- ""
266
+ "Install Applicable Errata": [
267
+ "安装适用的勘误"
265
268
  ],
266
- " -- Select Architecture --": [
267
- ""
269
+ "Instance update": [
270
+ "实例更新"
268
271
  ],
269
- "Select SUSE products": [
270
- ""
272
+ "Interval cannot be nil": [
273
+ "间隔不能为零"
271
274
  ],
272
- "Search": [
273
- ""
275
+ "Interval for syncing scc_account": [
276
+ "同步 scc_account 的时间间隔"
274
277
  ],
275
- "Reset Selection": [
276
- ""
278
+ "Interval not set correctly": [
279
+ "间隔设置不正确"
277
280
  ],
278
- "Summary of SCC product subscription": [
279
- ""
281
+ "Last synced": [
282
+ "最后同步的"
280
283
  ],
281
- "The subscription task with id ": [
282
- ""
284
+ "List all scc_accounts": [
285
+ "列出所有 scc_accounts"
283
286
  ],
284
- " has started successfully.": [
287
+ "List products for an scc_account": [
285
288
  ""
286
289
  ],
287
- "The following products will be imported:": [
288
- ""
290
+ "Lock on SCC account already taken: %s": [
291
+ "锁定 SCC 帐户已采用:%s"
289
292
  ],
290
- "Go to Repository page": [
291
- ""
293
+ "Login id of scc_account": [
294
+ "scc_account 的登录 ID"
292
295
  ],
293
- "Repository not imported": [
294
- ""
296
+ "Mirroring Policy": [
297
+ "镜像策略"
295
298
  ],
296
- "Please check your SUSE subscription": [
297
- ""
299
+ "Name of the scc_account": [
300
+ "scc_account 的名称"
298
301
  ],
299
- "Repositories (%s/%s)": [
300
- ""
302
+ "No products selected.": [
303
+ "没有选择产品."
301
304
  ],
302
- "Go to Product page": [
303
- ""
305
+ "None": [
306
+ "没有"
304
307
  ],
305
- "Add more sub products to Product tree": [
306
- ""
308
+ "On Demand": [
309
+ "按需"
307
310
  ],
308
- "Show currently added repositories": [
309
- ""
311
+ "Package Profile Update": [
312
+ "软件包配置集更新"
310
313
  ],
311
- "Selected SUSE Products": [
312
- ""
314
+ "Password of scc_account": [
315
+ "scc_account 的密码"
313
316
  ],
314
- "You currently have no SUSE products selected. Search and add SUSE products in the section below.": [
317
+ "Please check your SUSE subscription": [
315
318
  ""
316
319
  ],
317
- "Show all subscription tasks": [
320
+ "Please synchronize your SUSE account before you can subscribe to SUSE products.": [
318
321
  ""
319
322
  ],
320
- "Show last product subscription task": [
321
- ""
323
+ "Product Create": [
324
+ "产品创建"
322
325
  ],
323
- "Expand products": [
324
- ""
326
+ "Product Selection for Account %s": [
327
+ "为帐户 %s 选择产品"
325
328
  ],
326
- "Collapse products": [
327
- ""
329
+ "Products": [
330
+ "产品"
328
331
  ],
329
- "Collapse/Expand": [
330
- ""
332
+ "Promote": [
333
+ "升级"
331
334
  ],
332
- "Show all products": [
333
- ""
335
+ "Promotion to Environment": [
336
+ "升级到环境"
334
337
  ],
335
- "Show only subscribed products": [
336
- ""
338
+ "Publish": [
339
+ "发布"
337
340
  ],
338
- "Show/Hide unsubscribed": [
339
- ""
341
+ "Publish Lifecycle Environment Repositories": [
342
+ "发布生命周期环境仓库"
340
343
  ],
341
- "Import": [
342
- ""
344
+ "Refresh Alternate Content Source": [
345
+ "刷新备用内容源"
343
346
  ],
344
- "Export Repository": [
345
- ""
347
+ "Reindex subscriptions": [
348
+ "重新索引订阅"
346
349
  ],
347
- "Export Library": [
348
- ""
350
+ "Remove Content": [
351
+ "删除内容"
349
352
  ],
350
- "Generate host applicability": [
351
- ""
353
+ "Remove Version": [
354
+ "移除版本"
352
355
  ],
353
- "Bulk generate applicability for hosts": [
354
- ""
356
+ "Remove Versions and Associations": [
357
+ "删除版本和关联"
355
358
  ],
356
- "Generate repository applicability": [
357
- ""
359
+ "Remove from Environment": [
360
+ "从环境中移除"
358
361
  ],
359
- "Synchronize smart proxy": [
360
- ""
362
+ "Remove subscriptions": [
363
+ "删除订阅"
361
364
  ],
362
- "Sync capsule": [
365
+ "Repositories (%s/%s)": [
363
366
  ""
364
367
  ],
365
- "Update CDN Configuration": [
368
+ "Repository not imported": [
366
369
  ""
367
370
  ],
368
- "Update": [
369
- ""
371
+ "Republish Version Repositories": [
372
+ "发布版本库"
370
373
  ],
371
- "Delete": [
374
+ "Reset Selection": [
372
375
  ""
373
376
  ],
374
- "Errata mail": [
375
- ""
377
+ "Run Sync Plan:": [
378
+ "运行同步计划:"
376
379
  ],
377
- "Incremental Update of Content View Version(s) ": [
378
- ""
380
+ "SUSE Customer Center": [
381
+ "SUSE 客户中心"
379
382
  ],
380
- "Import facts": [
381
- ""
383
+ "SUSE Customer Center account": [
384
+ "SUSE 客户中心帐户"
382
385
  ],
383
- "Import Puppet classes": [
384
- ""
386
+ "SUSE Subscription": [
387
+ "SUSE 订阅"
385
388
  ],
386
- "Abstract async task": [
387
- ""
389
+ "SUSE Subscription: ": [
390
+ "SUSE 订阅:"
388
391
  ],
389
- "Syncable export": [
390
- ""
392
+ "SUSE Subscriptions": [
393
+ "SUSE 订阅"
391
394
  ],
392
- "Export": [
393
- ""
395
+ "SUSE subscriptions": [
396
+ "SUSE 订阅"
394
397
  ],
395
- "Copy version units to library": [
398
+ "Search": [
396
399
  ""
397
400
  ],
398
- "Create Syncable Export History": [
401
+ "Select SUSE products": [
399
402
  ""
400
403
  ],
401
- "Create Import History": [
402
- ""
404
+ "Select products": [
405
+ "选择产品"
403
406
  ],
404
- "Create": [
407
+ "Selected SUSE Products": [
405
408
  ""
406
409
  ],
407
- "Delete Activation Key": [
410
+ "Show all products": [
408
411
  ""
409
412
  ],
410
- "Create Export History": [
413
+ "Show all subscription tasks": [
411
414
  ""
412
415
  ],
413
- "Agent action": [
414
- ""
416
+ "Show an scc_account product": [
417
+ "显示 scc_account 产品"
415
418
  ],
416
- "Create Alternate Content Source": [
419
+ "Show currently added repositories": [
417
420
  ""
418
421
  ],
419
- "Destroy Alternate Content Source": [
422
+ "Show last product subscription task": [
420
423
  ""
421
424
  ],
422
- "Refresh Alternate Content Source": [
425
+ "Show only subscribed products": [
423
426
  ""
424
427
  ],
425
- "Update Alternate Content Source": [
426
- ""
428
+ "Show scc_account": [
429
+ "显示 scc_account"
427
430
  ],
428
- "Action with sub plans": [
431
+ "Show subscribed products only": [
429
432
  ""
430
433
  ],
431
- "Abstract": [
434
+ "Show/Hide unsubscribed": [
432
435
  ""
433
436
  ],
434
- "Remove from Environment": [
437
+ "Starting the subscription task failed.": [
435
438
  ""
436
439
  ],
437
- "Promote": [
438
- ""
440
+ "Subscribe SCC Product": [
441
+ "订阅 SCC 产品"
439
442
  ],
440
- "Promotion to Environment": [
441
- ""
443
+ "Subscribe product": [
444
+ "订阅产品"
442
445
  ],
443
- "Publish": [
446
+ "Summary of SCC product subscription": [
444
447
  ""
445
448
  ],
446
- "Remove Versions and Associations": [
447
- ""
449
+ "Sync": [
450
+ "同步"
448
451
  ],
449
- "Remove Version": [
450
- ""
452
+ "Sync Date": [
453
+ "同步日期"
451
454
  ],
452
- "Import Content View Version": [
453
- ""
455
+ "Sync SUSE subscriptions": [
456
+ "同步 SUSE 订阅"
454
457
  ],
455
- "Import Default Content View": [
456
- ""
458
+ "Sync SUSE subscriptions (Products)": [
459
+ "同步 SUSE 订阅(产品)"
457
460
  ],
458
- "Import Repository": [
459
- ""
461
+ "Sync SUSE subscriptions (Repositories)": [
462
+ "同步 SUSE 订阅(仓库)"
460
463
  ],
461
- "Incremental Update": [
462
- ""
464
+ "Sync capsule": [
465
+ "同步 capsule"
463
466
  ],
464
- "Republish Version Repositories": [
465
- ""
467
+ "Sync interval": [
468
+ "同步间隔"
466
469
  ],
467
- "Delete Lifecycle Environment": [
468
- ""
470
+ "Sync scc_account": [
471
+ "同步 scc_account"
469
472
  ],
470
- "Publish Lifecycle Environment Repositories": [
471
- ""
473
+ "Sync task started.": [
474
+ "同步任务已启动。"
472
475
  ],
473
- "Attach subscriptions": [
474
- ""
476
+ "Syncable export": [
477
+ "可同步导出"
475
478
  ],
476
- "Auto attach subscriptions": [
477
- ""
479
+ "Synchronize": [
480
+ "同步"
478
481
  ],
479
- "Destroy Content Host": [
482
+ "Synchronize SUSE Account": [
480
483
  ""
481
484
  ],
482
- "Install Applicable Errata": [
483
- ""
485
+ "Synchronize smart proxy": [
486
+ "同步智能代理服务器"
484
487
  ],
485
- "Hypervisors": [
486
- ""
488
+ "Task to subscribe products started.": [
489
+ "订阅产品的任务已开始。"
487
490
  ],
488
- "Hypervisors update": [
489
- ""
491
+ "Test Connection": [
492
+ "测试连接"
490
493
  ],
491
- "Remove subscriptions": [
492
- ""
494
+ "Test connection for scc_account": [
495
+ "测试 scc_account 的连接"
493
496
  ],
494
- "Combined Profile Update": [
497
+ "The default download policy for repositories which were created using this SCC Account.": [
495
498
  ""
496
499
  ],
497
- "Update Content Overrides": [
500
+ "The default mirroring policy for repositories which were created using this SCC Account.": [
498
501
  ""
499
502
  ],
500
- "Update for host": [
503
+ "The following products will be imported:": [
501
504
  ""
502
505
  ],
503
- "Update release version for host": [
506
+ "The selected products cannot be found for this SCC account.": [
504
507
  ""
505
508
  ],
506
- "Updating System Purpose for host": [
509
+ "The subscription task has been started successfully": [
507
510
  ""
508
511
  ],
509
- "Package Profile Update": [
512
+ "The subscription task with id ": [
510
513
  ""
511
514
  ],
512
- "Destroy": [
513
- ""
515
+ "The sync interval is used to periodically update the SCC authentication tokens of any imported products.": [
516
+ "同步间隔用于定期更新任何导入产品的 SCC 身份验证令牌。"
514
517
  ],
515
- "Run Sync Plan:": [
516
- ""
518
+ "URL of SUSE for scc_account": [
519
+ "scc_account 的 SUSE URL"
517
520
  ],
518
- "Enable": [
519
- ""
521
+ "Unknown": [
522
+ "未知"
520
523
  ],
521
- "Disable": [
522
- ""
524
+ "Update": [
525
+ "更新"
523
526
  ],
524
- "Verify checksum": [
525
- ""
527
+ "Update Alternate Content Source": [
528
+ "更新备用内容源"
526
529
  ],
527
- "Create Package Group": [
528
- ""
530
+ "Update CDN Configuration": [
531
+ "更新 CDN 配置"
529
532
  ],
530
- "Upload into": [
531
- ""
533
+ "Update Content Overrides": [
534
+ "更新内容覆盖"
532
535
  ],
533
- "Update redhat repository": [
534
- ""
536
+ "Update SUSE repositories": [
537
+ "创建 SUSE 仓库"
535
538
  ],
536
- "Update http proxy details": [
537
- ""
539
+ "Update SUSE repositories %s": [
540
+ "更新 SUSE 仓库 %s"
538
541
  ],
539
542
  "Update content urls": [
540
- ""
541
- ],
542
- "Discover": [
543
- ""
543
+ "更新内容 url"
544
544
  ],
545
- "Synchronize": [
546
- ""
545
+ "Update for host": [
546
+ "对主机的更新"
547
547
  ],
548
- "Remove Content": [
549
- ""
548
+ "Update http proxy": [
549
+ "更新 HTTP 代理"
550
550
  ],
551
- "Instance update": [
552
- ""
551
+ "Update http proxy details": [
552
+ "更新 http 代理详情"
553
553
  ],
554
- "Index package groups": [
555
- ""
554
+ "Update redhat repository": [
555
+ "更新 redhat 仓库"
556
556
  ],
557
- "Index module streams": [
558
- ""
557
+ "Update release version for host": [
558
+ "为主机更新发行版本"
559
559
  ],
560
- "Index errata": [
561
- ""
560
+ "Update scc_account": [
561
+ "更新 scc_account"
562
562
  ],
563
- "Index content": [
564
- ""
563
+ "Updating System Purpose for host": [
564
+ "主机更新系统目的"
565
565
  ],
566
- "Filtered index content": [
567
- ""
566
+ "Upload into": [
567
+ "上传到"
568
568
  ],
569
- "Fetch pxe files": [
570
- ""
569
+ "Use GPG key for SUSE products": [
570
+ "将 GPG 密钥用于 SUSE 产品"
571
571
  ],
572
- "Delete Package Group": [
573
- ""
572
+ "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
+ "如果要在订阅时自动在 SUSE 产品中添加 GPG 密钥,请使用这个设置。稍后,您可以在 'Content' > 'Products' 菜单中更改此设置。"
574
574
  ],
575
- "Update http proxy": [
576
- ""
575
+ "Use your 'Organization credentials' obtained from the SUSE Customer Center.": [
576
+ "使用从 SUSE 客户中心获取的\\\"组织凭据\\\"。"
577
577
  ],
578
- "Reindex subscriptions": [
579
- ""
578
+ "Verify checksum": [
579
+ "验证校验和"
580
580
  ],
581
- "Delete Product": [
581
+ "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
582
  ""
583
583
  ],
584
- "Product Create": [
584
+ "You currently have no SUSE products selected. Search and add SUSE products in the section below.": [
585
585
  ""
586
586
  ],
587
- "Foreman plugin to sync SUSE Customer Center products and repositories into Katello.": [
588
- "Foreman 插件,将 SUSE 客户中心产品和存储库同步到 Katello。"
587
+ "never synced": [
588
+ "从未同步"
589
589
  ]
590
590
  }
591
591
  }