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

th.js « l10n - github.com/nextcloud/backup.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dd649ef0a32cf613b886a5f51beeb5e79fc6563a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OC.L10N.register(
    "backup",
    {
    "Backup" : "สำรองข้อมูล",
    "seconds" : "วินาที",
    "minutes" : "นาที",
    "hours" : "ชั่วโมง",
    "days" : "วัน",
    "Error" : "ข้อผิดพลาด",
    "Local storage" : "Local storage",
    "External storage" : "External storage",
    "Actions" : "การกระทำ",
    "Delete" : "ลบ",
    "Cancel" : "ยกเลิก",
    "Settings saved" : "บันทึกการตั้งค่าแล้ว",
    "Pending" : "อยู่ระหว่างดำเนินการ",
    "Completed" : "เสร็จสมบูรณ์",
    "Status" : "สถานะ",
    "Date" : "วันที่",
    "ID" : "ID",
    "Local" : "ต้นทาง"
},
"nplurals=1; plural=0;");