12 lines
504 B
JavaScript
12 lines
504 B
JavaScript
OC.L10N.register(
|
|
"recommendations",
|
|
{
|
|
"Recently commented" : "최근에 댓글 달림",
|
|
"Recently edited" : "최근에 편집됨",
|
|
"Recently shared" : "최근에 공유됨",
|
|
"Recommendations" : "추천",
|
|
"Shows recommended files" : "추천하는 파일 표시",
|
|
"Shows recommended files for quick access of files and folders with recent activity" : "최근에 활동이 있는 파일과 폴더에 빠르게 접근하는 추천 파일 표시"
|
|
},
|
|
"nplurals=1; plural=0;");
|