|
4 | 4 | "cancel": "Abbrechen", |
5 | 5 | "clear": "Löschen", |
6 | 6 | "close": "Schließen", |
| 7 | + "collapse": "Zusammenbruch", |
7 | 8 | "continue": "Fortfahren", |
8 | 9 | "edit": "Bearbeiten", |
| 10 | + "expand": "Erweitern", |
9 | 11 | "save": "Speichern", |
10 | | - "save_and_continue": "Speichern und fortfahren" |
| 12 | + "save_and_continue": "Speichern und fortfahren", |
| 13 | + "start_over": "Neu anfangen" |
11 | 14 | }, |
12 | 15 | "branding": { |
13 | 16 | "privacy_policy": { |
|
31 | 34 | }, |
32 | 35 | "frontend": { |
33 | 36 | "account": { |
| 37 | + "account_password": "Kontokennwort", |
| 38 | + "contact_info": "Kontaktinformation", |
34 | 39 | "edit_profile": { |
35 | 40 | "display_name_help": "Dies ist der öffentliche Nutzername.", |
36 | 41 | "display_name_label": "Anzeigename", |
|
57 | 62 | "email_exists_error": "Die eingegebene E-Mail-Adresse ist diesem Konto bereits zugeordnet", |
58 | 63 | "email_field_help": "Fügen Sie eine alternative E-Mail-Adresse hinzu, mit der Sie auf dieses Konto zugreifen können.", |
59 | 64 | "email_field_label": "E-Mail-Adresse hinzufügen", |
| 65 | + "email_in_use_error": "The entered email is already in use", |
60 | 66 | "email_invalid_alert": { |
61 | 67 | "text": "Die eingegebene E-Mail-Adresse ist ungültig", |
62 | 68 | "title": "Ungültige Email-Adresse" |
|
94 | 100 | "unknown": "Unbekannter Gerätetyp", |
95 | 101 | "web": "Web" |
96 | 102 | }, |
| 103 | + "email_in_use": { |
| 104 | + "heading": "The email address {{email}} is already in use." |
| 105 | + }, |
97 | 106 | "end_session_button": { |
98 | 107 | "confirmation_modal_title": "Sind Sie sicher, dass Sie diese Sitzung abmelden möchten?", |
99 | 108 | "text": "Ausloggen" |
|
106 | 115 | }, |
107 | 116 | "error_boundary_title": "Etwas ist schief gelaufen", |
108 | 117 | "errors": { |
109 | | - "field_required": "Dieses Feld ist erforderlich" |
| 118 | + "field_required": "Dieses Feld ist erforderlich", |
| 119 | + "rate_limit_exceeded": "You've made too many requests in a short period. Please wait a few minutes and try again." |
110 | 120 | }, |
111 | 121 | "last_active": { |
112 | 122 | "active_date": "Aktiv {{relativeDate}}", |
|
164 | 174 | "title": "Ändern Sie Ihr Passwort" |
165 | 175 | }, |
166 | 176 | "password_reset": { |
| 177 | + "consumed": { |
| 178 | + "subtitle": "To create a new password, start over and select ”Forgot password“.", |
| 179 | + "title": "The link to reset your password has already been used" |
| 180 | + }, |
| 181 | + "expired": { |
| 182 | + "resend_email": "Resend email", |
| 183 | + "subtitle": "Request a new email that will be sent to: {{email}}", |
| 184 | + "title": "The link to reset your password has expired" |
| 185 | + }, |
| 186 | + "subtitle": "Choose a new password for your account.", |
167 | 187 | "title": "Passwort zurücksetzen" |
168 | 188 | }, |
169 | 189 | "password_strength": { |
|
314 | 334 | } |
315 | 335 | }, |
316 | 336 | "verify_email": { |
| 337 | + "code_expired_alert": { |
| 338 | + "description": "The code has expired. Please request a new code.", |
| 339 | + "title": "Code expired" |
| 340 | + }, |
317 | 341 | "code_field_error": "Code nicht erkannt", |
318 | 342 | "code_field_label": "6-stelliger Code", |
319 | 343 | "code_field_wrong_shape": "Der Code muss 6-stellig sein", |
|
0 commit comments