8000 [Validator] German translation for empty file errors · symfony/symfony@412f04f · GitHub
[go: up one dir, main page]

Skip to content

Commit 412f04f

Browse files
committed
[Validator] German translation for empty file errors
1 parent b54a154 commit 412f04f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.de.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,10 @@
298298
<source>The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.</source>
299299
<target>Das Bild ist im Hochformat ({{ width }}x{{ height }}px). Bilder im Hochformat sind nicht erlaubt.</target>
300300
</trans-unit>
301+
<trans-unit id="78">
302+
<source>An empty file is not allowed.</source>
303+
<target>Eine leere Datei ist nicht erlaubt.</target>
304+
</trans-unit>
301305
</body>
302306
</file>
303307
</xliff>

0 commit comments

Comments
 (0)
0