Ver Fonte

merged branch jdreesen/validator-translation-update (PR #1566)

Commits
-------

39d3a90 Sync German translation with commit: https://github.com/symfony/symfony/commit/d58ba342460fe5c4410e3d94f3b11f2ace0bc2c9

Discussion
----------

[Validator] Sync German translation

Sync German translation with commit: https://github.com/symfony/symfony/commit/d58ba342460fe5c4410e3d94f3b11f2ace0bc2c9
Fabien Potencier há 14 anos atrás
pai
commit
a30a2c9707

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

@@ -126,6 +126,18 @@
                 <source>The two values should be equal</source>
                 <target>Beide Werte sollten identisch sein</target>
             </trans-unit>
+            <trans-unit id="32">
+                <source>The file is too large. Allowed maximum size is {{ limit }}</source>
+                <target>Die Datei ist zu groß. Die maximal zugelassene Größe beträgt {{ limit }}</target>
+            </trans-unit>
+            <trans-unit id="33">
+                <source>The file is too large</source>
+                <target>Die Datei ist zu groß</target>
+            </trans-unit>
+            <trans-unit id="34">
+                <source>The file could not be uploaded</source>
+                <target>Die Datei konnte nicht hochgeladen werden</target>
+            </trans-unit>
         </body>
     </file>
 </xliff>