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

19 lines
885 B
JavaScript

OC.L10N.register(
"recommendations",
{
"Recommended files" : "Recommended files",
"Recommendations" : "Recommendations",
"Shows recommended files" : "Shows recommended files",
"Shows recommended files for quick access of files and folders with recent activity" : "Shows recommended files for quick access of files and folders with recent activity",
"No recommendations yet" : "No recommendations yet",
"Last updated {timeAgo}" : "Last updated {timeAgo}",
"Shared with you {timeAgo}" : "Shared with you {timeAgo}",
"Last commented on {timeAgo}" : "Last commented on {timeAgo}",
"Path name {path}" : "Path name {path}",
"Show recommendations" : "Show recommendations",
"Recently commented" : "Recently commented",
"Recently edited" : "Recently edited",
"Recently shared" : "Recently shared"
},
"nplurals=2; plural=(n != 1);");