diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-23 00:28:36 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-23 00:28:36 +0000 |
commit | 0781d6b70222198ec7c4595f3b0b1ab6b96bb320 (patch) | |
tree | eb37fbb1416d1e3a9df9c816556b218a6f88cd73 /apps/user_status/l10n/de.json | |
parent | 37ca7270cea8c3ab5988727ef20e4bbc6b180913 (diff) | |
download | nextcloud-server-0781d6b70222198ec7c4595f3b0b1ab6b96bb320.tar.gz nextcloud-server-0781d6b70222198ec7c4595f3b0b1ab6b96bb320.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/user_status/l10n/de.json')
-rw-r--r-- | apps/user_status/l10n/de.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/user_status/l10n/de.json b/apps/user_status/l10n/de.json index f423a033fda..290d9d697e5 100644 --- a/apps/user_status/l10n/de.json +++ b/apps/user_status/l10n/de.json @@ -1,5 +1,6 @@ { "translations": { "Recent statuses" : "Letzter Status", + "No recent status changes" : "Keine kürzlichen Statusänderungen", "In a meeting" : "In einer Besprechung", "Commuting" : "Pendelt", "Out sick" : "Krankgeschrieben", @@ -24,14 +25,12 @@ "There was an error saving the status" : "Es gab einen Fehler beim Speichern des Status", "There was an error clearing the status" : "Es gab einen Fehler beim Löschen des Status", "There was an error reverting the status" : "Es ist ein Fehler beim Zurücksetzen des Status aufgetreten", - "No recent status changes" : "Keine kürzlichen Statusänderungen", - "Away" : "Abwesend", - "Do not disturb" : "Bitte nicht stören", - "{status}, {timestamp}" : "{status}, {timestamp}", "Don't clear" : "Nicht löschen", "Today" : "Heute", "This week" : "Diese Woche", "Online" : "Online", + "Away" : "Abwesend", + "Do not disturb" : "Bitte nicht stören", "Invisible" : "Unsichtbar", "Offline" : "Offline", "There was an error saving the new status" : "Es gab einen Fehler beim Speichern des neuen Status", @@ -39,6 +38,7 @@ "1 hour" : "1 Stunde", "4 hours" : "4 Stunden", "Mute all notifications" : "Alle Benachrichtigungen stummschalten", - "Appear offline" : "Offline erscheinen" + "Appear offline" : "Offline erscheinen", + "{status}, {timestamp}" : "{status}, {timestamp}" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |