19 lines
944 B
JavaScript
19 lines
944 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 Ihnen 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);");
|