diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-16 00:19:35 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-16 00:19:35 +0000 |
commit | 56db6738414e80b998529bb7a38d13e834cc071d (patch) | |
tree | dfc2eca4f70abb2464c6bce5eea417117a47a684 /apps/comments/l10n | |
parent | 77e94a7ba593a3812faeb230741b6c180be108f8 (diff) | |
download | nextcloud-server-56db6738414e80b998529bb7a38d13e834cc071d.tar.gz nextcloud-server-56db6738414e80b998529bb7a38d13e834cc071d.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/comments/l10n')
-rw-r--r-- | apps/comments/l10n/de_DE.js | 1 | ||||
-rw-r--r-- | apps/comments/l10n/de_DE.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/comments/l10n/de_DE.js b/apps/comments/l10n/de_DE.js index 40c079f1af4..f164b0ea5fe 100644 --- a/apps/comments/l10n/de_DE.js +++ b/apps/comments/l10n/de_DE.js @@ -9,6 +9,7 @@ OC.L10N.register( "%1$s commented on %2$s" : "%1$s kommentierte %2$s", "{author} commented on {file}" : "{author} hat {file} kommentiert", "<strong>Comments</strong> for files" : "<strong>Kommentare</strong> für Dateien", + "You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "Sie wurden in einem Kommentar zu \"{file}\" von einem Konto erwähnt, das inzwischen gelöscht wurde.", "{user} mentioned you in a comment on \"{file}\"" : "{user} hat Sie in einem Kommentar zu \"{file}\" erwähnt", "Files app plugin to add comments to files" : "Ein Plugin für die Dateien-App zum Kommentieren von Dateien", "Edit comment" : "Kommentar bearbeiten", diff --git a/apps/comments/l10n/de_DE.json b/apps/comments/l10n/de_DE.json index 9962fa25d0b..9564ddea50b 100644 --- a/apps/comments/l10n/de_DE.json +++ b/apps/comments/l10n/de_DE.json @@ -7,6 +7,7 @@ "%1$s commented on %2$s" : "%1$s kommentierte %2$s", "{author} commented on {file}" : "{author} hat {file} kommentiert", "<strong>Comments</strong> for files" : "<strong>Kommentare</strong> für Dateien", + "You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "Sie wurden in einem Kommentar zu \"{file}\" von einem Konto erwähnt, das inzwischen gelöscht wurde.", "{user} mentioned you in a comment on \"{file}\"" : "{user} hat Sie in einem Kommentar zu \"{file}\" erwähnt", "Files app plugin to add comments to files" : "Ein Plugin für die Dateien-App zum Kommentieren von Dateien", "Edit comment" : "Kommentar bearbeiten", |