diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-07-31 00:20:33 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-07-31 00:20:33 +0000 |
commit | 3dd5d550439866852b21cb695dfadd72d8b664f3 (patch) | |
tree | 4cac46895f8e30c15e325ec1cef0d786a51db4cb /apps/dav | |
parent | 2a6e868de6e9d61de75597eb72e1f40f47176c19 (diff) | |
download | nextcloud-server-3dd5d550439866852b21cb695dfadd72d8b664f3.tar.gz nextcloud-server-3dd5d550439866852b21cb695dfadd72d8b664f3.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", |