foreman_remote_execution 15.0.0 → 15.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_remote_execution/locale/de/foreman_remote_execution.js +178 -13
- data/app/assets/javascripts/foreman_remote_execution/locale/en/foreman_remote_execution.js +1832 -2
- data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +176 -11
- data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +178 -13
- data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +179 -14
- data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +179 -14
- data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +178 -13
- data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +449 -285
- data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +178 -13
- data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +177 -12
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +179 -14
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +177 -12
- data/app/controllers/job_invocations_controller.rb +1 -1
- data/lib/foreman_remote_execution/version.rb +1 -1
- data/locale/de/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/de/foreman_remote_execution.po +178 -13
- data/locale/en/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/en/foreman_remote_execution.po +1840 -0
- data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/en_GB/foreman_remote_execution.po +176 -11
- data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/es/foreman_remote_execution.po +178 -13
- data/locale/foreman_remote_execution.pot +470 -184
- data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/fr/foreman_remote_execution.po +179 -14
- data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ja/foreman_remote_execution.po +179 -14
- data/locale/ka/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ka/foreman_remote_execution.po +178 -13
- data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ko/foreman_remote_execution.po +449 -285
- data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/pt_BR/foreman_remote_execution.po +178 -13
- data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ru/foreman_remote_execution.po +177 -12
- data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_CN/foreman_remote_execution.po +179 -14
- data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_TW/foreman_remote_execution.po +177 -12
- metadata +3 -6
@@ -3,7 +3,7 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"foreman_remote_execution": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "foreman_remote_execution
|
6
|
+
"Project-Id-Version": "foreman_remote_execution 15.0.0",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2016-02-15 13:54+0000",
|
9
9
|
"Last-Translator": "FULL NAME <EMAIL@ADDRESS>",
|
@@ -35,10 +35,13 @@
|
|
35
35
|
"%{description} on %{host}": [
|
36
36
|
"activo"
|
37
37
|
],
|
38
|
+
"'Starts at' date must be in the future": [
|
39
|
+
""
|
40
|
+
],
|
38
41
|
"'Starts before' date must be after 'Starts at' date": [
|
39
42
|
""
|
40
43
|
],
|
41
|
-
"'Starts before' date must in the future": [
|
44
|
+
"'Starts before' date must be in the future": [
|
42
45
|
""
|
43
46
|
],
|
44
47
|
"...and %s more": [
|
@@ -72,6 +75,9 @@
|
|
72
75
|
"A special label for tracking a recurring job. There can be only one active job with a given purpose at a time.": [
|
73
76
|
"Una etiqueta especial para el seguimiento de un trabajo recurrente. Sólo puede haber un trabajo activo con un propósito determinado a la vez."
|
74
77
|
],
|
78
|
+
"A task for this host has not been started": [
|
79
|
+
""
|
80
|
+
],
|
75
81
|
"A user to be used for SSH.": [
|
76
82
|
""
|
77
83
|
],
|
@@ -84,9 +90,15 @@
|
|
84
90
|
"Abort Job": [
|
85
91
|
"Abortar trabajo"
|
86
92
|
],
|
93
|
+
"Abort task": [
|
94
|
+
""
|
95
|
+
],
|
87
96
|
"Access denied": [
|
88
97
|
"Acceso denegado"
|
89
98
|
],
|
99
|
+
"Action": [
|
100
|
+
""
|
101
|
+
],
|
90
102
|
"Actions": [
|
91
103
|
"Acciones"
|
92
104
|
],
|
@@ -108,11 +120,14 @@
|
|
108
120
|
"All fields are required.": [
|
109
121
|
"Todos los campos son obligatorios."
|
110
122
|
],
|
123
|
+
"All statuses": [
|
124
|
+
""
|
125
|
+
],
|
111
126
|
"Alphabetical": [
|
112
127
|
"Alfabético"
|
113
128
|
],
|
114
|
-
"
|
115
|
-
"
|
129
|
+
"An error occurred while fetching the template invocation details.": [
|
130
|
+
""
|
116
131
|
],
|
117
132
|
"Another interface is already set as execution. Are you sure you want to use this one instead?": [
|
118
133
|
"Ya hay otra interfaz establecida como ejecución. ¿Está seguro de que desea utilizar esta en cambio?"
|
@@ -123,9 +138,18 @@
|
|
123
138
|
"Any Organization": [
|
124
139
|
"Cualquier organización"
|
125
140
|
],
|
141
|
+
"Any location": [
|
142
|
+
""
|
143
|
+
],
|
144
|
+
"Any organization": [
|
145
|
+
""
|
146
|
+
],
|
126
147
|
"Apply to": [
|
127
148
|
"Solicitar"
|
128
149
|
],
|
150
|
+
"Are you sure you want to open all invocations in new tabs?": [
|
151
|
+
""
|
152
|
+
],
|
129
153
|
"At": [
|
130
154
|
"En"
|
131
155
|
],
|
@@ -153,18 +177,21 @@
|
|
153
177
|
"Cancel Job": [
|
154
178
|
"Cancelar tarea"
|
155
179
|
],
|
180
|
+
"Cancel Task": [
|
181
|
+
""
|
182
|
+
],
|
156
183
|
"Cancel job invocation": [
|
157
184
|
"Cancelar invocación de trabajo"
|
158
185
|
],
|
159
186
|
"Cancel recurring": [
|
160
187
|
""
|
161
188
|
],
|
162
|
-
"Canceled:": [
|
163
|
-
""
|
164
|
-
],
|
165
189
|
"Cancelled": [
|
166
190
|
"Cancelado"
|
167
191
|
],
|
192
|
+
"Cancelled:": [
|
193
|
+
""
|
194
|
+
],
|
168
195
|
"Cannot resolve hosts without a bookmark or search query": [
|
169
196
|
"No se pueden determinar los hosts sin un marcador o una consulta de búsqueda."
|
170
197
|
],
|
@@ -204,6 +231,9 @@
|
|
204
231
|
"Cockpit URL": [
|
205
232
|
"URL de Cockpit"
|
206
233
|
],
|
234
|
+
"Command": [
|
235
|
+
""
|
236
|
+
],
|
207
237
|
"Concurrency level": [
|
208
238
|
"Nivel de concurrencia"
|
209
239
|
],
|
@@ -216,6 +246,9 @@
|
|
216
246
|
"Control concurrency level and distribution over time": [
|
217
247
|
"Controlar el nivel de concurrencia y la distribución en el tiempo"
|
218
248
|
],
|
249
|
+
"Copy to clipboard": [
|
250
|
+
""
|
251
|
+
],
|
219
252
|
"Could not abort the job %s: ${response}": [
|
220
253
|
""
|
221
254
|
],
|
@@ -267,6 +300,9 @@
|
|
267
300
|
"Create a recurring job": [
|
268
301
|
"Crear un trabajo recurrente"
|
269
302
|
],
|
303
|
+
"Create job": [
|
304
|
+
""
|
305
|
+
],
|
270
306
|
"Create report": [
|
271
307
|
""
|
272
308
|
],
|
@@ -285,6 +321,9 @@
|
|
285
321
|
"Cronline": [
|
286
322
|
"Cronline"
|
287
323
|
],
|
324
|
+
"Current iteration": [
|
325
|
+
""
|
326
|
+
],
|
288
327
|
"Current location %s is different from job's location %s. This job may run on different hosts than before.": [
|
289
328
|
""
|
290
329
|
],
|
@@ -297,9 +336,15 @@
|
|
297
336
|
"Current organization %{org_c} is different from job's organization %{org_j}.": [
|
298
337
|
"La organización actual %%{org_c} es diferente de la organización de la tarea %%{org_j}."
|
299
338
|
],
|
339
|
+
"DEBUG": [
|
340
|
+
""
|
341
|
+
],
|
300
342
|
"Daily": [
|
301
343
|
"Diariamente"
|
302
344
|
],
|
345
|
+
"Date must be in the future": [
|
346
|
+
""
|
347
|
+
],
|
303
348
|
"Days": [
|
304
349
|
"Días"
|
305
350
|
],
|
@@ -543,6 +588,9 @@
|
|
543
588
|
"Host detail": [
|
544
589
|
"Detalle del host"
|
545
590
|
],
|
591
|
+
"Host group": [
|
592
|
+
""
|
593
|
+
],
|
546
594
|
"Host groups": [
|
547
595
|
"Grupo del host"
|
548
596
|
],
|
@@ -564,6 +612,9 @@
|
|
564
612
|
"How often the job should occur, in the cron format": [
|
565
613
|
"Con qué frecuencia debe ocurrir el trabajo, en formato programado"
|
566
614
|
],
|
615
|
+
"ID": [
|
616
|
+
""
|
617
|
+
],
|
567
618
|
"Identifier of the Host interface for Remote execution": [
|
568
619
|
"Identificador de la interfaz del host para la ejecución remota"
|
569
620
|
],
|
@@ -576,6 +627,9 @@
|
|
576
627
|
"Import a job template from ERB": [
|
577
628
|
"Importar una plantilla de trabajo desde ERB"
|
578
629
|
],
|
630
|
+
"In Progress": [
|
631
|
+
""
|
632
|
+
],
|
579
633
|
"In Progress:": [
|
580
634
|
""
|
581
635
|
],
|
@@ -618,6 +672,9 @@
|
|
618
672
|
"Invocation type, one of %s": [
|
619
673
|
"Tipo de invocación, una de %s"
|
620
674
|
],
|
675
|
+
"Iteration limit": [
|
676
|
+
""
|
677
|
+
],
|
621
678
|
"Job": [
|
622
679
|
"Tarea"
|
623
680
|
],
|
@@ -675,6 +732,9 @@
|
|
675
732
|
"Job templates": [
|
676
733
|
"Plantillas de trabajo"
|
677
734
|
],
|
735
|
+
"Job with id '%{id}' was not found": [
|
736
|
+
""
|
737
|
+
],
|
678
738
|
"JobTemplate|Locked": [
|
679
739
|
"Plantilla de trabajo|Bloqueada"
|
680
740
|
],
|
@@ -705,6 +765,9 @@
|
|
705
765
|
"Last execution succeeded": [
|
706
766
|
"La última ejecución se realizó correctamente."
|
707
767
|
],
|
768
|
+
"Last occurrence": [
|
769
|
+
""
|
770
|
+
],
|
708
771
|
"Latest Jobs": [
|
709
772
|
"Últimos empleos"
|
710
773
|
],
|
@@ -720,6 +783,9 @@
|
|
720
783
|
"List foreign input sets": [
|
721
784
|
"Listar conjuntos de entrada externos"
|
722
785
|
],
|
786
|
+
"List hosts belonging to job invocation": [
|
787
|
+
""
|
788
|
+
],
|
723
789
|
"List job invocations": [
|
724
790
|
"Listar invocaciones de trabajo"
|
725
791
|
],
|
@@ -777,24 +843,39 @@
|
|
777
843
|
"Next": [
|
778
844
|
"Siguiente"
|
779
845
|
],
|
846
|
+
"Next occurrence": [
|
847
|
+
""
|
848
|
+
],
|
780
849
|
"No (override)": [
|
781
850
|
"No (anulación)"
|
782
851
|
],
|
852
|
+
"No Results": [
|
853
|
+
""
|
854
|
+
],
|
783
855
|
"No Target Hosts": [
|
784
856
|
"No hay hosts de destino"
|
785
857
|
],
|
858
|
+
"No hosts found": [
|
859
|
+
""
|
860
|
+
],
|
786
861
|
"No hosts found.": [
|
787
862
|
"No se encontraron hosts."
|
788
863
|
],
|
789
864
|
"No jobs available": [
|
790
865
|
"No hay empleos disponibles"
|
791
866
|
],
|
867
|
+
"No output for the selected filters": [
|
868
|
+
""
|
869
|
+
],
|
792
870
|
"No results found": [
|
793
871
|
"No se han encontrado resultados"
|
794
872
|
],
|
795
873
|
"No template mapped to feature %{feature_name}": [
|
796
874
|
"No hay ninguna plantilla mapeada a la funcionalidad %%{feature_name}."
|
797
875
|
],
|
876
|
+
"No user input": [
|
877
|
+
""
|
878
|
+
],
|
798
879
|
"Not all required inputs have values. Missing inputs: %s": [
|
799
880
|
"No todas las entradas requeridas tienen valores. Entradas que faltan: %s"
|
800
881
|
],
|
@@ -807,12 +888,24 @@
|
|
807
888
|
"Now": [
|
808
889
|
""
|
809
890
|
],
|
891
|
+
"OS": [
|
892
|
+
""
|
893
|
+
],
|
810
894
|
"On": [
|
811
895
|
"Activar"
|
812
896
|
],
|
813
897
|
"Only one of feature or job_template_id can be specified": [
|
814
898
|
"Sólo se puede especificar uno de feature o job_template_id"
|
815
899
|
],
|
900
|
+
"Open all in new tabs": [
|
901
|
+
""
|
902
|
+
],
|
903
|
+
"Open all invocations in new tabs": [
|
904
|
+
""
|
905
|
+
],
|
906
|
+
"Open in new tab": [
|
907
|
+
""
|
908
|
+
],
|
816
909
|
"Opening job invocation form": [
|
817
910
|
""
|
818
911
|
],
|
@@ -858,9 +951,15 @@
|
|
858
951
|
"Please enter a search query": [
|
859
952
|
""
|
860
953
|
],
|
954
|
+
"Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" or \\\\\\\"Recurring execution\\\\\\\" step to fix the error": [
|
955
|
+
""
|
956
|
+
],
|
861
957
|
"Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" step to fix the error": [
|
862
958
|
""
|
863
959
|
],
|
960
|
+
"Please make sure that the Smart Proxy is configured correctly for the Pull provider.": [
|
961
|
+
""
|
962
|
+
],
|
864
963
|
"Please refine your search.": [
|
865
964
|
"Afine su búsqueda."
|
866
965
|
],
|
@@ -876,6 +975,9 @@
|
|
876
975
|
"Please select at least one host group": [
|
877
976
|
""
|
878
977
|
],
|
978
|
+
"Popups are blocked by your browser. Please allow popups for this site to open all invocations in new tabs.": [
|
979
|
+
""
|
980
|
+
],
|
879
981
|
"Port to use for SSH communication. Default port 22. You may override per host by setting a parameter called remote_execution_ssh_port.": [
|
880
982
|
"Puerto para usar para la comunicación SSH. Puerto predeterminado: 22. Puede sustituir por host al establecer un parámetro llamado remote_execution_ssh_port."
|
881
983
|
],
|
@@ -888,6 +990,9 @@
|
|
888
990
|
"Preview Hosts": [
|
889
991
|
"Vista previa de los anfitriones"
|
890
992
|
],
|
993
|
+
"Preview Template": [
|
994
|
+
""
|
995
|
+
],
|
891
996
|
"Preview job description": [
|
892
997
|
"Vista previa de la descripción del puesto"
|
893
998
|
],
|
@@ -987,6 +1092,9 @@
|
|
987
1092
|
"Repeat amount can only be a positive number": [
|
988
1093
|
"El importe de la repetición sólo puede ser un número positivo"
|
989
1094
|
],
|
1095
|
+
"Repeat until": [
|
1096
|
+
""
|
1097
|
+
],
|
990
1098
|
"Repeats": [
|
991
1099
|
"Se repite"
|
992
1100
|
],
|
@@ -1008,6 +1116,12 @@
|
|
1008
1116
|
"Rerun on failed hosts": [
|
1009
1117
|
"Volver a ejecutar en hosts con error"
|
1010
1118
|
],
|
1119
|
+
"Rerun on succeeded hosts": [
|
1120
|
+
""
|
1121
|
+
],
|
1122
|
+
"Rerun succeeded": [
|
1123
|
+
""
|
1124
|
+
],
|
1011
1125
|
"Rerun successful": [
|
1012
1126
|
""
|
1013
1127
|
],
|
@@ -1071,6 +1185,12 @@
|
|
1071
1185
|
"SSH user:": [
|
1072
1186
|
""
|
1073
1187
|
],
|
1188
|
+
"STDERR": [
|
1189
|
+
""
|
1190
|
+
],
|
1191
|
+
"STDOUT": [
|
1192
|
+
""
|
1193
|
+
],
|
1074
1194
|
"Schedule": [
|
1075
1195
|
"Programa"
|
1076
1196
|
],
|
@@ -1194,6 +1314,9 @@
|
|
1194
1314
|
"Skip to review step": [
|
1195
1315
|
""
|
1196
1316
|
],
|
1317
|
+
"Smart proxy": [
|
1318
|
+
""
|
1319
|
+
],
|
1197
1320
|
"Snippet": [
|
1198
1321
|
"Snippet"
|
1199
1322
|
],
|
@@ -1254,6 +1377,9 @@
|
|
1254
1377
|
"Success": [
|
1255
1378
|
"Éxito"
|
1256
1379
|
],
|
1380
|
+
"Successfully copied to clipboard!": [
|
1381
|
+
""
|
1382
|
+
],
|
1257
1383
|
"Switch to the new job invocation detail UI": [
|
1258
1384
|
""
|
1259
1385
|
],
|
@@ -1266,6 +1392,9 @@
|
|
1266
1392
|
"Systems": [
|
1267
1393
|
""
|
1268
1394
|
],
|
1395
|
+
"Target Hosts": [
|
1396
|
+
""
|
1397
|
+
],
|
1269
1398
|
"Target hosts": [
|
1270
1399
|
"Hosts de destino"
|
1271
1400
|
],
|
@@ -1275,6 +1404,9 @@
|
|
1275
1404
|
"Target template ID": [
|
1276
1405
|
"ID de la plantilla de destino"
|
1277
1406
|
],
|
1407
|
+
"Target:": [
|
1408
|
+
""
|
1409
|
+
],
|
1278
1410
|
"Target: ": [
|
1279
1411
|
"Destino: "
|
1280
1412
|
],
|
@@ -1284,6 +1416,12 @@
|
|
1284
1416
|
"Task cancelled": [
|
1285
1417
|
"Tarea cancelada"
|
1286
1418
|
],
|
1419
|
+
"Task count": [
|
1420
|
+
""
|
1421
|
+
],
|
1422
|
+
"Task for the host cancelled succesfully": [
|
1423
|
+
""
|
1424
|
+
],
|
1287
1425
|
"Template ERB": [
|
1288
1426
|
"Plantilla ERB"
|
1289
1427
|
],
|
@@ -1293,6 +1431,9 @@
|
|
1293
1431
|
"Template failed with:": [
|
1294
1432
|
"Plantilla falló con:"
|
1295
1433
|
],
|
1434
|
+
"Template invocation not found": [
|
1435
|
+
""
|
1436
|
+
],
|
1296
1437
|
"Template name": [
|
1297
1438
|
"nombre de plantilla"
|
1298
1439
|
],
|
@@ -1314,6 +1455,9 @@
|
|
1314
1455
|
"The dynamic query '%{query}' was not resolved yet. The list of hosts to which it would resolve now can be seen %{here}.": [
|
1315
1456
|
"La consulta dinámica '%{query}' aún no se resolvió. La lista de hosts en los que se resolverá ahora se puede ver %{here}."
|
1316
1457
|
],
|
1458
|
+
"The dynamic query is still being processed. You can {viewTheHosts} targeted by the query.": [
|
1459
|
+
""
|
1460
|
+
],
|
1317
1461
|
"The execution interface is used for remote execution": [
|
1318
1462
|
"La interfaz de ejecución se utiliza para la ejecución remota."
|
1319
1463
|
],
|
@@ -1332,6 +1476,9 @@
|
|
1332
1476
|
"The job template to use, parameter is required unless feature was specified": [
|
1333
1477
|
"La plantilla de trabajo que se debe utilizar; se requiere el parámetro a menos que se haya especificado la funcionalidad"
|
1334
1478
|
],
|
1479
|
+
"The number of invocations is:": [
|
1480
|
+
""
|
1481
|
+
],
|
1335
1482
|
"The only applicable proxy %{proxy_names} is down": [
|
1336
1483
|
"El único proxy aplicable %%{proxy_names} está inactivo.",
|
1337
1484
|
"Todos los proxies aplicables %{count} están inactivos. Se intentó %%{proxy_names}",
|
@@ -1361,6 +1508,9 @@
|
|
1361
1508
|
"This template is used to generate the description.<br/>Input values can be used using the syntax %{package}.<br/>You may also include the job category and template<br/>name using %{job_category} and %{template_name}.": [
|
1362
1509
|
"Esta plantilla se utiliza para generar la descripción. Los valores de entrada se pueden utilizar con la sintaxis <br/>. También puede incluir la categoría de trabajo y el nombre de la plantilla con %%{package} y %<br/>."
|
1363
1510
|
],
|
1511
|
+
"This will open a new tab for each invocation.": [
|
1512
|
+
""
|
1513
|
+
],
|
1364
1514
|
"Time in seconds from the start on the remote host after which the job should be killed.": [
|
1365
1515
|
"Tiempo en segundos desde el comienzo en el host remoto tras lo cual debe eliminarse el trabajo."
|
1366
1516
|
],
|
@@ -1409,12 +1559,18 @@
|
|
1409
1559
|
"Trying to abort the job %s.": [
|
1410
1560
|
""
|
1411
1561
|
],
|
1562
|
+
"Trying to abort the task for the host": [
|
1563
|
+
""
|
1564
|
+
],
|
1412
1565
|
"Trying to cancel the job": [
|
1413
1566
|
"Intentando cancelar el trabajo"
|
1414
1567
|
],
|
1415
1568
|
"Trying to cancel the job %s.": [
|
1416
1569
|
""
|
1417
1570
|
],
|
1571
|
+
"Trying to cancel the task for the host": [
|
1572
|
+
""
|
1573
|
+
],
|
1418
1574
|
"Type": [
|
1419
1575
|
"Tipo"
|
1420
1576
|
],
|
@@ -1439,9 +1595,15 @@
|
|
1439
1595
|
"Unable to remove host from known hosts": [
|
1440
1596
|
"No se puede eliminar el host de los hosts conocidos"
|
1441
1597
|
],
|
1598
|
+
"Unable to run job": [
|
1599
|
+
""
|
1600
|
+
],
|
1442
1601
|
"Unable to save template. Correct highlighted errors": [
|
1443
1602
|
"No se puede guardar plantilla. Corrija los errores resaltados."
|
1444
1603
|
],
|
1604
|
+
"Unknown": [
|
1605
|
+
""
|
1606
|
+
],
|
1445
1607
|
"Unknown execution status": [
|
1446
1608
|
"Estado de ejecución desconocido"
|
1447
1609
|
],
|
@@ -1544,9 +1706,6 @@
|
|
1544
1706
|
"Whether we should sync templates from disk when running db:seed.": [
|
1545
1707
|
"Si debemos sincronizar las plantillas del disco al ejecutar db:seed."
|
1546
1708
|
],
|
1547
|
-
"Workers pool size": [
|
1548
|
-
"Tamaño del grupo de trabajadores"
|
1549
|
-
],
|
1550
1709
|
"Yes (override)": [
|
1551
1710
|
"Sí (anulación)"
|
1552
1711
|
],
|
@@ -1559,6 +1718,9 @@
|
|
1559
1718
|
"You have %s results to display. Showing first %s results": [
|
1560
1719
|
"Tienes %s resultados para mostrar. Mostrando primeros resultados %s "
|
1561
1720
|
],
|
1721
|
+
"You have more results to display. Showing first %s results": [
|
1722
|
+
""
|
1723
|
+
],
|
1562
1724
|
"add an input set for this template to reference a different template inputs": [
|
1563
1725
|
"agregar un conjunto de entrada para esta plantilla para hacer referencia a entradas de una plantilla diferente"
|
1564
1726
|
],
|
@@ -1574,9 +1736,6 @@
|
|
1574
1736
|
"effective user": [
|
1575
1737
|
"usuario efectivo"
|
1576
1738
|
],
|
1577
|
-
"error": [
|
1578
|
-
"error"
|
1579
|
-
],
|
1580
1739
|
"error during rendering: %s": [
|
1581
1740
|
"error durante la reproducción: %s"
|
1582
1741
|
],
|
@@ -1652,6 +1811,9 @@
|
|
1652
1811
|
"succeeded": [
|
1653
1812
|
"exitoso"
|
1654
1813
|
],
|
1814
|
+
"task aborted succesfully": [
|
1815
|
+
""
|
1816
|
+
],
|
1655
1817
|
"tasks at a time": [
|
1656
1818
|
"tareas a la vez"
|
1657
1819
|
],
|
@@ -1670,6 +1832,9 @@
|
|
1670
1832
|
"view host names": [
|
1671
1833
|
""
|
1672
1834
|
],
|
1835
|
+
"view the hosts": [
|
1836
|
+
""
|
1837
|
+
],
|
1673
1838
|
"yes": [
|
1674
1839
|
"sí"
|
1675
1840
|
]
|