foreman_docker 2.0.1 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (81) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_docker/image_step.js +17 -16
  3. data/app/assets/stylesheets/foreman_docker/autocomplete.css.scss +2 -2
  4. data/app/controllers/api/v2/containers_controller.rb +23 -15
  5. data/app/controllers/containers/steps_controller.rb +3 -3
  6. data/app/controllers/containers_controller.rb +17 -19
  7. data/app/helpers/container_steps_helper.rb +5 -1
  8. data/app/helpers/containers_helper.rb +5 -7
  9. data/app/models/concerns/fog_extensions/fogdocker/server.rb +1 -1
  10. data/app/models/docker_registry.rb +16 -4
  11. data/app/models/foreman_docker/docker.rb +2 -1
  12. data/app/models/service/containers.rb +1 -1
  13. data/app/overrides/remove_docker_from_compute_profiles.rb +14 -0
  14. data/app/overrides/rename_virtual_machines_containers.rb +10 -0
  15. data/app/services/foreman_docker/container_remover.rb +20 -0
  16. data/app/views/containers/index.html.erb +4 -7
  17. data/app/views/containers/show.html.erb +2 -2
  18. data/app/views/containers/steps/_image_hub_tab.html.erb +41 -40
  19. data/app/views/foreman_docker/common_parameters/_dns_entry.html.erb +2 -2
  20. data/app/views/foreman_docker/common_parameters/_environment_variable.html.erb +2 -2
  21. data/app/views/foreman_docker/common_parameters/_exposed_port.html.erb +1 -1
  22. data/app/views/registries/index.html.erb +7 -7
  23. data/config/routes.rb +1 -1
  24. data/db/migrate/20141209182008_remove_docker_tables.rb +8 -2
  25. data/lib/foreman_docker/engine.rb +1 -0
  26. data/lib/foreman_docker/version.rb +1 -1
  27. data/locale/Makefile +58 -4
  28. data/locale/de/LC_MESSAGES/foreman_docker.mo +0 -0
  29. data/locale/de/foreman_docker.edit.po +631 -0
  30. data/locale/de/foreman_docker.po +110 -78
  31. data/locale/de/foreman_docker.po.time_stamp +0 -0
  32. data/locale/es/LC_MESSAGES/foreman_docker.mo +0 -0
  33. data/locale/es/foreman_docker.edit.po +631 -0
  34. data/locale/es/foreman_docker.po +110 -78
  35. data/locale/es/foreman_docker.po.time_stamp +0 -0
  36. data/locale/foreman_docker.pot +414 -219
  37. data/locale/fr/LC_MESSAGES/foreman_docker.mo +0 -0
  38. data/locale/fr/foreman_docker.edit.po +632 -0
  39. data/locale/fr/foreman_docker.po +111 -84
  40. data/locale/fr/foreman_docker.po.time_stamp +0 -0
  41. data/locale/it/LC_MESSAGES/foreman_docker.mo +0 -0
  42. data/locale/it/foreman_docker.edit.po +630 -0
  43. data/locale/it/foreman_docker.po +110 -82
  44. data/locale/it/foreman_docker.po.time_stamp +0 -0
  45. data/locale/ja/LC_MESSAGES/foreman_docker.mo +0 -0
  46. data/locale/ja/foreman_docker.edit.po +634 -0
  47. data/locale/ja/foreman_docker.po +109 -64
  48. data/locale/ja/foreman_docker.po.time_stamp +0 -0
  49. data/locale/ko/LC_MESSAGES/foreman_docker.mo +0 -0
  50. data/locale/ko/foreman_docker.edit.po +629 -0
  51. data/locale/ko/foreman_docker.po +108 -65
  52. data/locale/ko/foreman_docker.po.time_stamp +0 -0
  53. data/locale/pt_BR/LC_MESSAGES/foreman_docker.mo +0 -0
  54. data/locale/pt_BR/foreman_docker.edit.po +631 -0
  55. data/locale/pt_BR/foreman_docker.po +109 -74
  56. data/locale/pt_BR/foreman_docker.po.time_stamp +0 -0
  57. data/locale/ru/LC_MESSAGES/foreman_docker.mo +0 -0
  58. data/locale/ru/foreman_docker.edit.po +630 -0
  59. data/locale/ru/foreman_docker.po +110 -72
  60. data/locale/ru/foreman_docker.po.time_stamp +0 -0
  61. data/locale/zanata.xml +3 -3
  62. data/locale/zh_CN/LC_MESSAGES/foreman_docker.mo +0 -0
  63. data/locale/zh_CN/foreman_docker.edit.po +628 -0
  64. data/locale/zh_CN/foreman_docker.po +108 -64
  65. data/locale/zh_CN/foreman_docker.po.time_stamp +0 -0
  66. data/locale/zh_TW/LC_MESSAGES/foreman_docker.mo +0 -0
  67. data/locale/zh_TW/foreman_docker.edit.po +628 -0
  68. data/locale/zh_TW/foreman_docker.po +108 -65
  69. data/locale/zh_TW/foreman_docker.po.time_stamp +0 -0
  70. data/test/factories/docker_registry.rb +4 -0
  71. data/test/functionals/api/v2/containers_controller_test.rb +18 -4
  72. data/test/functionals/api/v2/registries_controller_test.rb +2 -0
  73. data/test/functionals/containers_controller_test.rb +56 -8
  74. data/test/integration/container_steps_test.rb +1 -1
  75. data/test/integration/container_test.rb +1 -1
  76. data/test/units/container_remover_test.rb +31 -0
  77. data/test/units/container_test.rb +6 -0
  78. data/test/units/containers_service_test.rb +2 -0
  79. data/test/units/docker_registry_test.rb +20 -3
  80. data/test/units/foreman_docker/docker_test.rb +10 -0
  81. metadata +57 -6
@@ -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 "Se ha enviado con éxito %{container} "
17
+ msgstr ""
22
18
 
23
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
24
- msgid "%{cores} Cores and %{memory} memory"
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 container in a compute resource"
117
- msgstr "Crear un contenedor en un recurso de cómputo"
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 container in a compute resource"
127
- msgstr "Borrar un contenedor en un recurso de cómputo"
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: centos"
185
- msgstr "Busque su contenedor favorito, p. ej., centos"
220
+ msgid "Find your favorite container, e.g. centos"
221
+ msgstr ""
186
222
 
187
- msgid "Foreman user <foremaner@theforeman.org>"
188
- msgstr "Usuario Foreman <foremaner@theforeman.org>"
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 in a compute resource"
219
- msgstr "Listar todas los contenedores en un recurso de cómputo"
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, e.g: PING_HOST"
242
- msgstr "Nombre, p. ej. : PING_HOST"
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
- "Please turn on your container to see processes running, logs, and more."
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 name"
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 in a compute resource"
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 container in a compute resource"
350
- msgstr "Mostrar un contenedor en un recurso de cómputo"
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 logs from a container in a compute resource"
356
- msgstr "Mostrar registros de un contenedor en un recurso de cómputo"
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
- "El usuario utilizado para conectarse a la instancia mediante ssh, por lo "
387
- "general: docker -user, ubuntu, root, etc."
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: theforeman.org"
412
- msgstr "Valor, p. ej.: theforeman.org"
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
- "You need a Docker compute resource in order to create containers. Please %s "
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
@@ -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: version 0.0.1\n"
9
+ "Project-Id-Version: foreman_docker 1.0.0\n"
5
10
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2015-02-16 16:25-0500\n"
7
- "PO-Revision-Date: 2015-02-16 16:25-0500\n"
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
- #: ../foreman-docker/app/controllers/containers_controller.rb:25
17
- msgid "Container %s is being deleted."
21
+ #: ../app/controllers/api/v2/containers_controller.rb:13
22
+ msgid "List all containers"
18
23
  msgstr ""
19
24
 
20
- #: ../foreman-docker/app/controllers/containers_controller.rb:44
21
- msgid "%{container} commit was successful"
25
+ #: ../app/controllers/api/v2/containers_controller.rb:15
26
+ msgid "List all containers on a compute resource"
22
27
  msgstr ""
23
28
 
24
- #: ../foreman-docker/app/controllers/containers_controller.rb:47
25
- msgid "Failed to commit %{container}: %{e}"
29
+ #: ../app/controllers/api/v2/containers_controller.rb:29
30
+ msgid "Show a container"
26
31
  msgstr ""
27
32
 
28
- #: ../foreman-docker/app/helpers/containers_helper.rb:40
29
- msgid "Commit"
33
+ #: ../app/controllers/api/v2/containers_controller.rb:31
34
+ msgid "Show container on a compute resource"
30
35
  msgstr ""
31
36
 
32
- #: ../foreman-docker/app/helpers/containers_helper.rb:49
33
- #: ../foreman-docker/app/views/registries/index.html.erb:23
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
- #: ../foreman-docker/app/helpers/container_steps_helper.rb:12
39
- #: ../foreman-docker/app/views/registries/_form.html.erb:4
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
- #: ../foreman-docker/app/helpers/container_steps_helper.rb:16
44
- msgid "Select a registry"
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
- #: ../foreman-docker/app/models/foreman_docker/docker.rb:121
48
- msgid "Error creating communicating with Docker. Check the Foreman logs: %s"
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
- #: ../foreman-docker/app/models/concerns/fog_extensions/fogdocker/server.rb:39
52
- msgid "%{cores} Cores and %{memory} memory"
55
+ #: ../app/controllers/api/v2/containers_controller.rb:66
56
+ msgid "Create a container"
53
57
  msgstr ""
54
58
 
55
- #: ../foreman-docker/app/views/registries/_form.html.erb:6
56
- msgid "Locations"
59
+ #: ../app/controllers/api/v2/containers_controller.rb:68
60
+ msgid "Create container on a compute resource"
57
61
  msgstr ""
58
62
 
59
- #: ../foreman-docker/app/views/registries/_form.html.erb:9
60
- msgid "Organizations"
63
+ #: ../app/controllers/api/v2/containers_controller.rb:84
64
+ msgid "Wrong attributes: %s"
61
65
  msgstr ""
62
66
 
63
- #: ../foreman-docker/app/views/registries/_form.html.erb:15
64
- msgid "Registry name"
67
+ #: ../app/controllers/api/v2/containers_controller.rb:88
68
+ msgid "Delete a container"
65
69
  msgstr ""
66
70
 
67
- #: ../foreman-docker/app/views/registries/_form.html.erb:16
68
- msgid "Registry url"
71
+ #: ../app/controllers/api/v2/containers_controller.rb:90
72
+ msgid "Delete container on a compute resource"
69
73
  msgstr ""
70
74
 
71
- #: ../foreman-docker/app/views/registries/_form.html.erb:17
72
- msgid "Describing of the registry"
75
+ #: ../app/controllers/api/v2/containers_controller.rb:98
76
+ msgid "Show container logs"
73
77
  msgstr ""
74
78
 
75
- #: ../foreman-docker/app/views/registries/_form.html.erb:18
76
- msgid "Username used to access the registry"
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
- #: ../foreman-docker/app/views/registries/_form.html.erb:19
80
- msgid "Password used for authentication to the registry"
83
+ #: ../app/controllers/api/v2/containers_controller.rb:105
84
+ msgid "Number of lines to tail. Default: 100"
81
85
  msgstr ""
82
86
 
83
- #: ../foreman-docker/app/views/registries/new.html.erb:1
84
- #: ../foreman-docker/app/views/registries/index.html.erb:4
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
- #: ../foreman-docker/app/views/registries/index.html.erb:1
89
- #: ../foreman-docker/lib/foreman_docker/engine.rb:54
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
- #: ../foreman-docker/app/views/registries/index.html.erb:11
94
- #: ../foreman-docker/app/views/containers/_list.html.erb:4
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
- #: ../foreman-docker/app/views/registries/index.html.erb:12
102
- msgid "Url"
99
+ #: ../app/controllers/api/v2/containers_controller.rb:134
100
+ msgid "Unknown method: available power operations are %s"
103
101
  msgstr ""
104
102
 
105
- #: ../foreman-docker/app/views/registries/index.html.erb:13
106
- msgid "Description"
103
+ #: ../app/controllers/api/v2/registries_controller.rb:22
104
+ msgid "List all docker registries"
107
105
  msgstr ""
108
106
 
109
- #: ../foreman-docker/app/views/registries/edit.html.erb:1
110
- msgid "Edit Registry"
107
+ #: ../app/controllers/api/v2/registries_controller.rb:29
108
+ msgid "Show a docker registry"
111
109
  msgstr ""
112
110
 
113
- #: ../foreman-docker/app/views/images/form/_docker.html.erb:1
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
- #: ../foreman-docker/app/views/images/form/_docker.html.erb:2
120
- msgid "Password to authenticate with - used for SSH finish step."
115
+ #: ../app/controllers/api/v2/registries_controller.rb:41
116
+ msgid "Update a docker registry"
121
117
  msgstr ""
122
118
 
123
- #: ../foreman-docker/app/views/images/form/_docker.html.erb:4
124
- msgid "Does this image support user data input?"
119
+ #: ../app/controllers/api/v2/registries_controller.rb:48
120
+ msgid "Delete a docker registry"
125
121
  msgstr ""
126
122
 
127
- #: ../foreman-docker/app/views/compute_resources/form/_docker.html.erb:1
128
- msgid "e.g. https://docker.example.com:4243 or unix:///var/run/docker.sock"
123
+ #: ../app/controllers/containers_controller.rb:25
124
+ msgid "Container %s is being deleted."
129
125
  msgstr ""
130
126
 
131
- #: ../foreman-docker/app/views/compute_resources/form/_docker.html.erb:7
132
- msgid "Test Connection"
127
+ #: ../app/controllers/containers_controller.rb:44
128
+ msgid "%{container} commit was successful"
133
129
  msgstr ""
134
130
 
135
- #: ../foreman-docker/app/views/compute_resources/show/_docker.html.erb:2
136
- msgid "URL"
131
+ #: ../app/controllers/containers_controller.rb:47
132
+ msgid "Failed to commit %{container}: %{e}"
137
133
  msgstr ""
138
134
 
139
- #: ../foreman-docker/app/views/containers/steps/configuration.html.erb:3
140
- msgid "Basic options"
135
+ #: ../app/controllers/containers_controller.rb:60
136
+ msgid "%{vm} is now %{vm_state}"
141
137
  msgstr ""
142
138
 
143
- #: ../foreman-docker/app/views/containers/steps/configuration.html.erb:8
144
- msgid "Compute options"
139
+ #: ../app/controllers/containers_controller.rb:64
140
+ msgid "failed to %{action} %{vm}"
145
141
  msgstr ""
146
142
 
147
- #: ../foreman-docker/app/views/containers/steps/configuration.html.erb:9
148
- msgid "CPU sets"
143
+ #: ../app/controllers/containers_controller.rb:69
144
+ msgid "Error - %{message}"
149
145
  msgstr ""
150
146
 
151
- #: ../foreman-docker/app/views/containers/steps/configuration.html.erb:11
152
- msgid "learn more about CPU sets"
147
+ #: ../app/controllers/image_search_controller.rb:62
148
+ msgid "An error occured during repository search: '%s'"
153
149
  msgstr ""
154
150
 
155
- #: ../foreman-docker/app/views/containers/steps/configuration.html.erb:12
156
- #: ../foreman-docker/app/views/containers/show.html.erb:27
157
- #: ../foreman-docker/app/views/compute_resources_vms/show/_docker.html.erb:14
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
- #: ../foreman-docker/app/views/containers/steps/configuration.html.erb:14
162
- msgid "learn more about CPU shares"
156
+ #: ../app/helpers/container_steps_helper.rb:16
157
+ msgid "Select a registry"
163
158
  msgstr ""
164
159
 
165
- #: ../foreman-docker/app/views/containers/steps/configuration.html.erb:15
166
- #: ../foreman-docker/app/views/containers/show.html.erb:35
167
- #: ../foreman-docker/app/views/compute_resources_vms/form/_docker.html.erb:11
168
- #: ../foreman-docker/app/views/compute_resources_vms/index/_docker.html.erb:7
169
- #: ../foreman-docker/app/views/compute_resources_vms/show/_docker.html.erb:22
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
- #: ../foreman-docker/app/views/containers/steps/_form_buttons.html.erb:4
174
- #: ../foreman-docker/app/views/containers/show.html.erb:157
175
- msgid "Cancel"
167
+ #: ../app/helpers/container_steps_helper.rb:22
168
+ msgid "Environment"
176
169
  msgstr ""
177
170
 
178
- #: ../foreman-docker/app/views/containers/steps/_form_buttons.html.erb:8
179
- msgid "Back"
171
+ #: ../app/helpers/container_steps_helper.rb:22
172
+ msgid "Configuration"
180
173
  msgstr ""
181
174
 
182
- #: ../foreman-docker/app/views/containers/steps/_form_buttons.html.erb:14
183
- #: ../foreman-docker/app/views/containers/show.html.erb:159
184
- msgid "Submit"
175
+ #: ../app/helpers/container_steps_helper.rb:22
176
+ msgid "Preliminary"
185
177
  msgstr ""
186
178
 
187
- #: ../foreman-docker/app/views/containers/steps/_form_buttons.html.erb:16
188
- msgid "Next"
179
+ #: ../app/helpers/containers_helper.rb:34
180
+ msgid "Commit"
189
181
  msgstr ""
190
182
 
191
- #: ../foreman-docker/app/views/containers/steps/image.html.erb:9
192
- msgid "Katello"
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
- #: ../foreman-docker/app/views/containers/steps/image.html.erb:15
196
- msgid "Docker hub"
189
+ #: ../app/helpers/containers_helper.rb:71
190
+ msgid "Are you sure you want to power %{act} %{vm}?"
197
191
  msgstr ""
198
192
 
199
- #: ../foreman-docker/app/views/containers/steps/image.html.erb:19
200
- msgid "External registry"
193
+ #: ../app/models/concerns/fog_extensions/fogdocker/server.rb:39
194
+ msgid "%{cores} cores and %{memory} memory"
201
195
  msgstr ""
202
196
 
203
- #: ../foreman-docker/app/views/containers/steps/preliminary.html.erb:6
204
- msgid "Compute resource"
197
+ #: ../app/models/container.rb:61
198
+ msgid "Docker/Container"
205
199
  msgstr ""
206
200
 
207
- #: ../foreman-docker/app/views/containers/steps/preliminary.html.erb:19
208
- msgid "Resource selection"
201
+ #: ../app/models/docker_registry.rb:39
202
+ msgid "Docker/Registry"
209
203
  msgstr ""
210
204
 
211
- #: ../foreman-docker/app/views/containers/steps/preliminary.html.erb:20
212
- msgid "Where do you want to deploy your container?:"
205
+ #: ../app/models/docker_registry.rb:50
206
+ msgid "Unable to log in to this Docker Registry - %s"
213
207
  msgstr ""
214
208
 
215
- #: ../foreman-docker/app/views/containers/steps/preliminary.html.erb:22
216
- msgid "Deploy on"
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
- #: ../foreman-docker/app/views/containers/steps/preliminary.html.erb:25
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
- #: ../foreman-docker/app/views/containers/steps/environment.html.erb:5
226
- msgid "Shell"
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
- #: ../foreman-docker/app/views/containers/steps/environment.html.erb:6
230
- msgid "Allocate a pseudo-tty"
221
+ #: ../app/views/compute_resources/form/_docker.html.erb:7
222
+ msgid "Test Connection"
231
223
  msgstr ""
232
224
 
233
- #: ../foreman-docker/app/views/containers/steps/environment.html.erb:6
234
- msgid "TTY"
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
- #: ../foreman-docker/app/views/containers/steps/environment.html.erb:7
238
- msgid "Attach STDIN"
230
+ #: ../app/views/compute_resources_vms/form/_docker.html.erb:10
231
+ msgid "Cores"
239
232
  msgstr ""
240
233
 
241
- #: ../foreman-docker/app/views/containers/steps/environment.html.erb:8
242
- msgid "Attach STDOUT"
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
- #: ../foreman-docker/app/views/containers/steps/environment.html.erb:9
246
- msgid "Attach STDERR"
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
- #: ../foreman-docker/app/views/containers/steps/environment.html.erb:12
250
- msgid "Environment variables"
249
+ #: ../app/views/compute_resources_vms/form/_docker.html.erb:15
250
+ msgid "Power ON this machine"
251
251
  msgstr ""
252
252
 
253
- #: ../foreman-docker/app/views/containers/steps/environment.html.erb:16
254
- msgid "Add environment variable"
253
+ #: ../app/views/compute_resources_vms/form/_docker.html.erb:15
254
+ msgid "Start"
255
255
  msgstr ""
256
256
 
257
- #: ../foreman-docker/app/views/containers/steps/_title.html.erb:1
258
- #: ../foreman-docker/app/views/containers/index.html.erb:4
259
- #: ../foreman-docker/lib/foreman_docker/engine.rb:51
260
- msgid "New container"
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
- #: ../foreman-docker/app/views/containers/steps/_image_hub_tab.html.erb:15
264
- msgid "Search"
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
- #: ../foreman-docker/app/views/containers/steps/_image_hub_tab.html.erb:24
268
- msgid "Find your favorite container, e.g: centos"
274
+ #: ../app/views/compute_resources_vms/index/_docker.html.erb:9
275
+ msgid "Power"
269
276
  msgstr ""
270
277
 
271
- #: ../foreman-docker/app/views/containers/_list.html.erb:5
272
- #: ../foreman-docker/app/views/compute_resources_vms/index/_docker.html.erb:8
273
- msgid "Status"
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
- #: ../foreman-docker/app/views/containers/_list.html.erb:6
277
- #: ../foreman-docker/app/views/compute_resources_vms/form/_docker.html.erb:6
278
- #: ../foreman-docker/app/views/compute_resources_vms/index/_docker.html.erb:5
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
- #: ../foreman-docker/app/views/containers/_list.html.erb:7
283
- #: ../foreman-docker/app/views/containers/show.html.erb:39
284
- #: ../foreman-docker/app/views/compute_resources_vms/form/_docker.html.erb:13
285
- #: ../foreman-docker/app/views/compute_resources_vms/show/_docker.html.erb:26
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
- #: ../foreman-docker/app/views/containers/_list.html.erb:8
290
- msgid "Uptime"
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
- #: ../foreman-docker/app/views/containers/_list.html.erb:9
294
- #: ../foreman-docker/app/views/containers/show.html.erb:67
295
- #: ../foreman-docker/app/views/compute_resources_vms/show/_docker.html.erb:35
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
- #: ../foreman-docker/app/views/containers/_list.html.erb:10
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
- #: ../foreman-docker/app/views/containers/show.html.erb:9
304
- #: ../foreman-docker/app/views/compute_resources_vms/show/_docker.html.erb:4
305
- msgid "Properties"
318
+ #: ../app/views/containers/_list.html.erb:11
319
+ msgid "Action"
306
320
  msgstr ""
307
321
 
308
- #: ../foreman-docker/app/views/containers/show.html.erb:15
309
- msgid "Image Repository"
322
+ #: ../app/views/containers/_list.html.erb:27
323
+ msgid "No"
310
324
  msgstr ""
311
325
 
312
- #: ../foreman-docker/app/views/containers/show.html.erb:19
313
- msgid "Image Tag"
326
+ #: ../app/views/containers/_list.html.erb:27
327
+ msgid "Yes"
314
328
  msgstr ""
315
329
 
316
- #: ../foreman-docker/app/views/containers/show.html.erb:23
317
- #: ../foreman-docker/app/views/compute_resources_vms/show/_docker.html.erb:10
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
- #: ../foreman-docker/app/views/containers/show.html.erb:31
322
- #: ../foreman-docker/app/views/compute_resources_vms/show/_docker.html.erb:18
323
- msgid "UUID"
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
- #: ../foreman-docker/app/views/containers/show.html.erb:43
327
- #: ../foreman-docker/app/views/compute_resources_vms/show/_docker.html.erb:30
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
- #: ../foreman-docker/app/views/containers/show.html.erb:47
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
- #: ../foreman-docker/app/views/containers/show.html.erb:81
365
+ #: ../app/views/containers/show.html.erb:103
336
366
  msgid "Processes"
337
367
  msgstr ""
338
368
 
339
- #: ../foreman-docker/app/views/containers/show.html.erb:85
369
+ #: ../app/views/containers/show.html.erb:107
340
370
  msgid "Logs"
341
371
  msgstr ""
342
372
 
343
- #: ../foreman-docker/app/views/containers/show.html.erb:116
373
+ #: ../app/views/containers/show.html.erb:139
344
374
  msgid "Notice"
345
375
  msgstr ""
346
376
 
347
- #: ../foreman-docker/app/views/containers/show.html.erb:118
377
+ #: ../app/views/containers/show.html.erb:141
348
378
  msgid "Your container is stopped."
349
379
  msgstr ""
350
380
 
351
- #: ../foreman-docker/app/views/containers/show.html.erb:119
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
- #: ../foreman-docker/app/views/containers/show.html.erb:130
385
+ #: ../app/views/containers/show.html.erb:153
357
386
  msgid "Commit this container state"
358
387
  msgstr ""
359
388
 
360
- #: ../foreman-docker/app/views/containers/show.html.erb:137
389
+ #: ../app/views/containers/show.html.erb:160
361
390
  msgid "Repo"
362
391
  msgstr ""
363
392
 
364
- #: ../foreman-docker/app/views/containers/show.html.erb:139
393
+ #: ../app/views/containers/show.html.erb:162
365
394
  msgid "docker/my-committed-image"
366
395
  msgstr ""
367
396
 
368
- #: ../foreman-docker/app/views/containers/show.html.erb:142
397
+ #: ../app/views/containers/show.html.erb:165
369
398
  msgid "Tag"
370
399
  msgstr ""
371
400
 
372
- #: ../foreman-docker/app/views/containers/show.html.erb:144
401
+ #: ../app/views/containers/show.html.erb:167
373
402
  msgid "latest"
374
403
  msgstr ""
375
404
 
376
- #: ../foreman-docker/app/views/containers/show.html.erb:147
405
+ #: ../app/views/containers/show.html.erb:170
377
406
  msgid "Author"
378
407
  msgstr ""
379
408
 
380
- #: ../foreman-docker/app/views/containers/show.html.erb:149
381
- msgid "Foreman user <foremaner@theforeman.org>"
409
+ #: ../app/views/containers/show.html.erb:172
410
+ msgid "Foreman user <foremaner@example.org>"
382
411
  msgstr ""
383
412
 
384
- #: ../foreman-docker/app/views/containers/show.html.erb:152
413
+ #: ../app/views/containers/show.html.erb:175
385
414
  msgid "Comment"
386
415
  msgstr ""
387
416
 
388
- #: ../foreman-docker/app/views/containers/show.html.erb:154
417
+ #: ../app/views/containers/show.html.erb:177
389
418
  msgid "Description of the commit"
390
419
  msgstr ""
391
420
 
392
- #: ../foreman-docker/app/views/containers/index.html.erb:1
393
- #: ../foreman-docker/lib/foreman_docker/engine.rb:46
394
- msgid "Containers"
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
- #: ../foreman-docker/app/views/containers/index.html.erb:11
398
- #: ../foreman-docker/app/views/containers/index.html.erb:13
399
- msgid "\"#{resource.name}\""
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
- #: ../foreman-docker/app/views/containers/index.html.erb:30
403
- msgid "Error connecting with the compute resource: <strong> %s </strong>"
431
+ #: ../app/views/containers/steps/_form_buttons.html.erb:8
432
+ msgid "Back"
404
433
  msgstr ""
405
434
 
406
- #: ../foreman-docker/app/views/foreman_docker/common_parameters/_environment_variable.html.erb:5
407
- msgid "Name, e.g: PING_HOST"
435
+ #: ../app/views/containers/steps/_form_buttons.html.erb:16
436
+ msgid "Next"
408
437
  msgstr ""
409
438
 
410
- #: ../foreman-docker/app/views/foreman_docker/common_parameters/_environment_variable.html.erb:7
411
- msgid "Value, e.g: theforeman.org"
439
+ #: ../app/views/containers/steps/_image_hub_tab.html.erb:15
440
+ msgid "Search"
412
441
  msgstr ""
413
442
 
414
- #: ../foreman-docker/app/views/compute_resources_vms/form/_docker.html.erb:10
415
- msgid "Cores"
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
- #: ../foreman-docker/app/views/compute_resources_vms/form/_docker.html.erb:15
419
- msgid "Power ON this machine"
447
+ #: ../app/views/containers/steps/configuration.html.erb:3
448
+ msgid "Basic options"
420
449
  msgstr ""
421
450
 
422
- #: ../foreman-docker/app/views/compute_resources_vms/form/_docker.html.erb:15
423
- msgid "Start"
451
+ #: ../app/views/containers/steps/configuration.html.erb:8
452
+ msgid "Compute options"
424
453
  msgstr ""
425
454
 
426
- #: ../foreman-docker/app/views/compute_resources_vms/index/_docker.html.erb:6
427
- msgid "CPUs"
455
+ #: ../app/views/containers/steps/configuration.html.erb:9
456
+ msgid "CPU sets"
428
457
  msgstr ""
429
458
 
430
- #: ../foreman-docker/app/views/compute_resources_vms/index/_docker.html.erb:9
431
- msgid "Power"
459
+ #: ../app/views/containers/steps/configuration.html.erb:11
460
+ msgid "learn more about CPU sets"
432
461
  msgstr ""
433
462
 
434
- #: ../foreman-docker/lib/foreman_docker/engine.rb:48
435
- msgid "All containers"
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 ""