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