aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/th_TH.js
blob: f8b2d4e2648111835bc7d6eff595b0b186503240 (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(
    "comments",
    {
    "Type in a new comment..." : "เพิ่มความคิดเห็นใหม่ ...",
    "Delete comment" : "ลบความคิดเห็น",
    "Post" : "โพสต์",
    "Cancel" : "ยกเลิก",
    "Edit comment" : "แก้ไขความคิดเห็น",
    "[Deleted user]" : "[ผู้ใช้ถูกลบไปแล้ว]",
    "Comments" : "ความคิดเห็น",
    "No other comments available" : "ยังไม่มีความคิดเห็นอื่นๆ",
    "More comments..." : "ความคิดเห็นอื่นๆ ...",
    "Save" : "บันทึก",
    "Allowed characters {count} of {max}" : "อนุญาตให้ใช้ {count} จากทั้งหมด {max} ตัวอักษร",
    "{count} unread comments" : "{count} ความคิดเห็นที่ยังไม่ได้อ่าน",
    "Comment" : "แสดงความคิดเห็น",
    "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>ความคิดเห็น</strong> สำหรับไฟล์ <em>(ระบุไว้เสมอในสตรีม)</em>",
    "You commented" : "คุณได้แสดงความคิดเห็นแล้ว",
    "%1$s commented" : "%1$s ได้ถูกแสดงความคิดเห็น",
    "You commented on %2$s" : "คุณได้แสดงความคิดเห็นบน %2$s",
    "%1$s commented on %2$s" : "%1$s ได้ถูกแสดงความคิดเห็นบน %2$s"
},
"nplurals=1; plural=0;");