foreman_docker 3.0.0 → 3.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/.rubocop.yml +22 -22
- data/app/assets/javascripts/foreman_docker/image_step.js +36 -6
- data/app/controllers/api/v2/containers_controller.rb +13 -11
- data/app/controllers/containers/steps_controller.rb +8 -2
- data/app/controllers/containers_controller.rb +4 -3
- data/app/controllers/image_search_controller.rb +36 -79
- data/app/helpers/container_steps_helper.rb +21 -0
- data/app/models/concerns/foreman_docker/parameter_validators.rb +27 -4
- data/app/models/container.rb +9 -10
- data/app/models/docker_container_wizard_state.rb +2 -0
- data/app/models/docker_container_wizard_states/dns.rb +2 -8
- data/app/models/docker_container_wizard_states/environment.rb +4 -14
- data/app/models/docker_container_wizard_states/environment_variable.rb +2 -2
- data/app/models/docker_container_wizard_states/exposed_port.rb +2 -8
- data/app/models/docker_container_wizard_states/image.rb +30 -0
- data/app/models/docker_container_wizard_states/preliminary.rb +1 -1
- data/app/models/docker_parameter.rb +20 -0
- data/app/models/docker_registry.rb +6 -4
- data/app/models/environment_variable.rb +3 -3
- data/app/models/exposed_port.rb +4 -10
- data/app/models/foreman_docker/compute_resource_extensions.rb +11 -0
- data/app/models/foreman_docker/dns.rb +3 -9
- data/app/models/foreman_docker/docker.rb +1 -5
- data/app/models/service/containers.rb +15 -11
- data/app/models/service/registry_api.rb +87 -15
- data/app/services/foreman_docker/image_search.rb +92 -0
- data/app/views/containers/index.html.erb +1 -3
- data/app/views/containers/show.html.erb +1 -1
- data/app/views/containers/steps/_image_hub_tab.html.erb +39 -29
- data/app/views/containers/steps/_title.html.erb +1 -1
- data/app/views/containers/steps/preliminary.html.erb +1 -1
- data/app/views/foreman_docker/common_parameters/_dns_entry.html.erb +1 -1
- data/app/views/foreman_docker/common_parameters/_environment_variable.html.erb +1 -1
- data/app/views/foreman_docker/common_parameters/_exposed_port.html.erb +1 -1
- data/app/views/image_search/_repository_search_results.html.erb +1 -1
- data/app/views/registries/index.html.erb +1 -3
- data/app/views/registries/new.html.erb +1 -1
- data/db/migrate/20160605133025_create_docker_parameters.rb +13 -0
- data/db/migrate/20160605134652_move_parameters_to_docker_parameters.rb +27 -0
- data/lib/foreman_docker/engine.rb +6 -7
- data/lib/foreman_docker/version.rb +1 -1
- data/lib/tasks/test.rake +35 -0
- data/test/functionals/api/v2/containers_controller_test.rb +21 -0
- data/test/functionals/api/v2/registries_controller_test.rb +4 -3
- data/test/functionals/containers_controller_test.rb +5 -0
- data/test/functionals/containers_steps_controller_test.rb +74 -36
- data/test/functionals/image_search_controller_test.rb +166 -12
- data/test/integration/container_test.rb +1 -1
- data/test/test_plugin_helper.rb +10 -0
- data/test/units/container_test.rb +1 -1
- data/test/units/containers_service_test.rb +31 -9
- data/test/units/docker_container_wizard_states/image_test.rb +84 -0
- data/test/units/docker_registry_test.rb +27 -10
- data/test/units/foreman_docker/compute_resource_extensions_test.rb +10 -0
- data/test/units/image_search_service_test.rb +188 -0
- data/test/units/registry_api_test.rb +206 -12
- metadata +55 -36
- data/lib/foreman_docker/tasks/test.rake +0 -45
- data/locale/de/foreman_docker.edit.po +0 -631
- data/locale/de/foreman_docker.po.time_stamp +0 -0
- data/locale/es/foreman_docker.edit.po +0 -631
- data/locale/es/foreman_docker.po.time_stamp +0 -0
- data/locale/fr/foreman_docker.edit.po +0 -632
- data/locale/fr/foreman_docker.po.time_stamp +0 -0
- data/locale/it/foreman_docker.edit.po +0 -630
- data/locale/it/foreman_docker.po.time_stamp +0 -0
- data/locale/ja/foreman_docker.edit.po +0 -634
- data/locale/ja/foreman_docker.po.time_stamp +0 -0
- data/locale/ko/foreman_docker.edit.po +0 -629
- data/locale/ko/foreman_docker.po.time_stamp +0 -0
- data/locale/pt_BR/foreman_docker.edit.po +0 -631
- data/locale/pt_BR/foreman_docker.po.time_stamp +0 -0
- data/locale/ru/foreman_docker.edit.po +0 -630
- data/locale/ru/foreman_docker.po.time_stamp +0 -0
- data/locale/zh_CN/foreman_docker.edit.po +0 -628
- data/locale/zh_CN/foreman_docker.po.time_stamp +0 -0
- data/locale/zh_TW/foreman_docker.edit.po +0 -628
- data/locale/zh_TW/foreman_docker.po.time_stamp +0 -0
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_docker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel Lobato, Amos Benari
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-06-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: docker-api
|
@@ -24,6 +24,20 @@ dependencies:
|
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '1.18'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: excon
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0.46'
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '0.46'
|
27
41
|
- !ruby/object:Gem::Dependency
|
28
42
|
name: deface
|
29
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -52,6 +66,20 @@ dependencies:
|
|
52
66
|
- - "~>"
|
53
67
|
- !ruby/object:Gem::Version
|
54
68
|
version: '1.1'
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: rubocop
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - '='
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: 0.46.0
|
76
|
+
type: :development
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - '='
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: 0.46.0
|
55
83
|
description: Provision and manage Docker containers and images from Foreman.
|
56
84
|
email:
|
57
85
|
- dlobatog@redhat.com, abenari@redhat.com
|
@@ -89,9 +117,11 @@ files:
|
|
89
117
|
- app/models/docker_container_wizard_states/exposed_port.rb
|
90
118
|
- app/models/docker_container_wizard_states/image.rb
|
91
119
|
- app/models/docker_container_wizard_states/preliminary.rb
|
120
|
+
- app/models/docker_parameter.rb
|
92
121
|
- app/models/docker_registry.rb
|
93
122
|
- app/models/environment_variable.rb
|
94
123
|
- app/models/exposed_port.rb
|
124
|
+
- app/models/foreman_docker/compute_resource_extensions.rb
|
95
125
|
- app/models/foreman_docker/dns.rb
|
96
126
|
- app/models/foreman_docker/docker.rb
|
97
127
|
- app/models/foreman_docker/taxonomy_extensions.rb
|
@@ -100,6 +130,7 @@ files:
|
|
100
130
|
- app/overrides/remove_docker_from_compute_profiles.rb
|
101
131
|
- app/overrides/rename_virtual_machines_containers.rb
|
102
132
|
- app/services/foreman_docker/container_remover.rb
|
133
|
+
- app/services/foreman_docker/image_search.rb
|
103
134
|
- app/services/foreman_docker/utility.rb
|
104
135
|
- app/views/api/v1/compute_resources/docker.json
|
105
136
|
- app/views/api/v2/compute_resources/docker.json
|
@@ -156,53 +187,35 @@ files:
|
|
156
187
|
- db/migrate/20150129054944_add_katello_flag_to_containers.rb
|
157
188
|
- db/migrate/20150303175646_remove_katello_flag_from_containers.rb
|
158
189
|
- db/migrate/20150814205620_change_container_column_type.rb
|
190
|
+
- db/migrate/20160605133025_create_docker_parameters.rb
|
191
|
+
- db/migrate/20160605134652_move_parameters_to_docker_parameters.rb
|
159
192
|
- lib/foreman_docker.rb
|
160
193
|
- lib/foreman_docker/engine.rb
|
161
|
-
- lib/foreman_docker/tasks/test.rake
|
162
194
|
- lib/foreman_docker/version.rb
|
195
|
+
- lib/tasks/test.rake
|
163
196
|
- locale/Makefile
|
164
197
|
- locale/de/LC_MESSAGES/foreman_docker.mo
|
165
|
-
- locale/de/foreman_docker.edit.po
|
166
198
|
- locale/de/foreman_docker.po
|
167
|
-
- locale/de/foreman_docker.po.time_stamp
|
168
199
|
- locale/es/LC_MESSAGES/foreman_docker.mo
|
169
|
-
- locale/es/foreman_docker.edit.po
|
170
200
|
- locale/es/foreman_docker.po
|
171
|
-
- locale/es/foreman_docker.po.time_stamp
|
172
201
|
- locale/foreman_docker.pot
|
173
202
|
- locale/fr/LC_MESSAGES/foreman_docker.mo
|
174
|
-
- locale/fr/foreman_docker.edit.po
|
175
203
|
- locale/fr/foreman_docker.po
|
176
|
-
- locale/fr/foreman_docker.po.time_stamp
|
177
204
|
- locale/it/LC_MESSAGES/foreman_docker.mo
|
178
|
-
- locale/it/foreman_docker.edit.po
|
179
205
|
- locale/it/foreman_docker.po
|
180
|
-
- locale/it/foreman_docker.po.time_stamp
|
181
206
|
- locale/ja/LC_MESSAGES/foreman_docker.mo
|
182
|
-
- locale/ja/foreman_docker.edit.po
|
183
207
|
- locale/ja/foreman_docker.po
|
184
|
-
- locale/ja/foreman_docker.po.time_stamp
|
185
208
|
- locale/ko/LC_MESSAGES/foreman_docker.mo
|
186
|
-
- locale/ko/foreman_docker.edit.po
|
187
209
|
- locale/ko/foreman_docker.po
|
188
|
-
- locale/ko/foreman_docker.po.time_stamp
|
189
210
|
- locale/pt_BR/LC_MESSAGES/foreman_docker.mo
|
190
|
-
- locale/pt_BR/foreman_docker.edit.po
|
191
211
|
- locale/pt_BR/foreman_docker.po
|
192
|
-
- locale/pt_BR/foreman_docker.po.time_stamp
|
193
212
|
- locale/ru/LC_MESSAGES/foreman_docker.mo
|
194
|
-
- locale/ru/foreman_docker.edit.po
|
195
213
|
- locale/ru/foreman_docker.po
|
196
|
-
- locale/ru/foreman_docker.po.time_stamp
|
197
214
|
- locale/zanata.xml
|
198
215
|
- locale/zh_CN/LC_MESSAGES/foreman_docker.mo
|
199
|
-
- locale/zh_CN/foreman_docker.edit.po
|
200
216
|
- locale/zh_CN/foreman_docker.po
|
201
|
-
- locale/zh_CN/foreman_docker.po.time_stamp
|
202
217
|
- locale/zh_TW/LC_MESSAGES/foreman_docker.mo
|
203
|
-
- locale/zh_TW/foreman_docker.edit.po
|
204
218
|
- locale/zh_TW/foreman_docker.po
|
205
|
-
- locale/zh_TW/foreman_docker.po.time_stamp
|
206
219
|
- test/factories/compute_resources.rb
|
207
220
|
- test/factories/containers.rb
|
208
221
|
- test/factories/docker_registry.rb
|
@@ -217,13 +230,16 @@ files:
|
|
217
230
|
- test/units/container_remover_test.rb
|
218
231
|
- test/units/container_test.rb
|
219
232
|
- test/units/containers_service_test.rb
|
233
|
+
- test/units/docker_container_wizard_states/image_test.rb
|
220
234
|
- test/units/docker_registry_test.rb
|
235
|
+
- test/units/foreman_docker/compute_resource_extensions_test.rb
|
221
236
|
- test/units/foreman_docker/docker_test.rb
|
237
|
+
- test/units/image_search_service_test.rb
|
222
238
|
- test/units/registry_api_test.rb
|
223
239
|
- test/units/utility_service_test.rb
|
224
240
|
homepage: http://github.com/theforeman/foreman-docker
|
225
241
|
licenses:
|
226
|
-
- GPL-3
|
242
|
+
- GPL-3.0
|
227
243
|
metadata: {}
|
228
244
|
post_install_message:
|
229
245
|
rdoc_options: []
|
@@ -241,27 +257,30 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
241
257
|
version: '0'
|
242
258
|
requirements: []
|
243
259
|
rubyforge_project:
|
244
|
-
rubygems_version: 2.
|
260
|
+
rubygems_version: 2.6.12
|
245
261
|
signing_key:
|
246
262
|
specification_version: 4
|
247
263
|
summary: Provision and manage Docker containers and images from Foreman
|
248
264
|
test_files:
|
249
|
-
- test/
|
265
|
+
- test/factories/compute_resources.rb
|
266
|
+
- test/factories/containers.rb
|
267
|
+
- test/factories/docker_registry.rb
|
250
268
|
- test/functionals/api/v2/registries_controller_test.rb
|
269
|
+
- test/functionals/api/v2/containers_controller_test.rb
|
270
|
+
- test/functionals/containers_controller_test.rb
|
251
271
|
- test/functionals/containers_steps_controller_test.rb
|
252
272
|
- test/functionals/image_search_controller_test.rb
|
253
|
-
- test/
|
254
|
-
- test/
|
255
|
-
- test/
|
256
|
-
- test/
|
257
|
-
- test/units/
|
273
|
+
- test/integration/container_test.rb
|
274
|
+
- test/integration/container_steps_test.rb
|
275
|
+
- test/units/container_remover_test.rb
|
276
|
+
- test/units/foreman_docker/compute_resource_extensions_test.rb
|
277
|
+
- test/units/foreman_docker/docker_test.rb
|
258
278
|
- test/units/utility_service_test.rb
|
279
|
+
- test/units/container_test.rb
|
259
280
|
- test/units/docker_registry_test.rb
|
260
|
-
- test/units/
|
261
|
-
- test/units/foreman_docker/docker_test.rb
|
281
|
+
- test/units/image_search_service_test.rb
|
262
282
|
- test/units/containers_service_test.rb
|
263
|
-
- test/units/
|
283
|
+
- test/units/docker_container_wizard_states/image_test.rb
|
284
|
+
- test/units/registry_api_test.rb
|
264
285
|
- test/test_plugin_helper.rb
|
265
|
-
- test/integration/container_steps_test.rb
|
266
|
-
- test/integration/container_test.rb
|
267
286
|
- ".rubocop.yml"
|
@@ -1,45 +0,0 @@
|
|
1
|
-
require File.expand_path("../engine", File.dirname(__FILE__))
|
2
|
-
namespace :test do
|
3
|
-
desc "Run the plugin unit test suite."
|
4
|
-
task :docker => ['db:test:prepare'] do
|
5
|
-
test_task = Rake::TestTask.new('docker_test_task') do |t|
|
6
|
-
t.libs << ["test", "#{ForemanDocker::Engine.root}/test"]
|
7
|
-
t.test_files = [
|
8
|
-
"#{ForemanDocker::Engine.root}/test/**/*_test.rb"
|
9
|
-
]
|
10
|
-
t.verbose = true
|
11
|
-
t.warning = false
|
12
|
-
end
|
13
|
-
|
14
|
-
Rake::Task[test_task.name].invoke
|
15
|
-
end
|
16
|
-
end
|
17
|
-
|
18
|
-
namespace :docker do
|
19
|
-
task :rubocop do
|
20
|
-
begin
|
21
|
-
require 'rubocop/rake_task'
|
22
|
-
RuboCop::RakeTask.new(:rubocop_docker) do |task|
|
23
|
-
task.patterns = ["#{ForemanDocker::Engine.root}/app/**/*.rb",
|
24
|
-
"#{ForemanDocker::Engine.root}/lib/**/*.rb",
|
25
|
-
"#{ForemanDocker::Engine.root}/test/**/*.rb"]
|
26
|
-
end
|
27
|
-
rescue
|
28
|
-
puts "Rubocop not loaded."
|
29
|
-
end
|
30
|
-
|
31
|
-
Rake::Task['rubocop_docker'].invoke
|
32
|
-
end
|
33
|
-
end
|
34
|
-
|
35
|
-
Rake::Task[:test].enhance do
|
36
|
-
Rake::Task['test:docker'].invoke
|
37
|
-
end
|
38
|
-
|
39
|
-
load 'tasks/jenkins.rake'
|
40
|
-
if Rake::Task.task_defined?(:'jenkins:unit')
|
41
|
-
Rake::Task["jenkins:unit"].enhance do
|
42
|
-
Rake::Task['test:docker'].invoke
|
43
|
-
Rake::Task['docker:rubocop'].invoke
|
44
|
-
end
|
45
|
-
end
|
@@ -1,631 +0,0 @@
|
|
1
|
-
# hpeters <hpeters@redhat.com>, 2015. #zanata
|
2
|
-
# jdimanos <jdimanos@redhat.com>, 2015. #zanata
|
3
|
-
msgid ""
|
4
|
-
msgstr ""
|
5
|
-
"Project-Id-Version: version 0.0.1\n"
|
6
|
-
"Report-Msgid-Bugs-To: \n"
|
7
|
-
"PO-Revision-Date: 2015-04-27 11:49+0000\n"
|
8
|
-
"Last-Translator: hpeters <hpeters@redhat.com>\n"
|
9
|
-
"Language-Team: German\n"
|
10
|
-
"MIME-Version: 1.0\n"
|
11
|
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12
|
-
"Content-Transfer-Encoding: 8bit\n"
|
13
|
-
"Language: de\n"
|
14
|
-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
15
|
-
"X-Generator: Zanata 3.6.0\n"
|
16
|
-
|
17
|
-
#: ../app/controllers/api/v2/containers_controller.rb:13
|
18
|
-
msgid "List all containers"
|
19
|
-
msgstr "Alle Container auflisten"
|
20
|
-
|
21
|
-
#: ../app/controllers/api/v2/containers_controller.rb:15
|
22
|
-
msgid "List all containers on a compute resource"
|
23
|
-
msgstr ""
|
24
|
-
|
25
|
-
#: ../app/controllers/api/v2/containers_controller.rb:29
|
26
|
-
msgid "Show a container"
|
27
|
-
msgstr "Container anzeigen"
|
28
|
-
|
29
|
-
#: ../app/controllers/api/v2/containers_controller.rb:31
|
30
|
-
msgid "Show container on a compute resource"
|
31
|
-
msgstr ""
|
32
|
-
|
33
|
-
#: ../app/controllers/api/v2/containers_controller.rb:43
|
34
|
-
msgid "Registry this container will have to use to get the image"
|
35
|
-
msgstr ""
|
36
|
-
|
37
|
-
#: ../app/controllers/api/v2/containers_controller.rb:46
|
38
|
-
msgid "Name of the repository to use to create the container. e.g. centos"
|
39
|
-
msgstr ""
|
40
|
-
|
41
|
-
#: ../app/controllers/api/v2/containers_controller.rb:49
|
42
|
-
msgid "Tag to use to create the container. e.g. latest"
|
43
|
-
msgstr ""
|
44
|
-
|
45
|
-
#: ../app/controllers/api/v2/containers_controller.rb:60
|
46
|
-
msgid "The capsule this container will have to use to get the image. Relevant for images retrieved from katello registry."
|
47
|
-
msgstr ""
|
48
|
-
|
49
|
-
#: ../app/controllers/api/v2/containers_controller.rb:66
|
50
|
-
msgid "Create a container"
|
51
|
-
msgstr "Container erstellen"
|
52
|
-
|
53
|
-
#: ../app/controllers/api/v2/containers_controller.rb:68
|
54
|
-
msgid "Create container on a compute resource"
|
55
|
-
msgstr ""
|
56
|
-
|
57
|
-
#: ../app/controllers/api/v2/containers_controller.rb:84
|
58
|
-
msgid "Wrong attributes: %s"
|
59
|
-
msgstr "Fehlerhafte Attribute: %s"
|
60
|
-
|
61
|
-
#: ../app/controllers/api/v2/containers_controller.rb:88
|
62
|
-
msgid "Delete a container"
|
63
|
-
msgstr "Container löschen"
|
64
|
-
|
65
|
-
#: ../app/controllers/api/v2/containers_controller.rb:90
|
66
|
-
msgid "Delete container on a compute resource"
|
67
|
-
msgstr ""
|
68
|
-
|
69
|
-
#: ../app/controllers/api/v2/containers_controller.rb:98
|
70
|
-
msgid "Show container logs"
|
71
|
-
msgstr "Container-Protokolle anzeigen"
|
72
|
-
|
73
|
-
#: ../app/controllers/api/v2/containers_controller.rb:100
|
74
|
-
msgid "Show logs from a container on a compute resource"
|
75
|
-
msgstr ""
|
76
|
-
|
77
|
-
#: ../app/controllers/api/v2/containers_controller.rb:105
|
78
|
-
msgid "Number of lines to tail. Default: 100"
|
79
|
-
msgstr "Anzahl der anzuzeigenden Zeilen. Standard: 100"
|
80
|
-
|
81
|
-
#: ../app/controllers/api/v2/containers_controller.rb:114
|
82
|
-
msgid "Run power operation on a container"
|
83
|
-
msgstr "Stromoperation auf einem Container ausführen"
|
84
|
-
|
85
|
-
#: ../app/controllers/api/v2/containers_controller.rb:116
|
86
|
-
msgid "Run power operation on a container on a compute resource"
|
87
|
-
msgstr ""
|
88
|
-
|
89
|
-
#: ../app/controllers/api/v2/containers_controller.rb:121
|
90
|
-
msgid "power action, valid actions are (start), (stop), (status)"
|
91
|
-
msgstr "Stromaktion, gültige Aktionen sind (start), (stop), (status)"
|
92
|
-
|
93
|
-
#: ../app/controllers/api/v2/containers_controller.rb:134
|
94
|
-
msgid "Unknown method: available power operations are %s"
|
95
|
-
msgstr "Unbekannte Methode: verfügbare Stromoperationen sind %s"
|
96
|
-
|
97
|
-
#: ../app/controllers/api/v2/registries_controller.rb:22
|
98
|
-
msgid "List all docker registries"
|
99
|
-
msgstr ""
|
100
|
-
|
101
|
-
#: ../app/controllers/api/v2/registries_controller.rb:29
|
102
|
-
msgid "Show a docker registry"
|
103
|
-
msgstr ""
|
104
|
-
|
105
|
-
#: ../app/controllers/api/v2/registries_controller.rb:34
|
106
|
-
msgid "Create a docker registry"
|
107
|
-
msgstr ""
|
108
|
-
|
109
|
-
#: ../app/controllers/api/v2/registries_controller.rb:41
|
110
|
-
msgid "Update a docker registry"
|
111
|
-
msgstr ""
|
112
|
-
|
113
|
-
#: ../app/controllers/api/v2/registries_controller.rb:48
|
114
|
-
msgid "Delete a docker registry"
|
115
|
-
msgstr ""
|
116
|
-
|
117
|
-
#: ../app/controllers/containers_controller.rb:25
|
118
|
-
msgid "Container %s is being deleted."
|
119
|
-
msgstr "Container %s wird gelöscht."
|
120
|
-
|
121
|
-
#: ../app/controllers/containers_controller.rb:44
|
122
|
-
msgid "%{container} commit was successful"
|
123
|
-
msgstr ""
|
124
|
-
|
125
|
-
#: ../app/controllers/containers_controller.rb:47
|
126
|
-
msgid "Failed to commit %{container}: %{e}"
|
127
|
-
msgstr "Festschreiben von %{container} fehlgeschlagen: %{e}"
|
128
|
-
|
129
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman, author hpeters
|
130
|
-
#: ../app/controllers/containers_controller.rb:60
|
131
|
-
msgid "%{vm} is now %{vm_state}"
|
132
|
-
msgstr "%{vm} ist jetzt %{vm_state}"
|
133
|
-
|
134
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman, author hpeters
|
135
|
-
#: ../app/controllers/containers_controller.rb:64
|
136
|
-
msgid "failed to %{action} %{vm}"
|
137
|
-
msgstr "Fehler beim %{action} von %{vm}"
|
138
|
-
|
139
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
140
|
-
#: ../app/controllers/containers_controller.rb:69
|
141
|
-
msgid "Error - %{message}"
|
142
|
-
msgstr "Fehler - %{message}"
|
143
|
-
|
144
|
-
#: ../app/controllers/image_search_controller.rb:62
|
145
|
-
msgid "An error occured during repository search: '%s'"
|
146
|
-
msgstr "Ein Fehler ist während der Repository-Suche aufgetreten: \"%s\""
|
147
|
-
|
148
|
-
#: ../app/helpers/container_steps_helper.rb:12 ../app/views/registries/_form.html.erb:4
|
149
|
-
msgid "Registry"
|
150
|
-
msgstr "Registry"
|
151
|
-
|
152
|
-
#: ../app/helpers/container_steps_helper.rb:16
|
153
|
-
msgid "Select a registry"
|
154
|
-
msgstr "Registry wählen"
|
155
|
-
|
156
|
-
# translation auto-copied from project Satellite6 Hammer CLI Foreman, version 6.1, document hammer-cli-foreman
|
157
|
-
#: ../app/helpers/container_steps_helper.rb:22 ../app/views/compute_resources_vms/form/_docker.html.erb:6 ../app/views/compute_resources_vms/index/_docker.html.erb:5 ../app/views/containers/_list.html.erb:6
|
158
|
-
msgid "Image"
|
159
|
-
msgstr "Image"
|
160
|
-
|
161
|
-
#: ../app/helpers/container_steps_helper.rb:22
|
162
|
-
msgid "Environment"
|
163
|
-
msgstr ""
|
164
|
-
|
165
|
-
#: ../app/helpers/container_steps_helper.rb:22
|
166
|
-
msgid "Configuration"
|
167
|
-
msgstr ""
|
168
|
-
|
169
|
-
#: ../app/helpers/container_steps_helper.rb:22
|
170
|
-
msgid "Preliminary"
|
171
|
-
msgstr ""
|
172
|
-
|
173
|
-
#: ../app/helpers/containers_helper.rb:34
|
174
|
-
msgid "Commit"
|
175
|
-
msgstr "Festschreiben"
|
176
|
-
|
177
|
-
# translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery
|
178
|
-
#: ../app/helpers/containers_helper.rb:43 ../app/views/containers/_list.html.erb:36 ../app/views/registries/index.html.erb:23
|
179
|
-
msgid "Delete %s?"
|
180
|
-
msgstr "%s löschen?"
|
181
|
-
|
182
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
183
|
-
#: ../app/helpers/containers_helper.rb:71
|
184
|
-
msgid "Are you sure you want to power %{act} %{vm}?"
|
185
|
-
msgstr "Sind Sie sicher, dass Sie %{vm} %{act} möchten?"
|
186
|
-
|
187
|
-
#: ../app/models/concerns/fog_extensions/fogdocker/server.rb:39
|
188
|
-
msgid "%{cores} cores and %{memory} memory"
|
189
|
-
msgstr ""
|
190
|
-
|
191
|
-
#: ../app/models/container.rb:61
|
192
|
-
msgid "Docker/Container"
|
193
|
-
msgstr "Docker/Container"
|
194
|
-
|
195
|
-
#: ../app/models/docker_registry.rb:39
|
196
|
-
msgid "Docker/Registry"
|
197
|
-
msgstr "Docker/Registry"
|
198
|
-
|
199
|
-
#: ../app/models/docker_registry.rb:50
|
200
|
-
msgid "Unable to log in to this Docker Registry - %s"
|
201
|
-
msgstr ""
|
202
|
-
|
203
|
-
#: ../app/models/foreman_docker/docker.rb:140
|
204
|
-
msgid "Error creating communicating with Docker. Check the Foreman logs: %s"
|
205
|
-
msgstr "Fehler bei der Kommunikation mit Docker. Prüfen Sie die Foreman-Protokolle: %s"
|
206
|
-
|
207
|
-
#: ../app/models/service/containers.rb:101
|
208
|
-
msgid "Could not start container"
|
209
|
-
msgstr ""
|
210
|
-
|
211
|
-
#: ../app/views/compute_resources/form/_docker.html.erb:1
|
212
|
-
msgid "e.g. https://docker.example.com:4243 or unix:///var/run/docker.sock"
|
213
|
-
msgstr "z. B. https://docker.example.com:4243 oder unix:///var/run/docker.sock"
|
214
|
-
|
215
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
216
|
-
#: ../app/views/compute_resources/form/_docker.html.erb:7
|
217
|
-
msgid "Test Connection"
|
218
|
-
msgstr "Verbindung testen"
|
219
|
-
|
220
|
-
# translation auto-copied from project Satellite6 Hammer CLI Katello, version 6.1, document hammer-cli-katello
|
221
|
-
#: ../app/views/compute_resources/show/_docker.html.erb:2 ../app/views/registries/index.html.erb:9
|
222
|
-
msgid "URL"
|
223
|
-
msgstr "URL"
|
224
|
-
|
225
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
226
|
-
#: ../app/views/compute_resources_vms/form/_docker.html.erb:10
|
227
|
-
msgid "Cores"
|
228
|
-
msgstr "Kerne"
|
229
|
-
|
230
|
-
# translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery
|
231
|
-
#: ../app/views/compute_resources_vms/form/_docker.html.erb:11 ../app/views/compute_resources_vms/index/_docker.html.erb:7 ../app/views/compute_resources_vms/show/_docker.html.erb:22 ../app/views/containers/show.html.erb:39 ../app/views/containers/steps/configuration.html.erb:15
|
232
|
-
msgid "Memory"
|
233
|
-
msgstr "Speicher"
|
234
|
-
|
235
|
-
# translation auto-copied from project nautilus, version 3.8.2, document nautilus
|
236
|
-
#: ../app/views/compute_resources_vms/form/_docker.html.erb:13 ../app/views/compute_resources_vms/show/_docker.html.erb:26 ../app/views/containers/_list.html.erb:7 ../app/views/containers/show.html.erb:43
|
237
|
-
msgid "Command"
|
238
|
-
msgstr "Befehl"
|
239
|
-
|
240
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
241
|
-
#: ../app/views/compute_resources_vms/form/_docker.html.erb:15
|
242
|
-
msgid "Power ON this machine"
|
243
|
-
msgstr "System starten"
|
244
|
-
|
245
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
246
|
-
#: ../app/views/compute_resources_vms/form/_docker.html.erb:15
|
247
|
-
msgid "Start"
|
248
|
-
msgstr "Start"
|
249
|
-
|
250
|
-
# translation auto-copied from project Satellite6 Katello, version 6.1, document katello
|
251
|
-
#: ../app/views/compute_resources_vms/index/_docker.html.erb:4 ../app/views/compute_resources_vms/show/_docker.html.erb:6 ../app/views/containers/_list.html.erb:4 ../app/views/containers/show.html.erb:11 ../app/views/registries/index.html.erb:8
|
252
|
-
msgid "Name"
|
253
|
-
msgstr "Name"
|
254
|
-
|
255
|
-
# translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery
|
256
|
-
#: ../app/views/compute_resources_vms/index/_docker.html.erb:6
|
257
|
-
msgid "CPUs"
|
258
|
-
msgstr "CPUs"
|
259
|
-
|
260
|
-
# translation auto-copied from project Satellite6 Hammer CLI Katello, version 6.1, document hammer-cli-katello
|
261
|
-
#: ../app/views/compute_resources_vms/index/_docker.html.erb:8 ../app/views/containers/_list.html.erb:5
|
262
|
-
msgid "Status"
|
263
|
-
msgstr "Status"
|
264
|
-
|
265
|
-
# translation auto-copied from project Satellite6 Hammer CLI Foreman, version 6.1, document hammer-cli-foreman
|
266
|
-
#: ../app/views/compute_resources_vms/index/_docker.html.erb:9
|
267
|
-
msgid "Power"
|
268
|
-
msgstr "Strom"
|
269
|
-
|
270
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
271
|
-
#: ../app/views/compute_resources_vms/show/_docker.html.erb:4 ../app/views/containers/show.html.erb:9
|
272
|
-
msgid "Properties"
|
273
|
-
msgstr "Eigenschaften"
|
274
|
-
|
275
|
-
# translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery
|
276
|
-
#: ../app/views/compute_resources_vms/show/_docker.html.erb:10 ../app/views/containers/show.html.erb:23
|
277
|
-
msgid "IP Address"
|
278
|
-
msgstr "IP-Adresse"
|
279
|
-
|
280
|
-
#: ../app/views/compute_resources_vms/show/_docker.html.erb:14 ../app/views/containers/show.html.erb:27 ../app/views/containers/steps/configuration.html.erb:12
|
281
|
-
msgid "CPU shares"
|
282
|
-
msgstr "CPU-Anteile"
|
283
|
-
|
284
|
-
# translation auto-copied from project Satellite6 Hammer CLI Katello, version 6.1, document hammer-cli-katello
|
285
|
-
#: ../app/views/compute_resources_vms/show/_docker.html.erb:18 ../app/views/containers/show.html.erb:35
|
286
|
-
msgid "UUID"
|
287
|
-
msgstr "UUID"
|
288
|
-
|
289
|
-
#: ../app/views/compute_resources_vms/show/_docker.html.erb:30 ../app/views/containers/show.html.erb:47
|
290
|
-
msgid "Exposed ports"
|
291
|
-
msgstr "Offene Ports"
|
292
|
-
|
293
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
294
|
-
#: ../app/views/compute_resources_vms/show/_docker.html.erb:35 ../app/views/containers/_list.html.erb:9 ../app/views/containers/show.html.erb:89
|
295
|
-
msgid "Running on"
|
296
|
-
msgstr "Läuft auf"
|
297
|
-
|
298
|
-
# translation auto-copied from project RHN Satellite UI, version 5.6, document java/code/src/com/redhat/rhn/frontend/strings/database/StringResource
|
299
|
-
#: ../app/views/containers/_list.html.erb:8
|
300
|
-
msgid "Uptime"
|
301
|
-
msgstr "Betriebszeit"
|
302
|
-
|
303
|
-
# translation auto-copied from project Satellite6 Hammer CLI Foreman, version 6.1, document hammer-cli-foreman
|
304
|
-
#: ../app/views/containers/_list.html.erb:10
|
305
|
-
msgid "Managed"
|
306
|
-
msgstr "Verwaltet"
|
307
|
-
|
308
|
-
#: ../app/views/containers/_list.html.erb:11
|
309
|
-
msgid "Action"
|
310
|
-
msgstr ""
|
311
|
-
|
312
|
-
# translation auto-copied from project Satellite6 Katello, version 6.1, document katello, author jdimanos
|
313
|
-
#: ../app/views/containers/_list.html.erb:27
|
314
|
-
msgid "No"
|
315
|
-
msgstr "Nein"
|
316
|
-
|
317
|
-
# translation auto-copied from project Satellite6 Katello, version 6.1, document katello, author jdimanos
|
318
|
-
#: ../app/views/containers/_list.html.erb:27
|
319
|
-
msgid "Yes"
|
320
|
-
msgstr "Ja"
|
321
|
-
|
322
|
-
#: ../app/views/containers/index.html.erb:1 ../lib/foreman_docker/engine.rb:47
|
323
|
-
msgid "Containers"
|
324
|
-
msgstr "Container"
|
325
|
-
|
326
|
-
#: ../app/views/containers/index.html.erb:3 ../app/views/containers/steps/_title.html.erb:1 ../lib/foreman_docker/engine.rb:52
|
327
|
-
msgid "New container"
|
328
|
-
msgstr "Neuer Container"
|
329
|
-
|
330
|
-
#: ../app/views/containers/index.html.erb:27
|
331
|
-
msgid "Error connecting with the compute resource: <strong> %s </strong>"
|
332
|
-
msgstr "Fehler beim Verbinden mit der Rechnerressource: <strong> %s </strong>"
|
333
|
-
|
334
|
-
#: ../app/views/containers/show.html.erb:15
|
335
|
-
msgid "Image Repository"
|
336
|
-
msgstr "Image-Repository"
|
337
|
-
|
338
|
-
#: ../app/views/containers/show.html.erb:19
|
339
|
-
msgid "Image Tag"
|
340
|
-
msgstr "Image-Tag"
|
341
|
-
|
342
|
-
#: ../app/views/containers/show.html.erb:31
|
343
|
-
msgid "CPU set"
|
344
|
-
msgstr ""
|
345
|
-
|
346
|
-
#: ../app/views/containers/show.html.erb:61 ../app/views/containers/steps/environment.html.erb:16
|
347
|
-
msgid "DNS"
|
348
|
-
msgstr ""
|
349
|
-
|
350
|
-
#: ../app/views/containers/show.html.erb:69
|
351
|
-
msgid "Environment Variables"
|
352
|
-
msgstr "Umgebungsvariablen"
|
353
|
-
|
354
|
-
# translation auto-copied from project gnome-system-monitor, version 3.8.2.1, document gnome-system-monitor
|
355
|
-
#: ../app/views/containers/show.html.erb:103
|
356
|
-
msgid "Processes"
|
357
|
-
msgstr "Prozesse"
|
358
|
-
|
359
|
-
# translation auto-copied from project Satellite6 Hammer CLI Foreman, version 6.1, document hammer-cli-foreman
|
360
|
-
#: ../app/views/containers/show.html.erb:107
|
361
|
-
msgid "Logs"
|
362
|
-
msgstr "Protokolle"
|
363
|
-
|
364
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
365
|
-
#: ../app/views/containers/show.html.erb:139
|
366
|
-
msgid "Notice"
|
367
|
-
msgstr "Hinweis"
|
368
|
-
|
369
|
-
#: ../app/views/containers/show.html.erb:141
|
370
|
-
msgid "Your container is stopped."
|
371
|
-
msgstr "Ihr Container ist gestoppt."
|
372
|
-
|
373
|
-
#: ../app/views/containers/show.html.erb:142
|
374
|
-
msgid "Please turn on your container to see processes running, logs, and more."
|
375
|
-
msgstr "Bitte schalten Sie Ihren Container an, um laufende Prozesse, Protokolle und mehr zu sehen."
|
376
|
-
|
377
|
-
#: ../app/views/containers/show.html.erb:153
|
378
|
-
msgid "Commit this container state"
|
379
|
-
msgstr "Diesen Container-Status festschreiben"
|
380
|
-
|
381
|
-
#: ../app/views/containers/show.html.erb:160
|
382
|
-
msgid "Repo"
|
383
|
-
msgstr "Repository"
|
384
|
-
|
385
|
-
#: ../app/views/containers/show.html.erb:162
|
386
|
-
msgid "docker/my-committed-image"
|
387
|
-
msgstr "docker/my-committed-image"
|
388
|
-
|
389
|
-
# translation auto-copied from project shotwell-core, version 0.14.1, document shotwell-core
|
390
|
-
#: ../app/views/containers/show.html.erb:165
|
391
|
-
msgid "Tag"
|
392
|
-
msgstr "Tag"
|
393
|
-
|
394
|
-
#: ../app/views/containers/show.html.erb:167
|
395
|
-
msgid "latest"
|
396
|
-
msgstr "neueste"
|
397
|
-
|
398
|
-
# translation auto-copied from project Satellite6 Hammer CLI Katello, version 6.1, document hammer-cli-katello
|
399
|
-
#: ../app/views/containers/show.html.erb:170
|
400
|
-
msgid "Author"
|
401
|
-
msgstr "Autor"
|
402
|
-
|
403
|
-
#: ../app/views/containers/show.html.erb:172
|
404
|
-
msgid "Foreman user <foremaner@example.org>"
|
405
|
-
msgstr ""
|
406
|
-
|
407
|
-
# translation auto-copied from project Satellite6 Hammer CLI Foreman, version 6.1, document hammer-cli-foreman
|
408
|
-
#: ../app/views/containers/show.html.erb:175
|
409
|
-
msgid "Comment"
|
410
|
-
msgstr "Kommentar"
|
411
|
-
|
412
|
-
#: ../app/views/containers/show.html.erb:177
|
413
|
-
msgid "Description of the commit"
|
414
|
-
msgstr "Beschreibung der Festschreibung"
|
415
|
-
|
416
|
-
# translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery
|
417
|
-
#: ../app/views/containers/show.html.erb:180 ../app/views/containers/steps/_form_buttons.html.erb:4
|
418
|
-
msgid "Cancel"
|
419
|
-
msgstr "Abbrechen"
|
420
|
-
|
421
|
-
# translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery
|
422
|
-
#: ../app/views/containers/show.html.erb:182 ../app/views/containers/steps/_form_buttons.html.erb:14
|
423
|
-
msgid "Submit"
|
424
|
-
msgstr "Absenden"
|
425
|
-
|
426
|
-
# translation auto-copied from project Satellite6 Foreman Bootdisk, version 6.1, document foreman_bootdisk
|
427
|
-
#: ../app/views/containers/steps/_form_buttons.html.erb:8
|
428
|
-
msgid "Back"
|
429
|
-
msgstr "Zurück"
|
430
|
-
|
431
|
-
# translation auto-copied from project Customer Portal Translations, version Portal-Case-Management, document Template, author jdimanos
|
432
|
-
#: ../app/views/containers/steps/_form_buttons.html.erb:16
|
433
|
-
msgid "Next"
|
434
|
-
msgstr "Weiter"
|
435
|
-
|
436
|
-
# translation auto-copied from project Satellite6 Hammer CLI Foreman, version 6.1, document hammer-cli-foreman
|
437
|
-
#: ../app/views/containers/steps/_image_hub_tab.html.erb:15
|
438
|
-
msgid "Search"
|
439
|
-
msgstr "Suche"
|
440
|
-
|
441
|
-
#: ../app/views/containers/steps/_image_hub_tab.html.erb:24
|
442
|
-
msgid "Find your favorite container, e.g. centos"
|
443
|
-
msgstr ""
|
444
|
-
|
445
|
-
#: ../app/views/containers/steps/configuration.html.erb:3
|
446
|
-
msgid "Basic options"
|
447
|
-
msgstr "Grundlegende Optionen"
|
448
|
-
|
449
|
-
#: ../app/views/containers/steps/configuration.html.erb:8
|
450
|
-
msgid "Compute options"
|
451
|
-
msgstr "Rechenoptionen"
|
452
|
-
|
453
|
-
#: ../app/views/containers/steps/configuration.html.erb:9
|
454
|
-
msgid "CPU sets"
|
455
|
-
msgstr "CPU-Gruppen"
|
456
|
-
|
457
|
-
#: ../app/views/containers/steps/configuration.html.erb:11
|
458
|
-
msgid "learn more about CPU sets"
|
459
|
-
msgstr "Mehr Informationen über CPU-Gruppen"
|
460
|
-
|
461
|
-
#: ../app/views/containers/steps/configuration.html.erb:14
|
462
|
-
msgid "learn more about CPU shares"
|
463
|
-
msgstr "Mehr Informationen über CPU-Anteile"
|
464
|
-
|
465
|
-
# translation auto-copied from project RHEL Deployment Guide, version 6.2, document Managing_Users_and_Groups
|
466
|
-
#: ../app/views/containers/steps/environment.html.erb:5
|
467
|
-
msgid "Shell"
|
468
|
-
msgstr "Shell"
|
469
|
-
|
470
|
-
# translation auto-copied from project gnome-contacts, version 3.8.2, document gnome-contacts
|
471
|
-
#: ../app/views/containers/steps/environment.html.erb:6
|
472
|
-
msgid "TTY"
|
473
|
-
msgstr "TTY"
|
474
|
-
|
475
|
-
#: ../app/views/containers/steps/environment.html.erb:6
|
476
|
-
msgid "Allocate a pseudo-tty"
|
477
|
-
msgstr "Pseudo-TTY zuweisen"
|
478
|
-
|
479
|
-
#: ../app/views/containers/steps/environment.html.erb:7
|
480
|
-
msgid "Attach STDIN"
|
481
|
-
msgstr "Standardeingabe anfügen"
|
482
|
-
|
483
|
-
#: ../app/views/containers/steps/environment.html.erb:8
|
484
|
-
msgid "Attach STDOUT"
|
485
|
-
msgstr "Standardausgabe anfügen"
|
486
|
-
|
487
|
-
#: ../app/views/containers/steps/environment.html.erb:9
|
488
|
-
msgid "Attach STDERR"
|
489
|
-
msgstr "Standardfehlerausgabe anfügen"
|
490
|
-
|
491
|
-
#: ../app/views/containers/steps/environment.html.erb:12
|
492
|
-
msgid "Environment variables"
|
493
|
-
msgstr "Umgebungsvariablen"
|
494
|
-
|
495
|
-
#: ../app/views/containers/steps/environment.html.erb:14
|
496
|
-
msgid "Exposed Ports"
|
497
|
-
msgstr ""
|
498
|
-
|
499
|
-
#: ../app/views/containers/steps/environment.html.erb:22
|
500
|
-
msgid "Run?"
|
501
|
-
msgstr ""
|
502
|
-
|
503
|
-
#: ../app/views/containers/steps/environment.html.erb:23
|
504
|
-
msgid "If selected, the container will start after it is created"
|
505
|
-
msgstr ""
|
506
|
-
|
507
|
-
#: ../app/views/containers/steps/image.html.erb:9
|
508
|
-
msgid "Content View"
|
509
|
-
msgstr ""
|
510
|
-
|
511
|
-
#: ../app/views/containers/steps/image.html.erb:15
|
512
|
-
msgid "Docker hub"
|
513
|
-
msgstr "Docker-Hub"
|
514
|
-
|
515
|
-
#: ../app/views/containers/steps/image.html.erb:19
|
516
|
-
msgid "External registry"
|
517
|
-
msgstr "Externe Registry"
|
518
|
-
|
519
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
520
|
-
#: ../app/views/containers/steps/preliminary.html.erb:6
|
521
|
-
msgid "Compute resource"
|
522
|
-
msgstr "Rechnerressource"
|
523
|
-
|
524
|
-
#: ../app/views/containers/steps/preliminary.html.erb:19
|
525
|
-
msgid "Resource selection"
|
526
|
-
msgstr "Ressourcenauswahl"
|
527
|
-
|
528
|
-
#: ../app/views/containers/steps/preliminary.html.erb:20
|
529
|
-
msgid "Where do you want to deploy your container?:"
|
530
|
-
msgstr "Wo möchten Sie Ihren Container bereitstellen?"
|
531
|
-
|
532
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
533
|
-
#: ../app/views/containers/steps/preliminary.html.erb:22
|
534
|
-
msgid "Deploy on"
|
535
|
-
msgstr "Bereitstellen auf"
|
536
|
-
|
537
|
-
#: ../app/views/containers/steps/preliminary.html.erb:25
|
538
|
-
msgid "You need a Docker compute resource in order to create containers. Please %s and try again."
|
539
|
-
msgstr "Sie benötigen eine Docker-Rechnerressource, um Container zu erstellen. Bitte %s und erneut versuchen."
|
540
|
-
|
541
|
-
#: ../app/views/foreman_docker/common_parameters/_dns.erb:8
|
542
|
-
msgid "Add DNS"
|
543
|
-
msgstr ""
|
544
|
-
|
545
|
-
#: ../app/views/foreman_docker/common_parameters/_dns_entry.html.erb:3
|
546
|
-
msgid "DNS e.g. 8.8.8.8"
|
547
|
-
msgstr ""
|
548
|
-
|
549
|
-
#: ../app/views/foreman_docker/common_parameters/_environment_variable.html.erb:3
|
550
|
-
msgid "Name, e.g. PING_HOST"
|
551
|
-
msgstr ""
|
552
|
-
|
553
|
-
#: ../app/views/foreman_docker/common_parameters/_environment_variable.html.erb:5
|
554
|
-
msgid "Value, e.g. example.org"
|
555
|
-
msgstr ""
|
556
|
-
|
557
|
-
#: ../app/views/foreman_docker/common_parameters/_environment_variables.html.erb:8
|
558
|
-
msgid "Add environment variable"
|
559
|
-
msgstr "Umgebungsvariable hinzufügen"
|
560
|
-
|
561
|
-
#: ../app/views/foreman_docker/common_parameters/_exposed_port.html.erb:3
|
562
|
-
msgid "Port number e.g. 22"
|
563
|
-
msgstr ""
|
564
|
-
|
565
|
-
#: ../app/views/foreman_docker/common_parameters/_exposed_ports.erb:8
|
566
|
-
msgid "Add Exposed Port"
|
567
|
-
msgstr ""
|
568
|
-
|
569
|
-
#: ../app/views/images/form/_docker.html.erb:1
|
570
|
-
msgid "The user that is used to ssh into the instance, normally docker-user, ubuntu, root etc"
|
571
|
-
msgstr "Der Benutzer für die SSH-Verbindung zur Instanz. Normalerweise docker-user, ubuntu, root etc."
|
572
|
-
|
573
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
574
|
-
#: ../app/views/images/form/_docker.html.erb:2
|
575
|
-
msgid "Password to authenticate with - used for SSH finish step."
|
576
|
-
msgstr "Passwort zur Authentifizierung – verwendet im letzten Schritt von SSH."
|
577
|
-
|
578
|
-
#: ../app/views/images/form/_docker.html.erb:4
|
579
|
-
msgid "Does this image support user data input?"
|
580
|
-
msgstr "Unterstützt dieses Image die Eingabe von Benutzerdaten?"
|
581
|
-
|
582
|
-
# translation auto-copied from project Satellite6 Hammer CLI Foreman, version 6.1, document hammer-cli-foreman
|
583
|
-
#: ../app/views/registries/_form.html.erb:6
|
584
|
-
msgid "Locations"
|
585
|
-
msgstr "Standorte"
|
586
|
-
|
587
|
-
# translation auto-copied from project Satellite6 Hammer CLI Foreman, version 6.1, document hammer-cli-foreman
|
588
|
-
#: ../app/views/registries/_form.html.erb:9
|
589
|
-
msgid "Organizations"
|
590
|
-
msgstr "Organisationen"
|
591
|
-
|
592
|
-
#: ../app/views/registries/_form.html.erb:17
|
593
|
-
msgid "Description of the registry"
|
594
|
-
msgstr ""
|
595
|
-
|
596
|
-
#: ../app/views/registries/_form.html.erb:18
|
597
|
-
msgid "Username used to access the registry"
|
598
|
-
msgstr "Benutzername zum Zugriff auf Registry"
|
599
|
-
|
600
|
-
#: ../app/views/registries/_form.html.erb:19
|
601
|
-
msgid "Password used for authentication to the registry"
|
602
|
-
msgstr "Passwort zur Authentifikation bei Registry"
|
603
|
-
|
604
|
-
#: ../app/views/registries/edit.html.erb:1
|
605
|
-
msgid "Edit Registry"
|
606
|
-
msgstr "Registry bearbeiten"
|
607
|
-
|
608
|
-
#: ../app/views/registries/index.html.erb:1 ../lib/foreman_docker/engine.rb:55
|
609
|
-
msgid "Registries"
|
610
|
-
msgstr "Registrys"
|
611
|
-
|
612
|
-
#: ../app/views/registries/index.html.erb:3
|
613
|
-
msgid "New registry"
|
614
|
-
msgstr ""
|
615
|
-
|
616
|
-
# translation auto-copied from project Satellite6 Hammer CLI Katello, version 6.1, document hammer-cli-katello
|
617
|
-
#: ../app/views/registries/index.html.erb:10
|
618
|
-
msgid "Description"
|
619
|
-
msgstr "Beschreibung"
|
620
|
-
|
621
|
-
#: ../app/views/registries/index.html.erb:11
|
622
|
-
msgid "Actions"
|
623
|
-
msgstr ""
|
624
|
-
|
625
|
-
#: ../app/views/registries/new.html.erb:1
|
626
|
-
msgid "New Registry"
|
627
|
-
msgstr "Neue Registry"
|
628
|
-
|
629
|
-
#: ../lib/foreman_docker/engine.rb:49
|
630
|
-
msgid "All containers"
|
631
|
-
msgstr "Alle Container"
|