diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-17 00:20:33 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-17 00:20:33 +0000 |
commit | e2056a1de95dda2d7d1824e6b050e9369a048ca6 (patch) | |
tree | df0c29c345002dc0a71fab70a425085f6fb53a93 /apps/updatenotification/l10n/de_DE.js | |
parent | a7be8383236f792818aea9fec145875bd467f155 (diff) | |
download | nextcloud-server-e2056a1de95dda2d7d1824e6b050e9369a048ca6.tar.gz nextcloud-server-e2056a1de95dda2d7d1824e6b050e9369a048ca6.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/updatenotification/l10n/de_DE.js')
-rw-r--r-- | apps/updatenotification/l10n/de_DE.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/updatenotification/l10n/de_DE.js b/apps/updatenotification/l10n/de_DE.js index 4c3b2990f5a..42c6a20c321 100644 --- a/apps/updatenotification/l10n/de_DE.js +++ b/apps/updatenotification/l10n/de_DE.js @@ -37,7 +37,6 @@ OC.L10N.register( "The selected update channel does not support updates of the server." : "Der gewählte Update-Kanal unterstützt keine Aktualisierungen für Server.", "A new version is available: <strong>{newVersionString}</strong>" : "Eine neue Version ist verfügbar: <strong>{newVersionString}</strong>", "Note that after a new release the update only shows up after the first minor release or later. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found. Learn more about updates and release channels at {link}" : "Beachten Sie, dass die Aktualisierung nach einer neuen Version erst nach der ersten Unterversion (minor release) oder später angezeigt wird. Wir stellen unseren Benutzern im Laufe der Zeit neue Versionen zur Verfügung und überspringen manchmal eine Version, wenn Probleme auftreten. Weitere Informationen zu Update- und Release-Kanälen finden Sie unter {link}", - "Checked on {lastCheckedDate}" : "Geprüft am {lastCheckedDate}", "Checking apps for compatible versions" : "Es werden alle Apps auf kompatible Versionen geprüft", "Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "Bitte stellen Sie sicher, dass in der \"config.php\"-Datei die Variable <samp>appstoreenabled</samp>nicht auf \"false\" steht.", "Could not connect to the App Store or no updates have been returned at all. Search manually for updates or make sure your server has access to the internet and can connect to the App Store." : "Es konnte keine Verbindung zum App-Store hergestellt werden oder es wurden keine Updates zurückgegeben. Suchen Sie manuell nach Updates oder stellen Sie sicher, dass Ihr Server Zugang zum Internet hat und eine Verbindung zum App-Store herstellen kann.", @@ -51,6 +50,7 @@ OC.L10N.register( "_<strong>%n</strong> app has no compatible version for this Nextcloud version available._::_<strong>%n</strong> apps have no compatible version for this Nextcloud version available._" : ["Für <strong>%n</strong> App steht keine kompatible Version zur Verfügung.","Für <strong>%n</strong> Apps steht keine kompatible Version zur Verfügung."], "Please use the command line updater to update." : "Verwenden Sie zum Aktualisieren den Befehlszeilen-Updater.", "You can change the update channel below which also affects the apps management page. E.g. after switching to the beta channel, beta app updates will be offered to you in the apps management page." : "Sie können den Update-Kanal unten ändern, was sich auch auf die Verwaltungsseite der Apps auswirkt. Wenn Sie z. B. zum Beta-Kanal wechseln, werden Ihnen Beta-App-Updates auf der App-Verwaltungsseite angeboten.", - "Update channel:" : "Update-Kanal:" + "Update channel:" : "Update-Kanal:", + "Checked on {lastCheckedDate}" : "Geprüft am {lastCheckedDate}" }, "nplurals=2; plural=(n != 1);"); |