diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-02-03 02:27:22 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-02-03 02:27:22 +0000 |
commit | 94767112dd4210483394b24d4fdaddea92f0dc8b (patch) | |
tree | 7a712f7d497f0662934c64fe70ab331b145085fa /apps/dav/l10n/de.js | |
parent | e81cb6eaf0274dcdf2402de16216e8c61826235e (diff) | |
download | nextcloud-server-94767112dd4210483394b24d4fdaddea92f0dc8b.tar.gz nextcloud-server-94767112dd4210483394b24d4fdaddea92f0dc8b.zip |
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav/l10n/de.js')
-rw-r--r-- | apps/dav/l10n/de.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/dav/l10n/de.js b/apps/dav/l10n/de.js index 82c566e97b1..918f9eb434a 100644 --- a/apps/dav/l10n/de.js +++ b/apps/dav/l10n/de.js @@ -72,17 +72,14 @@ OC.L10N.register( "Where: %s" : "Ort: %s", "%1$s via %2$s" : "%1$s über %2$s", "Cancelled: %1$s" : "Abgesagt: %1$s", - "Invitation canceled" : "Einladung abgebrochen", "Re: %1$s" : "Re: %1$s", - "Invitation updated" : "Einladung aktualisiert", "Invitation: %1$s" : "Einladung: %1$s", - "Invitation" : "Einladung", + "Organizer:" : "Organisator:", + "Attendees:" : "Teilnehmer:", "Title:" : "Titel:", "Time:" : "Zeit:", "Location:" : "Ort:", "Link:" : "Link:", - "Organizer:" : "Organisator:", - "Attendees:" : "Teilnehmer:", "Accept" : "Akzeptieren", "Decline" : "Ablehnen", "More options …" : "Weitere Optionen …", @@ -192,6 +189,9 @@ OC.L10N.register( "You solved todo {todo} in list {calendar}" : "Du hast die Aufgabe {todo} in der Liste {calendar} erledigt", "{actor} reopened todo {todo} in list {calendar}" : "{actor} hat die Aufgabe {todo} in der Liste {calendar} wiedereröffnet", "You reopened todo {todo} in list {calendar}" : "Du hast die Aufgabe {todo} in der Liste {calendar} wiedereröffnet", - "A calendar <strong>todo</strong> was modified" : "Eine Kalender-<strong>Aufgabe</strong> wurde bearbeitet" + "A calendar <strong>todo</strong> was modified" : "Eine Kalender-<strong>Aufgabe</strong> wurde bearbeitet", + "Invitation canceled" : "Einladung abgebrochen", + "Invitation updated" : "Einladung aktualisiert", + "Invitation" : "Einladung" }, "nplurals=2; plural=(n != 1);"); |