diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-18 00:52:44 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-18 00:52:44 +0000 |
commit | 02676462d0fe587ee210f01c3f482d1081ff88e5 (patch) | |
tree | 72ca22f262aff4079078340cea70108b5a2987db /core/l10n/de_DE.js | |
parent | 62fde219af0135ea9bfa367530f3a347b5e11b30 (diff) | |
download | nextcloud-server-02676462d0fe587ee210f01c3f482d1081ff88e5.tar.gz nextcloud-server-02676462d0fe587ee210f01c3f482d1081ff88e5.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/de_DE.js')
-rw-r--r-- | core/l10n/de_DE.js | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js index de759eb5c5c..159a0b17c0a 100644 --- a/core/l10n/de_DE.js +++ b/core/l10n/de_DE.js @@ -150,6 +150,7 @@ OC.L10N.register( "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Das Update ist fehlgeschlagen. Bitte melden Sie dieses Problem an die <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud Community</a>.", "Continue to {productName}" : "Weiter zu {productName}", "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["Die Aktualisierung war erfolgreich. Sie werden in %n Sekunde zu {productName} weitergeleitet.","Die Aktualisierung war erfolgreich. Sie werden in %n Sekunden zu {productName} weitergeleitet."], + "Applications menu" : "Anwendungs-Menü", "More apps" : "Weitere Apps", "Currently open" : "Derzeit geöffnet", "_{count} notification_::_{count} notifications_" : ["{count} Benachrichtigung","{count} Benachrichtigungen"], @@ -231,6 +232,7 @@ OC.L10N.register( "Supported versions" : "Unterstützte Versionen", "{name} version {version} and above" : "{name} Version {version} und neuer", "Settings menu" : "Einstellungen-Menü", + "Avatar of {displayName}" : "Avatar von {displayName}", "Search {types} …" : "Suche {types}…", "No" : "Nein", "Yes" : "Ja", @@ -255,10 +257,6 @@ OC.L10N.register( "({count} selected)" : "({count} ausgewählt)", "Error loading file exists template" : "Fehler beim Laden der vorhanden Dateivorlage", "Saving …" : "Speichere …", - "Authentication required" : "Legitimierung benötigt", - "This action requires you to confirm your password" : "Dieser Vorgang benötigt eine Passwortbestätigung von Ihnen", - "Confirm" : "Bestätigen", - "Failed to authenticate, try again" : "Authentifizierung fehlgeschlagen, bitte erneut versuchen.", "seconds ago" : "Gerade eben", "Connection to server lost" : "Verbindung zum Server verloren", "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Problem beim Laden der Seite, Seite wird in %n Sekunde nochmals geladen","Problem beim Laden der Seite. Seite wird in %n Sekunden erneut geladen"], @@ -350,7 +348,9 @@ OC.L10N.register( "Skip to navigation of app" : "Zum Navigationsbereich der App springen", "Go to %s" : "%s aufrufen", "Get your own free account" : "Holen Sie sich Ihr eigenes kostenloses Konto", + "This action requires you to confirm your password" : "Dieser Vorgang benötigt eine Passwortbestätigung von Ihnen", "Confirm your password" : "Bestätigen Sie Ihr Passwort", + "Confirm" : "Bestätigen", "Connect to your account" : "Verbinden Sie sich mit Ihrem Konto", "Please log in before granting %1$s access to your %2$s account." : "Bitte anmelden, bevor Sie %1$s Zugriff auf Ihr %2$s-Konto gewähren.", "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Sollten Sie aktuell nicht versuchen, ein neues Gerät oder eine neue App einzurichten, dann kann es sein, dass aktuell jemand versucht, Sie dazu zu bewegen, ihm Zugriff auf Ihre Daten zu gewähren. Fahren Sie in diesem Fall nicht fort, sondern wenden Sie sich an Ihre Administration.", @@ -427,6 +427,8 @@ OC.L10N.register( "Home" : "Startseite", "Copy to {folder}" : "Kopieren nach {folder}", "Move to {folder}" : "Verschieben nach {folder}", + "Authentication required" : "Legitimierung benötigt", + "Failed to authenticate, try again" : "Authentifizierung fehlgeschlagen, bitte erneut versuchen.", "File not found" : "Datei nicht gefunden", "The document could not be found on the server. Maybe the share was deleted or has expired?" : "Das Dokument konnte auf dem Server nicht gefunden werden. Möglicherweise wurde die Freigabe gelöscht oder ist abgelaufen?", "Please use the command line updater because automatic updating is disabled in the config.php." : "Da automatische Updates in der config.php deaktivert sind, nutzen Sie bitte den Updater über die Kommandozeile.", |