19 lines
927 B
JavaScript
19 lines
927 B
JavaScript
OC.L10N.register(
|
||
"recommendations",
|
||
{
|
||
"Recommended files" : "Önerilen dosyalar",
|
||
"Recommendations" : "Önerilenler",
|
||
"Shows recommended files" : "Önerilen dosyalar görüntülensin",
|
||
"Shows recommended files for quick access of files and folders with recent activity" : "Son işlem gören dosya ve klasörlere hızlı erişebilmek için önerilen dosyaları görüntüler",
|
||
"No recommendations yet" : "Henüz bir öneri yok",
|
||
"Last updated {timeAgo}" : "Son güncellenme {timeAgo}",
|
||
"Shared with you {timeAgo}" : "Sizinle paylaşılma {timeAgo}",
|
||
"Last commented on {timeAgo}" : "Son yorum {timeAgo}",
|
||
"Path name {path}" : "Yol adı {path}",
|
||
"Show recommendations" : "Önerilenleri görüntüle",
|
||
"Recently commented" : "Son yorum yapılanlar",
|
||
"Recently edited" : "Son düzenlenenler",
|
||
"Recently shared" : "Son paylaşılanlar"
|
||
},
|
||
"nplurals=2; plural=(n > 1);");
|