8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8635666 + bb6eefe commit 5d1f5b1Copy full SHA for 5d1f5b1
src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.es.xliff
@@ -126,6 +126,18 @@
126
<source>The two values should be equal</source>
127
<target>Los dos valores deberían ser iguales</target>
128
</trans-unit>
129
+ <trans-unit id="32">
130
+ <source>The file is too large. Allowed maximum size is {{ limit }}</source>
131
+ <target>El archivo es demasiado grande. El tamaño máximo permitido es {{ limit }}</target>
132
+ </trans-unit>
133
+ <trans-unit id="33">
134
+ <source>The file is too large</source>
135
+ <target>El archivo es demasiado grande</target>
136
137
+ <trans-unit id="34">
138
+ <source>The file could not be uploaded</source>
139
+ <target>No se pudo subir el archivo</target>
140
141
</body>
142
</file>
143
</xliff>
0 commit comments