diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-06-05 09:56:25 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-06-05 09:56:25 +0000 |
commit | a62a1faf3b113ea8d1be54d088cab0214b0600d3 (patch) | |
tree | 6dacdcd36b5e5eec4e560d5a266e4dcf1db4831f /apps/theming/l10n/de.js | |
parent | a8d317942bf36e539a31601281fb2f448c8bcfb1 (diff) | |
download | nextcloud-server-a62a1faf3b113ea8d1be54d088cab0214b0600d3.tar.gz nextcloud-server-a62a1faf3b113ea8d1be54d088cab0214b0600d3.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/theming/l10n/de.js')
-rw-r--r-- | apps/theming/l10n/de.js | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/apps/theming/l10n/de.js b/apps/theming/l10n/de.js index 30e4fe01ee9..b8019d2a085 100644 --- a/apps/theming/l10n/de.js +++ b/apps/theming/l10n/de.js @@ -50,17 +50,16 @@ OC.L10N.register( "Privacy policy" : "Datenschutzerklärung ", "Adjust the Nextcloud theme" : "Passe das Design von Nextcloud an", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Das Ändern des Designs ermöglicht es auf einfache Weise, das Aussehen deiner Installation und Clients anzupassen. Die Änderungen wirken sich auf alle Benutzer aus.", + "Upload new logo" : "Neues Logo hochladen", + "Logo" : "Logo", + "Upload new background and login image" : "Ein neues Hintergrund- und Anmeldebild hochladen", + "Background and login image" : "Hintergrund und Login-Bild", "Advanced options" : "Erweiterte Optionen", "Install the ImageMagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installiere die ImageMagick PHP-Erweiterung mit Unterstützung für SVG-Bilder, um automatisch Favicons auf Basis des hochgeladenen Logos und der Farbe zu erstellen.", "Name" : "Name", "Web link" : "Internet-Link", "a safe home for all your data" : "Ein sicheres Zuhause für deine Daten", "Slogan" : "Slogan", - "Color" : "Farbe", - "Logo" : "Logo", - "Upload new logo" : "Neues Logo hochladen", - "Background and login image" : "Hintergrund und Login-Bild", - "Upload new background and login image" : "Ein neues Hintergrund- und Anmeldebild hochladen", "Legal notice link" : "Link zum Impressum", "Privacy policy link" : "Link zur Datenschutzerklärung", "Header logo" : "Kopfbereichs-Logo", @@ -80,9 +79,8 @@ OC.L10N.register( "Move up" : "Nach oben verschieben", "Move down" : "Nach unten verschieben", "Custom background" : "Benutzerdefinierter Hintergrund", + "Plain background" : "Einfacher Hintergrund", "Default background" : "Standardhintergrund", - "Change color" : "Farbe ändern", - "No background" : "Kein Hintergrund", "Select a background from your files" : "Wähle einen Hintergrund aus deinen Dateien", "Select background" : "Hintergrund wählen", "No background has been selected" : "Es wurde kein Hintergrund ausgewählt.", @@ -102,11 +100,14 @@ OC.L10N.register( "Default app priority" : "Standard-App-Priorität", "If an app is not enabled for a user, the next app with lower priority is used." : "Wenn eine App für einen Benutzer nicht aktiviert ist, wird die nächste App mit niedrigerer Priorität verwendet.", "Could not set global default apps" : "Globale Standard-Apps konnten nicht festgelegt werden.", + "Select a custom color" : "Eine benutzerdefinierte Farbe auswählen", "Reset to default" : " Auf Standard zurücksetzen ", "Upload" : "Hochladen", "Remove background image" : "Hintergrundbild entfernen", + "Color" : "Farbe", "Background" : "Hintergrund", "Set a custom background" : "Einen benutzerdefinierten Hintergrund setzen", - "Select a custom color" : "Eine benutzerdefinierte Farbe auswählen" + "Change color" : "Farbe ändern", + "No background" : "Kein Hintergrund" }, "nplurals=2; plural=(n != 1);"); |