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

th_TH.js « l10n « comments « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0ca41de263a40e6df892f2f55821696f07376a67 (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",
    {
    "<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",
    "Comments" : "ความคิดเห็น",
    "Type in a new comment..." : "พิมพ์ความคิดเห็นใหม่ ...",
    "Delete comment" : "ลบความคิดเห็น",
    "Post" : "โพสต์",
    "Cancel" : "ยกเลิก",
    "Edit comment" : "แก้ไขความคิดเห็น",
    "[Deleted user]" : "[ผู้ใช้ถูกลบไปแล้ว]",
    "No other comments available" : "ยังไม่มีความคิดเห็นอื่นๆ",
    "More comments..." : "ความคิดเห็นอื่นๆ ...",
    "Save" : "บันทึก",
    "Allowed characters {count} of {max}" : "อนุญาตให้ใช้ {count} จากทั้งหมด {max} ตัวอักษร",
    "{count} unread comments" : "{count} ความคิดเห็นที่ยังไม่ได้อ่าน",
    "Comment" : "แสดงความคิดเห็น"
},
"nplurals=1; plural=0;");