19 lines
913 B
JavaScript
19 lines
913 B
JavaScript
OC.L10N.register(
|
|
"recommendations",
|
|
{
|
|
"Recommended files" : "추천 파일",
|
|
"Recommendations" : "추천",
|
|
"Shows recommended files" : "추천하는 파일 표시",
|
|
"Shows recommended files for quick access of files and folders with recent activity" : "최근에 활동이 있는 파일과 폴더에 빠르게 접근하는 추천 파일 표시",
|
|
"No recommendations yet" : "아직 추천 항목이 없음",
|
|
"Last updated {timeAgo}" : "{timeAgo} 업데이트됨",
|
|
"Shared with you {timeAgo}" : "{timeAgo} 나와 공유됨",
|
|
"Last commented on {timeAgo}" : "{timeAgo} 마지막으로 댓글 달림",
|
|
"Path name {path}" : "경로명 {path}",
|
|
"Show recommendations" : "추천 항목 표시",
|
|
"Recently commented" : "최근에 댓글 달림",
|
|
"Recently edited" : "최근에 편집됨",
|
|
"Recently shared" : "최근에 공유됨"
|
|
},
|
|
"nplurals=1; plural=0;");
|