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

th.js « l10n « comments « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 38174f00423bb58c9b156e9873a3e594ef722d4d (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(
    "comments",
    {
    "Edit comment" : "แก้ไขความคิดเห็น",
    "Delete comment" : "ลบความคิดเห็น",
    "New comment …" : "ความคิดเห็นใหม่ ...",
    "Post" : "โพสต์",
    "Cancel" : "ยกเลิก",
    "[Deleted user]" : "[ผู้ใช้ถูกลบไปแล้ว]",
    "Comments" : "ความคิดเห็น",
    "No comments yet, start the conversation!" : "ยังไม่มีความคิดเห็น เพิ่มความเห็นเลย",
    "More comments …" : "ความคิดเห็นอื่นๆ ...",
    "Save" : "บันทึก",
    "Allowed characters {count} of {max}" : "อนุญาตให้ใช้ {count} จากทั้งหมด {max} ตัวอักษร",
    "Error occurred while updating comment with id {id}" : "เกิดข้อผิดพลาดขณะปรับปรุงความเห็น {id}",
    "Error occurred while posting comment" : "เกิดข้อผิดพลาดขณะส่งความเห็น {id}",
    "_%n unread comment_::_%n unread comments_" : ["%nความเห็นยังไม่อ่าน"],
    "Comment" : "แสดงความคิดเห็น",
    "You commented" : "คุณได้แสดงความคิดเห็นแล้ว",
    "%1$s commented" : "%1$s ได้ถูกแสดงความคิดเห็น",
    "You commented on %1$s" : "คุณได้แสดงความคิดเห็นบน %1$s",
    "%1$s commented on %2$s" : "%1$s ได้ถูกแสดงความคิดเห็นบน %2$s"
},
"nplurals=1; plural=0;");