th.js 1.8 KB

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