Welcome to mirror list, hosted at ThFree Co, Russian Federation.

th_TH.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e294f592e84fb69ec5caa496e045449a68067cca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "files_trashbin",
    {
    "Couldn't delete %s permanently" : "ไม่สามารถลบ %s แบบถาวร",
    "Couldn't restore %s" : "ไม่สามารถกู้คืน %s",
    "Deleted files" : "ไฟล์ที่ถูกลบ",
    "Restore" : "คืนค่า",
    "Delete permanently" : "ลบแบบถาวร",
    "Error" : "ข้อผิดพลาด",
    "restored" : "การเรียกคืน",
    "No deleted files" : "ไม่มีไฟล์ที่ถูกลบ",
    "You will be able to recover deleted files from here" : "คุณจะสามารถกู้คืนไฟล์ที่ถูกลบจากที่นี่",
    "No entries found in this folder" : "ไม่พบรายการในโฟลเดอร์นี้",
    "Select all" : "เลือกทั้งหมด",
    "Name" : "ชื่อ",
    "Deleted" : "ลบแล้ว",
    "Delete" : "ลบ"
},
"nplurals=1; plural=0;");