浏览代码

merged branch javiereguiluz/update_spanish_translation (PR #1613)

Commits
-------

bb6eefe [FrameworkBundle] Updated Spanish validator translations

Discussion
----------

[FrameworkBundle] Updated Spanish validator translations
Fabien Potencier 14 年之前
父节点
当前提交
5d1f5b1cf4
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. 12 0
      src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.es.xliff

+ 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>