You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Resources/translations/validators.es.xlf
+32-8Lines changed: 32 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -40,15 +40,15 @@
40
40
</trans-unit>
41
41
<trans-unitid="10">
42
42
<source>This field is missing.</source>
43
-
<target>Este campo está desaparecido.</target>
43
+
<target>Este campo falta.</target>
44
44
</trans-unit>
45
45
<trans-unitid="11">
46
46
<source>This value is not a valid date.</source>
47
47
<target>Este valor no es una fecha válida.</target>
48
48
</trans-unit>
49
49
<trans-unitid="12">
50
50
<source>This value is not a valid datetime.</source>
51
-
<target>Este valor no es una fecha y hora válidas.</target>
51
+
<target>Este valor no es una fecha y hora válida.</target>
52
52
</trans-unit>
53
53
<trans-unitid="13">
54
54
<source>This value is not a valid email address.</source>
@@ -184,11 +184,11 @@
184
184
</trans-unit>
185
185
<trans-unitid="49">
186
186
<source>The file was only partially uploaded.</source>
187
-
<target>El archivo fue sólo subido parcialmente.</target>
187
+
<target>El archivo se cargó solo parcialmente.</target>
188
188
</trans-unit>
189
189
<trans-unitid="50">
190
190
<source>No file was uploaded.</source>
191
-
<target>Ningún archivo fue subido.</target>
191
+
<target>No se subió ningún archivo.</target>
192
192
</trans-unit>
193
193
<trans-unitid="51">
194
194
<source>No temporary folder was configured in php.ini.</source>
@@ -200,7 +200,7 @@
200
200
</trans-unit>
201
201
<trans-unitid="53">
202
202
<source>A PHP extension caused the upload to fail.</source>
203
-
<target>Una extensión de PHP hizo que la subida fallara.</target>
203
+
<target>Una extensión de PHP provocó que la carga fallara.</target>
204
204
</trans-unit>
205
205
<trans-unitid="54">
206
206
<source>This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more.</source>
@@ -300,7 +300,7 @@
300
300
</trans-unit>
301
301
<trans-unitid="78">
302
302
<source>An empty file is not allowed.</source>
303
-
<target>No está permitido un archivo vacío.</target>
303
+
<target>No se permite un archivo vacío.</target>
304
304
</trans-unit>
305
305
<trans-unitid="79">
306
306
<source>The host could not be resolved.</source>
@@ -360,7 +360,7 @@
360
360
</trans-unit>
361
361
<trans-unitid="93">
362
362
<source>This password has been leaked in a data breach, it must not be used. Please use another password.</source>
363
-
<target>Esta contraseña no se puede utilizar porque está incluida en un listado de contraseñas públicas obtenido gracias a fallos de seguridad de otros sitios y aplicaciones. Por favor utilice otra contraseña.</target>
363
+
<target>Esta contraseña no se puede utilizar porque está incluida en un listado de contraseñas públicas obtenido gracias a fallos de seguridad de otros sitios y aplicaciones. Por favor, utilice otra contraseña.</target>
364
364
</trans-unit>
365
365
<trans-unitid="94">
366
366
<source>This value should be between {{ min }} and {{ max }}.</source>
@@ -402,6 +402,30 @@
402
402
<source>The value of the netmask should be between {{ min }} and {{ max }}.</source>
403
403
<target>El valor de la máscara de red debería estar entre {{ min }} y {{ max }}.</target>
404
404
</trans-unit>
405
+
<trans-unitid="104">
406
+
<source>The filename is too long. It should have {{ filename_max_length }} character or less.|The filename is too long. It should have {{ filename_max_length }} characters or less.</source>
407
+
<target>El nombre del archivo es demasido largo. Debe tener {{ filename_max_length }} carácter o menos.|El nombre del archivo es demasido largo. Debe tener {{ filename_max_length }} caracteres o menos.</target>
408
+
</trans-unit>
409
+
<trans-unitid="105">
410
+
<source>The password strength is too low. Please use a stronger password.</source>
411
+
<target>La seguridad de la contraseña es demasiado baja. Por favor, utilice una contraseña más segura.</target>
412
+
</trans-unit>
413
+
<trans-unitid="106">
414
+
<source>This value contains characters that are not allowed by the current restriction-level.</source>
415
+
<target>Este valor contiene caracteres que no están permitidos según el nivel de restricción actual.</target>
416
+
</trans-unit>
417
+
<trans-unitid="107">
418
+
<source>Using invisible characters is not allowed.</source>
419
+
<target>No se permite el uso de caracteres invisibles.</target>
420
+
</trans-unit>
421
+
<trans-unitid="108">
422
+
<source>Mixing numbers from different scripts is not allowed.</source>
423
+
<target>No está permitido mezclar números de diferentes scripts.</target>
424
+
</trans-unit>
425
+
<trans-unitid="109">
426
+
<source>Using hidden overlay characters is not allowed.</source>
427
+
<target>No está permitido el uso de caracteres superpuestos ocultos.</target>
0 commit comments