|
18 | 18 | <source>Your password must be at most {0} characters long.</source>
|
19 | 19 | <target>Das Passwort darf höchstens {0} Zeichen lang sein.</target>
|
20 | 20 | </trans-unit>
|
21 |
| - <trans-unit id="validations.password.lowercase" xml:space="preserve"> |
22 |
| - <source>Your password needs to contain at least {0} lowercase letters.</source> |
23 |
| - <target>Das Passwort muss mindestens {0} Kleinbuchstaben enthalten.</target> |
24 |
| - </trans-unit> |
25 |
| - <trans-unit id="validations.password.uppercase" xml:space="preserve"> |
26 |
| - <source>Your password needs to contain at least {0} uppercase letters.</source> |
27 |
| - <target>Das Passwort muss mindestens {0} Großbuchstaben enthalten.</target> |
28 |
| - </trans-unit> |
29 |
| - <trans-unit id="validations.password.numbers" xml:space="preserve"> |
30 |
| - <source>Your password needs to contain at least {0} numbers.</source> |
31 |
| - <target>Das Passwort muss mindestens {0} Zahlen enthalten.</target> |
32 |
| - </trans-unit> |
33 |
| - <trans-unit id="validations.password.special" xml:space="preserve"> |
34 |
| - <source>Your password needs to contain at least {0} special characters (e.g. %!=).</source> |
35 |
| - <target>Das Passwort muss mindestens {0} Sonderzeichen (z.B. %!=) enthalten.</target> |
36 |
| - </trans-unit> |
| 21 | + <group id="validations.password.lowercase" restype="x-gettext-plurals"> |
| 22 | + <trans-unit id="validations.password.lowercase[0]"> |
| 23 | + <source>Your password needs to contain at least {0} lowercase letter.</source> |
| 24 | + <target>Das Passwort muss mindestens {0} Kleinbuchstaben enthalten.</target> |
| 25 | + </trans-unit> |
| 26 | + <trans-unit id="validations.password.lowercase[1]"> |
| 27 | + <source>Your password needs to contain at least {0} lowercase letters.</source> |
| 28 | + <target>Das Passwort muss mindestens {0} Kleinbuchstaben enthalten.</target> |
| 29 | + </trans-unit> |
| 30 | + </group> |
| 31 | + <group id="validations.password.uppercase" restype="x-gettext-plurals"> |
| 32 | + <trans-unit id="validations.password.uppercase[0]"> |
| 33 | + <source>Your password needs to contain at least {0} uppercase letter.</source> |
| 34 | + <target>Das Passwort muss mindestens {0} Großbuchstaben enthalten.</target> |
| 35 | + </trans-unit> |
| 36 | + <trans-unit id="validations.password.uppercase[1]"> |
| 37 | + <source>Your password needs to contain at least {0} uppercase letters.</source> |
| 38 | + <target>Das Passwort muss mindestens {0} Großbuchstaben enthalten.</target> |
| 39 | + </trans-unit> |
| 40 | + </group> |
| 41 | + <group id="validations.password.numbers" restype="x-gettext-plurals"> |
| 42 | + <trans-unit id="validations.password.numbers[0]"> |
| 43 | + <source>Your password needs to contain at least {0} number.</source> |
| 44 | + <target>Das Passwort muss mindestens {0} Zahl enthalten.</target> |
| 45 | + </trans-unit> |
| 46 | + <trans-unit id="validations.password.numbers[1]"> |
| 47 | + <source>Your password needs to contain at least {0} numbers.</source> |
| 48 | + <target>Das Passwort muss mindestens {0} Zahlen enthalten.</target> |
| 49 | + </trans-unit> |
| 50 | + </group> |
| 51 | + <group id="validations.password.special" restype="x-gettext-plurals"> |
| 52 | + <trans-unit id="validations.password.special[0]"> |
| 53 | + <source>Your password needs to contain at least {0} special character.</source> |
| 54 | + <target>Das Passwort muss mindestens {0} Sonderzeichen (z.B. %!=) enthalten.</target> |
| 55 | + </trans-unit> |
| 56 | + <trans-unit id="validations.password.special[1]"> |
| 57 | + <source>Your password needs to contain at least {0} special characters.</source> |
| 58 | + <target>Das Passwort muss mindestens {0} Sonderzeichen (z.B. %!=) enthalten.</target> |
| 59 | + </trans-unit> |
| 60 | + </group> |
37 | 61 | </body>
|
38 | 62 | </file>
|
39 | 63 | </xliff>
|
0 commit comments