summaryrefslogtreecommitdiff
path: root/app/Locale/es_ES/translations.php
blob: 9db936f93bffb6035e067e77f39faea40781cbb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
<?php

return array(
    'number.decimals_separator' => ',',
    'number.thousands_separator' => '.',
    'None' => 'Ninguno',
    'edit' => 'modificar',
    'Edit' => 'Modificar',
    'remove' => 'eliminar',
    'Remove' => 'Eliminar',
    'Yes' => 'Sí',
    'No' => 'No',
    'cancel' => 'cancelar',
    'or' => 'o',
    'Yellow' => 'Amarillo',
    'Blue' => 'Azul',
    'Green' => 'Verde',
    'Purple' => 'Morado',
    'Red' => 'Rojo',
    'Orange' => 'Naranja',
    'Grey' => 'Gris',
    'Brown' => 'Marrón',
    'Deep Orange' => 'Naranja oscuro',
    'Dark Grey' => 'Gris oscuro',
    'Pink' => 'Rosa',
    'Teal' => 'Verde azulado',
    'Cyan' => 'Cian',
    'Lime' => 'Lima',
    'Light Green' => 'Verde claro',
    'Amber' => 'Ámbar',
    'Save' => 'Guardar',
    'Login' => 'Iniciar sesión (ingresar)',
    'Official website:' => 'Página web oficial:',
    'Unassigned' => 'No asignado',
    'View this task' => 'Ver esta tarea',
    'Remove user' => 'Eliminar un usuario',
    'Do you really want to remove this user: "%s"?' => '¿Realmente desea eliminar este usuario: «%s»?',
    'All users' => 'Todos los usuarios',
    'Username' => 'Nombre de usuario',
    'Password' => 'Contraseña',
    'Administrator' => 'Administrador',
    'Sign in' => 'Iniciar sesión',
    'Users' => 'Usuarios',
    'No user' => 'Ningún usuario',
    'Forbidden' => 'Acceso denegado',
    'Access Forbidden' => 'Acceso denegado',
    'Edit user' => 'Modificar el usuario',
    'Logout' => 'Salir',
    'Bad username or password' => 'Usuario o contraseña incorrecto',
    'Edit project' => 'Modificar el proyecto',
    'Name' => 'Nombre',
    'Projects' => 'Proyectos',
    'No project' => 'Ningún proyecto',
    'Project' => 'Proyecto',
    'Status' => 'Estado',
    'Tasks' => 'Tareas',
    'Board' => 'Tablero',
    'Actions' => 'Acciones',
    'Inactive' => 'Inactivo',
    'Active' => 'Activo',
    'Unable to update this board.' => 'No se puede actualizar este tablero.',
    'Disable' => 'Desactivar',
    'Enable' => 'Activar',
    'New project' => 'Nuevo proyecto',
    'Do you really want to remove this project: "%s"?' => '¿Realmente desea eliminar este proyecto: «%s»?',
    'Remove project' => 'Eliminar el proyecto',
    'Edit the board for "%s"' => 'Modificar el tablero para «%s»',
    'Add a new column' => 'Añadir una nueva columna',
    'Title' => 'Título',
    'Assigned to %s' => 'Asignada a %s',
    'Remove a column' => 'Eliminar esta columna',
    'Unable to remove this column.' => 'No se puede eliminar esta columna.',
    'Do you really want to remove this column: "%s"?' => '¿De vedad que desea eliminar esta columna: «%s»?',
    'Settings' => 'Preferencias',
    'Application settings' => 'Preferencias de la aplicación',
    'Language' => 'Idioma',
    'Webhook token:' => 'Token de los disparadores web (webhooks):',
    'API token:' => 'Token de la API:',
    'Database size:' => 'Tamaño de la base de datos:',
    'Download the database' => 'Descargar la base de datos',
    'Optimize the database' => 'Optimizar la base de datos',
    '(VACUUM command)' => '(comando VACUUM)',
    '(Gzip compressed Sqlite file)' => '(archivo Sqlite comprimido en Gzip)',
    'Close a task' => 'Cerrar una tarea',
    'Column' => 'Columna',
    'Color' => 'Color',
    'Assignee' => 'Responsable',
    'Create another task' => 'Crear otra tarea',
    'New task' => 'Nueva tarea',
    'Open a task' => 'Abrir una tarea',
    'Do you really want to open this task: "%s"?' => '¿Realmente desea abrir esta tarea: «%s»?',
    'Back to the board' => 'Volver al tablero',
    'There is nobody assigned' => 'No hay nadie asignado a esta tarea',
    'Column on the board:' => 'Columna en el tablero:',
    'Close this task' => 'Cerrar esta tarea',
    'Open this task' => 'Abrir esta tarea',
    'There is no description.' => 'No hay descripción.',
    'Add a new task' => 'Añadir una nueva tarea',
    'The username is required' => 'El nombre del usuario es obligatorio',
    'The maximum length is %d characters' => 'La longitud máxima es de %d caracteres',
    'The minimum length is %d characters' => 'La longitud mínima es de %d caracteres',
    'The password is required' => 'La contraseña es obligatoria',
    'This value must be an integer' => 'Este valor debe ser un entero',
    'The username must be unique' => 'El nombre del usuario debe ser único',
    'The user id is required' => 'El identificador del usuario es obligatorio',
    'Passwords don\'t match' => 'Las contraseñas no coinciden',
    'The confirmation is required' => 'La confirmación es obligatoria',
    'The project is required' => 'El proyecto es obligatorio',
    'The id is required' => 'El identificador es obligatorio',
    'The project id is required' => 'El identificador del proyecto es obligatorio',
    'The project name is required' => 'El nombre del proyecto es obligatorio',
    'The title is required' => 'El título es obligatorio',
    'Settings saved successfully.' => 'Preferencias guardadas correctamente.',
    'Unable to save your settings.' => 'No se pueden guardar sus preferencias.',
    'Database optimization done.' => 'Optimización de la base de datos terminada.',
    'Your project have been created successfully.' => 'El proyecto ha sido creado correctamente.',
    'Unable to create your project.' => 'No se puede crear el proyecto.',
    'Project updated successfully.' => 'El proyecto ha sido actualizado correctamente.',
    'Unable to update this project.' => 'No se puede actualizar el proyecto.',
    'Unable to remove this project.' => 'No se puede eliminar este proyecto.',
    'Project removed successfully.' => 'El proyecto ha sido eliminado correctamente.',
    'Project activated successfully.' => 'El proyecto ha sido activado correctamente.',
    'Unable to activate this project.' => 'No se puede activar el proyecto.',
    'Project disabled successfully.' => 'El proyecto ha sido desactivado correctamente.',
    'Unable to disable this project.' => 'No se puede desactivar el proyecto.',
    'Unable to open this task.' => 'No se puede abrir esta tarea.',
    'Task opened successfully.' => 'La tarea ha sido abierta correctamente.',
    'Unable to close this task.' => 'No se puede cerrar esta tarea.',
    'Task closed successfully.' => 'La tarea ha sido cerrada correctamente.',
    'Unable to update your task.' => 'No se puede actualizar esta tarea.',
    'Task updated successfully.' => 'La tarea ha sido actualizada correctamente.',
    'Unable to create your task.' => 'No se puede crear esta tarea.',
    'Task created successfully.' => 'La tarea ha sido creada correctamente.',
    'User created successfully.' => 'El usuario ha sido creado correctamente.',
    'Unable to create your user.' => 'No se puede crear este usuario.',
    'User updated successfully.' => 'El usuario ha sido actualizado correctamente.',
    'Unable to update your user.' => 'No se puede actualizar este usuario.',
    'User removed successfully.' => 'El usuario ha sido creado correctamente.',
    'Unable to remove this user.' => 'No se puede crear este usuario.',
    'Board updated successfully.' => 'El tablero ha sido actualizado correctamente.',
    'Ready' => 'Preparado',
    'Backlog' => 'En espera',
    'Work in progress' => 'En curso',
    'Done' => 'Hecho',
    'Application version:' => 'Versión de la aplicación:',
    'Id' => 'Identificador',
    'Public link' => 'Enlace público',
    'Timezone' => 'Zona horaria',
    'Sorry, I didn\'t find this information in my database!' => '¡Lo siento, no he encontrado esta información en mi base de datos!',
    'Page not found' => 'Página no encontrada',
    'Complexity' => 'Complejidad',
    'Task limit' => 'Número máximo de tareas',
    'Task count' => 'Contador de tareas',
    'User' => 'Usuario',
    'Comments' => 'Comentarios',
    'Comment is required' => 'El comentario es obligatorio',
    'Comment added successfully.' => 'El comentario ha sido añadido correctamente.',
    'Unable to create your comment.' => 'No se puede crear este comentario.',
    'Due Date' => 'Fecha límite',
    'Invalid date' => 'Fecha no válida',
    'Automatic actions' => 'Acciones automatizadas',
    'Your automatic action have been created successfully.' => 'La acción automatizada ha sido creada correctamente.',
    'Unable to create your automatic action.' => 'No se puede crear esta acción automatizada.',
    'Remove an action' => 'Eliminar una acción',
    'Unable to remove this action.' => 'No se puede eliminar esta acción.',
    'Action removed successfully.' => 'La acción ha sido eliminada correctamente.',
    'Automatic actions for the project "%s"' => 'Acciones automatizadas para el proyecto «%s»',
    'Add an action' => 'Añadir una acción',
    'Event name' => 'Nombre del evento',
    'Action name' => 'Nombre de la acción',
    'Action parameters' => 'Parámetros de la acción',
    'Action' => 'Acción',
    'Event' => 'Evento',
    'When the selected event occurs execute the corresponding action.' => 'Cuando tiene lugar el evento seleccionado, ejecutar la acción correspondiente.',
    'Next step' => 'Etapa siguiente',
    'Define action parameters' => 'Define los parámetros de la acción',
    'Do you really want to remove this action: "%s"?' => '¿Realmente desea eliminar esta acción «%s»?',
    'Remove an automatic action' => 'Eliminar una acción automatizada',
    'Assign the task to a specific user' => 'Asignar una tarea a un usuario especifico',
    'Assign the task to the person who does the action' => 'Asignar la tarea al usuario que hace la acción',
    'Duplicate the task to another project' => 'Duplicar la tarea a otro proyecto',
    'Move a task to another column' => 'Mover una tarea a otra columna',
    'Task modification' => 'Modificación de una tarea',
    'Task creation' => 'Creación de una tarea',
    'Closing a task' => 'Cerrar una tarea',
    'Assign a color to a specific user' => 'Asignar un color a un usuario específico',
    'Position' => 'Posición',
    'Duplicate to another project' => 'Duplicar a otro proyecto',
    'Duplicate' => 'Duplicar',
    'link' => 'enlace',
    'Comment updated successfully.' => 'El comentario ha sido actualizado correctamente.',
    'Unable to update your comment.' => 'No se puede actualizar este comentario.',
    'Remove a comment' => 'Eliminar un comentario',
    'Comment removed successfully.' => 'El comentario ha sido eliminado correctamente.',
    'Unable to remove this comment.' => 'No se puede eliminar este comentario.',
    'Do you really want to remove this comment?' => '¿Realmente desea eliminar este comentario?',
    'Current password for the user "%s"' => 'Contraseña actual para el usuario: «%s»',
    'The current password is required' => 'La contraseña es obligatoria',
    'Wrong password' => 'Contraseña incorrecta',
    'Unknown' => 'Desconocido',
    'Last logins' => 'Últimos ingresos',
    'Login date' => 'Fecha de ingreso',
    'Authentication method' => 'Método de autenticación',
    'IP address' => 'Dirección IP',
    'User agent' => 'Agente de usuario (User agent)',
    'Persistent connections' => 'Conexión persistente',
    'No session.' => 'No existe sesión.',
    'Expiration date' => 'Fecha de expiración',
    'Remember Me' => 'Recuérdame',
    'Creation date' => 'Fecha de creación',
    'Everybody' => 'Todo el mundo',
    'Open' => 'Abierto',
    'Closed' => 'Cerrado',
    'Search' => 'Buscar',
    'Nothing found.' => 'No se ha encontrado nada.',
    'Due date' => 'Fecha límite',
    'Description' => 'Descripción',
    '%d comments' => '%d comentarios',
    '%d comment' => '%d comentario',
    'Email address invalid' => 'Dirección de correo inválida',
    'Your external account is not linked anymore to your profile.' => 'Su cuenta externa se ha desvinculado de su perfil.',
    'Unable to unlink your external account.' => 'No se puede desvincular su cuenta externa.',
    'External authentication failed' => 'Falló la autenticación externa',
    'Your external account is linked to your profile successfully.' => 'Su cuenta externa se ha vinculado correctamente con su perfil.',
    'Email' => 'Correo electrónico',
    'Task removed successfully.' => 'Tarea eliminada correctamente.',
    'Unable to remove this task.' => 'No se puede eliminar esta tarea.',
    'Remove a task' => 'Eliminar una tarea',
    'Do you really want to remove this task: "%s"?' => '¿Realmente desea eliminar esta tarea: «%s»?',
    'Assign automatically a color based on a category' => 'Asignar un color de forma automática basándose en la categoría',
    'Assign automatically a category based on a color' => 'Asignar una categoría de forma automática basándose en el color',
    'Task creation or modification' => 'Creación o Edición de Tarea',
    'Category' => 'Categoría',
    'Category:' => 'Categoría:',
    'Categories' => 'Categorías',
    'Your category have been created successfully.' => 'Se ha creado su categoría correctamente.',
    'Unable to create your category.' => 'No se puede crear su categoría.',
    'Your category have been updated successfully.' => 'Se ha actualizado su categoría correctamente.',
    'Unable to update your category.' => 'No se puede actualizar su categoría.',
    'Remove a category' => 'Eliminar una categoría',
    'Category removed successfully.' => 'Categoría eliminada correctamente.',
    'Unable to remove this category.' => 'No se puede eliminar esta categoría.',
    'Category modification for the project "%s"' => 'Modificación de la categoría para el proyecto «%s»',
    'Category Name' => 'Nombre de la categoría',
    'Add a new category' => 'Añadir una nueva categoría',
    'Do you really want to remove this category: "%s"?' => '¿Realmente desea eliminar esta categoría: «%s»?',
    'All categories' => 'Todas las categorías',
    'No category' => 'Sin categoría',
    'The name is required' => 'El nombre es obligatorio',
    'Remove a file' => 'Eliminar un fichero',
    'Unable to remove this file.' => 'No se puede eliminar este fichero.',
    'File removed successfully.' => 'Fichero eliminado correctamente.',
    'Attach a document' => 'Adjuntar un documento',
    'Do you really want to remove this file: "%s"?' => '¿Realmente desea eliminar este fichero: «%s»?',
    'Attachments' => 'Adjuntos',
    'Edit the task' => 'Modificar la tarea',
    'Add a comment' => 'Añadir un comentario',
    'Edit a comment' => 'Modificar un comentario',
    'Summary' => 'Resumen',
    'Time tracking' => 'Seguimiento temporal',
    'Estimate:' => 'Estimado:',
    'Spent:' => 'Transcurrido:',
    'Do you really want to remove this sub-task?' => '¿Realmente desea eliminar esta subtarea?',
    'Remaining:' => 'Restante:',
    'hours' => 'horas',
    'spent' => 'transcurrido',
    'estimated' => 'estimado',
    'Sub-Tasks' => 'Subtareas',
    'Add a sub-task' => 'Añadir una subtarea',
    'Original estimate' => 'Estimación original',
    'Create another sub-task' => 'Crear otra subtarea',
    'Time spent' => 'Tiempo transcurrido',
    'Edit a sub-task' => 'Modificar una subtarea',
    'Remove a sub-task' => 'Eliminar una subtarea',
    'The time must be a numeric value' => 'El tiempo debe de ser un valor numérico',
    'Todo' => 'Por hacer',
    'In progress' => 'En progreso',
    'Sub-task removed successfully.' => 'Subtarea eliminada correctamente.',
    'Unable to remove this sub-task.' => 'No se puede eliminar esta subtarea.',
    'Sub-task updated successfully.' => 'Subtarea actualizada correctamente.',
    'Unable to update your sub-task.' => 'No se puede actualizar esta subtarea.',
    'Unable to create your sub-task.' => 'No se puede crear la subtarea.',
    'Sub-task added successfully.' => 'Subtarea añadida correctamente.',
    'Maximum size: ' => 'Tamaño máximo: ',
    'Unable to upload the file.' => 'No se puede cargar el fichero.',
    'Display another project' => 'Mostrar otro proyecto',
    'Created by %s' => 'Creado por %s',
    'Tasks Export' => 'Exportar tareas',
    'Start Date' => 'Fecha de inicio',
    'Execute' => 'Ejecutar',
    'Task Id' => 'Identificador de tarea',
    'Creator' => 'Creador',
    'Modification date' => 'Fecha de modificación',
    'Completion date' => 'Fecha de finalización',
    'Clone' => 'Clonar',
    'Project cloned successfully.' => 'Proyecto clonado correctamente.',
    'Unable to clone this project.' => 'No se puede clonar este proyecto.',
    'Enable email notifications' => 'Habilitar notificaciones por correo electrónico',
    'Task position:' => 'Posición de la tarea:',
    'The task #%d have been opened.' => 'La tarea #%d ha sido abierta.',
    'The task #%d have been closed.' => 'La tarea #%d ha sido cerrada.',
    'Sub-task updated' => 'Subtarea actualizada',
    'Title:' => 'Título:',
    'Status:' => 'Estado:',
    'Assignee:' => 'Responsable:',
    'Time tracking:' => 'Control de tiempo:',
    'New sub-task' => 'Nueva subtarea',
    'New attachment added "%s"' => 'Nuevo adjunto añadido «%s»',
    'New comment posted by %s' => 'Nuevo comentario añadido por %s',
    'New comment' => 'Nuevo comentario',
    'Comment updated' => 'Comentario actualizado',
    'New subtask' => 'Nueva subtarea',
    'I want to receive notifications only for those projects:' => 'Quiero recibir notificaciones sólo de estos proyectos:',
    'view the task on Kanboard' => 'ver la tarea en Kanboard',
    'Public access' => 'Acceso público',
    'Disable public access' => 'Desactivar acceso público',
    'Enable public access' => 'Activar acceso público',
    'Public access disabled' => 'Acceso público desactivado',
    'Move the task to another project' => 'Mover la tarea a otro proyecto',
    'Move to another project' => 'Mover a otro proyecto',
    'Do you really want to duplicate this task?' => '¿Realmente desea duplicar esta tarea?',
    'Duplicate a task' => 'Duplicar una tarea',
    'External accounts' => 'Cuentas externas',
    'Account type' => 'Tipo de cuenta',
    'Local' => 'Local',
    'Remote' => 'Remota',
    'Enabled' => 'Activada',
    'Disabled' => 'Desactivada',
    'Login:' => 'Nombre de usuario:',
    'Full Name:' => 'Nombre:',
    'Email:' => 'Correo electrónico:',
    'Notifications:' => 'Notificaciones:',
    'Notifications' => 'Notificaciones',
    'Account type:' => 'Tipo de cuenta:',
    'Edit profile' => 'Modificar perfil',
    'Change password' => 'Cambiar contraseña',
    'Password modification' => 'Modificación de contraseña',
    'External authentications' => 'Autenticación externa',
    'Never connected.' => 'Nunca se ha conectado.',
    'No external authentication enabled.' => 'Sin autenticación externa activa.',
    'Password modified successfully.' => 'Contraseña cambiada correctamente.',
    'Unable to change the password.' => 'No se puede cambiar la contraseña.',
    'Change category' => 'Cambiar categoría',
    '%s updated the task %s' => '%s actualizó la tarea %s',
    '%s opened the task %s' => '%s abrió la tarea %s',
    '%s moved the task %s to the position #%d in the column "%s"' => '%s movió la tarea %s a la posición #%d de la columna «%s»',
    '%s moved the task %s to the column "%s"' => '%s movió la tarea %s a la columna «%s»',
    '%s created the task %s' => '%s creó la tarea %s',
    '%s closed the task %s' => '%s cerró la tarea %s',
    '%s created a subtask for the task %s' => '%s creó una subtarea para la tarea %s',
    '%s updated a subtask for the task %s' => '%s actualizó una subtarea para la tarea %s',
    'Assigned to %s with an estimate of %s/%sh' => 'Asignada a %s con una estimación de %s/%sh',
    'Not assigned, estimate of %sh' => 'No asignada, se estima en %sh',
    '%s updated a comment on the task %s' => '%s actualizó un comentario de la tarea %s',
    '%s commented the task %s' => '%s comentó la tarea %s',
    '%s\'s activity' => 'Actividad de %s',
    'RSS feed' => 'Fuentes RSS',
    '%s updated a comment on the task #%d' => '%s actualizó un comentario de la tarea #%d',
    '%s commented on the task #%d' => '%s comentó la tarea #%d',
    '%s updated a subtask for the task #%d' => '%s actualizó una subtarea de la tarea #%d',
    '%s created a subtask for the task #%d' => '%s creó una subtarea de la tarea #%d',
    '%s updated the task #%d' => '%s actualizó la tarea #%d',
    '%s created the task #%d' => '%s creó la tarea #%d',
    '%s closed the task #%d' => '%s cerró la tarea #%d',
    '%s opened the task #%d' => '%s abrió la tarea #%d',
    'Activity' => 'Actividad',
    'Default values are "%s"' => 'Los valores por defecto son «%s»',
    'Default columns for new projects (Comma-separated)' => 'Columnas por defecto para los nuevos proyectos (separadas mediante comas)',
    'Task assignee change' => 'Cambiar responsable de la tarea',
    '%s changed the assignee of the task #%d to %s' => '%s cambió el responsable de la tarea #%d por %s',
    '%s changed the assignee of the task %s to %s' => '%s cambió el responsable de la tarea %s por %s',
    'New password for the user "%s"' => 'Nueva contraseña para el usuario «%s»',
    'Choose an event' => 'Seleccione un evento',
    'Create a task from an external provider' => 'Crear una tarea a partir de un proveedor externo',
    'Change the assignee based on an external username' => 'Cambiar el responsable basado en un nombre de usuario externo',
    'Change the category based on an external label' => 'Cambiar la categoría basado en una etiqueta externa',
    'Reference' => 'Referencia',
    'Label' => 'Etiqueta',
    'Database' => 'Base de datos',
    'About' => 'Acerca de',
    'Database driver:' => 'Controlador de la base de datos (driver):',
    'Board settings' => 'Preferencias del tablero',
    'Webhook settings' => 'Preferencias del disparador web (webhook)',
    'Reset token' => 'Limpiar token',
    'API endpoint:' => 'Endpoint del API:',
    'Refresh interval for private board' => 'Intervalo de refresco del tablero privado',
    'Refresh interval for public board' => 'Intervalo de refresco del tablero público',
    'Task highlight period' => 'Periodo de realce de la tarea',
    'Period (in second) to consider a task was modified recently (0 to disable, 2 days by default)' => 'Periodo (en segundos) para considerar que una tarea fue modificada recientemente (0 para deshabilitar, 2 días por defecto)',
    'Frequency in second (60 seconds by default)' => 'Frecuencia en segundos (60 segundos por defecto)',
    'Frequency in second (0 to disable this feature, 10 seconds by default)' => 'Frecuencia en segundos (0 para deshabilitar esta característica, 10 segundos por defecto)',
    'Application URL' => 'URL de la aplicación',
    'Token regenerated.' => 'Token regenerado.',
    'Date format' => 'Formato de la fecha',
    'ISO format is always accepted, example: "%s" and "%s"' => 'El formato ISO siempre es aceptado, ejemplo: «%s» y «%s»',
    'New private project' => 'Nuevo proyecto privado',
    'This project is private' => 'Este proyecto es privado',
    'Add' => 'Añadir',
    'Start date' => 'Fecha de inicio',
    'Time estimated' => 'Tiempo estimado',
    'There is nothing assigned to you.' => 'No tiene nada asignado.',
    'My tasks' => 'Mis tareas',
    'Activity stream' => 'Flujo de actividad',
    'Dashboard' => 'Tablero',
    'Confirmation' => 'Confirmación',
    'Allow everybody to access to this project' => 'Permitir a cualquiera acceder a este proyecto',
    'Everybody have access to this project.' => 'Cualquiera tiene acceso a este proyecto.',
    'Webhooks' => 'Disparadores web (webhooks)',
    'API' => 'API',
    'Create a comment from an external provider' => 'Crear un comentario a partir de un proveedor externo',
    'Project management' => 'Administración del proyecto',
    'My projects' => 'Mis proyectos',
    'Columns' => 'Columnas',
    'Task' => 'Tarea',
    'Your are not member of any project.' => 'No eres miembro de ningún proyecto.',
    'Percentage' => 'Porcentaje',
    'Number of tasks' => 'Número de tareas',
    'Task distribution' => 'Distribución de tareas',
    'Analytics' => 'Analítica',
    'Subtask' => 'Subtarea',
    'My subtasks' => 'Mis subtareas',
    'User repartition' => 'Repartición de usuarios',
    'Clone this project' => 'Clonar este proyecto',
    'Column removed successfully.' => 'Columna eliminada correctamente.',
    'Not enough data to show the graph.' => 'No hay suficiente información para mostrar el gráfico.',
    'Previous' => 'Anterior',
    'The id must be an integer' => 'El id debe ser un entero',
    'The project id must be an integer' => 'El id del proyecto debe ser un entero',
    'The status must be an integer' => 'El estado debe ser un entero',
    'The subtask id is required' => 'El id de la subtarea es obligatorio',
    'The subtask id must be an integer' => 'El id de la subtarea debe ser un entero',
    'The task id is required' => 'El id de la tarea es obligatorio',
    'The task id must be an integer' => 'El id de la tarea debe ser un entero',
    'The user id must be an integer' => 'El id del usuario debe ser un entero',
    'This value is required' => 'Este valor es obligatorio',
    'This value must be numeric' => 'Este valor debe ser numérico',
    'Unable to create this task.' => 'No se puede crear esta tarea.',
    'Cumulative flow diagram' => 'Diagrama de flujo acumulativo',
    'Daily project summary' => 'Resumen diario del proyecto',
    'Daily project summary export' => 'Exportar resumen diario del proyecto',
    'Exports' => 'Exportaciones',
    'This export contains the number of tasks per column grouped per day.' => 'Esta exportación contiene el número de tareas por columna agrupadas por día.',
    'Active swimlanes' => 'Calles activas',
    'Add a new swimlane' => 'Añadir nueva calle',
    'Change default swimlane' => 'Cambiar la calle por defecto',
    'Default swimlane' => 'Calle por defecto',
    'Do you really want to remove this swimlane: "%s"?' => '¿Realmente desea eliminar esta calle: «%s»?',
    'Inactive swimlanes' => 'Calles inactivas',
    'Remove a swimlane' => 'Eliminar una calle',
    'Show default swimlane' => 'Mostrar calle por defecto',
    'Swimlane modification for the project "%s"' => 'Modificación de la calle para el proyecto «%s»',
    'Swimlane removed successfully.' => 'Calle eliminada correctamente.',
    'Swimlanes' => 'Calles',
    'Swimlane updated successfully.' => 'Calle actualizada correctamente.',
    'The default swimlane have been updated successfully.' => 'La calle por defecto ha sido actualizada correctamente.',
    'Unable to remove this swimlane.' => 'No es posible eliminar esta calle.',
    'Unable to update this swimlane.' => 'No es posible actualizar esta calle.',
    'Your swimlane have been created successfully.' => 'Su calle ha sido creada correctamente.',
    'Example: "Bug, Feature Request, Improvement"' => 'Ejemplo: "Error, Solicitud de característica, Mejora',
    'Default categories for new projects (Comma-separated)' => 'Categorías por defecto para nuevos proyectos (separadas por comas)',
    'Integrations' => 'Integraciones',
    'Integration with third-party services' => 'Integración con servicios de terceros',
    'Subtask Id' => 'Identificador de subtarea',
    'Subtasks' => 'Subtareas',
    'Subtasks Export' => 'Exportación de subtareas',
    'Task Title' => 'Título de la tarea',
    'Untitled' => 'Sin título',
    'Application default' => 'Predefinido por la aplicación',
    'Language:' => 'Idioma:',
    'Timezone:' => 'Zona horaria:',
    'All columns' => 'Todas las columnas',
    'Calendar' => 'Calendario',
    'Next' => 'Siguiente',
    '#%d' => '#%d',
    'All swimlanes' => 'Todas las calles',
    'All colors' => 'Todos los colores',
    'Moved to column %s' => 'Movida a la columna %s',
    'User dashboard' => 'Tablero de usuario',
    'Allow only one subtask in progress at the same time for a user' => 'Permitir sólo una subtarea en progreso a la vez para cada usuario',
    'Edit column "%s"' => 'Modificar la columna %s',
    'Select the new status of the subtask: "%s"' => 'Seleccionar el nuevo estado de la subtarea: «%s»',
    'Subtask timesheet' => 'Hoja temporal de la subtarea',
    'There is nothing to show.' => 'No hay nada que mostrar.',
    'Time Tracking' => 'Seguimiento temporal',
    'You already have one subtask in progress' => 'Ya tiene una subtarea en progreso',
    'Which parts of the project do you want to duplicate?' => '¿Qué partes del proyecto desea duplicar?',
    'Disallow login form' => 'Deshabilitar formulario de ingreso',
    'Start' => 'Inicio',
    'End' => 'Fin',
    'Task age in days' => 'Edad de la tarea en días',
    'Days in this column' => 'Días en esta columna',
    '%dd' => '%dd',
    'Add a new link' => 'Añadir nuevo enlace',
    'Do you really want to remove this link: "%s"?' => '¿Realmente desea eliminar este enlace: «%s»?',
    'Do you really want to remove this link with task #%d?' => '¿Realmente desea eliminar este enlace con la tarea #%d?',
    'Field required' => 'Campo requerido',
    'Link added successfully.' => 'Enlace añadido correctamente.',
    'Link updated successfully.' => 'Enlace actualizado correctamente.',
    'Link removed successfully.' => 'Enlace eliminado correctamente.',
    'Link labels' => 'Etiquetas de enlace',
    'Link modification' => 'Modificación del enlace',
    'Links' => 'Enlaces',
    'Opposite label' => 'Etiqueta opuesta',
    'Remove a link' => 'Eliminar un enlace',
    'The labels must be different' => 'Las etiquetas han de ser diferentes',
    'There is no link.' => 'No hay enlace.',
    'This label must be unique' => 'Esta etiqueta debe ser única',
    'Unable to create your link.' => 'No se puede crear el enlace.',
    'Unable to update your link.' => 'No se puede actualizar el enlace.',
    'Unable to remove this link.' => 'No se puede eliminar este enlace.',
    'relates to' => 'se refiere a',
    'blocks' => 'bloquea',
    'is blocked by' => 'está bloqueada por',
    'duplicates' => 'duplica',
    'is duplicated by' => 'está duplicada por',
    'is a child of' => 'es un hijo de',
    'is a parent of' => 'es un padre de',
    'targets milestone' => 'hito de objetivos',
    'is a milestone of' => 'es un hito de',
    'fixes' => 'arregla',
    'is fixed by' => 'es arreglada por',
    'This task' => 'Esta tarea',
    '<1h' => '<1h',
    '%dh' => '%dh',
    'Expand tasks' => 'Expandir tareas',
    'Collapse tasks' => 'Colapsar tareas',
    'Expand/collapse tasks' => 'Expande/colapsa tareas',
    'Close dialog box' => 'Cerrar caja de diálogo',
    'Submit a form' => 'Enviar formulario',
    'Board view' => 'Vista de tablero',
    'Keyboard shortcuts' => 'Atajos de teclado',
    'Open board switcher' => 'Abrir conmutador de tablero',
    'Application' => 'Aplicación',
    'Compact view' => 'Compactar vista',
    'Horizontal scrolling' => 'Desplazamiento horizontal',
    'Compact/wide view' => 'Vista compacta/amplia',
    'Currency' => 'Moneda',
    'Private project' => 'Proyecto privado',
    'AUD - Australian Dollar' => 'AUD - Dólar australiano',
    'CAD - Canadian Dollar' => 'CAD - Dólar canadiense',
    'CHF - Swiss Francs' => 'CHF - Francos suizos',
    'Custom Stylesheet' => 'Hoja de estilo Personalizada',
    'download' => 'descargar',
    'EUR - Euro' => 'EUR - Euro',
    'GBP - British Pound' => 'GBP - Libra británica',
    'INR - Indian Rupee' => 'INR - Rupia india',
    'JPY - Japanese Yen' => 'JPY - Yen japonés',
    'NZD - New Zealand Dollar' => 'NZD - Dóloar neocelandés',
    'RSD - Serbian dinar' => 'RSD - Dinar serbio',
    // 'CNY - Chinese Yuan' => '',
    'USD - US Dollar' => 'USD - Dólar estadounidense',
    'Destination column' => 'Columna destino',
    'Move the task to another column when assigned to a user' => 'Mover la tarea a otra columna al asignarse a un usuario',
    'Move the task to another column when assignee is cleared' => 'Mover la tarea a otra columna al quitar el responsable',
    'Source column' => 'Columna fuente',
    'Transitions' => 'Transiciones',
    'Executer' => 'Ejecutor',
    'Time spent in the column' => 'Tiempo transcurrido en la columna',
    'Task transitions' => 'Transiciones de tarea',
    'Task transitions export' => 'Exportar transiciones de tarea',
    'This report contains all column moves for each task with the date, the user and the time spent for each transition.' => 'Este informe contiene todos los movimientos de columna para cada tarea con la fecha, el usuario y el tiempo transcurrido en cada transición.',
    'Currency rates' => 'Cambio de monedas',
    'Rate' => 'Cambio',
    'Change reference currency' => 'Cambiar moneda de referencia',
    'Reference currency' => 'Moneda de referencia',
    'The currency rate have been added successfully.' => 'El cambio de moneda se ha añadido correctamente.',
    'Unable to add this currency rate.' => 'No se puede añadir este cambio de moneda.',
    'Webhook URL' => 'URL del disparador web (webhook)',
    '%s removed the assignee of the task %s' => '%s quita el responsable de la tarea %s',
    'Enable Gravatar images' => 'Activar imágenes Gravatar',
    'Information' => 'Información',
    'Check two factor authentication code' => 'Revisar código de autenticación en dos pasos',
    'The two factor authentication code is not valid.' => 'El código de autenticación en dos pasos no es válido.',
    'The two factor authentication code is valid.' => 'El código de autenticación en dos pasos es válido.',
    'Code' => 'Código',
    'Two factor authentication' => 'Autenticación en dos pasos',
    'This QR code contains the key URI: ' => 'Este código QR contiene la clave URI: ',
    'Check my code' => 'Revisar mi código',
    'Secret key: ' => 'Clave secreta: ',
    'Test your device' => 'Probar su dispositivo',
    'Assign a color when the task is moved to a specific column' => 'Asignar un color al mover la tarea a una columna específica',
    '%s via Kanboard' => '%s vía Kanboard',
    'Burndown chart' => 'Trabajo pendiente',
    'This chart show the task complexity over the time (Work Remaining).' => 'Este diagrama muestra la complejidad de la tarea a lo largo del tiempo (trabajo restante).',
    'Screenshot taken %s' => 'Pantallazo tomado el %s',
    'Add a screenshot' => 'Añadir un pantallazo',
    'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => 'Capture un patallazo y pulse CTRL+V o ⌘+V para pegar aquí.',
    'Screenshot uploaded successfully.' => 'Pantallazo cargado correctamente.',
    'SEK - Swedish Krona' => 'SEK - Corona sueca',
    'Identifier' => 'Identificador',
    'Disable two factor authentication' => 'Desactivar la autenticación en dos pasos',
    'Do you really want to disable the two factor authentication for this user: "%s"?' => '¿Realmente desea desactivar la autenticación en dos pasos para este usuario: «%s»?',
    'Edit link' => 'Modificar enlace',
    'Start to type task title...' => 'Empiece a escribir el título de la tarea...',
    'A task cannot be linked to itself' => 'Una tarea no se puede enlazar con sigo misma',
    'The exact same link already exists' => 'El mismo enlace ya existe',
    'Recurrent task is scheduled to be generated' => 'Tarea recurrente programada para ser generada',
    'Score' => 'Puntuación',
    'The identifier must be unique' => 'El identificador debe ser único',
    'This linked task id doesn\'t exists' => 'El identificador de tarea no existe',
    'This value must be alphanumeric' => 'Este valor debe ser alfanumérico',
    'Edit recurrence' => 'Modificar repetición',
    'Generate recurrent task' => 'Generar una tarea recurrente',
    'Trigger to generate recurrent task' => 'Disparador para generar una tarea recurrente',
    'Factor to calculate new due date' => 'Factor para calcular la nueva fecha de entrega',
    'Timeframe to calculate new due date' => 'Calendario para calcular la nueva fecha de entrega',
    'Base date to calculate new due date' => 'Fecha base para calcular la nueva fecha de entrega',
    'Action date' => 'Fecha de la acción',
    'Base date to calculate new due date: ' => 'Fecha base para calcular la nueva fecha de entrega: ',
    'This task has created this child task: ' => 'Esta tarea ha creado esta tarea hija: ',
    'Day(s)' => 'Día(s)',
    'Existing due date' => 'Fecha de entrega existente',
    'Factor to calculate new due date: ' => 'Factor para calcular la nueva fecha de entrega: ',
    'Month(s)' => 'Mes(es)',
    'Recurrence' => 'Repetición',
    'This task has been created by: ' => 'Esta tarea ha sido creada por: ',
    'Recurrent task has been generated:' => 'Tarea recurrente generada:',
    'Timeframe to calculate new due date: ' => 'Calendario para calcular la nueva fecha de entrega: ',
    'Trigger to generate recurrent task: ' => 'Disparador para generar una tarea recurrente: ',
    'When task is closed' => 'Cuando la tarea es cerrada',
    'When task is moved from first column' => 'Cuando la tarea es movida desde la primera columna',
    'When task is moved to last column' => 'Cuando la tarea es movida a la última columna',
    'Year(s)' => 'Año(s)',
    'Calendar settings' => 'Preferencias del calendario',
    'Project calendar view' => 'Vista de calendario del proyecto',
    'Project settings' => 'Preferencias del proyecto',
    'Show subtasks based on the time tracking' => 'Mostrar subtareas en base al seguimiento temporal',
    'Show tasks based on the creation date' => 'Mostrar tareas en base a la fecha de creación',
    'Show tasks based on the start date' => 'Mostrar tareas en base a la fecha de inicio',
    'Subtasks time tracking' => 'Seguimiento de tiempo en subtareas',
    'User calendar view' => 'Vista de calendario del usuario',
    'Automatically update the start date' => 'Actualizar automáticamente la fecha de inicio',
    'iCal feed' => 'Fuente iCal',
    'Preferences' => 'Preferencias',
    'Security' => 'Seguridad',
    'Two factor authentication disabled' => 'Autenticación en dos pasos deshabilitada',
    'Two factor authentication enabled' => 'Autenticación en dos pasos habilitada',
    'Unable to update this user.' => 'No se puede actualizar este usuario.',
    'There is no user management for private projects.' => 'No hay gestión de usuarios para proyectos privados.',
    'User that will receive the email' => 'Usuario que recibirá el correo',
    'Email subject' => 'Asunto del correo',
    'Date' => 'Fecha',
    'Add a comment log when moving the task between columns' => 'Añadir un comentario al mover la tarea entre columnas',
    'Move the task to another column when the category is changed' => 'Mover la tarea a otra columna cuando cambie la categoría',
    'Send a task by email to someone' => 'Enviar una tarea a alguien por correo',
    'Reopen a task' => 'Reabrir tarea',
    'Notification' => 'Notificación',
    '%s moved the task #%d to the first swimlane' => '%s movió la tarea #%d a la primera calle',
    'Swimlane' => 'Calle',
    'Gravatar' => 'Gravatar',
    '%s moved the task %s to the first swimlane' => '%s movió la tarea %s a la primera calle',
    '%s moved the task %s to the swimlane "%s"' => '%s movió la tarea %s a la calle «%s»',
    'This report contains all subtasks information for the given date range.' => 'Este informe contiene toda la información de las subtareas para el rango de fechas proporcionado.',
    'This report contains all tasks information for the given date range.' => 'Este informe contiene toda la información de las tareas para el rango de fechas proporcionado.',
    'Project activities for %s' => 'Actividades del proyecto para %s',
    'view the board on Kanboard' => 'ver el tablero en Kanboard',
    'The task have been moved to the first swimlane' => 'Se ha movido la tarea a la primera calle',
    'The task have been moved to another swimlane:' => 'Se ha movido la tarea a otra calle:',
    'New title: %s' => 'Nuevo título: %s',
    'The task is not assigned anymore' => 'La tarea ya no está asignada',
    'New assignee: %s' => 'Nuevo responsable: %s',
    'There is no category now' => 'En este momento no hay categorías',
    'New category: %s' => 'Nueva categoría: %s',
    'New color: %s' => 'Nuevo color: %s',
    'New complexity: %d' => 'Nueva complejidad: %d',
    'The due date have been removed' => 'Se ha quitado la fecha de entrega',
    'There is no description anymore' => 'Ya no hay descripción',
    'Recurrence settings have been modified' => 'Se han modificado los valores recurrentes',
    'Time spent changed: %sh' => 'Se ha cambiado el tiempo empleado: %sh',
    'Time estimated changed: %sh' => 'Se ha cambiado el tiempo estimado: %sh',
    'The field "%s" have been updated' => 'Se ha actualizado el campo «%s»',
    'The description has been modified:' => 'Se ha modificado la descripción:',
    'Do you really want to close the task "%s" as well as all subtasks?' => '¿Realmente desea cerrar la tarea «%s» así como todas las subtareas?',
    'I want to receive notifications for:' => 'Deseo recibir notificaciones para:',
    'All tasks' => 'Todas las tareas',
    'Only for tasks assigned to me' => 'Sólo para las tareas que me han sido asignadas',
    'Only for tasks created by me' => 'Sólo para las tareas creadas por mí',
    'Only for tasks created by me and assigned to me' => 'Sólo para las tareas creadas por mí y que me han sido asignadas',
    '%%Y-%%m-%%d' => '%%d/%%M/%%Y',
    'Total for all columns' => 'Total para todas las columnas',
    'You need at least 2 days of data to show the chart.' => 'Necesitas al menos 2 días de datos para mostrar el gráfico.',
    '<15m' => '<15m',
    '<30m' => '<30m',
    'Stop timer' => 'Parar temporizador',
    'Start timer' => 'Iniciar temporizador',
    'My activity stream' => 'Mi flujo de actividad',
    'My calendar' => 'Mi calendario',
    'Search tasks' => 'Buscar tareas',
    'Reset filters' => 'Limpiar filtros',
    'My tasks due tomorrow' => 'Mis tareas a entregar mañana',
    'Tasks due today' => 'Tareas a entregar hoy',
    'Tasks due tomorrow' => 'Tareas a entregar mañana',
    'Tasks due yesterday' => 'Tareas a entregar ayer',
    'Closed tasks' => 'Tareas cerradas',
    'Open tasks' => 'Tareas abiertas',
    'Not assigned' => 'No asignada',
    'View advanced search syntax' => 'Ver sintaxis de búsqueda avanzada',
    'Overview' => 'Resumen',
    'Board/Calendar/List view' => 'Vista de tablero/calendario/lista',
    'Switch to the board view' => 'Cambiar a vista de tablero',
    'Switch to the calendar view' => 'Cambiar a vista de calendario',
    'Switch to the list view' => 'Cambiar a vista de lista',
    'Go to the search/filter box' => 'Ir a caja de buscar/filtrar',
    'There is no activity yet.' => 'Aún no hay actividades.',
    'No tasks found.' => 'No se ha encontrado ninguna tarea.',
    'Keyboard shortcut: "%s"' => 'Atajo de teclado: %s',
    'List' => 'Lista',
    'Filter' => 'Filtro',
    'Advanced search' => 'Búsqueda avanzada',
    'Example of query: ' => 'Ejemplo de consulta: ',
    'Search by project: ' => 'Buscar por proyecto: ',
    'Search by column: ' => 'Buscar por columna: ',
    'Search by assignee: ' => 'Buscar por responsable: ',
    'Search by color: ' => 'Buscar por color: ',
    'Search by category: ' => 'Buscar por categoría: ',
    'Search by description: ' => 'Buscar por descripción: ',
    'Search by due date: ' => 'Buscar por fecha de entrega: ',
    'Average time spent into each column' => 'Tiempo medio empleado en cada columna',
    'Average time spent' => 'Tiempo medio empleado',
    'This chart show the average time spent into each column for the last %d tasks.' => 'Esta gráfica muestra el tiempo medio empleado en cada columna para las últimas %d tareas.',
    'Average Lead and Cycle time' => 'Plazo medio de entrega y de ciclo',
    'Average lead time: ' => 'Plazo medio de entrega: ',
    'Average cycle time: ' => 'Tiempo medio de ciclo: ',
    'Cycle Time' => 'Tiempo de ciclo',
    'Lead Time' => 'Plazo de entrega',
    'This chart show the average lead and cycle time for the last %d tasks over the time.' => 'Esta gráfica muestra el plazo medio de entrega y de ciclo para las %d últimas tareas.',
    'Average time into each column' => 'Tiempo medio en cada columna',
    'Lead and cycle time' => 'Plazo de entrega y de ciclo',
    'Lead time: ' => 'Plazo de entrega: ',
    'Cycle time: ' => 'Tiempo de ciclo: ',
    'Time spent into each column' => 'Tiempo empleado en cada columna',
    'The lead time is the duration between the task creation and the completion.' => 'El plazo de entrega es la duración entre la creación de la tarea su finalización.',
    'The cycle time is the duration between the start date and the completion.' => 'El tiempo de ciclo es la duración entre la fecha de inicio y su finalización.',
    'If the task is not closed the current time is used instead of the completion date.' => 'Si la tarea no se cierra, se usa la fecha actual en lugar de la de finalización.',
    'Set automatically the start date' => 'Poner la fecha de inicio de forma automática',
    'Edit Authentication' => 'Modificar autenticación',
    'Remote user' => 'Usuario remoto',
    'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => 'Los usuarios remotos no almacenan sus contraseñas en la base de datos Kanboard, por ejemplo: cuentas de LDAP, Google y Github.',
    'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => 'Si marcas la opción "Desactivar formulario de ingreso", se ignoran las credenciales introducidas en el formulario de ingreso.',
    'Default task color' => 'Color de la tarea por defecto',
    'This feature does not work with all browsers.' => 'Esta característica no funciona en todos los navegadores.',
    'There is no destination project available.' => 'No está disponible proyecto de destino.',
    'Trigger automatically subtask time tracking' => 'Disparar de forma automática el seguimiento temporal de subtarea',
    'Include closed tasks in the cumulative flow diagram' => 'Incluir tareas cerradas en el diagrama de flujo acumulado',
    'Current swimlane: %s' => 'Calle en curso: %s',
    'Current column: %s' => 'Columna en curso: %s',
    'Current category: %s' => 'Categoría en curso: %s',
    'no category' => 'no hay categoría',
    'Current assignee: %s' => 'Responsable en curso: %s',
    'not assigned' => 'sin asignar',
    'Author:' => 'Autor:',
    'contributors' => 'contribuyentes',
    'License:' => 'Licencia:',
    'License' => 'Licencia',
    'Enter the text below' => 'Introduzca el texto a continuación',
    'Sort by position' => 'Ordenar por posición',
    'Sort by date' => 'Ordenar por fecha',
    'Add task' => 'Añadir tarea',
    'Start date:' => 'Fecha de inicio:',
    'Due date:' => 'Fecha de entrega:',
    'There is no start date or due date for this task.' => 'No hay fecha de inicio o de entrega para esta tarea.',
    'Moving or resizing a task will change the start and due date of the task.' => 'Mover o redimensionar una tarea cambiará la fecha inicio y de entrega de la misma.',
    'There is no task in your project.' => 'No hay tareas en su proyecto.',
    'Gantt chart' => 'Diagrama de Gantt',
    'People who are project managers' => 'Usuarios que son administradores del proyecto',
    'People who are project members' => 'Usuarios que son miembros del proyecto',
    'NOK - Norwegian Krone' => 'NOK - Corona Noruega',
    'Show this column' => 'Mostrar esta columna',
    'Hide this column' => 'Ocultar esta columna',
    'open file' => 'abrir fichero',
    'End date' => 'Fecha de fin',
    'Users overview' => 'Resumen de usuarios',
    'Members' => 'Miembros',
    'Shared project' => 'Proyecto compartido',
    'Project managers' => 'Administradores del proyecto',
    'Gantt chart for all projects' => 'Diagrama de Gantt para todos los proyectos',
    'Projects list' => 'Lista de proyectos',
    'Gantt chart for this project' => 'Diagrama de Gantt para este proyecto',
    'Project board' => 'Tablero del proyecto',
    'End date:' => 'Fecha de fin:',
    'There is no start date or end date for this project.' => 'No existe fecha de inicio o de fin para este proyecto.',
    'Projects Gantt chart' => 'Diagrama de Gantt de los proyectos',
    'Change task color when using a specific task link' => 'Cambiar el color de la tarea al usar un enlace específico a tarea',
    'Task link creation or modification' => 'Creación o modificación del enlace a tarea',
    'Milestone' => 'Hito',
    'Documentation: %s' => 'Documentación: %s',
    'Switch to the Gantt chart view' => 'Cambiar a vista de diagrama de Gantt',
    'Reset the search/filter box' => 'Limpiar el filtro de búsqueda',
    'Documentation' => 'Documentación',
    'Table of contents' => 'Tabla de contenido',
    'Gantt' => 'Gantt',
    'Author' => 'Autor',
    'Version' => 'Versión',
    'Plugins' => 'Plugins',
    'There is no plugin loaded.' => 'No hay ningún plugin cargado.',
    'My notifications' => 'Mis notificaciones',
    'Custom filters' => 'Filtros personalizados',
    'Your custom filter have been created successfully.' => 'Tus filtros personalizados han sido creados correctamente.',
    'Unable to create your custom filter.' => 'No se ha podido crear tu filtro personalizado.',
    'Custom filter removed successfully.' => 'El filtro personalizado ha sido eliminado correctamente.',
    'Unable to remove this custom filter.' => 'No se ha podido eliminar tu filtro personalizado.',
    'Edit custom filter' => 'Modificar filtro personalizado',
    'Your custom filter have been updated successfully.' => 'Tu filtro personalizado ha sido actualizado correctamente.',
    'Unable to update custom filter.' => 'No se ha podido actualizar tu filtro personalizado.',
    'Web' => 'Web',
    'New attachment on task #%d: %s' => 'Nuevo adjunto en la tarea #%d: %s',
    'New comment on task #%d' => 'Nuevo comentario en la tarea #%d',
    'Comment updated on task #%d' => 'Comentario actualizado en la tarea #%d',
    'New subtask on task #%d' => 'Nueva subtarea en la tarea #%d',
    'Subtask updated on task #%d' => 'Subtarea actualizada en la tarea #%d',
    'New task #%d: %s' => 'Nueva tarea #%d: %s',
    'Task updated #%d' => 'Tarea actualizada #%d',
    'Task #%d closed' => 'Tarea #%d cerrada',
    'Task #%d opened' => 'Tarea #%d abierta',
    'Column changed for task #%d' => 'Columna cambiada para la tarea #%d',
    'New position for task #%d' => 'Nueva posición para tarea #%d',
    'Swimlane changed for task #%d' => 'Se cambió la calle de la tarea #%d',
    'Assignee changed on task #%d' => 'Se cambió el responsable de la tarea #%d',
    '%d overdue tasks' => '%d tareas atrasadas',
    'Task #%d is overdue' => 'La tarea #%d está atrasada',
    'No new notifications.' => 'No hay nuevas notificaciones.',
    'Mark all as read' => 'Marcar todo como leído',
    'Mark as read' => 'Marcar como leído',
    'Total number of tasks in this column across all swimlanes' => 'Número total de tareas en esta columna a través de todas las calles',
    'Collapse swimlane' => 'Contraer calle',
    'Expand swimlane' => 'Ampliar calle',
    'Add a new filter' => 'Añadir nuevo filtro',
    'Share with all project members' => 'Compartir con todos los miembros del proyecto',
    'Shared' => 'Compartido',
    'Owner' => 'Propietario',
    'Unread notifications' => 'Notificaciones sin leer',
    'Notification methods:' => 'Métodos de notificación:',
    'Unable to read your file' => 'No es posible leer el archivo',
    '%d task(s) have been imported successfully.' => '%d tarea(s) han sido importadas correctamente.',
    'Nothing have been imported!' => '¡No se ha importado nada!',
    'Import users from CSV file' => 'Importar usuarios desde archivo CSV',
    '%d user(s) have been imported successfully.' => '%d usuario(s) se han importado correctamente.',
    'Comma' => 'Coma',
    'Semi-colon' => 'Punto y coma',
    'Tab' => 'Tabulación',
    'Vertical bar' => 'Barra vertical',
    'Double Quote' => 'Comilla doble',
    'Single Quote' => 'Comilla simple',
    '%s attached a file to the task #%d' => '%s adjuntó un archivo en la tarea #%d',
    'There is no column or swimlane activated in your project!' => '¡No hay ninguna columna o calle activada en su proyecto!',
    'Append filter (instead of replacement)' => 'Añadir filtro (en vez de reemplazar)',
    'Append/Replace' => 'Añadir/Reemplazar',
    'Append' => 'Añadir',
    'Replace' => 'Reemplazar',
    'Import' => 'Importar',
    'change sorting' => 'Cambiar orden',
    'Tasks Importation' => 'Importación de tareas',
    'Delimiter' => 'Delimitador',
    'Enclosure' => 'Recinto',
    'CSV File' => 'Archivo CSV',
    'Instructions' => 'Indicaciones',
    'Your file must use the predefined CSV format' => 'Su archivo debe utilizar el formato CSV predeterminado',
    'Your file must be encoded in UTF-8' => 'Su archivo debe estar codificado en UTF-8',
    'The first row must be the header' => 'La primera fila debe ser el encabezado',
    'Duplicates are not verified for you' => 'Los duplicados no serán verificados',
    'The due date must use the ISO format: YYYY-MM-DD' => 'La fecha de entrega debe utilizar el formato ISO: AAAA-MM-DD',
    'Download CSV template' => 'Descargar plantilla CSV',
    'No external integration registered.' => 'No se ha registrado integración externa.',
    'Duplicates are not imported' => 'Los duplicados no son importados',
    'Usernames must be lowercase and unique' => 'Los nombres de usuario deben ser únicos y en minúsculas',
    'Passwords will be encrypted if present' => 'Las contraseñas serán cifradas si es que existen',
    '%s attached a new file to the task %s' => '%s adjuntó un nuevo archivo en la tarea %s',
    'Link type' => 'Tipo de enlace',
    'Assign automatically a category based on a link' => 'Asignar una categoría automáticamente basado en un enlace',
    'BAM - Konvertible Mark' => 'BAM - Marco convertible',
    'Assignee Username' => 'Nombre de usuario del responsable',
    'Assignee Name' => 'Nombre del responsable',
    'Groups' => 'Grupos',
    'Members of %s' => 'Miembros de %s',
    'New group' => 'Nuevo grupo',
    'Group created successfully.' => 'Grupo creado correctamente.',
    'Unable to create your group.' => 'No es posible crear el grupo.',
    'Edit group' => 'Modificar grupo',
    'Group updated successfully.' => 'Grupo actualizado correctamente.',
    'Unable to update your group.' => 'No es posible actualizar el grupo.',
    'Add group member to "%s"' => 'Añadir un miembro del grupo a «%s»',
    'Group member added successfully.' => 'Miembro del grupo añadido correctamente.',
    'Unable to add group member.' => 'No es posible añadir el miembro del grupo.',
    'Remove user from group "%s"' => 'Eliminar usuario del grupo «%s»',
    'User removed successfully from this group.' => 'Usuario eliminado correctamente del grupo.',
    'Unable to remove this user from the group.' => 'No es posible eliminar este usuario del grupo.',
    'Remove group' => 'Eliminar grupo',
    'Group removed successfully.' => 'Grupo eliminado correctamente.',
    'Unable to remove this group.' => 'No es posible eliminar este grupo.',
    'Project Permissions' => 'Permisos del proyecto',
    'Manager' => 'Administrador',
    'Project Manager' => 'Administrador del proyecto',
    'Project Member' => 'Miembro del proyecto',
    'Project Viewer' => 'Observador del proyecto',
    'Your account is locked for %d minutes' => 'Tu cuenta ha sido bloqueada durante %d minutos',
    'Invalid captcha' => 'CAPTCHA inválido',
    'The name must be unique' => 'El nombre debe ser único',
    'View all groups' => 'Ver todos los grupos',
    'There is no user available.' => 'No hay usuario disponible.',
    'Do you really want to remove the user "%s" from the group "%s"?' => '¿Realmente desea eliminar el usuario «%s» del grupo «%s»?',
    'There is no group.' => 'No hay grupo.',
    'External Id' => 'Identificador externo',
    'Add group member' => 'Añadir un miembro al grupo',
    'Do you really want to remove this group: "%s"?' => '¿Realmente desea eliminar este grupo: «%s»?',
    'There is no user in this group.' => 'No hay usuario en este grupo.',
    'Remove this user' => 'Eliminar este usuario',
    'Permissions' => 'Permisos',
    'Allowed Users' => 'Usuarios permitidos',
    'No user have been allowed specifically.' => 'Ningún usuario ha sido explícitamente permitido.',
    'Role' => 'Rol',
    'Enter user name...' => 'Ingresa nombre de usuario...',
    'Allowed Groups' => 'Grupos permitidos',
    'No group have been allowed specifically.' => 'Ningún grupo ha sido explícitamente permitido.',
    'Group' => 'Grupo',
    'Group Name' => 'Nombre del grupo',
    'Enter group name...' => 'Ingresa el nombre del grupo...',
    'Role:' => 'Rol:',
    'Project members' => 'Miembros del proyecto',
    '%s mentioned you in the task #%d' => '%s te mencionó en la tarea #%d',
    '%s mentioned you in a comment on the task #%d' => '%s te mencionó en un comentario en la tarea #%d',
    'You were mentioned in the task #%d' => 'Fuiste mencionado en la tarea #%d',
    'You were mentioned in a comment on the task #%d' => 'Fuiste mencionado en un comentario de la tarea #%d',
    'Estimated hours: ' => 'Horas estimadas: ',
    'Actual hours: ' => 'Horas actuales: ',
    'Hours Spent' => 'Horas gastadas',
    'Hours Estimated' => 'Horas estimadas',
    'Estimated Time' => 'Tiempo estimado',
    'Actual Time' => 'Tiempo actual',
    'Estimated vs actual time' => 'Tiempo estimado vs real',
    'RUB - Russian Ruble' => 'RUB - Rublo ruso',
    'Assign the task to the person who does the action when the column is changed' => 'Asignar la tarea a la persona que hace la acción al cambiar de columna',
    'Close a task in a specific column' => 'Cerrar tarea en una columna especifica',
    'Time-based One-time Password Algorithm' => 'Algoritmo basado en tiempo de un solo uso',
    'Two-Factor Provider: ' => 'Proveedor de autenticación en dos pasos: ',
    'Disable two-factor authentication' => 'Deshabilitar autenticación en dos pasos',
    'Enable two-factor authentication' => 'Habilitar autenticación en dos pasos',
    'There is no integration registered at the moment.' => 'No hay ninguna integración registrada por el momento.',
    'Password Reset for Kanboard' => 'Restablecimiento de contraseña para Kanboard',
    'Forgot password?' => '¿Olvidó la contraseña?',
    'Enable "Forget Password"' => 'Habilitar "olvidar contraseña"',
    'Password Reset' => 'Restablecer contraseña',
    'New password' => 'Nueva contraseña',
    'Change Password' => 'Cambiar contraseña',
    'To reset your password click on this link:' => 'Para cambiar tu contraseña haz clic en el siguiente enlace:',
    'Last Password Reset' => 'Último cambio de contraseña',
    'The password has never been reinitialized.' => 'La contraseña nunca se ha reinicializado.',
    'Creation' => 'Creación',
    'Expiration' => 'Vencimiento',
    'Password reset history' => 'Historial de restablecimiento de contraseña',
    'All tasks of the column "%s" and the swimlane "%s" have been closed successfully.' => 'Todas las tareas de la columna "%s" y la calle «%s» se han cerrado correctamente.',
    'Do you really want to close all tasks of this column?' => '¿Realmente desea cerrar todas las tareas de esta columna?',
    '%d task(s) in the column "%s" and the swimlane "%s" will be closed.' => '%d tarea(s) en la columna "%s" y en la calle «%s» será(n) cerrada(s).',
    'Close all tasks of this column' => 'Cerrar todas las tareas de esta columna',
    'No plugin has registered a project notification method. You can still configure individual notifications in your user profile.' => 'Ningún plugin ha registrado un método de notificación para el proyecto. Aún puedes configurar notificaciones individuales en tu perfil de usuario.',
    'My dashboard' => 'Mi tablero',
    'My profile' => 'Mi perfil',
    'Project owner: ' => 'Propietario del proyecto: ',
    'The project identifier is optional and must be alphanumeric, example: MYPROJECT.' => 'El identificador del proyecto es opcional y debe ser alfanumérico. Ejemplo: MIPROYECTO',
    'Project owner' => 'Propietario del proyecto',
    'Private projects do not have users and groups management.' => 'Los proyectos privados no cuentan con gestión de usuarios y grupos.',
    'There is no project member.' => 'No existe miembro del proyecto.',
    'Priority' => 'Prioridad',
    'Task priority' => 'Prioridad de la tarea',
    'General' => 'General',
    'Dates' => 'Fechas',
    'Default priority' => 'Prioridad predeterminada',
    'Lowest priority' => 'Prioridad más baja',
    'Highest priority' => 'Prioridad más alta',
    'If you put zero to the low and high priority, this feature will be disabled.' => 'Si estableces la prioridad más baja y más alta a cero esta función será deshabilitada.',
    'Close a task when there is no activity' => 'Cerrar tarea cuando no haya actividad',
    'Duration in days' => 'Duración en días',
    'Send email when there is no activity on a task' => 'Enviar correo cuando no haya actividad en una tarea',
    'Unable to fetch link information.' => 'No es posible obtener información del enlace.',
    'Daily background job for tasks' => 'Trabajo en segundo plano diario para las tareas',
    'Auto' => 'Automático',
    'Related' => 'Relacionado',
    'Attachment' => 'Adjunto',
    'Title not found' => 'No se ha encontrado el título',
    'Web Link' => 'Enlace web',
    'External links' => 'Enlaces externos',
    'Add external link' => 'Añadir enlace externo',
    'Type' => 'Tipo',
    'Dependency' => 'Dependencia',
    'Add internal link' => 'Añadir enlace interno',
    'Add a new external link' => 'Añadir un nuevo enlace externo',
    'Edit external link' => 'Modificar enlace externo',
    'External link' => 'Enlace externo',
    'Copy and paste your link here...' => 'Copia y pega tu enlace aquí...',
    'URL' => 'URL',
    'Internal links' => 'Enlaces internos',
    'Assign to me' => 'Asignarme a mí',
    'Me' => 'Yo',
    'Do not duplicate anything' => 'No duplicar nada',
    'Projects management' => 'Administración de proyectos',
    'Users management' => 'Administración de usuarios',
    'Groups management' => 'Administración de grupos',
    'Create from another project' => 'Crear a partir de otro proyecto',
    'open' => 'abierto',
    'closed' => 'cerrado',
    'Priority:' => 'Prioridad:',
    'Reference:' => 'Referencia:',
    'Complexity:' => 'Complejidad:',
    'Swimlane:' => 'Calle:',
    'Column:' => 'Columna:',
    'Position:' => 'Posición:',
    'Creator:' => 'Creador:',
    'Time estimated:' => 'Tiempo estimado:',
    '%s hours' => '%s horas',
    'Time spent:' => 'Tiempo gastado:',
    'Created:' => 'Creado:',
    'Modified:' => 'Modificado:',
    'Completed:' => 'Finalizado:',
    'Started:' => 'Iniciado:',
    'Moved:' => 'Movido:',
    'Task #%d' => 'Tarea #%d',
    'Time format' => 'Formato de hora',
    'Start date: ' => 'Fecha de inicio: ',
    'End date: ' => 'Fecha de finalización: ',
    'New due date: ' => 'Nueva fecha de entrega: ',
    'Start date changed: ' => 'Fecha de inicio cambiada: ',
    'Disable private projects' => 'Deshabilitar proyectos privados',
    'Do you really want to remove this custom filter: "%s"?' => '¿Realmente desea eliminar este filtro personalizado: «%s»?',
    'Remove a custom filter' => 'Eliminar el filtro personalizado',
    'User activated successfully.' => 'Usuario activado correctamente.',
    'Unable to enable this user.' => 'No es posible habilitar este usuario.',
    'User disabled successfully.' => 'Usuario deshabilitado correctamente.',
    'Unable to disable this user.' => 'No es posible deshabilitar este usuario.',
    'All files have been uploaded successfully.' => 'Todos los archivos han sido cargados correctamente.',
    'The maximum allowed file size is %sB.' => 'El tamaño máximo de archivo es %sB.',
    'Drag and drop your files here' => 'Arrastra y suelta tus archivos aquí',
    'choose files' => 'elegir archivos',
    'View profile' => 'Ver perfil',
    'Two Factor' => 'Dos factores',
    'Disable user' => 'Deshabilitar usuario',
    'Do you really want to disable this user: "%s"?' => '¿Realmente desea deshabilitar este usuario: «%s»?',
    'Enable user' => 'Habilitar usuario',
    'Do you really want to enable this user: "%s"?' => '¿Realmente desea habilitar este usuario: «%s»?',
    'Download' => 'Descargar',
    'Uploaded: %s' => 'Subido: %s',
    'Size: %s' => 'Tamaño: %s',
    'Uploaded by %s' => 'Subido por %s',
    'Filename' => 'Nombre de archivo',
    'Size' => 'Tamaño',
    'Column created successfully.' => 'Columna creada correctamente.',
    'Another column with the same name exists in the project' => 'Ya existe una columna con el mismo nombre en el proyecto',
    'Default filters' => 'Filtros predeterminados',
    'Your board doesn\'t have any columns!' => '¡Tu tablero no tiene ninguna columna!',
    'Change column position' => 'Cambiar posición de la columna',
    'Switch to the project overview' => 'Cambiar a vista general del proyecto',
    'User filters' => 'Usar filtros',
    'Category filters' => 'Filtros de categoría',
    'Upload a file' => 'Cargar archivo',
    'View file' => 'Ver archivo',
    'Last activity' => 'Última actividad',
    'Change subtask position' => 'Cambiar posición de la subtarea',
    'This value must be greater than %d' => 'Este valor debe ser mayor que %d',
    'Another swimlane with the same name exists in the project' => 'Ya existe otra calle con el mismo nombre en el proyecto',
    'Example: http://example.kanboard.net/ (used to generate absolute URLs)' => 'Ejemplo: http://ejemplo.kanboard.net/ (usado para generar URLs absolutas)',
    'Actions duplicated successfully.' => 'Acciones duplicadas con éxito.',
    'Unable to duplicate actions.' => 'No se han podido duplicar las acciones.',
    'Add a new action' => 'Añadir una nueva acción',
    'Import from another project' => 'Importar de otro proyecto',
    'There is no action at the moment.' => 'No hay ninguna acción en este momento.',
    'Import actions from another project' => 'Importar acciones de otro proyecto',
    'There is no available project.' => 'No hay proyectos disponibles.',
    'Local File' => 'Archivo local',
    'Configuration' => 'Configuración',
    'PHP version:' => 'Versión de PHP:',
    'PHP SAPI:' => 'PHP SAPI:',
    'OS version:' => 'Sistema operativo:',
    'Database version:' => 'Versión de la base de datos:',
    'Browser:' => 'Navegador web:',
    'Task view' => 'Ver tarea',
    'Edit task' => 'Modificar tarea',
    'Edit description' => 'Modificar descripción',
    'New internal link' => 'Nuevo enlace interno',
    'Display list of keyboard shortcuts' => 'Mostrar la lista de atajos de teclado',
    'Menu' => 'Menú',
    'Set start date' => 'Establecer fecha de inicio',
    'Avatar' => 'Avatar',
    'Upload my avatar image' => 'Cargar imagen de avatar',
    'Remove my image' => 'Eliminar imagen',
    'The OAuth2 state parameter is invalid' => 'El parámetro estado de OAuth2 es inválido',
    'User not found.' => 'Usuario no encontrado.',
    'Search in activity stream' => 'Buscar en el río de actividad',
    'My activities' => 'Mis actividades',
    'Activity until yesterday' => 'Actividad hasta ayer',
    'Activity until today' => 'Actividad hasta hoy',
    'Search by creator: ' => 'Buscar por creador: ',
    'Search by creation date: ' => 'Buscar por fecha de creación: ',
    'Search by task status: ' => 'Buscar por estado de la tarea: ',
    'Search by task title: ' => 'Buscar por título de la tarea: ',
    'Activity stream search' => 'Búsqueda en el río de actividad',
    'Projects where "%s" is manager' => 'Proyectos donde «%s» es administrador',
    'Projects where "%s" is member' => 'Proyectos donde «%s» es miembro',
    'Open tasks assigned to "%s"' => 'Tareas abiertas asignadas a «%s»',
    'Closed tasks assigned to "%s"' => 'Tareas cerradas asignadas a «%s»',
    'Assign automatically a color based on a priority' => 'Asignar automáticamente un color basado en la prioridad',
    'Overdue tasks for the project(s) "%s"' => 'Tareas atrasadas para el proyecto(s) «%s»',
    'Upload files' => 'Cargar archivos',
    'Installed Plugins' => 'Plugins instalados',
    'Plugin Directory' => 'Directorio de plugins',
    'Plugin installed successfully.' => 'Plugin instalado correctamente.',
    'Plugin updated successfully.' => 'Plugin actualizado correctamente.',
    'Plugin removed successfully.' => 'Plugin eliminado correctamente.',
    'Subtask converted to task successfully.' => 'Subtarea convertida en tarea correctamente.',
    'Unable to convert the subtask.' => 'No se puede convertir la subtarea.',
    'Unable to extract plugin archive.' => 'No se puede extraer el plugin.',
    'Plugin not found.' => 'Plugin no encontrado.',
    'You don\'t have the permission to remove this plugin.' => 'No tiene permiso para eliminar este plugin.',
    'Unable to download plugin archive.' => 'No se puede descargar el plugin.',
    'Unable to write temporary file for plugin.' => 'No se puede escribir el fichero temporal del plugin.',
    'Unable to open plugin archive.' => 'No se puede abrir el plugin.',
    'There is no file in the plugin archive.' => 'No hay ficheros dentro del plugin.',
    'Create tasks in bulk' => 'Crear tareas en bloque',
    'Your Kanboard instance is not configured to install plugins from the user interface.' => 'Kanboard no está configurado para instalar plugins desde la interfaz de usuario.',
    'There is no plugin available.' => 'No hay plugins disponibles.',
    'Install' => 'Instalar',
    'Update' => 'Actualizar',
    'Up to date' => 'Actualizado',
    'Not available' => 'No disponible',
    'Remove plugin' => 'Eliminar plugin',
    'Do you really want to remove this plugin: "%s"?' => '¿Realmente desea eliminar este plugin: «%s»?',
    'Uninstall' => 'Desinstalar',
    'Listing' => 'Listado',
    'Metadata' => 'Metadatos',
    'Manage projects' => 'Administrar proyectos',
    'Convert to task' => 'Convertir en tarea',
    'Convert sub-task to task' => 'Convertir subtarea en tarea',
    'Do you really want to convert this sub-task to a task?' => '¿Realmente desea convertir esta subtarea en tarea?',
    'My task title' => 'Título de la tarea',
    'Enter one task by line.' => 'Introduce una tarea por línea.',
    'Number of failed login:' => 'Número de ingresos fallidos:',
    'Account locked until:' => 'Cuenta bloqueada hasta:',
    'Email settings' => 'Preferencias de correo electrónico',
    'Email sender address' => 'Dirección del remitente del correo electrónico',
    'Email transport' => 'Transporte de correo electrónico',
    'Webhook token' => 'Token del disparador web (webhook)',
    // 'Project tags management' => '',
    // 'Tag created successfully.' => '',
    // 'Unable to create this tag.' => '',
    // 'Tag updated successfully.' => '',
    // 'Unable to update this tag.' => '',
    // 'Tag removed successfully.' => '',
    // 'Unable to remove this tag.' => '',
    // 'Global tags management' => '',
    // 'Tags' => '',
    // 'Tags management' => '',
    // 'Add new tag' => '',
    // 'Edit a tag' => '',
    // 'Project tags' => '',
    // 'There is no specific tag for this project at the moment.' => '',
    // 'Tag' => '',
    // 'Remove a tag' => '',
    // 'Do you really want to remove this tag: "%s"?' => '',
    // 'Global tags' => '',
    // 'There is no global tag at the moment.' => '',
    // 'This field cannot be empty' => '',
    // 'Close a task when there is no activity in an specific column' => '',
    // '%s removed a subtask for the task #%d' => '',
    // '%s removed a comment on the task #%d' => '',
    // 'Comment removed on task #%d' => '',
    // 'Subtask removed on task #%d' => '',
    // 'Hide tasks in this column in the dashboard' => '',
    // '%s removed a comment on the task %s' => '',
    // '%s removed a subtask for the task %s' => '',
    // 'Comment removed' => '',
    // 'Subtask removed' => '',
    // '%s set a new internal link for the task #%d' => '',
    // '%s removed an internal link for the task #%d' => '',
    // 'A new internal link for the task #%d have been defined' => '',
    // 'Internal link removed for the task #%d' => '',
    // '%s set a new internal link for the task %s' => '',
    // '%s removed an internal link for the task %s' => '',
    // 'Automatically set the due date on task creation' => '',
    // 'Move the task to another column when closed' => '',
    // 'Move the task to another column when not moved during a given period' => '',
    // 'Dashboard for %s' => '',
    // 'Tasks overview for %s' => '',
    // 'Subtasks overview for %s' => '',
    // 'Projects overview for %s' => '',
    // 'Activity stream for %s' => '',
    // 'Calendar for %s' => '',
    // 'Notifications for %s' => '',
    // 'Assign a color when the task is moved to a specific swimlane' => '',
    // 'Assign a priority when the task is moved to a specific swimlane' => '',
    // 'User unlocked successfully.' => '',
    // 'Unable to unlock the user.' => '',
    // 'Move a task to another swimlane' => '',
    // 'Creator Name' => '',
    // 'Time spent and estimated' => '',
    // 'Move position' => '',
    // 'Move task to another position on the board' => '',
    // 'Insert before this task' => '',
    // 'Insert after this task' => '',
    // 'Unlock this user' => '',
    // 'Custom Project Roles' => '',
    // 'Add a new custom role' => '',
    // 'Restrictions for the role "%s"' => '',
    // 'Add a new project restriction' => '',
    // 'Add a new drag and drop restriction' => '',
    // 'Add a new column restriction' => '',
    // 'Edit this role' => '',
    // 'Remove this role' => '',
    // 'There is no restriction for this role.' => '',
    // 'Only moving task between those columns is permitted' => '',
    // 'Close a task in a specific column when not moved during a given period' => '',
    // 'Edit columns' => '',
    // 'The column restriction has been created successfully.' => '',
    // 'Unable to create this column restriction.' => '',
    // 'Column restriction removed successfully.' => '',
    // 'Unable to remove this restriction.' => '',
    // 'Your custom project role has been created successfully.' => '',
    // 'Unable to create custom project role.' => '',
    // 'Your custom project role has been updated successfully.' => '',
    // 'Unable to update custom project role.' => '',
    // 'Custom project role removed successfully.' => '',
    // 'Unable to remove this project role.' => '',
    // 'The project restriction has been created successfully.' => '',
    // 'Unable to create this project restriction.' => '',
    // 'Project restriction removed successfully.' => '',
    // 'You cannot create tasks in this column.' => '',
    // 'Task creation is permitted for this column' => '',
    // 'Closing or opening a task is permitted for this column' => '',
    // 'Task creation is blocked for this column' => '',
    // 'Closing or opening a task is blocked for this column' => '',
    // 'Task creation is not permitted' => '',
    // 'Closing or opening a task is not permitted' => '',
    // 'New drag and drop restriction for the role "%s"' => '',
    // 'People belonging to this role will be able to move tasks only between the source and the destination column.' => '',
    // 'Remove a column restriction' => '',
    // 'Do you really want to remove this column restriction: "%s" to "%s"?' => '',
    // 'New column restriction for the role "%s"' => '',
    // 'Rule' => '',
    // 'Do you really want to remove this column restriction?' => '',
    // 'Custom roles' => '',
    // 'New custom project role' => '',
    // 'Edit custom project role' => '',
    // 'Remove a custom role' => '',
    // 'Do you really want to remove this custom role: "%s"? All people assigned to this role will become project member.' => '',
    // 'There is no custom role for this project.' => '',
    // 'New project restriction for the role "%s"' => '',
    // 'Restriction' => '',
    // 'Remove a project restriction' => '',
    // 'Do you really want to remove this project restriction: "%s"?' => '',
    // 'Duplicate to multiple projects' => '',
    // 'This field is required' => '',
    // 'Moving a task is not permitted' => '',
    // 'This value must be in the range %d to %d' => '',
    // 'You are not allowed to move this task.' => '',
    // 'API User Access' => '',
    // 'Preview' => '',
    // 'Write' => '',
    // 'Write your text in Markdown' => '',
    // 'New External Task: %s' => '',
    // 'No personal API access token registered.' => '',
    // 'Your personal API access token is "%s"' => '',
    // 'Remove your token' => '',
    // 'Generate a new token' => '',
    // 'Showing %d-%d of %d' => '',
    // 'Outgoing Emails' => '',
    // 'Add or change currency rate' => '',
    // 'Reference currency: %s' => '',
    // 'Add custom filters' => '',
    // 'Export' => '',
    // 'Add link label' => '',
    // 'Incompatible Plugins' => '',
    // 'Compatibility' => '',
    // 'Permissions and ownership' => '',
    // 'Priorities' => '',
    // 'Close this window' => '',
    // 'Unable to upload this file.' => '',
    // 'Import tasks' => '',
    // 'Choose a project' => '',
    // 'Profile' => '',
    // 'Application role' => '',
    // '%d invitations were sent.' => '',
    // '%d invitation was sent.' => '',
    // 'Unable to create this user.' => '',
    // 'Kanboard Invitation' => '',
    // 'Visible on dashboard' => '',
    // 'Created at:' => '',
    // 'Updated at:' => '',
    // 'There is no custom filter.' => '',
    // 'New User' => '',
    // 'Authentication' => '',
    // 'If checked, this user will use a third-party system for authentication.' => '',
    // 'The password is necessary only for local users.' => '',
    // 'You have been invited to register on Kanboard.' => '',
    // 'Click here to join your team' => '',
    // 'Invite people' => '',
    // 'Emails' => '',
    // 'Enter one email address by line.' => '',
    // 'Add these people to this project' => '',
    // 'Add this person to this project' => '',
    // 'Sign-up' => '',
    // 'Credentials' => '',
    // 'New user' => '',
    // 'This username is already taken' => '',
    // 'A link to reset your password has been sent by email.' => '',
    // 'Your profile must have a valid email address.' => '',
    // 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => '',
    // 'TRL - Turkish Lira' => '',
    // 'The project email is optional and could be used by several plugins.' => '',
    // 'The email project must be unique across all projects' => '',
    // 'The email configuration has been disabled by the administrator.' => '',
    // 'Close this project' => '',
    // 'Open this project' => '',
    // 'Close a project' => '',
    // 'Do you really want to close this project: "%s"?' => '',
    // 'Reopen a project' => '',
    // 'Do you really want to reopen this project: "%s"?' => '',
    // 'This project is open' => '',
    // 'This project is closed' => '',
);