diff options
Diffstat (limited to 'apps/settings/l10n/de.js')
-rw-r--r-- | apps/settings/l10n/de.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/settings/l10n/de.js b/apps/settings/l10n/de.js index 1cec7cadc07..f4572ac873b 100644 --- a/apps/settings/l10n/de.js +++ b/apps/settings/l10n/de.js @@ -17,9 +17,6 @@ OC.L10N.register( "So-so password" : "Akzeptables Passwort", "Good password" : "Gutes Passwort", "Strong password" : "Starkes Passwort", - "An error occurred while changing your language. Please reload the page and try again." : "Es ist ein Fehler beim Ändern der Sprache aufgetreten. Bitte lade die Seite neu und versuche es nochmals.", - "An error occurred while changing your locale. Please reload the page and try again." : "Es ist ein Fehler beim Wechseln des Gebietsschemas aufgetreten. Bitte lade die Seite neu und versuche es noch einmal.", - "Week starts on {fdow}" : "Die Woche startet am {fdow}", "Groups" : "Gruppen", "Group list is empty" : "Gruppenliste ist leer", "Unable to retrieve the group list" : "Gruppenliste konnte nicht abgerufen werden", @@ -302,6 +299,7 @@ OC.L10N.register( "Help translate" : "Hilf bei der Übersetzung mit", "Unable to update language" : "Sprache konnte nicht aktualisiert werden", "No language set" : "Keine Sprache eingestellt.", + "Locale" : "Gebietsschema", "Your location" : "Dein Ort", "Your organisation" : "Deine Organisation", "Your phone number" : "Deine Telefonnummer", @@ -420,7 +418,6 @@ OC.L10N.register( "An error occurred during the request. Unable to proceed." : "Es ist ein Fehler bei der Anfrage aufgetreten. Es kann nicht fortgefahren werden.", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Die App wurde aktiviert, muss aber aktualisiert werden. Du wirst in 5 Sekunden zur Aktualisierungsseite weitergeleitet.", "Error: This app cannot be enabled because it makes the server unstable" : "Fehler: Diese App kann nicht aktiviert werden, da sie den Server instabil macht. ", - "User already exists." : "Benutzer existiert bereits.", "Administrator documentation" : "Dokumentation für Administratoren", "Documentation" : "Dokumentation", "Forum" : "Forum", @@ -489,17 +486,19 @@ OC.L10N.register( "Check out our blog" : "Sieh dir unseren Blog an", "Subscribe to our newsletter" : "Abonniere unseren Newsletter", "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Diese Community-Version von Nextcloud wird nicht unterstützt und sofortige Benachrichtigungen sind nicht verfügbar.", - "Locale" : "Gebietsschema", "Use a second factor besides your password to increase security for your account." : "Verwende neben deinem Passwort einen zweiten Faktor, um die Sicherheit für Dein Konto zu erhöhen.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Wenn du Anwendungen von Drittanbietern verwendest, um dich mit Nextcloud zu verbinden, stelle bitte sicher, dass du für jede Anwendung ein Anwendungspasswort erstellest und einrichtest, bevor du die Zwei-Faktor-Authentifizierung aktivierst.", "Migration in progress. Please wait until the migration is finished" : "Migration läuft. Bitte warte, bis die Migration abgeschlossen ist", "Migration started …" : "Migration begonnen…", + "An error occurred while changing your language. Please reload the page and try again." : "Es ist ein Fehler beim Ändern der Sprache aufgetreten. Bitte lade die Seite neu und versuche es nochmals.", + "An error occurred while changing your locale. Please reload the page and try again." : "Es ist ein Fehler beim Wechseln des Gebietsschemas aufgetreten. Bitte lade die Seite neu und versuche es noch einmal.", "Select a profile picture" : "Wähle ein Profilbild", + "Week starts on {fdow}" : "Die Woche startet am {fdow}", "Couldn't remove app." : "Die App konnte nicht entfernt werden.", "Couldn't update app." : "Die App konnte nicht aktualisiert werden.", "Backend doesn't support password change, but the user's encryption key was updated." : "Das Backend unterstützt die Passwortänderung nicht, aber das Verschlüsselungspasswort des Benutzers wurde aktualisiert.", "Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the nextcloud log file for more details." : "Es konnte nicht festgestellt werden, ob die TLS-Version von cURL veraltet ist oder nicht, da während der HTTPS-Anforderung an https://nextcloud.com ein Fehler aufgetreten ist. Bitte überprüfe die Nextcloud-Protokolldatei für weitere Einzelheiten.", - "You need to set your user email before being able to send test emails." : "Du musst deine Benutzer-E-Mail-Adresse angeben, bevor du Test-E-Mails versenden kannst.", + "You need to set your user email before being able to send test emails." : "Du musst deine Benutzer-E-Mail-Adresse angeben, bevor du Test-E-Mails senden kannst.", "Revoking this token might prevent the wiping of your device if it hasn't started the wipe yet." : "Zurückziehen dieses Tokens könnte das Löschen von deinem Gerät verhindern, wenn die Löschung noch nicht gestartet wurde.", "Set as primary mail" : "Als primäre E-Mail-Adresse festlegen", "Change privacy level of email" : "Datenschutzstufe der E-Mail-Adresse ändern", @@ -553,6 +552,7 @@ OC.L10N.register( "Change scope level of {accountProperty}" : "Geltungsbereich von {accountProperty} ändern", "Unable to update federation scope of the primary {accountProperty}" : "Der Federation-Bereich des primären {accountProperty} konnte nicht aktualisiert werden", "Unable to update federation scope of additional {accountProperty}" : "Der Federation-Bereich des zusätzlichen {accountProperty} konnte nicht aktualisiert werden", - "Avatar" : "Avatar" + "Avatar" : "Avatar", + "User already exists." : "Benutzer existiert bereits." }, "nplurals=2; plural=(n != 1);"); |