Ver código fonte

[FrameworkBundle] Updated Spanish validator translations

Javier Eguíluz 14 anos atrás
pai
commit
bb6eefed55

+ 12 - 0
src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.es.xliff

@@ -126,6 +126,18 @@
                 <source>The two values should be equal</source>
                 <target>Los dos valores deberían ser iguales</target>
             </trans-unit>
+            <trans-unit id="32">
+                <source>The file is too large. Allowed maximum size is {{ limit }}</source>
+                <target>El archivo es demasiado grande. El tamaño máximo permitido es {{ limit }}</target>
+            </trans-unit>
+            <trans-unit id="33">
+                <source>The file is too large</source>
+                <target>El archivo es demasiado grande</target>
+            </trans-unit>
+            <trans-unit id="34">
+                <source>The file could not be uploaded</source>
+                <target>No se pudo subir el archivo</target>
+            </trans-unit>
         </body>
     </file>
 </xliff>