Skip to content

Commit e8e5f0a

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: [Console] Prevent PHP 8.1 str_replace deprec on null [HttpKernel] Fix BackedEnumValueResolver already resolved enum value Improve DE translations for Form/Validator [Serializer] Fix ignore attribute in Xml files [Console] Escape % in command name & description from getDefault*() [WebProfilerBundle] Fix dark theme selected line highlight color & reuse css vars [Runtime] List Fulgens as backer of version 6.1 [HttpClient] List Prisma Media as backer of version 6.1 [WebProfilerBundle] normalizer and encoder can be undefined in template [Mime] Check that the path is a file in the DataPart::fromPath [Cache] do not pass null to strlen() [HtmlSanitizer][FrameworkBundle] Fix calling `allowStaticElements` when setting `allow_all_static_elements: true` [Mailer] Sort transports alphabetically [Security] Fix some phpdoc [Serializer] Get attributeContext after converting name
2 parents c7e2dd0 + 8424098 commit e8e5f0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/translations/validators.de.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
</trans-unit>
221221
<trans-unit id="58">
222222
<source>Unsupported card type or invalid card number.</source>
223-
<target>Nicht unterstützer Kartentyp oder ungültige Kartennummer.</target>
223+
<target>Nicht unterstützter Kartentyp oder ungültige Kartennummer.</target>
224224
</trans-unit>
225225
<trans-unit id="59">
226226
<source>This is not a valid International Bank Account Number (IBAN).</source>
@@ -312,7 +312,7 @@
312312
</trans-unit>
313313
<trans-unit id="81">
314314
<source>This is not a valid Business Identifier Code (BIC).</source>
315-
<target>Dieser Wert ist kein gültiger BIC.</target>
315+
<target>Dieser Wert ist keine gültige internationale Bankleitzahl (BIC).</target>
316316
</trans-unit>
317317
<trans-unit id="82">
318318
<source>Error</source>

0 commit comments

Comments
 (0)