0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-03 21:48:55 -05:00

fix(phrases): update German locale (#3051)

This commit is contained in:
Lukas 2023-02-07 06:58:34 +01:00 committed by GitHub
parent ae09f0cd57
commit a2de714824
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ const translation = {
}, },
secondary: { secondary: {
sign_in_with: 'Anmelden mit {{methods, list(type: disjunction;)}}', sign_in_with: 'Anmelden mit {{methods, list(type: disjunction;)}}',
register_with: 'Create account with {{methods, list(type: disjunction;)}}', // UNTRANSLATED register_with: 'Konto mit {{methods, list(type: disjunction;)}} erstellen',
social_bind_with: social_bind_with:
'Besitzt du schon ein Konto? Melde dich an, um {{methods, list(type: disjunction;)}} mit deiner Identität zu verbinden.', 'Besitzt du schon ein Konto? Melde dich an, um {{methods, list(type: disjunction;)}} mit deiner Identität zu verbinden.',
}, },
@ -24,7 +24,7 @@ const translation = {
cancel: 'Abbrechen', cancel: 'Abbrechen',
save_password: 'Speichern', save_password: 'Speichern',
bind: 'Mit {{address}} verknüpfen', bind: 'Mit {{address}} verknüpfen',
bind_and_continue: 'Link and continue', // UNTRANSLATED bind_and_continue: 'Verknüpfen und weiter',
back: 'Gehe zurück', back: 'Gehe zurück',
nav_back: 'Zurück', nav_back: 'Zurück',
agree: 'Zustimmen', agree: 'Zustimmen',
@ -32,13 +32,13 @@ const translation = {
sign_in_with: 'Mit {{name}} anmelden', sign_in_with: 'Mit {{name}} anmelden',
forgot_password: 'Passwort vergessen?', forgot_password: 'Passwort vergessen?',
switch_to: 'Zu {{method}} wechseln', switch_to: 'Zu {{method}} wechseln',
sign_in_via_passcode: 'Sign in with verification code', // UNTRANSLATED sign_in_via_passcode: 'Mit Bestätigungscode anmelden',
sign_in_via_password: 'Sign in with password', // UNTRANSLATED sign_in_via_password: 'Mit Passwort anmelden',
change: 'Change {{method}}', // UNTRANSLATED change: '{{method}} ändern',
link_another_email: 'Link another email', // UNTRANSLATED link_another_email: 'Andere Email verknüpfen',
link_another_phone: 'Link another phone', // UNTRANSLATED link_another_phone: 'Andere Telefonnummer verknüpfen',
link_another_email_or_phone: 'Link another email or phone', // UNTRANSLATED link_another_email_or_phone: 'Andere Email oder Telefonnummer verknüpfen',
show_password: 'Show password', // UNTRANSLATED show_password: 'Passwort anzeigen',
}, },
description: { description: {
email: 'Email', email: 'Email',
@ -57,18 +57,18 @@ const translation = {
create_account_id_exists: create_account_id_exists:
'Das Konto mit {{type}} {{value}} existiert bereits, möchtest du dich anmelden?', 'Das Konto mit {{type}} {{value}} existiert bereits, möchtest du dich anmelden?',
link_account_id_exists: link_account_id_exists:
'The account with {{type}} {{value}} already exists, would you like to link?', // UNTRANSLATED 'Das Konto mit {{type}} {{value}} existiert bereits, möchtest du es mit deinem Konto verknüpfen?',
sign_in_id_does_not_exist: sign_in_id_does_not_exist:
'Das Konto mit {{type}} {{value}} existiert nicht, möchtest du ein neues Konto erstellen?', 'Das Konto mit {{type}} {{value}} existiert nicht, möchtest du ein neues Konto erstellen?',
sign_in_id_does_not_exist_alert: 'The account with {{type}} {{value}} does not exist.', // UNTRANSLATED sign_in_id_does_not_exist_alert: 'Das Konto mit {{type}} {{value}} existiert nicht',
create_account_id_exists_alert: 'The account with {{type}} {{value}} already exists', // UNTRANSLATED create_account_id_exists_alert: 'Das Konto mit {{type}} {{value}} existiert bereits',
social_identity_exist: social_identity_exist:
'The {{type}} {{value}} is linked to another account. Please try another {{type}}', // UNTRANSLATED '{{type}} {{value}} ist mit einem anderen Konto verknüpft. Bitte versuche ein(e(n)) andere(n/s) {{type}}',
bind_account_title: 'Link or create account', // UNTRANSLATED bind_account_title: 'Link or create account',
social_create_account: 'Kein Konto? Du kannst ein neues Konto erstellen und es verknüpfen.', social_create_account: 'Kein Konto? Du kannst ein neues Konto erstellen und es verknüpfen.',
social_link_email: 'You can link another email', // UNTRANSLATED, social_link_email: 'Du kannst eine weitere Email verknüpfen',
social_link_phone: 'You can link another phone', // UNTRANSLATED, social_link_phone: 'Du kannst eine weitere Telefonnummer verknüpfen',
social_link_email_or_phone: 'You can link another email or phone', // UNTRANSLATED, social_link_email_or_phone: 'Du kannst eine weitere Email oder Telefonnummer verknüpfen',
social_bind_with_existing: 'Wir haben ein Konto gefunden, das du verknüpfen kannst.', social_bind_with_existing: 'Wir haben ein Konto gefunden, das du verknüpfen kannst.',
reset_password: 'Passwort zurücksetzen', reset_password: 'Passwort zurücksetzen',
reset_password_description_email: reset_password_description_email:
@ -76,54 +76,57 @@ const translation = {
reset_password_description_phone: reset_password_description_phone:
'Gib die Telefonnummer deines Kontos ein und wir senden dir einen Bestätigungscode um dein Passwort zurückzusetzen.', 'Gib die Telefonnummer deines Kontos ein und wir senden dir einen Bestätigungscode um dein Passwort zurückzusetzen.',
new_password: 'Neues Passwort', new_password: 'Neues Passwort',
set_password: 'Set password', // UNTRANSLATED set_password: 'Passwort setzen',
password_changed: 'Passwort geändert', password_changed: 'Passwort geändert',
no_account: 'No account yet? ', // UNTRANSLATED no_account: 'Noch kein Konto? ',
have_account: 'Already had an account?', // UNTRANSLATED have_account: 'Hast du schon ein Konto?',
enter_password: 'Enter Password', // UNTRANSLATED enter_password: 'Passwort eingeben',
enter_password_for: 'Sign in with the password to {{method}} {{value}}', // UNTRANSLATED enter_password_for: 'Passwort für {{method}} {{value}} eingeben',
enter_username: 'Set username', // UNTRANSLATED enter_username: 'Benutzernamen eingeben',
enter_username_description: enter_username_description:
'Username is an alternative for sign-in. Username must contain only letters, numbers, and underscores.', // UNTRANSLATED 'Der Benutzername kann für die Anmeldung verwendet werden. Der Benutzername darf nur Buchstaben, Zahlen und Unterstriche enthalten.',
link_email: 'Link email', // UNTRANSLATED link_email: 'Email verknüpfen',
link_phone: 'Link phone', // UNTRANSLATED link_phone: 'Telefonnummer verknüpfen',
link_email_or_phone: 'Link email or phone', // UNTRANSLATED link_email_or_phone: 'Email oder Telefonnummer verknüpfen',
link_email_description: 'For added security, please link your email with the account.', // UNTRANSLATED link_email_description:
link_phone_description: 'For added security, please link your phone with the account.', // UNTRANSLATED 'Für zusätzliche Sicherheit, verknüpfe bitte deine Email mit dem Konto.',
link_phone_description:
'Für zusätzliche Sicherheit, verknüpfe bitte deine Telefonnummer mit dem Konto.',
link_email_or_phone_description: link_email_or_phone_description:
'For added security, please link your email or phone with the account.', // UNTRANSLATED 'Für zusätzliche Sicherheit, verknüpfe bitte deine Email oder Telefonnummer mit dem Konto.',
continue_with_more_information: 'For added security, please complete below account details.', // UNTRANSLATED continue_with_more_information:
'Für zusätzliche Sicherheit, vervollständige bitte deine Informationen.',
}, },
profile: { profile: {
title: 'Account Settings', // UNTRANSLATED title: 'Konto Einstellungen',
description: description:
'Change your account settings and manage your personal information here to ensure your account security.', // UNTRANSLATED 'Ändere hier deine Konto Einstellungen und verwalte deine persönlichen Informationen, um die Sicherheit deines Kontos zu gewährleisten.',
settings: { settings: {
title: 'PROFILE SETTINGS', // UNTRANSLATED title: 'PROFIL EINSTELLUNGEN',
profile_information: 'Profile Information', // UNTRANSLATED profile_information: 'Profil Informationen',
avatar: 'Avatar', // UNTRANSLATED avatar: 'Avatar',
name: 'Name', // UNTRANSLATED name: 'Name',
username: 'Username', // UNTRANSLATED username: 'Benutzername',
}, },
password: { password: {
title: 'PASSWORD', // UNTRANSLATED title: 'PASSWORT',
reset_password: 'Reset Password', // UNTRANSLATED reset_password: 'Passwort zurücksetzen',
reset_password_sc: 'Reset password', // UNTRANSLATED reset_password_sc: 'Passwort zurücksetzen',
}, },
link_account: { link_account: {
title: 'LINK ACCOUNT', // UNTRANSLATED title: 'KONTO VERKNÜPFEN',
email_phone_sign_in: 'Email / Phone Sign-In', // UNTRANSLATED email_phone_sign_in: 'Anmeldung mit Email oder Telefonnummer',
email: 'Email', // UNTRANSLATED email: 'Email',
phone: 'Phone', // UNTRANSLATED phone: 'Telefonnummer',
phone_sc: 'Phone number', // UNTRANSLATED phone_sc: 'Telefonnummer',
social: 'Social Sign-In', // UNTRANSLATED social: 'Social Anmeldung',
social_sc: 'Social accounts', // UNTRANSLATED social_sc: 'Social Konten',
}, },
not_set: 'Not set', // UNTRANSLATED not_set: 'Nicht gesetzt',
edit: 'Edit', // UNTRANSLATED edit: 'Bearbeiten',
change: 'Change', // UNTRANSLATED change: 'Ändern',
link: 'Link', // UNTRANSLATED link: 'Verknüpfen',
unlink: 'Unlink', // UNTRANSLATED unlink: 'Verknüpfung aufheben',
}, },
error: { error: {
username_password_mismatch: 'Benutzername oder Passwort ist falsch', username_password_mismatch: 'Benutzername oder Passwort ist falsch',