diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-19 00:19:47 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-19 00:19:47 +0000 |
commit | 38224a844f70c79eb85c142c011b7282455b726c (patch) | |
tree | cba9a2ef5e0d3830839ea5812af13483bf32ab2e /core/l10n/de.js | |
parent | bfc8a35a3e099cd0f1495193f9326124a600b76f (diff) | |
download | nextcloud-server-38224a844f70c79eb85c142c011b7282455b726c.tar.gz nextcloud-server-38224a844f70c79eb85c142c011b7282455b726c.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/de.js')
-rw-r--r-- | core/l10n/de.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/l10n/de.js b/core/l10n/de.js index f1e9a83b911..9100a2310ef 100644 --- a/core/l10n/de.js +++ b/core/l10n/de.js @@ -215,8 +215,8 @@ OC.L10N.register( "Search people" : "Personen suchen", "Not found" : "Nicht gefunden", "People" : "Personen", - "Search in" : "Suche in", "Filter in current view" : "Filter in aktueller Ansicht", + "Search in" : "Suche in", "Searching …" : "Suche …", "No matching results" : "Keine passenden Suchergebnisse", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Zwischen ${this.dateFilter.startFrom.toLocaleDateString()} und ${this.dateFilter.endAt.toLocaleDateString()}", |