Skip to content

Commit

Permalink
Merge branch '5.4' into 6.2
Browse files Browse the repository at this point in the history
* 5.4:
  [Validator] add missing German translations
  [Serializer] Fix denormalizing abstract part headers in MimeMessageNormalizer
  [Form] Remove an obsolete phpdoc comment
  [FrameworkBundle][Workflow] Throw exception is workflow.xxx.transitions is not an array
  • Loading branch information
nicolas-grekas committed Jul 26, 2023
2 parents 2e8e904 + 77533f1 commit f7c4a05
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Resources/translations/validators.de.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,26 @@
<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>
<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>
</trans-unit>
<trans-unit id="105">
<source>The password strength is too low. Please use a stronger password.</source>
<target>Das Passwort ist zu schwach.</target>
</trans-unit>
<trans-unit id="106">
<source>This value contains characters that are not allowed by the current restriction-level.</source>
<target>Der Wert enthält Zeichen, die auf der aktuellen Einschränkungsstufe nicht erlaubt sind.</target>
</trans-unit>
<trans-unit id="107">
<source>Using invisible characters is not allowed.</source>
<target>Unsichtbare Zeichen sind nicht erlaubt.</target>
</trans-unit>
<trans-unit id="108">
<source>Mixing numbers from different scripts is not allowed.</source>
<target>Das Mischen von Zahlen aus verschiedenen Skripten ist nicht erlaubt.</target>
</trans-unit>
<trans-unit id="109">
<source>Using hidden overlay characters is not allowed.</source>
<target>Verstecke Overlay-Zeichen sind nicht erlaubt.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit f7c4a05

Please sign in to comment.