diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-07-31 00:20:17 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-07-31 00:20:17 +0000 |
commit | 4b4af0b6b875c79a8553b26771b776730b7e7aa1 (patch) | |
tree | ea36e49114a44474e121d8d7b0c5fa445a5a36e0 /apps/dav | |
parent | 3a9e154d38f1812039f324f84a115c21e96967b5 (diff) | |
download | nextcloud-server-4b4af0b6b875c79a8553b26771b776730b7e7aa1.tar.gz nextcloud-server-4b4af0b6b875c79a8553b26771b776730b7e7aa1.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav')
-rw-r--r-- | apps/dav/l10n/de.js | 4 | ||||
-rw-r--r-- | apps/dav/l10n/de.json | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/apps/dav/l10n/de.js b/apps/dav/l10n/de.js index 15b40369102..2eb5572f7e1 100644 --- a/apps/dav/l10n/de.js +++ b/apps/dav/l10n/de.js @@ -166,6 +166,10 @@ OC.L10N.register( "Fourth" : "4.", "Fifty" : "5.", "Last" : "Letzte", + "Second Last" : "Vorletztes", + "Third Last" : "Drittletztes", + "Fourth Last" : "Viertletztes", + "Fifty Last" : "Fünftletztes", "Contacts" : "Kontakte", "{actor} created address book {addressbook}" : "{actor} hat das Adressbuch {addressbook} erstellt", "You created address book {addressbook}" : "Du hast das Adressbuch {addressbook} erstellt", diff --git a/apps/dav/l10n/de.json b/apps/dav/l10n/de.json index 52b064230ad..878a0d1fdd9 100644 --- a/apps/dav/l10n/de.json +++ b/apps/dav/l10n/de.json @@ -164,6 +164,10 @@ "Fourth" : "4.", "Fifty" : "5.", "Last" : "Letzte", + "Second Last" : "Vorletztes", + "Third Last" : "Drittletztes", + "Fourth Last" : "Viertletztes", + "Fifty Last" : "Fünftletztes", "Contacts" : "Kontakte", "{actor} created address book {addressbook}" : "{actor} hat das Adressbuch {addressbook} erstellt", "You created address book {addressbook}" : "Du hast das Adressbuch {addressbook} erstellt", |