foreman_docker 2.0.1 → 2.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/app/assets/javascripts/foreman_docker/image_step.js +17 -16
- data/app/assets/stylesheets/foreman_docker/autocomplete.css.scss +2 -2
- data/app/controllers/api/v2/containers_controller.rb +23 -15
- data/app/controllers/containers/steps_controller.rb +3 -3
- data/app/controllers/containers_controller.rb +17 -19
- data/app/helpers/container_steps_helper.rb +5 -1
- data/app/helpers/containers_helper.rb +5 -7
- data/app/models/concerns/fog_extensions/fogdocker/server.rb +1 -1
- data/app/models/docker_registry.rb +16 -4
- data/app/models/foreman_docker/docker.rb +2 -1
- data/app/models/service/containers.rb +1 -1
- data/app/overrides/remove_docker_from_compute_profiles.rb +14 -0
- data/app/overrides/rename_virtual_machines_containers.rb +10 -0
- data/app/services/foreman_docker/container_remover.rb +20 -0
- data/app/views/containers/index.html.erb +4 -7
- data/app/views/containers/show.html.erb +2 -2
- data/app/views/containers/steps/_image_hub_tab.html.erb +41 -40
- data/app/views/foreman_docker/common_parameters/_dns_entry.html.erb +2 -2
- data/app/views/foreman_docker/common_parameters/_environment_variable.html.erb +2 -2
- data/app/views/foreman_docker/common_parameters/_exposed_port.html.erb +1 -1
- data/app/views/registries/index.html.erb +7 -7
- data/config/routes.rb +1 -1
- data/db/migrate/20141209182008_remove_docker_tables.rb +8 -2
- data/lib/foreman_docker/engine.rb +1 -0
- data/lib/foreman_docker/version.rb +1 -1
- data/locale/Makefile +58 -4
- data/locale/de/LC_MESSAGES/foreman_docker.mo +0 -0
- data/locale/de/foreman_docker.edit.po +631 -0
- data/locale/de/foreman_docker.po +110 -78
- data/locale/de/foreman_docker.po.time_stamp +0 -0
- data/locale/es/LC_MESSAGES/foreman_docker.mo +0 -0
- data/locale/es/foreman_docker.edit.po +631 -0
- data/locale/es/foreman_docker.po +110 -78
- data/locale/es/foreman_docker.po.time_stamp +0 -0
- data/locale/foreman_docker.pot +414 -219
- data/locale/fr/LC_MESSAGES/foreman_docker.mo +0 -0
- data/locale/fr/foreman_docker.edit.po +632 -0
- data/locale/fr/foreman_docker.po +111 -84
- data/locale/fr/foreman_docker.po.time_stamp +0 -0
- data/locale/it/LC_MESSAGES/foreman_docker.mo +0 -0
- data/locale/it/foreman_docker.edit.po +630 -0
- data/locale/it/foreman_docker.po +110 -82
- data/locale/it/foreman_docker.po.time_stamp +0 -0
- data/locale/ja/LC_MESSAGES/foreman_docker.mo +0 -0
- data/locale/ja/foreman_docker.edit.po +634 -0
- data/locale/ja/foreman_docker.po +109 -64
- data/locale/ja/foreman_docker.po.time_stamp +0 -0
- data/locale/ko/LC_MESSAGES/foreman_docker.mo +0 -0
- data/locale/ko/foreman_docker.edit.po +629 -0
- data/locale/ko/foreman_docker.po +108 -65
- data/locale/ko/foreman_docker.po.time_stamp +0 -0
- data/locale/pt_BR/LC_MESSAGES/foreman_docker.mo +0 -0
- data/locale/pt_BR/foreman_docker.edit.po +631 -0
- data/locale/pt_BR/foreman_docker.po +109 -74
- data/locale/pt_BR/foreman_docker.po.time_stamp +0 -0
- data/locale/ru/LC_MESSAGES/foreman_docker.mo +0 -0
- data/locale/ru/foreman_docker.edit.po +630 -0
- data/locale/ru/foreman_docker.po +110 -72
- data/locale/ru/foreman_docker.po.time_stamp +0 -0
- data/locale/zanata.xml +3 -3
- data/locale/zh_CN/LC_MESSAGES/foreman_docker.mo +0 -0
- data/locale/zh_CN/foreman_docker.edit.po +628 -0
- data/locale/zh_CN/foreman_docker.po +108 -64
- data/locale/zh_CN/foreman_docker.po.time_stamp +0 -0
- data/locale/zh_TW/LC_MESSAGES/foreman_docker.mo +0 -0
- data/locale/zh_TW/foreman_docker.edit.po +628 -0
- data/locale/zh_TW/foreman_docker.po +108 -65
- data/locale/zh_TW/foreman_docker.po.time_stamp +0 -0
- data/test/factories/docker_registry.rb +4 -0
- data/test/functionals/api/v2/containers_controller_test.rb +18 -4
- data/test/functionals/api/v2/registries_controller_test.rb +2 -0
- data/test/functionals/containers_controller_test.rb +56 -8
- data/test/integration/container_steps_test.rb +1 -1
- data/test/integration/container_test.rb +1 -1
- data/test/units/container_remover_test.rb +31 -0
- data/test/units/container_test.rb +6 -0
- data/test/units/containers_service_test.rb +2 -0
- data/test/units/docker_registry_test.rb +20 -3
- data/test/units/foreman_docker/docker_test.rb +10 -0
- metadata +57 -6
data/locale/es/foreman_docker.po
CHANGED
@@ -3,7 +3,6 @@ msgid ""
|
|
3
3
|
msgstr ""
|
4
4
|
"Project-Id-Version: version 0.0.1\n"
|
5
5
|
"Report-Msgid-Bugs-To: \n"
|
6
|
-
"POT-Creation-Date: 2015-04-22 12:12-0400\n"
|
7
6
|
"PO-Revision-Date: 2015-04-27 05:33+0000\n"
|
8
7
|
"Last-Translator: gguerrer <gguerrer@redhat.com>\n"
|
9
8
|
"Language-Team: Spanish\n"
|
@@ -14,20 +13,28 @@ msgstr ""
|
|
14
13
|
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
15
14
|
"X-Generator: Zanata 3.6.0\n"
|
16
15
|
|
17
|
-
msgid "\"#{resource.name}\""
|
18
|
-
msgstr "\"#{resource.name}\""
|
19
|
-
|
20
16
|
msgid "%{container} commit was successful"
|
21
|
-
msgstr "
|
17
|
+
msgstr ""
|
22
18
|
|
23
|
-
|
24
|
-
|
25
|
-
msgstr "%{cores} Núcleos y %{memory} memoria"
|
19
|
+
msgid "%{cores} cores and %{memory} memory"
|
20
|
+
msgstr ""
|
26
21
|
|
27
22
|
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
28
23
|
msgid "%{vm} is now %{vm_state}"
|
29
24
|
msgstr "%{vm} ahora está %{vm_state}"
|
30
25
|
|
26
|
+
msgid "Action"
|
27
|
+
msgstr ""
|
28
|
+
|
29
|
+
msgid "Actions"
|
30
|
+
msgstr ""
|
31
|
+
|
32
|
+
msgid "Add DNS"
|
33
|
+
msgstr ""
|
34
|
+
|
35
|
+
msgid "Add Exposed Port"
|
36
|
+
msgstr ""
|
37
|
+
|
31
38
|
msgid "Add environment variable"
|
32
39
|
msgstr "Agregar variables de entorno"
|
33
40
|
|
@@ -64,6 +71,9 @@ msgstr "Atrás"
|
|
64
71
|
msgid "Basic options"
|
65
72
|
msgstr "Opciones básicas"
|
66
73
|
|
74
|
+
msgid "CPU set"
|
75
|
+
msgstr ""
|
76
|
+
|
67
77
|
msgid "CPU sets"
|
68
78
|
msgstr "Sets de CPU"
|
69
79
|
|
@@ -100,21 +110,39 @@ msgstr "Opciones de cómputo"
|
|
100
110
|
msgid "Compute resource"
|
101
111
|
msgstr "Recurso de cómputo"
|
102
112
|
|
113
|
+
msgid "Configuration"
|
114
|
+
msgstr ""
|
115
|
+
|
103
116
|
msgid "Container %s is being deleted."
|
104
117
|
msgstr "El contenedor se ha eliminado %s ."
|
105
118
|
|
106
119
|
msgid "Containers"
|
107
120
|
msgstr "Contenedores"
|
108
121
|
|
122
|
+
msgid "Content View"
|
123
|
+
msgstr ""
|
124
|
+
|
109
125
|
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
110
126
|
msgid "Cores"
|
111
127
|
msgstr "Núcleos"
|
112
128
|
|
129
|
+
msgid "Could not start container"
|
130
|
+
msgstr ""
|
131
|
+
|
113
132
|
msgid "Create a container"
|
114
133
|
msgstr "Crear un contenedor"
|
115
134
|
|
116
|
-
msgid "Create
|
117
|
-
msgstr "
|
135
|
+
msgid "Create a docker registry"
|
136
|
+
msgstr ""
|
137
|
+
|
138
|
+
msgid "Create container on a compute resource"
|
139
|
+
msgstr ""
|
140
|
+
|
141
|
+
msgid "DNS"
|
142
|
+
msgstr ""
|
143
|
+
|
144
|
+
msgid "DNS e.g. 8.8.8.8"
|
145
|
+
msgstr ""
|
118
146
|
|
119
147
|
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
120
148
|
msgid "Delete %s?"
|
@@ -123,16 +151,16 @@ msgstr "¿Borrar %s?"
|
|
123
151
|
msgid "Delete a container"
|
124
152
|
msgstr "Borrar un contenedor"
|
125
153
|
|
126
|
-
msgid "Delete
|
127
|
-
msgstr "
|
154
|
+
msgid "Delete a docker registry"
|
155
|
+
msgstr ""
|
156
|
+
|
157
|
+
msgid "Delete container on a compute resource"
|
158
|
+
msgstr ""
|
128
159
|
|
129
160
|
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
130
161
|
msgid "Deploy on"
|
131
162
|
msgstr "Desplegar en"
|
132
163
|
|
133
|
-
msgid "Describing of the registry"
|
134
|
-
msgstr "Descripción del registro"
|
135
|
-
|
136
164
|
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
137
165
|
msgid "Description"
|
138
166
|
msgstr "Descripción"
|
@@ -140,6 +168,9 @@ msgstr "Descripción"
|
|
140
168
|
msgid "Description of the commit"
|
141
169
|
msgstr "Descripción del envío"
|
142
170
|
|
171
|
+
msgid "Description of the registry"
|
172
|
+
msgstr ""
|
173
|
+
|
143
174
|
msgid "Docker hub"
|
144
175
|
msgstr "Central de Docker"
|
145
176
|
|
@@ -155,6 +186,9 @@ msgstr "¿Esta imagen soporta entrada de datos de usuario?"
|
|
155
186
|
msgid "Edit Registry"
|
156
187
|
msgstr "Modificar registro"
|
157
188
|
|
189
|
+
msgid "Environment"
|
190
|
+
msgstr ""
|
191
|
+
|
158
192
|
msgid "Environment Variables"
|
159
193
|
msgstr "Variables de entorno"
|
160
194
|
|
@@ -169,8 +203,10 @@ msgid "Error connecting with the compute resource: <strong> %s </strong>"
|
|
169
203
|
msgstr "Error al conectarse con el recurso de cómputo: <strong> %s </strong>"
|
170
204
|
|
171
205
|
msgid "Error creating communicating with Docker. Check the Foreman logs: %s"
|
206
|
+
msgstr "Error al crear comunicación con Docker. Revise los registros Foreman: %s"
|
207
|
+
|
208
|
+
msgid "Exposed Ports"
|
172
209
|
msgstr ""
|
173
|
-
"Error al crear comunicación con Docker. Revise los registros Foreman: %s"
|
174
210
|
|
175
211
|
msgid "Exposed ports"
|
176
212
|
msgstr "Puertos expuestos"
|
@@ -181,16 +217,19 @@ msgstr "Registro externo"
|
|
181
217
|
msgid "Failed to commit %{container}: %{e}"
|
182
218
|
msgstr "Falló el envío de %{container}: %{e}"
|
183
219
|
|
184
|
-
msgid "Find your favorite container, e.g
|
185
|
-
msgstr "
|
220
|
+
msgid "Find your favorite container, e.g. centos"
|
221
|
+
msgstr ""
|
186
222
|
|
187
|
-
msgid "Foreman user <foremaner@
|
188
|
-
msgstr "
|
223
|
+
msgid "Foreman user <foremaner@example.org>"
|
224
|
+
msgstr ""
|
189
225
|
|
190
226
|
# translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery
|
191
227
|
msgid "IP Address"
|
192
228
|
msgstr "Dirección IP"
|
193
229
|
|
230
|
+
msgid "If selected, the container will start after it is created"
|
231
|
+
msgstr ""
|
232
|
+
|
194
233
|
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
195
234
|
msgid "Image"
|
196
235
|
msgstr "Imagen"
|
@@ -201,22 +240,14 @@ msgstr "Repositorio de imágenes"
|
|
201
240
|
msgid "Image Tag"
|
202
241
|
msgstr "Etiqueta de imágenes"
|
203
242
|
|
204
|
-
msgid ""
|
205
|
-
"Image to use to create the container.\\n "
|
206
|
-
" Format should be repository:tag, e.g: centos:7"
|
207
|
-
msgstr ""
|
208
|
-
"Imagen a usar para crear el contenedor.\\n "
|
209
|
-
" Los formatos deben ser repository:tag, e.g: centos:7"
|
210
|
-
|
211
|
-
# translation auto-copied from project Red Hat Satellite Installation Guide, version 6.0, document RednbspHat_Satellite_6_Supported_Usage
|
212
|
-
msgid "Katello"
|
213
|
-
msgstr "Katello"
|
214
|
-
|
215
243
|
msgid "List all containers"
|
216
244
|
msgstr "Listar todos los contenedores"
|
217
245
|
|
218
|
-
msgid "List all containers
|
219
|
-
msgstr "
|
246
|
+
msgid "List all containers on a compute resource"
|
247
|
+
msgstr ""
|
248
|
+
|
249
|
+
msgid "List all docker registries"
|
250
|
+
msgstr ""
|
220
251
|
|
221
252
|
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
222
253
|
msgid "Locations"
|
@@ -238,8 +269,11 @@ msgstr "Memoria"
|
|
238
269
|
msgid "Name"
|
239
270
|
msgstr "Nombre"
|
240
271
|
|
241
|
-
msgid "Name
|
242
|
-
msgstr "
|
272
|
+
msgid "Name of the repository to use to create the container. e.g. centos"
|
273
|
+
msgstr ""
|
274
|
+
|
275
|
+
msgid "Name, e.g. PING_HOST"
|
276
|
+
msgstr ""
|
243
277
|
|
244
278
|
msgid "New Registry"
|
245
279
|
msgstr "Nuevo registro"
|
@@ -247,6 +281,9 @@ msgstr "Nuevo registro"
|
|
247
281
|
msgid "New container"
|
248
282
|
msgstr "Nuevo contenedor"
|
249
283
|
|
284
|
+
msgid "New registry"
|
285
|
+
msgstr ""
|
286
|
+
|
250
287
|
# translation auto-copied from project Customer Portal Translations, version Portal-Case-Management, document Template, author gguerrer
|
251
288
|
msgid "Next"
|
252
289
|
msgstr "Siguiente"
|
@@ -273,11 +310,11 @@ msgstr "Contraseña de autenticación - usada para el paso final de SSH"
|
|
273
310
|
msgid "Password used for authentication to the registry"
|
274
311
|
msgstr "Contraseña utilizada para autenticar el registro"
|
275
312
|
|
276
|
-
msgid ""
|
277
|
-
"
|
313
|
+
msgid "Please turn on your container to see processes running, logs, and more."
|
314
|
+
msgstr "Por favor, encienda el contenedor para ver los procesos en ejecución, registros y más."
|
315
|
+
|
316
|
+
msgid "Port number e.g. 22"
|
278
317
|
msgstr ""
|
279
|
-
"Por favor, encienda el contenedor para ver los procesos en ejecución, "
|
280
|
-
"registros y más."
|
281
318
|
|
282
319
|
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
283
320
|
msgid "Power"
|
@@ -287,6 +324,9 @@ msgstr "Energía"
|
|
287
324
|
msgid "Power ON this machine"
|
288
325
|
msgstr "Encender esta máquina"
|
289
326
|
|
327
|
+
msgid "Preliminary"
|
328
|
+
msgstr ""
|
329
|
+
|
290
330
|
# translation auto-copied from project gnome-system-monitor, version 3.8.2.1, document gnome-system-monitor
|
291
331
|
msgid "Processes"
|
292
332
|
msgstr "Procesos"
|
@@ -301,18 +341,8 @@ msgstr "Registros"
|
|
301
341
|
msgid "Registry"
|
302
342
|
msgstr "Registro"
|
303
343
|
|
304
|
-
msgid "Registry
|
305
|
-
msgstr "Nombre de registro"
|
306
|
-
|
307
|
-
msgid ""
|
308
|
-
"Registry this container will have to use\\n "
|
309
|
-
" to get the image"
|
344
|
+
msgid "Registry this container will have to use to get the image"
|
310
345
|
msgstr ""
|
311
|
-
"Para registrar este contenedor tendrá que usar\\n "
|
312
|
-
" para obtener la imagen"
|
313
|
-
|
314
|
-
msgid "Registry url"
|
315
|
-
msgstr "URL de registro"
|
316
346
|
|
317
347
|
msgid "Repo"
|
318
348
|
msgstr "Repo"
|
@@ -323,10 +353,11 @@ msgstr "Selección de recursos"
|
|
323
353
|
msgid "Run power operation on a container"
|
324
354
|
msgstr "Ejecutar operacion de encendido en un contenedor"
|
325
355
|
|
326
|
-
msgid "Run power operation on a container
|
356
|
+
msgid "Run power operation on a container on a compute resource"
|
357
|
+
msgstr ""
|
358
|
+
|
359
|
+
msgid "Run?"
|
327
360
|
msgstr ""
|
328
|
-
"Ejecutar la operación de encendido en un contenedor en un recurso de cómputo "
|
329
|
-
""
|
330
361
|
|
331
362
|
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
332
363
|
msgid "Running on"
|
@@ -346,14 +377,17 @@ msgstr "Shell"
|
|
346
377
|
msgid "Show a container"
|
347
378
|
msgstr "Mostrar un contenedor"
|
348
379
|
|
349
|
-
msgid "Show
|
350
|
-
msgstr "
|
380
|
+
msgid "Show a docker registry"
|
381
|
+
msgstr ""
|
351
382
|
|
352
383
|
msgid "Show container logs"
|
353
384
|
msgstr "Mostrar registros de contenedor"
|
354
385
|
|
355
|
-
msgid "Show
|
356
|
-
msgstr "
|
386
|
+
msgid "Show container on a compute resource"
|
387
|
+
msgstr ""
|
388
|
+
|
389
|
+
msgid "Show logs from a container on a compute resource"
|
390
|
+
msgstr ""
|
357
391
|
|
358
392
|
# translation auto-copied from project Customer Portal Translations, version RHJBossMiddlewareOperationsNetworkProduc, document RHJBossMiddlewareOperationsNetworkProductUpdate.html, author gguerrer
|
359
393
|
msgid "Start"
|
@@ -375,16 +409,18 @@ msgstr "TTY"
|
|
375
409
|
msgid "Tag"
|
376
410
|
msgstr "Etiqueta"
|
377
411
|
|
412
|
+
msgid "Tag to use to create the container. e.g. latest"
|
413
|
+
msgstr ""
|
414
|
+
|
378
415
|
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
379
416
|
msgid "Test Connection"
|
380
417
|
msgstr "Probar conexión"
|
381
418
|
|
382
|
-
msgid ""
|
383
|
-
"The user that is used to ssh into the instance, normally docker-user, "
|
384
|
-
"ubuntu, root etc"
|
419
|
+
msgid "The capsule this container will have to use to get the image. Relevant for images retrieved from katello registry."
|
385
420
|
msgstr ""
|
386
|
-
|
387
|
-
"
|
421
|
+
|
422
|
+
msgid "The user that is used to ssh into the instance, normally docker-user, ubuntu, root etc"
|
423
|
+
msgstr "El usuario utilizado para conectarse a la instancia mediante ssh, por lo general: docker -user, ubuntu, root, etc."
|
388
424
|
|
389
425
|
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
390
426
|
msgid "URL"
|
@@ -394,22 +430,24 @@ msgstr "URL"
|
|
394
430
|
msgid "UUID"
|
395
431
|
msgstr "UUID"
|
396
432
|
|
433
|
+
msgid "Unable to log in to this Docker Registry - %s"
|
434
|
+
msgstr ""
|
435
|
+
|
397
436
|
msgid "Unknown method: available power operations are %s"
|
398
437
|
msgstr "Método desconocido: operaciones de energía disponibles son %s"
|
399
438
|
|
439
|
+
msgid "Update a docker registry"
|
440
|
+
msgstr ""
|
441
|
+
|
400
442
|
# translation auto-copied from project RHN Satellite UI, version 5.6, document java/code/src/com/redhat/rhn/frontend/strings/database/StringResource
|
401
443
|
msgid "Uptime"
|
402
444
|
msgstr "Tiempo de funcionamiento"
|
403
445
|
|
404
|
-
# translation auto-copied from project Satellite6 Hammer CLI Foreman, version 6.1, document hammer-cli-foreman
|
405
|
-
msgid "Url"
|
406
|
-
msgstr "Url"
|
407
|
-
|
408
446
|
msgid "Username used to access the registry"
|
409
447
|
msgstr "Nombre de usuario utilizado para acceder al registro"
|
410
448
|
|
411
|
-
msgid "Value, e.g
|
412
|
-
msgstr "
|
449
|
+
msgid "Value, e.g. example.org"
|
450
|
+
msgstr ""
|
413
451
|
|
414
452
|
msgid "Where do you want to deploy your container?:"
|
415
453
|
msgstr "¿En dónde desea implementar el contenedor?"
|
@@ -421,12 +459,8 @@ msgstr "Atributos errados: %s"
|
|
421
459
|
msgid "Yes"
|
422
460
|
msgstr "Sí"
|
423
461
|
|
424
|
-
msgid ""
|
425
|
-
"
|
426
|
-
"and try again."
|
427
|
-
msgstr ""
|
428
|
-
"Necesita un recurso de computación Docker para crear contenedores. Por favor "
|
429
|
-
"%s e intente de nuevo."
|
462
|
+
msgid "You need a Docker compute resource in order to create containers. Please %s and try again."
|
463
|
+
msgstr "Necesita un recurso de computación Docker para crear contenedores. Por favor %s e intente de nuevo."
|
430
464
|
|
431
465
|
msgid "Your container is stopped."
|
432
466
|
msgstr "Su contenedor se detuvo."
|
@@ -435,8 +469,7 @@ msgid "docker/my-committed-image"
|
|
435
469
|
msgstr "docker/my-committed-image"
|
436
470
|
|
437
471
|
msgid "e.g. https://docker.example.com:4243 or unix:///var/run/docker.sock"
|
438
|
-
msgstr ""
|
439
|
-
"P. ej., https://docker.example.com:4243 or unix:///var/run/docker.sock"
|
472
|
+
msgstr "P. ej., https://docker.example.com:4243 or unix:///var/run/docker.sock"
|
440
473
|
|
441
474
|
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman, author gguerrer
|
442
475
|
msgid "failed to %{action} %{vm}"
|
@@ -452,5 +485,4 @@ msgid "learn more about CPU shares"
|
|
452
485
|
msgstr "Aprender más sobre recursos compartidos"
|
453
486
|
|
454
487
|
msgid "power action, valid actions are (start), (stop), (status)"
|
455
|
-
msgstr ""
|
456
|
-
"acción de encendido, las acciones válidas incluyen (start), (stop), (status)"
|
488
|
+
msgstr "acción de encendido, las acciones válidas incluyen (start), (stop), (status)"
|
File without changes
|
data/locale/foreman_docker.pot
CHANGED
@@ -1,437 +1,632 @@
|
|
1
|
+
# SOME DESCRIPTIVE TITLE.
|
2
|
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
|
+
# This file is distributed under the same license as the foreman_docker package.
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5
|
+
#
|
1
6
|
#, fuzzy
|
2
7
|
msgid ""
|
3
8
|
msgstr ""
|
4
|
-
"Project-Id-Version:
|
9
|
+
"Project-Id-Version: foreman_docker 1.0.0\n"
|
5
10
|
"Report-Msgid-Bugs-To: \n"
|
6
|
-
"POT-Creation-Date:
|
7
|
-
"PO-Revision-Date:
|
11
|
+
"POT-Creation-Date: 2016-03-30 11:55+0200\n"
|
12
|
+
"PO-Revision-Date: 2016-03-30 11:55+0200\n"
|
8
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
9
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
|
+
"Language: \n"
|
10
16
|
"MIME-Version: 1.0\n"
|
11
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
12
18
|
"Content-Transfer-Encoding: 8bit\n"
|
13
|
-
"Language: \n"
|
14
19
|
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
15
20
|
|
16
|
-
#: ../
|
17
|
-
msgid "
|
21
|
+
#: ../app/controllers/api/v2/containers_controller.rb:13
|
22
|
+
msgid "List all containers"
|
18
23
|
msgstr ""
|
19
24
|
|
20
|
-
#: ../
|
21
|
-
msgid "
|
25
|
+
#: ../app/controllers/api/v2/containers_controller.rb:15
|
26
|
+
msgid "List all containers on a compute resource"
|
22
27
|
msgstr ""
|
23
28
|
|
24
|
-
#: ../
|
25
|
-
msgid "
|
29
|
+
#: ../app/controllers/api/v2/containers_controller.rb:29
|
30
|
+
msgid "Show a container"
|
26
31
|
msgstr ""
|
27
32
|
|
28
|
-
#: ../
|
29
|
-
msgid "
|
33
|
+
#: ../app/controllers/api/v2/containers_controller.rb:31
|
34
|
+
msgid "Show container on a compute resource"
|
30
35
|
msgstr ""
|
31
36
|
|
32
|
-
#: ../
|
33
|
-
|
34
|
-
#: ../foreman-docker/app/views/containers/_list.html.erb:34
|
35
|
-
msgid "Delete %s?"
|
37
|
+
#: ../app/controllers/api/v2/containers_controller.rb:43
|
38
|
+
msgid "Registry this container will have to use to get the image"
|
36
39
|
msgstr ""
|
37
40
|
|
38
|
-
#: ../
|
39
|
-
|
40
|
-
msgid "Registry"
|
41
|
+
#: ../app/controllers/api/v2/containers_controller.rb:46
|
42
|
+
msgid "Name of the repository to use to create the container. e.g. centos"
|
41
43
|
msgstr ""
|
42
44
|
|
43
|
-
#: ../
|
44
|
-
msgid "
|
45
|
+
#: ../app/controllers/api/v2/containers_controller.rb:49
|
46
|
+
msgid "Tag to use to create the container. e.g. latest"
|
45
47
|
msgstr ""
|
46
48
|
|
47
|
-
#: ../
|
48
|
-
msgid "
|
49
|
+
#: ../app/controllers/api/v2/containers_controller.rb:60
|
50
|
+
msgid ""
|
51
|
+
"The capsule this container will have to use to get the image. Relevant for ima"
|
52
|
+
"ges retrieved from katello registry."
|
49
53
|
msgstr ""
|
50
54
|
|
51
|
-
#: ../
|
52
|
-
msgid "
|
55
|
+
#: ../app/controllers/api/v2/containers_controller.rb:66
|
56
|
+
msgid "Create a container"
|
53
57
|
msgstr ""
|
54
58
|
|
55
|
-
#: ../
|
56
|
-
msgid "
|
59
|
+
#: ../app/controllers/api/v2/containers_controller.rb:68
|
60
|
+
msgid "Create container on a compute resource"
|
57
61
|
msgstr ""
|
58
62
|
|
59
|
-
#: ../
|
60
|
-
msgid "
|
63
|
+
#: ../app/controllers/api/v2/containers_controller.rb:84
|
64
|
+
msgid "Wrong attributes: %s"
|
61
65
|
msgstr ""
|
62
66
|
|
63
|
-
#: ../
|
64
|
-
msgid "
|
67
|
+
#: ../app/controllers/api/v2/containers_controller.rb:88
|
68
|
+
msgid "Delete a container"
|
65
69
|
msgstr ""
|
66
70
|
|
67
|
-
#: ../
|
68
|
-
msgid "
|
71
|
+
#: ../app/controllers/api/v2/containers_controller.rb:90
|
72
|
+
msgid "Delete container on a compute resource"
|
69
73
|
msgstr ""
|
70
74
|
|
71
|
-
#: ../
|
72
|
-
msgid "
|
75
|
+
#: ../app/controllers/api/v2/containers_controller.rb:98
|
76
|
+
msgid "Show container logs"
|
73
77
|
msgstr ""
|
74
78
|
|
75
|
-
#: ../
|
76
|
-
msgid "
|
79
|
+
#: ../app/controllers/api/v2/containers_controller.rb:100
|
80
|
+
msgid "Show logs from a container on a compute resource"
|
77
81
|
msgstr ""
|
78
82
|
|
79
|
-
#: ../
|
80
|
-
msgid "
|
83
|
+
#: ../app/controllers/api/v2/containers_controller.rb:105
|
84
|
+
msgid "Number of lines to tail. Default: 100"
|
81
85
|
msgstr ""
|
82
86
|
|
83
|
-
#: ../
|
84
|
-
|
85
|
-
msgid "New Registry"
|
87
|
+
#: ../app/controllers/api/v2/containers_controller.rb:114
|
88
|
+
msgid "Run power operation on a container"
|
86
89
|
msgstr ""
|
87
90
|
|
88
|
-
#: ../
|
89
|
-
|
90
|
-
msgid "Registries"
|
91
|
+
#: ../app/controllers/api/v2/containers_controller.rb:116
|
92
|
+
msgid "Run power operation on a container on a compute resource"
|
91
93
|
msgstr ""
|
92
94
|
|
93
|
-
#: ../
|
94
|
-
|
95
|
-
#: ../foreman-docker/app/views/containers/show.html.erb:11
|
96
|
-
#: ../foreman-docker/app/views/compute_resources_vms/index/_docker.html.erb:4
|
97
|
-
#: ../foreman-docker/app/views/compute_resources_vms/show/_docker.html.erb:6
|
98
|
-
msgid "Name"
|
95
|
+
#: ../app/controllers/api/v2/containers_controller.rb:121
|
96
|
+
msgid "power action, valid actions are (start), (stop), (status)"
|
99
97
|
msgstr ""
|
100
98
|
|
101
|
-
#: ../
|
102
|
-
msgid "
|
99
|
+
#: ../app/controllers/api/v2/containers_controller.rb:134
|
100
|
+
msgid "Unknown method: available power operations are %s"
|
103
101
|
msgstr ""
|
104
102
|
|
105
|
-
#: ../
|
106
|
-
msgid "
|
103
|
+
#: ../app/controllers/api/v2/registries_controller.rb:22
|
104
|
+
msgid "List all docker registries"
|
107
105
|
msgstr ""
|
108
106
|
|
109
|
-
#: ../
|
110
|
-
msgid "
|
107
|
+
#: ../app/controllers/api/v2/registries_controller.rb:29
|
108
|
+
msgid "Show a docker registry"
|
111
109
|
msgstr ""
|
112
110
|
|
113
|
-
#: ../
|
114
|
-
msgid ""
|
115
|
-
"The user that is used to ssh into the instance, normally docker-user, "
|
116
|
-
"ubuntu, root etc"
|
111
|
+
#: ../app/controllers/api/v2/registries_controller.rb:34
|
112
|
+
msgid "Create a docker registry"
|
117
113
|
msgstr ""
|
118
114
|
|
119
|
-
#: ../
|
120
|
-
msgid "
|
115
|
+
#: ../app/controllers/api/v2/registries_controller.rb:41
|
116
|
+
msgid "Update a docker registry"
|
121
117
|
msgstr ""
|
122
118
|
|
123
|
-
#: ../
|
124
|
-
msgid "
|
119
|
+
#: ../app/controllers/api/v2/registries_controller.rb:48
|
120
|
+
msgid "Delete a docker registry"
|
125
121
|
msgstr ""
|
126
122
|
|
127
|
-
#: ../
|
128
|
-
msgid "
|
123
|
+
#: ../app/controllers/containers_controller.rb:25
|
124
|
+
msgid "Container %s is being deleted."
|
129
125
|
msgstr ""
|
130
126
|
|
131
|
-
#: ../
|
132
|
-
msgid "
|
127
|
+
#: ../app/controllers/containers_controller.rb:44
|
128
|
+
msgid "%{container} commit was successful"
|
133
129
|
msgstr ""
|
134
130
|
|
135
|
-
#: ../
|
136
|
-
msgid "
|
131
|
+
#: ../app/controllers/containers_controller.rb:47
|
132
|
+
msgid "Failed to commit %{container}: %{e}"
|
137
133
|
msgstr ""
|
138
134
|
|
139
|
-
#: ../
|
140
|
-
msgid "
|
135
|
+
#: ../app/controllers/containers_controller.rb:60
|
136
|
+
msgid "%{vm} is now %{vm_state}"
|
141
137
|
msgstr ""
|
142
138
|
|
143
|
-
#: ../
|
144
|
-
msgid "
|
139
|
+
#: ../app/controllers/containers_controller.rb:64
|
140
|
+
msgid "failed to %{action} %{vm}"
|
145
141
|
msgstr ""
|
146
142
|
|
147
|
-
#: ../
|
148
|
-
msgid "
|
143
|
+
#: ../app/controllers/containers_controller.rb:69
|
144
|
+
msgid "Error - %{message}"
|
149
145
|
msgstr ""
|
150
146
|
|
151
|
-
#: ../
|
152
|
-
msgid "
|
147
|
+
#: ../app/controllers/image_search_controller.rb:62
|
148
|
+
msgid "An error occured during repository search: '%s'"
|
153
149
|
msgstr ""
|
154
150
|
|
155
|
-
#: ../
|
156
|
-
#: ../
|
157
|
-
|
158
|
-
msgid "CPU shares"
|
151
|
+
#: ../app/helpers/container_steps_helper.rb:12
|
152
|
+
#: ../app/views/registries/_form.html.erb:4
|
153
|
+
msgid "Registry"
|
159
154
|
msgstr ""
|
160
155
|
|
161
|
-
#: ../
|
162
|
-
msgid "
|
156
|
+
#: ../app/helpers/container_steps_helper.rb:16
|
157
|
+
msgid "Select a registry"
|
163
158
|
msgstr ""
|
164
159
|
|
165
|
-
#: ../
|
166
|
-
#: ../
|
167
|
-
#: ../
|
168
|
-
#: ../
|
169
|
-
|
170
|
-
msgid "Memory"
|
160
|
+
#: ../app/helpers/container_steps_helper.rb:22
|
161
|
+
#: ../app/views/compute_resources_vms/form/_docker.html.erb:6
|
162
|
+
#: ../app/views/compute_resources_vms/index/_docker.html.erb:5
|
163
|
+
#: ../app/views/containers/_list.html.erb:6
|
164
|
+
msgid "Image"
|
171
165
|
msgstr ""
|
172
166
|
|
173
|
-
#: ../
|
174
|
-
|
175
|
-
msgid "Cancel"
|
167
|
+
#: ../app/helpers/container_steps_helper.rb:22
|
168
|
+
msgid "Environment"
|
176
169
|
msgstr ""
|
177
170
|
|
178
|
-
#: ../
|
179
|
-
msgid "
|
171
|
+
#: ../app/helpers/container_steps_helper.rb:22
|
172
|
+
msgid "Configuration"
|
180
173
|
msgstr ""
|
181
174
|
|
182
|
-
#: ../
|
183
|
-
|
184
|
-
msgid "Submit"
|
175
|
+
#: ../app/helpers/container_steps_helper.rb:22
|
176
|
+
msgid "Preliminary"
|
185
177
|
msgstr ""
|
186
178
|
|
187
|
-
#: ../
|
188
|
-
msgid "
|
179
|
+
#: ../app/helpers/containers_helper.rb:34
|
180
|
+
msgid "Commit"
|
189
181
|
msgstr ""
|
190
182
|
|
191
|
-
#: ../
|
192
|
-
|
183
|
+
#: ../app/helpers/containers_helper.rb:43
|
184
|
+
#: ../app/views/containers/_list.html.erb:36
|
185
|
+
#: ../app/views/registries/index.html.erb:23
|
186
|
+
msgid "Delete %s?"
|
193
187
|
msgstr ""
|
194
188
|
|
195
|
-
#: ../
|
196
|
-
msgid "
|
189
|
+
#: ../app/helpers/containers_helper.rb:71
|
190
|
+
msgid "Are you sure you want to power %{act} %{vm}?"
|
197
191
|
msgstr ""
|
198
192
|
|
199
|
-
#: ../
|
200
|
-
msgid "
|
193
|
+
#: ../app/models/concerns/fog_extensions/fogdocker/server.rb:39
|
194
|
+
msgid "%{cores} cores and %{memory} memory"
|
201
195
|
msgstr ""
|
202
196
|
|
203
|
-
#: ../
|
204
|
-
msgid "
|
197
|
+
#: ../app/models/container.rb:61
|
198
|
+
msgid "Docker/Container"
|
205
199
|
msgstr ""
|
206
200
|
|
207
|
-
#: ../
|
208
|
-
msgid "
|
201
|
+
#: ../app/models/docker_registry.rb:39
|
202
|
+
msgid "Docker/Registry"
|
209
203
|
msgstr ""
|
210
204
|
|
211
|
-
#: ../
|
212
|
-
msgid "
|
205
|
+
#: ../app/models/docker_registry.rb:50
|
206
|
+
msgid "Unable to log in to this Docker Registry - %s"
|
213
207
|
msgstr ""
|
214
208
|
|
215
|
-
#: ../
|
216
|
-
msgid "
|
209
|
+
#: ../app/models/foreman_docker/docker.rb:140
|
210
|
+
msgid "Error creating communicating with Docker. Check the Foreman logs: %s"
|
217
211
|
msgstr ""
|
218
212
|
|
219
|
-
#: ../
|
220
|
-
msgid ""
|
221
|
-
"You need a Docker compute resource in order to create containers. Please %s "
|
222
|
-
"and try again."
|
213
|
+
#: ../app/models/service/containers.rb:101
|
214
|
+
msgid "Could not start container"
|
223
215
|
msgstr ""
|
224
216
|
|
225
|
-
#: ../
|
226
|
-
msgid "
|
217
|
+
#: ../app/views/compute_resources/form/_docker.html.erb:1
|
218
|
+
msgid "e.g. https://docker.example.com:4243 or unix:///var/run/docker.sock"
|
227
219
|
msgstr ""
|
228
220
|
|
229
|
-
#: ../
|
230
|
-
msgid "
|
221
|
+
#: ../app/views/compute_resources/form/_docker.html.erb:7
|
222
|
+
msgid "Test Connection"
|
231
223
|
msgstr ""
|
232
224
|
|
233
|
-
#: ../
|
234
|
-
|
225
|
+
#: ../app/views/compute_resources/show/_docker.html.erb:2
|
226
|
+
#: ../app/views/registries/index.html.erb:9
|
227
|
+
msgid "URL"
|
235
228
|
msgstr ""
|
236
229
|
|
237
|
-
#: ../
|
238
|
-
msgid "
|
230
|
+
#: ../app/views/compute_resources_vms/form/_docker.html.erb:10
|
231
|
+
msgid "Cores"
|
239
232
|
msgstr ""
|
240
233
|
|
241
|
-
#: ../
|
242
|
-
|
234
|
+
#: ../app/views/compute_resources_vms/form/_docker.html.erb:11
|
235
|
+
#: ../app/views/compute_resources_vms/index/_docker.html.erb:7
|
236
|
+
#: ../app/views/compute_resources_vms/show/_docker.html.erb:22
|
237
|
+
#: ../app/views/containers/show.html.erb:39
|
238
|
+
#: ../app/views/containers/steps/configuration.html.erb:15
|
239
|
+
msgid "Memory"
|
243
240
|
msgstr ""
|
244
241
|
|
245
|
-
#: ../
|
246
|
-
|
242
|
+
#: ../app/views/compute_resources_vms/form/_docker.html.erb:13
|
243
|
+
#: ../app/views/compute_resources_vms/show/_docker.html.erb:26
|
244
|
+
#: ../app/views/containers/_list.html.erb:7
|
245
|
+
#: ../app/views/containers/show.html.erb:43
|
246
|
+
msgid "Command"
|
247
247
|
msgstr ""
|
248
248
|
|
249
|
-
#: ../
|
250
|
-
msgid "
|
249
|
+
#: ../app/views/compute_resources_vms/form/_docker.html.erb:15
|
250
|
+
msgid "Power ON this machine"
|
251
251
|
msgstr ""
|
252
252
|
|
253
|
-
#: ../
|
254
|
-
msgid "
|
253
|
+
#: ../app/views/compute_resources_vms/form/_docker.html.erb:15
|
254
|
+
msgid "Start"
|
255
255
|
msgstr ""
|
256
256
|
|
257
|
-
#: ../
|
258
|
-
#: ../
|
259
|
-
#: ../
|
260
|
-
|
257
|
+
#: ../app/views/compute_resources_vms/index/_docker.html.erb:4
|
258
|
+
#: ../app/views/compute_resources_vms/show/_docker.html.erb:6
|
259
|
+
#: ../app/views/containers/_list.html.erb:4
|
260
|
+
#: ../app/views/containers/show.html.erb:11
|
261
|
+
#: ../app/views/registries/index.html.erb:8
|
262
|
+
msgid "Name"
|
261
263
|
msgstr ""
|
262
264
|
|
263
|
-
#: ../
|
264
|
-
msgid "
|
265
|
+
#: ../app/views/compute_resources_vms/index/_docker.html.erb:6
|
266
|
+
msgid "CPUs"
|
267
|
+
msgstr ""
|
268
|
+
|
269
|
+
#: ../app/views/compute_resources_vms/index/_docker.html.erb:8
|
270
|
+
#: ../app/views/containers/_list.html.erb:5
|
271
|
+
msgid "Status"
|
265
272
|
msgstr ""
|
266
273
|
|
267
|
-
#: ../
|
268
|
-
msgid "
|
274
|
+
#: ../app/views/compute_resources_vms/index/_docker.html.erb:9
|
275
|
+
msgid "Power"
|
269
276
|
msgstr ""
|
270
277
|
|
271
|
-
#: ../
|
272
|
-
#: ../
|
273
|
-
msgid "
|
278
|
+
#: ../app/views/compute_resources_vms/show/_docker.html.erb:4
|
279
|
+
#: ../app/views/containers/show.html.erb:9
|
280
|
+
msgid "Properties"
|
274
281
|
msgstr ""
|
275
282
|
|
276
|
-
#: ../
|
277
|
-
#: ../
|
278
|
-
|
279
|
-
msgid "Image"
|
283
|
+
#: ../app/views/compute_resources_vms/show/_docker.html.erb:10
|
284
|
+
#: ../app/views/containers/show.html.erb:23
|
285
|
+
msgid "IP Address"
|
280
286
|
msgstr ""
|
281
287
|
|
282
|
-
#: ../
|
283
|
-
#: ../
|
284
|
-
#: ../
|
285
|
-
|
286
|
-
msgid "Command"
|
288
|
+
#: ../app/views/compute_resources_vms/show/_docker.html.erb:14
|
289
|
+
#: ../app/views/containers/show.html.erb:27
|
290
|
+
#: ../app/views/containers/steps/configuration.html.erb:12
|
291
|
+
msgid "CPU shares"
|
287
292
|
msgstr ""
|
288
293
|
|
289
|
-
#: ../
|
290
|
-
|
294
|
+
#: ../app/views/compute_resources_vms/show/_docker.html.erb:18
|
295
|
+
#: ../app/views/containers/show.html.erb:35
|
296
|
+
msgid "UUID"
|
291
297
|
msgstr ""
|
292
298
|
|
293
|
-
#: ../
|
294
|
-
#: ../
|
295
|
-
|
299
|
+
#: ../app/views/compute_resources_vms/show/_docker.html.erb:30
|
300
|
+
#: ../app/views/containers/show.html.erb:47
|
301
|
+
msgid "Exposed ports"
|
302
|
+
msgstr ""
|
303
|
+
|
304
|
+
#: ../app/views/compute_resources_vms/show/_docker.html.erb:35
|
305
|
+
#: ../app/views/containers/_list.html.erb:9
|
306
|
+
#: ../app/views/containers/show.html.erb:89
|
296
307
|
msgid "Running on"
|
297
308
|
msgstr ""
|
298
309
|
|
299
|
-
#: ../
|
310
|
+
#: ../app/views/containers/_list.html.erb:8
|
311
|
+
msgid "Uptime"
|
312
|
+
msgstr ""
|
313
|
+
|
314
|
+
#: ../app/views/containers/_list.html.erb:10
|
300
315
|
msgid "Managed"
|
301
316
|
msgstr ""
|
302
317
|
|
303
|
-
#: ../
|
304
|
-
|
305
|
-
msgid "Properties"
|
318
|
+
#: ../app/views/containers/_list.html.erb:11
|
319
|
+
msgid "Action"
|
306
320
|
msgstr ""
|
307
321
|
|
308
|
-
#: ../
|
309
|
-
msgid "
|
322
|
+
#: ../app/views/containers/_list.html.erb:27
|
323
|
+
msgid "No"
|
310
324
|
msgstr ""
|
311
325
|
|
312
|
-
#: ../
|
313
|
-
msgid "
|
326
|
+
#: ../app/views/containers/_list.html.erb:27
|
327
|
+
msgid "Yes"
|
314
328
|
msgstr ""
|
315
329
|
|
316
|
-
#: ../
|
317
|
-
|
318
|
-
msgid "IP Address"
|
330
|
+
#: ../app/views/containers/index.html.erb:1 ../lib/foreman_docker/engine.rb:47
|
331
|
+
msgid "Containers"
|
319
332
|
msgstr ""
|
320
333
|
|
321
|
-
#: ../
|
322
|
-
#: ../
|
323
|
-
|
334
|
+
#: ../app/views/containers/index.html.erb:3
|
335
|
+
#: ../app/views/containers/steps/_title.html.erb:1
|
336
|
+
#: ../lib/foreman_docker/engine.rb:52
|
337
|
+
msgid "New container"
|
324
338
|
msgstr ""
|
325
339
|
|
326
|
-
#: ../
|
327
|
-
|
328
|
-
msgid "Exposed ports"
|
340
|
+
#: ../app/views/containers/index.html.erb:27
|
341
|
+
msgid "Error connecting with the compute resource: <strong> %s </strong>"
|
329
342
|
msgstr ""
|
330
343
|
|
331
|
-
#: ../
|
344
|
+
#: ../app/views/containers/show.html.erb:15
|
345
|
+
msgid "Image Repository"
|
346
|
+
msgstr ""
|
347
|
+
|
348
|
+
#: ../app/views/containers/show.html.erb:19
|
349
|
+
msgid "Image Tag"
|
350
|
+
msgstr ""
|
351
|
+
|
352
|
+
#: ../app/views/containers/show.html.erb:31
|
353
|
+
msgid "CPU set"
|
354
|
+
msgstr ""
|
355
|
+
|
356
|
+
#: ../app/views/containers/show.html.erb:61
|
357
|
+
#: ../app/views/containers/steps/environment.html.erb:16
|
358
|
+
msgid "DNS"
|
359
|
+
msgstr ""
|
360
|
+
|
361
|
+
#: ../app/views/containers/show.html.erb:69
|
332
362
|
msgid "Environment Variables"
|
333
363
|
msgstr ""
|
334
364
|
|
335
|
-
#: ../
|
365
|
+
#: ../app/views/containers/show.html.erb:103
|
336
366
|
msgid "Processes"
|
337
367
|
msgstr ""
|
338
368
|
|
339
|
-
#: ../
|
369
|
+
#: ../app/views/containers/show.html.erb:107
|
340
370
|
msgid "Logs"
|
341
371
|
msgstr ""
|
342
372
|
|
343
|
-
#: ../
|
373
|
+
#: ../app/views/containers/show.html.erb:139
|
344
374
|
msgid "Notice"
|
345
375
|
msgstr ""
|
346
376
|
|
347
|
-
#: ../
|
377
|
+
#: ../app/views/containers/show.html.erb:141
|
348
378
|
msgid "Your container is stopped."
|
349
379
|
msgstr ""
|
350
380
|
|
351
|
-
#: ../
|
352
|
-
msgid ""
|
353
|
-
"Please turn on your container to see processes running, logs, and more."
|
381
|
+
#: ../app/views/containers/show.html.erb:142
|
382
|
+
msgid "Please turn on your container to see processes running, logs, and more."
|
354
383
|
msgstr ""
|
355
384
|
|
356
|
-
#: ../
|
385
|
+
#: ../app/views/containers/show.html.erb:153
|
357
386
|
msgid "Commit this container state"
|
358
387
|
msgstr ""
|
359
388
|
|
360
|
-
#: ../
|
389
|
+
#: ../app/views/containers/show.html.erb:160
|
361
390
|
msgid "Repo"
|
362
391
|
msgstr ""
|
363
392
|
|
364
|
-
#: ../
|
393
|
+
#: ../app/views/containers/show.html.erb:162
|
365
394
|
msgid "docker/my-committed-image"
|
366
395
|
msgstr ""
|
367
396
|
|
368
|
-
#: ../
|
397
|
+
#: ../app/views/containers/show.html.erb:165
|
369
398
|
msgid "Tag"
|
370
399
|
msgstr ""
|
371
400
|
|
372
|
-
#: ../
|
401
|
+
#: ../app/views/containers/show.html.erb:167
|
373
402
|
msgid "latest"
|
374
403
|
msgstr ""
|
375
404
|
|
376
|
-
#: ../
|
405
|
+
#: ../app/views/containers/show.html.erb:170
|
377
406
|
msgid "Author"
|
378
407
|
msgstr ""
|
379
408
|
|
380
|
-
#: ../
|
381
|
-
msgid "Foreman user <foremaner@
|
409
|
+
#: ../app/views/containers/show.html.erb:172
|
410
|
+
msgid "Foreman user <foremaner@example.org>"
|
382
411
|
msgstr ""
|
383
412
|
|
384
|
-
#: ../
|
413
|
+
#: ../app/views/containers/show.html.erb:175
|
385
414
|
msgid "Comment"
|
386
415
|
msgstr ""
|
387
416
|
|
388
|
-
#: ../
|
417
|
+
#: ../app/views/containers/show.html.erb:177
|
389
418
|
msgid "Description of the commit"
|
390
419
|
msgstr ""
|
391
420
|
|
392
|
-
#: ../
|
393
|
-
#: ../
|
394
|
-
msgid "
|
421
|
+
#: ../app/views/containers/show.html.erb:180
|
422
|
+
#: ../app/views/containers/steps/_form_buttons.html.erb:4
|
423
|
+
msgid "Cancel"
|
395
424
|
msgstr ""
|
396
425
|
|
397
|
-
#: ../
|
398
|
-
#: ../
|
399
|
-
msgid "
|
426
|
+
#: ../app/views/containers/show.html.erb:182
|
427
|
+
#: ../app/views/containers/steps/_form_buttons.html.erb:14
|
428
|
+
msgid "Submit"
|
400
429
|
msgstr ""
|
401
430
|
|
402
|
-
#: ../
|
403
|
-
msgid "
|
431
|
+
#: ../app/views/containers/steps/_form_buttons.html.erb:8
|
432
|
+
msgid "Back"
|
404
433
|
msgstr ""
|
405
434
|
|
406
|
-
#: ../
|
407
|
-
msgid "
|
435
|
+
#: ../app/views/containers/steps/_form_buttons.html.erb:16
|
436
|
+
msgid "Next"
|
408
437
|
msgstr ""
|
409
438
|
|
410
|
-
#: ../
|
411
|
-
msgid "
|
439
|
+
#: ../app/views/containers/steps/_image_hub_tab.html.erb:15
|
440
|
+
msgid "Search"
|
412
441
|
msgstr ""
|
413
442
|
|
414
|
-
#: ../
|
415
|
-
msgid "
|
443
|
+
#: ../app/views/containers/steps/_image_hub_tab.html.erb:24
|
444
|
+
msgid "Find your favorite container, e.g. centos"
|
416
445
|
msgstr ""
|
417
446
|
|
418
|
-
#: ../
|
419
|
-
msgid "
|
447
|
+
#: ../app/views/containers/steps/configuration.html.erb:3
|
448
|
+
msgid "Basic options"
|
420
449
|
msgstr ""
|
421
450
|
|
422
|
-
#: ../
|
423
|
-
msgid "
|
451
|
+
#: ../app/views/containers/steps/configuration.html.erb:8
|
452
|
+
msgid "Compute options"
|
424
453
|
msgstr ""
|
425
454
|
|
426
|
-
#: ../
|
427
|
-
msgid "
|
455
|
+
#: ../app/views/containers/steps/configuration.html.erb:9
|
456
|
+
msgid "CPU sets"
|
428
457
|
msgstr ""
|
429
458
|
|
430
|
-
#: ../
|
431
|
-
msgid "
|
459
|
+
#: ../app/views/containers/steps/configuration.html.erb:11
|
460
|
+
msgid "learn more about CPU sets"
|
432
461
|
msgstr ""
|
433
462
|
|
434
|
-
#: ../
|
435
|
-
msgid "
|
463
|
+
#: ../app/views/containers/steps/configuration.html.erb:14
|
464
|
+
msgid "learn more about CPU shares"
|
465
|
+
msgstr ""
|
466
|
+
|
467
|
+
#: ../app/views/containers/steps/environment.html.erb:5
|
468
|
+
msgid "Shell"
|
469
|
+
msgstr ""
|
470
|
+
|
471
|
+
#: ../app/views/containers/steps/environment.html.erb:6
|
472
|
+
msgid "TTY"
|
473
|
+
msgstr ""
|
474
|
+
|
475
|
+
#: ../app/views/containers/steps/environment.html.erb:6
|
476
|
+
msgid "Allocate a pseudo-tty"
|
477
|
+
msgstr ""
|
478
|
+
|
479
|
+
#: ../app/views/containers/steps/environment.html.erb:7
|
480
|
+
msgid "Attach STDIN"
|
436
481
|
msgstr ""
|
437
482
|
|
483
|
+
#: ../app/views/containers/steps/environment.html.erb:8
|
484
|
+
msgid "Attach STDOUT"
|
485
|
+
msgstr ""
|
486
|
+
|
487
|
+
#: ../app/views/containers/steps/environment.html.erb:9
|
488
|
+
msgid "Attach STDERR"
|
489
|
+
msgstr ""
|
490
|
+
|
491
|
+
#: ../app/views/containers/steps/environment.html.erb:12
|
492
|
+
msgid "Environment variables"
|
493
|
+
msgstr ""
|
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 ""
|
514
|
+
|
515
|
+
#: ../app/views/containers/steps/image.html.erb:19
|
516
|
+
msgid "External registry"
|
517
|
+
msgstr ""
|
518
|
+
|
519
|
+
#: ../app/views/containers/steps/preliminary.html.erb:6
|
520
|
+
msgid "Compute resource"
|
521
|
+
msgstr ""
|
522
|
+
|
523
|
+
#: ../app/views/containers/steps/preliminary.html.erb:19
|
524
|
+
msgid "Resource selection"
|
525
|
+
msgstr ""
|
526
|
+
|
527
|
+
#: ../app/views/containers/steps/preliminary.html.erb:20
|
528
|
+
msgid "Where do you want to deploy your container?:"
|
529
|
+
msgstr ""
|
530
|
+
|
531
|
+
#: ../app/views/containers/steps/preliminary.html.erb:22
|
532
|
+
msgid "Deploy on"
|
533
|
+
msgstr ""
|
534
|
+
|
535
|
+
#: ../app/views/containers/steps/preliminary.html.erb:25
|
536
|
+
msgid ""
|
537
|
+
"You need a Docker compute resource in order to create containers. Please %s an"
|
538
|
+
"d try again."
|
539
|
+
msgstr ""
|
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
|
+
#:
|
550
|
+
#: ../app/views/foreman_docker/common_parameters/_environment_variable.html.erb:3
|
551
|
+
msgid "Name, e.g. PING_HOST"
|
552
|
+
msgstr ""
|
553
|
+
|
554
|
+
#:
|
555
|
+
#: ../app/views/foreman_docker/common_parameters/_environment_variable.html.erb:5
|
556
|
+
msgid "Value, e.g. example.org"
|
557
|
+
msgstr ""
|
558
|
+
|
559
|
+
#:
|
560
|
+
#: ../app/views/foreman_docker/common_parameters/_environment_variables.html.erb:8
|
561
|
+
msgid "Add environment variable"
|
562
|
+
msgstr ""
|
563
|
+
|
564
|
+
#: ../app/views/foreman_docker/common_parameters/_exposed_port.html.erb:3
|
565
|
+
msgid "Port number e.g. 22"
|
566
|
+
msgstr ""
|
567
|
+
|
568
|
+
#: ../app/views/foreman_docker/common_parameters/_exposed_ports.erb:8
|
569
|
+
msgid "Add Exposed Port"
|
570
|
+
msgstr ""
|
571
|
+
|
572
|
+
#: ../app/views/images/form/_docker.html.erb:1
|
573
|
+
msgid ""
|
574
|
+
"The user that is used to ssh into the instance, normally docker-user, ubuntu, "
|
575
|
+
"root etc"
|
576
|
+
msgstr ""
|
577
|
+
|
578
|
+
#: ../app/views/images/form/_docker.html.erb:2
|
579
|
+
msgid "Password to authenticate with - used for SSH finish step."
|
580
|
+
msgstr ""
|
581
|
+
|
582
|
+
#: ../app/views/images/form/_docker.html.erb:4
|
583
|
+
msgid "Does this image support user data input?"
|
584
|
+
msgstr ""
|
585
|
+
|
586
|
+
#: ../app/views/registries/_form.html.erb:6
|
587
|
+
msgid "Locations"
|
588
|
+
msgstr ""
|
589
|
+
|
590
|
+
#: ../app/views/registries/_form.html.erb:9
|
591
|
+
msgid "Organizations"
|
592
|
+
msgstr ""
|
593
|
+
|
594
|
+
#: ../app/views/registries/_form.html.erb:17
|
595
|
+
msgid "Description of the registry"
|
596
|
+
msgstr ""
|
597
|
+
|
598
|
+
#: ../app/views/registries/_form.html.erb:18
|
599
|
+
msgid "Username used to access the registry"
|
600
|
+
msgstr ""
|
601
|
+
|
602
|
+
#: ../app/views/registries/_form.html.erb:19
|
603
|
+
msgid "Password used for authentication to the registry"
|
604
|
+
msgstr ""
|
605
|
+
|
606
|
+
#: ../app/views/registries/edit.html.erb:1
|
607
|
+
msgid "Edit Registry"
|
608
|
+
msgstr ""
|
609
|
+
|
610
|
+
#: ../app/views/registries/index.html.erb:1 ../lib/foreman_docker/engine.rb:55
|
611
|
+
msgid "Registries"
|
612
|
+
msgstr ""
|
613
|
+
|
614
|
+
#: ../app/views/registries/index.html.erb:3
|
615
|
+
msgid "New registry"
|
616
|
+
msgstr ""
|
617
|
+
|
618
|
+
#: ../app/views/registries/index.html.erb:10
|
619
|
+
msgid "Description"
|
620
|
+
msgstr ""
|
621
|
+
|
622
|
+
#: ../app/views/registries/index.html.erb:11
|
623
|
+
msgid "Actions"
|
624
|
+
msgstr ""
|
625
|
+
|
626
|
+
#: ../app/views/registries/new.html.erb:1
|
627
|
+
msgid "New Registry"
|
628
|
+
msgstr ""
|
629
|
+
|
630
|
+
#: ../lib/foreman_docker/engine.rb:49
|
631
|
+
msgid "All containers"
|
632
|
+
msgstr ""
|