瀏覽代碼

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 14 年之前
父節點
當前提交
a30a2c9707
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. 12 0
      src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.de.xliff

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