You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Resources/translations/validators.de.xlf
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -406,6 +406,26 @@
406
406
<source>The filename is too long. It should have {{ filename_max_length }} character or less.|The filename is too long. It should have {{ filename_max_length }} characters or less.</source>
407
407
<target>Der Dateiname ist zu lang. Er sollte nicht länger als {{ filename_max_length }} Zeichen sein.|Der Dateiname ist zu lang. Er sollte nicht länger als {{ filename_max_length }} Zeichen sein.</target>
408
408
</trans-unit>
409
+
<trans-unitid="105">
410
+
<source>The password strength is too low. Please use a stronger password.</source>
411
+
<target>Das Passwort ist zu schwach.</target>
412
+
</trans-unit>
413
+
<trans-unitid="106">
414
+
<source>This value contains characters that are not allowed by the current restriction-level.</source>
415
+
<target>Der Wert enthält Zeichen, die auf der aktuellen Einschränkungsstufe nicht erlaubt sind.</target>
416
+
</trans-unit>
417
+
<trans-unitid="107">
418
+
<source>Using invisible characters is not allowed.</source>
419
+
<target>Unsichtbare Zeichen sind nicht erlaubt.</target>
420
+
</trans-unit>
421
+
<trans-unitid="108">
422
+
<source>Mixing numbers from different scripts is not allowed.</source>
423
+
<target>Das Mischen von Zahlen aus verschiedenen Skripten ist nicht erlaubt.</target>
424
+
</trans-unit>
425
+
<trans-unitid="109">
426
+
<source>Using hidden overlay characters is not allowed.</source>
427
+
<target>Verstecke Overlay-Zeichen sind nicht erlaubt.</target>
0 commit comments