16 lines
647 B
JavaScript
16 lines
647 B
JavaScript
OC.L10N.register(
|
|
"recommendations",
|
|
{
|
|
"Recommended files" : "推薦的檔案",
|
|
"No recommendations yet" : "尚無推薦",
|
|
"Recently commented" : "最近留言",
|
|
"Recently edited" : "最近編輯",
|
|
"Recently shared" : "最近分享",
|
|
"Recommendations" : "評論",
|
|
"Shows recommended files" : "顯示推薦的檔案",
|
|
"Shows recommended files for quick access of files and folders with recent activity" : "顯示推薦的檔案,以便快速存取近期活動中的檔案和資料夾",
|
|
"Path name {path}" : "途徑名稱 {path}",
|
|
"Show recommendations" : "顯示推薦"
|
|
},
|
|
"nplurals=1; plural=0;");
|