16 lines
1010 B
JavaScript
16 lines
1010 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" : "ยังไม่มีคำแนะนำ",
|
|
"Path name {path}" : "ชื่อเส้นทาง {path}",
|
|
"Show recommendations" : "แสดงคำแนะนำ",
|
|
"Recently commented" : "การแสดงความคิดเห็นล่าสุด",
|
|
"Recently edited" : "แก้ไขล่าสุด",
|
|
"Recently shared" : "แชร์ล่าสุด"
|
|
},
|
|
"nplurals=1; plural=0;");
|