th.js 1.8 KB

123456789101112131415161718192021222324
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "ความคิดเห็น",
  5. "You commented" : "คุณได้แสดงความคิดเห็นแล้ว",
  6. "%1$s commented" : "%1$s ได้ถูกแสดงความคิดเห็น",
  7. "You commented on %1$s" : "คุณได้แสดงความคิดเห็นบน %1$s",
  8. "%1$s commented on %2$s" : "%1$s ได้ถูกแสดงความคิดเห็นบน %2$s",
  9. "Edit comment" : "แก้ไขความคิดเห็น",
  10. "Delete comment" : "ลบความคิดเห็น",
  11. "New comment …" : "ความคิดเห็นใหม่ ...",
  12. "Post" : "โพสต์",
  13. "Cancel" : "ยกเลิก",
  14. "[Deleted user]" : "[ผู้ใช้ถูกลบไปแล้ว]",
  15. "No comments yet, start the conversation!" : "ยังไม่มีความคิดเห็น เพิ่มความเห็นเลย",
  16. "More comments …" : "ความคิดเห็นอื่นๆ ...",
  17. "Save" : "บันทึก",
  18. "Allowed characters {count} of {max}" : "อนุญาตให้ใช้ {count} จากทั้งหมด {max} ตัวอักษร",
  19. "Error occurred while updating comment with id {id}" : "เกิดข้อผิดพลาดขณะปรับปรุงความเห็น {id}",
  20. "Error occurred while posting comment" : "เกิดข้อผิดพลาดขณะส่งความเห็น {id}",
  21. "_%n unread comment_::_%n unread comments_" : ["%nความเห็นยังไม่อ่าน"],
  22. "Comment" : "แสดงความคิดเห็น"
  23. },
  24. "nplurals=1; plural=0;");