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

th.js « l10n - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 963c82fc4a62026abf25e57d8954f7743af94541 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
OC.L10N.register(
    "mail",
    {
    "Mail" : "จดหมาย",
    "Auto detect failed. Please use manual mode." : "ตรวจจับอัตโนมัติล้มเหลว กรุณาใช้โหมดควบคุมด้วยตนเอง",
    "Creating account failed: " : "สร้างบัญชีล้มเหลว:",
    "Delete permanently" : "ลบแบบถาวร",
    "Connect" : "เชื่อมต่อ",
    "Sending …" : "กำลังส่ง ...",
    "Message sent!" : "ส่งข้อความ!",
    "Send" : "ส่ง",
    "Choose a file to add as attachment" : "เลือกไฟล์ที่ต้องการแนบ",
    "Choose a folder to store the attachment in" : "เลือกโฟลเดอร์ที่จะเก็บสิ่งที่แนบมาใน",
    "Show all folders" : "แสดงโฟลเดอร์ทั้งหมด",
    "Collapse folders" : "ยุบโฟลเดอร์",
    "{from}\n{subject}" : "{from}\n{subject}",
    "All inboxes" : "กล่องจดหมายทั้งหมด",
    "Error loading message" : "กิดข้อผิดพลาดในการโหลด",
    "Redirect" : "เปลี่ยนเส้นทาง",
    "The link leads to %s" : "ลิงค์ที่จะนำไปยัง %s",
    "If you don’t want to visit that page, you can return to <a href=\"%s\">Mail</a>." : "หากคุณไม่ต้องการเข้าชมหน้านั้นคุณสามารถกลับไปที่หน้า <a href=\"%s\">จดหมาย</a>",
    "Continue to %s" : "ดำเนินการต่อไปที่ %s"
},
"nplurals=1; plural=0;");