f7cloud_client/apps/recommendations/l10n/de.js
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

19 lines
942 B
JavaScript

OC.L10N.register(
"recommendations",
{
"Recommended files" : "Empfohlene Dateien",
"Recommendations" : "Empfehlungen",
"Shows recommended files" : "Zeigt empfohlene Dateien an",
"Shows recommended files for quick access of files and folders with recent activity" : "Zeigt empfohlene Dateien für den schnellen Zugriff an. Basierend auf Dateien und Ordner mit aktuellen Aktivitäten.",
"No recommendations yet" : "Bislang keine Empfehlungen",
"Last updated {timeAgo}" : "Zuletzt aktualisiert {timeAgo}",
"Shared with you {timeAgo}" : "Mit dir geteilt {timeAgo}",
"Last commented on {timeAgo}" : "Zuletzt kommentiert am {timeAgo}",
"Path name {path}" : "Pfadname {path}",
"Show recommendations" : "Empfehlungen anzeigen",
"Recently commented" : "Zuletzt kommentiert",
"Recently edited" : "Zuletzt bearbeitet",
"Recently shared" : "Zuletzt geteilt"
},
"nplurals=2; plural=(n != 1);");