foreman_scc_manager 1.8.6 → 1.8.7
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/controllers/api/v2/scc_accounts_controller.rb +1 -1
- data/app/lib/actions/scc_manager/subscribe_product.rb +19 -7
- data/app/lib/actions/scc_manager/sync.rb +5 -5
- data/app/lib/actions/scc_manager/sync_products.rb +10 -13
- data/app/lib/actions/scc_manager/sync_repositories.rb +9 -13
- data/app/models/scc_account.rb +55 -3
- data/app/models/scc_repository.rb +7 -9
- data/app/views/scc_accounts/show.html.erb +5 -0
- data/db/migrate/20210205082733_add_subscription_valid_to_scc_products_and_repos.rb +6 -0
- data/db/migrate/20210210104407_add_root_repository_id_to_scc_repository.rb +6 -0
- data/db/migrate/20210224095050_connect_katello_root_repository_to_scc_repository.rb +17 -0
- 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.edit.po +574 -0
- data/locale/de/foreman_scc_manager.po +40 -21
- data/locale/de/foreman_scc_manager.po.time_stamp +0 -0
- data/locale/en/foreman_scc_manager.edit.po +566 -0
- data/locale/en/foreman_scc_manager.po +21 -3
- data/locale/en/foreman_scc_manager.po.time_stamp +0 -0
- data/locale/foreman_scc_manager.pot +62 -43
- data/test/fixtures/models/scc_products.yml +4 -0
- data/test/models/scc_account_test.rb +6 -0
- metadata +9 -2
@@ -11,13 +11,14 @@
|
|
11
11
|
# Michael Moll, 2019
|
12
12
|
# Lukas K. <kallies@puzzle.ch>, 2019
|
13
13
|
# Markus Bucher <bucher@atix.de>, 2019
|
14
|
+
# Nadja Heitmann <nadjah@atix.de, 2021
|
14
15
|
#
|
15
16
|
msgid ""
|
16
17
|
msgstr ""
|
17
|
-
"Project-Id-Version: foreman_scc_manager 1.7
|
18
|
+
"Project-Id-Version: foreman_scc_manager 1.8.7\n"
|
18
19
|
"Report-Msgid-Bugs-To: \n"
|
19
20
|
"PO-Revision-Date: 2019-10-17 13:28+0000\n"
|
20
|
-
"Last-Translator:
|
21
|
+
"Last-Translator: Nadja Heitmann <nadjah@atix.de>, 2021\n"
|
21
22
|
"Language-Team: German (https://www.transifex.com/foreman/teams/114/de/)\n"
|
22
23
|
"MIME-Version: 1.0\n"
|
23
24
|
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -25,6 +26,9 @@ msgstr ""
|
|
25
26
|
"Language: de\n"
|
26
27
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
27
28
|
|
29
|
+
msgid "(WARNING: Please check your SUSE subscription)"
|
30
|
+
msgstr "(WARNUNG: Bitte überprüfen Sie Ihr SUSE Abonnement)"
|
31
|
+
|
28
32
|
msgid "Actions"
|
29
33
|
msgstr "Aktionen"
|
30
34
|
|
@@ -34,6 +38,9 @@ msgstr "SCC Konto hinzufügen"
|
|
34
38
|
msgid "Add SUSE Customer Center Account"
|
35
39
|
msgstr "SUSE Customer Center Konto hinzufügen"
|
36
40
|
|
41
|
+
msgid "Associated GPG key of scc_account"
|
42
|
+
msgstr "Mit SCC Konto assoziierter GPG-Schlüssel"
|
43
|
+
|
37
44
|
msgid "Base URL"
|
38
45
|
msgstr "Basis URL"
|
39
46
|
|
@@ -41,16 +48,19 @@ msgid "Bulk subscription of scc_products for scc_account"
|
|
41
48
|
msgstr ""
|
42
49
|
|
43
50
|
msgid "Create an scc_account"
|
44
|
-
msgstr ""
|
51
|
+
msgstr "SCC Konto erstellen"
|
45
52
|
|
46
53
|
msgid "Cron expression is not valid!"
|
47
54
|
msgstr "Cron-Ausdruck ungültig!"
|
48
55
|
|
56
|
+
msgid "Date and time relative to which the sync interval is run"
|
57
|
+
msgstr "Relativ zu diesem Zeitpunkt wird die Synchronisation ausgeführt"
|
58
|
+
|
49
59
|
msgid "Delete %s?"
|
50
60
|
msgstr "%s löschen?"
|
51
61
|
|
52
62
|
msgid "Delete scc_account"
|
53
|
-
msgstr ""
|
63
|
+
msgstr "SCC Konto löschen"
|
54
64
|
|
55
65
|
msgid "Edit %s"
|
56
66
|
msgstr "%s bearbeiten"
|
@@ -70,36 +80,39 @@ msgstr ""
|
|
70
80
|
msgid "Interval not set correctly"
|
71
81
|
msgstr "Intervall nicht richtig gesetzt"
|
72
82
|
|
73
|
-
msgid "Last Sync time of scc_account"
|
74
|
-
msgstr ""
|
75
|
-
|
76
83
|
msgid "Last synced"
|
77
84
|
msgstr "Letzte Synchronisation"
|
78
85
|
|
79
86
|
msgid "List all products for scc_account"
|
80
|
-
msgstr ""
|
87
|
+
msgstr "Alle Produkte für SCC Konto auflisten"
|
81
88
|
|
82
89
|
msgid "List all scc_accounts"
|
83
|
-
msgstr ""
|
90
|
+
msgstr "Alle SCC Konten auflisten"
|
84
91
|
|
85
92
|
msgid "Lock on SCC account already taken: %s"
|
86
93
|
msgstr "Lock für SCC Zugang bereits vergeben: %s"
|
87
94
|
|
88
95
|
msgid "Login id of scc_account"
|
89
|
-
msgstr ""
|
96
|
+
msgstr "Login ID des SCC Kontos"
|
90
97
|
|
91
98
|
msgid "Name of the scc_account"
|
92
|
-
msgstr ""
|
99
|
+
msgstr "Name des SCC Kontos"
|
93
100
|
|
94
101
|
msgid "No products selected."
|
95
102
|
msgstr "Keine Produkte ausgewählt."
|
96
103
|
|
104
|
+
msgid "None"
|
105
|
+
msgstr "Keine Auswahl"
|
106
|
+
|
97
107
|
msgid "Password of scc_account"
|
98
|
-
msgstr ""
|
108
|
+
msgstr "Passwort für SCC Konto"
|
99
109
|
|
100
110
|
msgid "Please sync your SUSE subscriptions first."
|
101
111
|
msgstr "Bitte synchronisieren Sie zuerst Ihre SUSE Abonnements."
|
102
112
|
|
113
|
+
msgid "Product Selection for Account %s"
|
114
|
+
msgstr "Produktauswahl für Konto %s"
|
115
|
+
|
103
116
|
msgid "Product already subscribed!"
|
104
117
|
msgstr "Produkt wurde bereits abonniert!"
|
105
118
|
|
@@ -128,16 +141,16 @@ msgid "Select products"
|
|
128
141
|
msgstr "Produkte auswählen"
|
129
142
|
|
130
143
|
msgid "Show an scc_account product"
|
131
|
-
msgstr ""
|
144
|
+
msgstr "SCC Produkt anzeigen"
|
132
145
|
|
133
146
|
msgid "Show scc_account"
|
134
|
-
msgstr ""
|
147
|
+
msgstr "SCC Konto anzeigen"
|
135
148
|
|
136
149
|
msgid "Subscribe SCC Product"
|
137
150
|
msgstr "SCC Produkt abonnieren"
|
138
151
|
|
139
152
|
msgid "Subscribe product"
|
140
|
-
msgstr ""
|
153
|
+
msgstr "Produkt abonnieren"
|
141
154
|
|
142
155
|
msgid "Sync"
|
143
156
|
msgstr "Synchronisation"
|
@@ -155,10 +168,10 @@ msgid "Sync SUSE subscriptions (Repositories)"
|
|
155
168
|
msgstr "SUSE Abonnements (Repositorien) synchronisieren"
|
156
169
|
|
157
170
|
msgid "Sync interval"
|
158
|
-
msgstr ""
|
171
|
+
msgstr "Synchronisationsintervall"
|
159
172
|
|
160
173
|
msgid "Sync scc_account"
|
161
|
-
msgstr ""
|
174
|
+
msgstr "SCC Konto Synchronisieren"
|
162
175
|
|
163
176
|
msgid "Sync task started."
|
164
177
|
msgstr "Sync Job gestartet."
|
@@ -170,13 +183,13 @@ msgid "Test Connection"
|
|
170
183
|
msgstr "Verbindung testen"
|
171
184
|
|
172
185
|
msgid "Test connection for scc_account"
|
173
|
-
msgstr ""
|
186
|
+
msgstr "Verbindung zum SCC Konto testen"
|
174
187
|
|
175
188
|
msgid "The sync interval is used to periodically update the SCC authentication tokens of any imported products."
|
176
|
-
msgstr ""
|
189
|
+
msgstr "Das Synchronisationsintervall ist die Zeit, nach der automatisch das Autorisierungstoken erneuert wird."
|
177
190
|
|
178
191
|
msgid "URL of SUSE for scc_account"
|
179
|
-
msgstr ""
|
192
|
+
msgstr "URL für SUSE Konto"
|
180
193
|
|
181
194
|
msgid "Unknown"
|
182
195
|
msgstr "Unbekannt"
|
@@ -188,7 +201,13 @@ msgid "Update SUSE repositories %s"
|
|
188
201
|
msgstr "SUSE Repositorien %s aktualisieren"
|
189
202
|
|
190
203
|
msgid "Update scc_account"
|
191
|
-
msgstr ""
|
204
|
+
msgstr "SCC Konto aktualisieren"
|
205
|
+
|
206
|
+
msgid "Use GPG key for SUSE products"
|
207
|
+
msgstr "GPG-Schlüssel mit SUSE Produkten assoziieren"
|
208
|
+
|
209
|
+
msgid "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."
|
210
|
+
msgstr "Verwenden Sie diese Einstellung, wenn Sie beim Abonnieren automatisch einen GPG-Schlüssel zu Ihren SUSE Produkten hinzufügen wollen. Diese Einstellung kann später unter 'Inhalt' > 'Produkte' wieder geändert werden."
|
192
211
|
|
193
212
|
msgid "Use your 'Organization credentials' obtained from the SUSE Customer Center."
|
194
213
|
msgstr "Verwenden Sie die \"Organisationszugangsdaten\" aus dem SUSE Customer Center."
|
File without changes
|
@@ -0,0 +1,566 @@
|
|
1
|
+
# English translations for foreman_scc_manager package.
|
2
|
+
# Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER
|
3
|
+
# This file is distributed under the same license as the foreman_scc_manager package.
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
|
5
|
+
#
|
6
|
+
msgid ""
|
7
|
+
msgstr ""
|
8
|
+
"Project-Id-Version: foreman_scc_manager 1.7.0\n"
|
9
|
+
"Report-Msgid-Bugs-To: \n"
|
10
|
+
"PO-Revision-Date: 2017-04-24 12:30+0000\n"
|
11
|
+
"Last-Translator: ATIX AG <info@atix.de>\n"
|
12
|
+
"Language-Team: English\n"
|
13
|
+
"Language: en\n"
|
14
|
+
"MIME-Version: 1.0\n"
|
15
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
16
|
+
"Content-Transfer-Encoding: 8bit\n"
|
17
|
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
18
|
+
"\n"
|
19
|
+
|
20
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:15
|
21
|
+
msgid "List all scc_accounts"
|
22
|
+
msgstr ""
|
23
|
+
|
24
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:24
|
25
|
+
msgid "Show scc_account"
|
26
|
+
msgstr ""
|
27
|
+
|
28
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:32
|
29
|
+
msgid "Name of the scc_account"
|
30
|
+
msgstr ""
|
31
|
+
|
32
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:33 ../app/controllers/api/v2/scc_accounts_controller.rb:65
|
33
|
+
msgid "Login id of scc_account"
|
34
|
+
msgstr ""
|
35
|
+
|
36
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:34 ../app/controllers/api/v2/scc_accounts_controller.rb:66
|
37
|
+
msgid "Password of scc_account"
|
38
|
+
msgstr ""
|
39
|
+
|
40
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:35 ../app/controllers/api/v2/scc_accounts_controller.rb:67
|
41
|
+
msgid "URL of SUSE for scc_account"
|
42
|
+
msgstr ""
|
43
|
+
|
44
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:36
|
45
|
+
msgid "Interval for syncing scc_account"
|
46
|
+
msgstr ""
|
47
|
+
|
48
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:37
|
49
|
+
msgid "Date and time relative to which the sync interval is run"
|
50
|
+
msgstr ""
|
51
|
+
|
52
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:38
|
53
|
+
msgid "Associated gpg key of scc_account"
|
54
|
+
msgstr ""
|
55
|
+
|
56
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:42
|
57
|
+
msgid "Create an scc_account"
|
58
|
+
msgstr ""
|
59
|
+
|
60
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:49
|
61
|
+
msgid "Update scc_account"
|
62
|
+
msgstr ""
|
63
|
+
|
64
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:56
|
65
|
+
msgid "Delete scc_account"
|
66
|
+
msgstr ""
|
67
|
+
|
68
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:62 ../app/controllers/api/v2/scc_accounts_controller.rb:63
|
69
|
+
msgid "Test connection for scc_account"
|
70
|
+
msgstr ""
|
71
|
+
|
72
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:90
|
73
|
+
msgid "Sync scc_account"
|
74
|
+
msgstr ""
|
75
|
+
|
76
|
+
#: ../app/controllers/api/v2/scc_accounts_controller.rb:104
|
77
|
+
msgid "Bulk subscription of scc_products for scc_account"
|
78
|
+
msgstr ""
|
79
|
+
|
80
|
+
#: ../app/controllers/api/v2/scc_products_controller.rb:15
|
81
|
+
msgid "List all products for scc_account"
|
82
|
+
msgstr ""
|
83
|
+
|
84
|
+
#: ../app/controllers/api/v2/scc_products_controller.rb:24
|
85
|
+
msgid "Show an scc_account product"
|
86
|
+
msgstr ""
|
87
|
+
|
88
|
+
#: ../app/controllers/api/v2/scc_products_controller.rb:29
|
89
|
+
msgid "Subscribe product"
|
90
|
+
msgstr ""
|
91
|
+
|
92
|
+
#: ../app/controllers/scc_accounts_controller.rb:71
|
93
|
+
msgid "Sync task started."
|
94
|
+
msgstr "Sync task started."
|
95
|
+
|
96
|
+
#: ../app/controllers/scc_accounts_controller.rb:73 ../app/controllers/scc_accounts_controller.rb:93
|
97
|
+
msgid "Failed to add task to queue: %s"
|
98
|
+
msgstr "Failed to add task to queue: %s"
|
99
|
+
|
100
|
+
#: ../app/controllers/scc_accounts_controller.rb:75 ../app/controllers/scc_accounts_controller.rb:95
|
101
|
+
msgid "Lock on SCC account already taken: %s"
|
102
|
+
msgstr "Lock on SCC account already taken: %s"
|
103
|
+
|
104
|
+
#: ../app/controllers/scc_accounts_controller.rb:88
|
105
|
+
msgid "Task to subscribe products started."
|
106
|
+
msgstr ""
|
107
|
+
|
108
|
+
#: ../app/controllers/scc_accounts_controller.rb:90
|
109
|
+
msgid "No products selected."
|
110
|
+
msgstr ""
|
111
|
+
|
112
|
+
#: ../app/lib/actions/scc_manager/subscribe_product.rb:5
|
113
|
+
msgid "Product already subscribed!"
|
114
|
+
msgstr "Product already subscribed!"
|
115
|
+
|
116
|
+
#: ../app/lib/actions/scc_manager/subscribe_product.rb:46 action_names.rb:5
|
117
|
+
msgid "Subscribe SCC Product"
|
118
|
+
msgstr "Subscribe SCC Product"
|
119
|
+
|
120
|
+
#: ../app/lib/actions/scc_manager/sync.rb:27 action_names.rb:4
|
121
|
+
msgid "Sync SUSE subscriptions"
|
122
|
+
msgstr "Sync SUSE subscriptions"
|
123
|
+
|
124
|
+
#: ../app/lib/actions/scc_manager/sync_plan_account_repositories.rb:31
|
125
|
+
msgid "Update SUSE repositories %s"
|
126
|
+
msgstr ""
|
127
|
+
|
128
|
+
#: ../app/lib/actions/scc_manager/sync_plan_account_repositories.rb:31
|
129
|
+
msgid "Unknown"
|
130
|
+
msgstr ""
|
131
|
+
|
132
|
+
#: ../app/lib/actions/scc_manager/sync_plan_account_repositories.rb:33 action_names.rb:9
|
133
|
+
msgid "Update SUSE repositories"
|
134
|
+
msgstr ""
|
135
|
+
|
136
|
+
#: ../app/lib/actions/scc_manager/sync_products.rb:36 action_names.rb:3
|
137
|
+
msgid "Sync SUSE subscriptions (Products)"
|
138
|
+
msgstr "Sync SUSE subscriptions (Products)"
|
139
|
+
|
140
|
+
#: ../app/lib/actions/scc_manager/sync_repositories.rb:34 action_names.rb:2
|
141
|
+
msgid "Sync SUSE subscriptions (Repositories)"
|
142
|
+
msgstr "Sync SUSE subscriptions (Repositories)"
|
143
|
+
|
144
|
+
#: ../app/models/scc_account.rb:62
|
145
|
+
msgid "never synced"
|
146
|
+
msgstr ""
|
147
|
+
|
148
|
+
#: ../app/models/scc_account.rb:109
|
149
|
+
msgid "Interval cannot be nil"
|
150
|
+
msgstr ""
|
151
|
+
|
152
|
+
#: ../app/models/scc_account.rb:116
|
153
|
+
msgid "Interval not set correctly"
|
154
|
+
msgstr ""
|
155
|
+
|
156
|
+
#: ../app/models/scc_account.rb:121
|
157
|
+
msgid "Cron expression is not valid!"
|
158
|
+
msgstr ""
|
159
|
+
|
160
|
+
#: ../app/models/scc_account_sync_plan_task_group.rb:5
|
161
|
+
msgid "SUSE Subscription"
|
162
|
+
msgstr ""
|
163
|
+
|
164
|
+
#: ../app/views/scc_account_sync_plan_task_groups/_scc_account_sync_plan_task_groups.html.erb:1
|
165
|
+
msgid "SUSE Subscription: "
|
166
|
+
msgstr ""
|
167
|
+
|
168
|
+
#: ../app/views/scc_accounts/_form.html.erb:7
|
169
|
+
msgid "SUSE Customer Center account"
|
170
|
+
msgstr "SUSE Customer Center account"
|
171
|
+
|
172
|
+
#: ../app/views/scc_accounts/_form.html.erb:14
|
173
|
+
msgid "Use your 'Organization credentials' obtained from the SUSE Customer Center."
|
174
|
+
msgstr ""
|
175
|
+
|
176
|
+
#: ../app/views/scc_accounts/_form.html.erb:16
|
177
|
+
msgid "Base URL"
|
178
|
+
msgstr "Base URL"
|
179
|
+
|
180
|
+
#: ../app/views/scc_accounts/_form.html.erb:18
|
181
|
+
msgid "Sync interval"
|
182
|
+
msgstr ""
|
183
|
+
|
184
|
+
#: ../app/views/scc_accounts/_form.html.erb:18
|
185
|
+
msgid "The sync interval is used to periodically update the SCC authentication tokens of any imported products."
|
186
|
+
msgstr ""
|
187
|
+
|
188
|
+
#: ../app/views/scc_accounts/_form.html.erb:19
|
189
|
+
msgid "Sync Date"
|
190
|
+
msgstr ""
|
191
|
+
|
192
|
+
#: ../app/views/scc_accounts/_form.html.erb:23
|
193
|
+
msgid "None"
|
194
|
+
msgstr ""
|
195
|
+
|
196
|
+
#: ../app/views/scc_accounts/_form.html.erb:24
|
197
|
+
msgid "Use GPG key for SUSE products"
|
198
|
+
msgstr ""
|
199
|
+
|
200
|
+
#: ../app/views/scc_accounts/_form.html.erb:26
|
201
|
+
msgid "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."
|
202
|
+
msgstr ""
|
203
|
+
|
204
|
+
#: ../app/views/scc_accounts/_form.html.erb:31
|
205
|
+
msgid "Test Connection"
|
206
|
+
msgstr "Test Connection"
|
207
|
+
|
208
|
+
#: ../app/views/scc_accounts/edit.html.erb:1
|
209
|
+
msgid "Edit %s"
|
210
|
+
msgstr ""
|
211
|
+
|
212
|
+
#: ../app/views/scc_accounts/index.html.erb:2
|
213
|
+
msgid "SUSE subscriptions"
|
214
|
+
msgstr "SUSE subscriptions"
|
215
|
+
|
216
|
+
#: ../app/views/scc_accounts/index.html.erb:3
|
217
|
+
msgid "Add SCC account"
|
218
|
+
msgstr "Add SCC account"
|
219
|
+
|
220
|
+
#: ../app/views/scc_accounts/index.html.erb:9
|
221
|
+
msgid "Products"
|
222
|
+
msgstr ""
|
223
|
+
|
224
|
+
#: ../app/views/scc_accounts/index.html.erb:10
|
225
|
+
msgid "Last synced"
|
226
|
+
msgstr "Last synced"
|
227
|
+
|
228
|
+
#: ../app/views/scc_accounts/index.html.erb:11
|
229
|
+
msgid "Actions"
|
230
|
+
msgstr ""
|
231
|
+
|
232
|
+
#: ../app/views/scc_accounts/index.html.erb:24
|
233
|
+
msgid "Select products"
|
234
|
+
msgstr ""
|
235
|
+
|
236
|
+
#: ../app/views/scc_accounts/index.html.erb:25
|
237
|
+
msgid "Sync"
|
238
|
+
msgstr "Sync"
|
239
|
+
|
240
|
+
#: ../app/views/scc_accounts/index.html.erb:28
|
241
|
+
msgid "Delete %s?"
|
242
|
+
msgstr ""
|
243
|
+
|
244
|
+
#: ../app/views/scc_accounts/new.html.erb:1
|
245
|
+
msgid "Add SUSE Customer Center Account"
|
246
|
+
msgstr "Add SUSE Customer Center Account"
|
247
|
+
|
248
|
+
#: ../app/views/scc_accounts/show.html.erb:1
|
249
|
+
msgid "Product Selection for Account %s"
|
250
|
+
msgstr ""
|
251
|
+
|
252
|
+
#: ../app/views/scc_accounts/show.html.erb:17
|
253
|
+
msgid "(WARNING: Please check your SUSE subscription)"
|
254
|
+
msgstr ""
|
255
|
+
|
256
|
+
#: ../app/views/scc_accounts/show.html.erb:33
|
257
|
+
msgid "SUSE Customer Center"
|
258
|
+
msgstr "SUSE Customer Center"
|
259
|
+
|
260
|
+
#: ../app/views/scc_accounts/show.html.erb:44
|
261
|
+
msgid "Please sync your SUSE subscriptions first."
|
262
|
+
msgstr "Please sync your SUSE subscriptions first."
|
263
|
+
|
264
|
+
#: ../lib/foreman_scc_manager/engine.rb:77
|
265
|
+
msgid "SUSE Subscriptions"
|
266
|
+
msgstr "SUSE Subscriptions"
|
267
|
+
|
268
|
+
#: action_names.rb:6
|
269
|
+
msgid "Action with sub plans"
|
270
|
+
msgstr ""
|
271
|
+
|
272
|
+
#: action_names.rb:7
|
273
|
+
msgid "Import facts"
|
274
|
+
msgstr ""
|
275
|
+
|
276
|
+
#: action_names.rb:8
|
277
|
+
msgid "Import Puppet classes"
|
278
|
+
msgstr ""
|
279
|
+
|
280
|
+
#: action_names.rb:10
|
281
|
+
msgid "Abstract async task"
|
282
|
+
msgstr ""
|
283
|
+
|
284
|
+
#: action_names.rb:11
|
285
|
+
msgid "Export"
|
286
|
+
msgstr ""
|
287
|
+
|
288
|
+
#: action_names.rb:12
|
289
|
+
msgid "Import"
|
290
|
+
msgstr ""
|
291
|
+
|
292
|
+
#: action_names.rb:13
|
293
|
+
msgid "Copy version units to library"
|
294
|
+
msgstr ""
|
295
|
+
|
296
|
+
#: action_names.rb:14
|
297
|
+
msgid "Create"
|
298
|
+
msgstr ""
|
299
|
+
|
300
|
+
#: action_names.rb:15
|
301
|
+
msgid "Delete Activation Key"
|
302
|
+
msgstr ""
|
303
|
+
|
304
|
+
#: action_names.rb:16
|
305
|
+
msgid "Update"
|
306
|
+
msgstr ""
|
307
|
+
|
308
|
+
#: action_names.rb:17
|
309
|
+
msgid "Generate host applicability"
|
310
|
+
msgstr ""
|
311
|
+
|
312
|
+
#: action_names.rb:18
|
313
|
+
msgid "Bulk generate applicability for hosts"
|
314
|
+
msgstr ""
|
315
|
+
|
316
|
+
#: action_names.rb:19
|
317
|
+
msgid "Generate repository applicability"
|
318
|
+
msgstr ""
|
319
|
+
|
320
|
+
#: action_names.rb:20
|
321
|
+
msgid "Synchronize smart proxy"
|
322
|
+
msgstr ""
|
323
|
+
|
324
|
+
#: action_names.rb:21
|
325
|
+
msgid "Sync capsule"
|
326
|
+
msgstr ""
|
327
|
+
|
328
|
+
#: action_names.rb:22
|
329
|
+
msgid "Delete"
|
330
|
+
msgstr ""
|
331
|
+
|
332
|
+
#: action_names.rb:23
|
333
|
+
msgid "Errata mail"
|
334
|
+
msgstr ""
|
335
|
+
|
336
|
+
#: action_names.rb:24
|
337
|
+
msgid "Incremental Update of Content View Version(s) "
|
338
|
+
msgstr ""
|
339
|
+
|
340
|
+
#: action_names.rb:25
|
341
|
+
msgid "Promote"
|
342
|
+
msgstr ""
|
343
|
+
|
344
|
+
#: action_names.rb:26
|
345
|
+
msgid "Promotion to Environment"
|
346
|
+
msgstr ""
|
347
|
+
|
348
|
+
#: action_names.rb:27
|
349
|
+
msgid "Publish"
|
350
|
+
msgstr ""
|
351
|
+
|
352
|
+
#: action_names.rb:28
|
353
|
+
msgid "Remove Versions and Associations"
|
354
|
+
msgstr ""
|
355
|
+
|
356
|
+
#: action_names.rb:29
|
357
|
+
msgid "Remove from Environment"
|
358
|
+
msgstr ""
|
359
|
+
|
360
|
+
#: action_names.rb:30
|
361
|
+
msgid "Remove Version"
|
362
|
+
msgstr ""
|
363
|
+
|
364
|
+
#: action_names.rb:31
|
365
|
+
msgid "Auto attach subscriptions"
|
366
|
+
msgstr ""
|
367
|
+
|
368
|
+
#: action_names.rb:32
|
369
|
+
msgid "Destroy Content Host"
|
370
|
+
msgstr ""
|
371
|
+
|
372
|
+
#: action_names.rb:33
|
373
|
+
msgid "Install Applicable Errata"
|
374
|
+
msgstr ""
|
375
|
+
|
376
|
+
#: action_names.rb:34
|
377
|
+
msgid "Install erratum"
|
378
|
+
msgstr ""
|
379
|
+
|
380
|
+
#: action_names.rb:35
|
381
|
+
msgid "Hypervisors"
|
382
|
+
msgstr ""
|
383
|
+
|
384
|
+
#: action_names.rb:36
|
385
|
+
msgid "Import Content View Version"
|
386
|
+
msgstr ""
|
387
|
+
|
388
|
+
#: action_names.rb:37
|
389
|
+
msgid "Incremental Update"
|
390
|
+
msgstr ""
|
391
|
+
|
392
|
+
#: action_names.rb:38
|
393
|
+
msgid "Republish Version Repositories"
|
394
|
+
msgstr ""
|
395
|
+
|
396
|
+
#: action_names.rb:39
|
397
|
+
msgid "Delete Lifecycle Environment"
|
398
|
+
msgstr ""
|
399
|
+
|
400
|
+
#: action_names.rb:40
|
401
|
+
msgid "Publish Lifecycle Environment Repositories"
|
402
|
+
msgstr ""
|
403
|
+
|
404
|
+
#: action_names.rb:41
|
405
|
+
msgid "Attach subscriptions"
|
406
|
+
msgstr ""
|
407
|
+
|
408
|
+
#: action_names.rb:42
|
409
|
+
msgid "Remove subscriptions"
|
410
|
+
msgstr ""
|
411
|
+
|
412
|
+
#: action_names.rb:43
|
413
|
+
msgid "Update Content Overrides"
|
414
|
+
msgstr ""
|
415
|
+
|
416
|
+
#: action_names.rb:44
|
417
|
+
msgid "Hypervisors update"
|
418
|
+
msgstr ""
|
419
|
+
|
420
|
+
#: action_names.rb:45
|
421
|
+
msgid "Install package"
|
422
|
+
msgstr ""
|
423
|
+
|
424
|
+
#: action_names.rb:46
|
425
|
+
msgid "Remove package"
|
426
|
+
msgstr ""
|
427
|
+
|
428
|
+
#: action_names.rb:47
|
429
|
+
msgid "Update package"
|
430
|
+
msgstr ""
|
431
|
+
|
432
|
+
#: action_names.rb:48
|
433
|
+
msgid "Install package group"
|
434
|
+
msgstr ""
|
435
|
+
|
436
|
+
#: action_names.rb:49
|
437
|
+
msgid "Remove package group"
|
438
|
+
msgstr ""
|
439
|
+
|
440
|
+
#: action_names.rb:50
|
441
|
+
msgid "Updating System Purpose for host"
|
442
|
+
msgstr ""
|
443
|
+
|
444
|
+
#: action_names.rb:51
|
445
|
+
msgid "Package Profile Update"
|
446
|
+
msgstr ""
|
447
|
+
|
448
|
+
#: action_names.rb:52
|
449
|
+
msgid "Update for host"
|
450
|
+
msgstr ""
|
451
|
+
|
452
|
+
#: action_names.rb:53
|
453
|
+
msgid "Update release version for host"
|
454
|
+
msgstr ""
|
455
|
+
|
456
|
+
#: action_names.rb:54
|
457
|
+
msgid "Combined Profile Update"
|
458
|
+
msgstr ""
|
459
|
+
|
460
|
+
#: action_names.rb:55
|
461
|
+
msgid "Destroy"
|
462
|
+
msgstr ""
|
463
|
+
|
464
|
+
#: action_names.rb:56
|
465
|
+
msgid "Run Sync Plan:"
|
466
|
+
msgstr ""
|
467
|
+
|
468
|
+
#: action_names.rb:57
|
469
|
+
msgid "Product Create"
|
470
|
+
msgstr ""
|
471
|
+
|
472
|
+
#: action_names.rb:58
|
473
|
+
msgid "Disable"
|
474
|
+
msgstr ""
|
475
|
+
|
476
|
+
#: action_names.rb:59
|
477
|
+
msgid "Delete Product"
|
478
|
+
msgstr ""
|
479
|
+
|
480
|
+
#: action_names.rb:60
|
481
|
+
msgid "Enable"
|
482
|
+
msgstr ""
|
483
|
+
|
484
|
+
#: action_names.rb:61
|
485
|
+
msgid "Create Package Group"
|
486
|
+
msgstr ""
|
487
|
+
|
488
|
+
#: action_names.rb:62
|
489
|
+
msgid "Reindex subscriptions"
|
490
|
+
msgstr ""
|
491
|
+
|
492
|
+
#: action_names.rb:63
|
493
|
+
msgid "Verify checksum"
|
494
|
+
msgstr ""
|
495
|
+
|
496
|
+
#: action_names.rb:64
|
497
|
+
msgid "Upload into"
|
498
|
+
msgstr ""
|
499
|
+
|
500
|
+
#: action_names.rb:65
|
501
|
+
msgid "Upload errata into"
|
502
|
+
msgstr ""
|
503
|
+
|
504
|
+
#: action_names.rb:66
|
505
|
+
msgid "Update http proxy"
|
506
|
+
msgstr ""
|
507
|
+
|
508
|
+
#: action_names.rb:67
|
509
|
+
msgid "Update redhat repository"
|
510
|
+
msgstr ""
|
511
|
+
|
512
|
+
#: action_names.rb:68
|
513
|
+
msgid "Update http proxy details"
|
514
|
+
msgstr ""
|
515
|
+
|
516
|
+
#: action_names.rb:69
|
517
|
+
msgid "Update content urls"
|
518
|
+
msgstr ""
|
519
|
+
|
520
|
+
#: action_names.rb:70
|
521
|
+
msgid "Synchronize"
|
522
|
+
msgstr ""
|
523
|
+
|
524
|
+
#: action_names.rb:71
|
525
|
+
msgid "Remove Content"
|
526
|
+
msgstr ""
|
527
|
+
|
528
|
+
#: action_names.rb:72
|
529
|
+
msgid "Delete Package Group"
|
530
|
+
msgstr ""
|
531
|
+
|
532
|
+
#: action_names.rb:73
|
533
|
+
msgid "Discover"
|
534
|
+
msgstr ""
|
535
|
+
|
536
|
+
#: action_names.rb:74
|
537
|
+
msgid "Instance update"
|
538
|
+
msgstr ""
|
539
|
+
|
540
|
+
#: action_names.rb:75
|
541
|
+
msgid "Fetch pxe files"
|
542
|
+
msgstr ""
|
543
|
+
|
544
|
+
#: action_names.rb:76
|
545
|
+
msgid "Index module streams"
|
546
|
+
msgstr ""
|
547
|
+
|
548
|
+
#: action_names.rb:77
|
549
|
+
msgid "Index package groups"
|
550
|
+
msgstr ""
|
551
|
+
|
552
|
+
#: action_names.rb:78
|
553
|
+
msgid "Filtered index content"
|
554
|
+
msgstr ""
|
555
|
+
|
556
|
+
#: action_names.rb:79
|
557
|
+
msgid "Index errata"
|
558
|
+
msgstr ""
|
559
|
+
|
560
|
+
#: action_names.rb:80
|
561
|
+
msgid "Index content"
|
562
|
+
msgstr ""
|
563
|
+
|
564
|
+
#: gemspec.rb:2
|
565
|
+
msgid "Foreman plugin to sync SUSE Customer Center products and repositories into Katello."
|
566
|
+
msgstr "Foreman plugin to sync SUSE Customer Center products and repositories into Katello."
|