th.js 1.9 KB

12345678910111213141516171819202122232425
  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. "No comments yet, start the conversation!" : "ยังไม่มีความคิดเห็น เพิ่มความคิดเห็นเลย!",
  12. "_%n unread comment_::_%n unread comments_" : ["%nความคิดเห็นที่ยังไม่ได้อ่าน"],
  13. "_1 new comment_::_{unread} new comments_" : ["{unread} ความคิดเห็นใหม่"],
  14. "Comment" : "แสดงความคิดเห็น",
  15. "New comment …" : "ความคิดเห็นใหม่ ...",
  16. "Post" : "โพสต์",
  17. "Cancel" : "ยกเลิก",
  18. "[Deleted user]" : "[ผู้ใช้ที่ถูกลบ]",
  19. "More comments …" : "ความคิดเห็นอื่นๆ ...",
  20. "Save" : "บันทึก",
  21. "Allowed characters {count} of {max}" : "อนุญาตให้ใช้ {count} จากทั้งหมด {max} ตัวอักษร",
  22. "Error occurred while updating comment with id {id}" : "เกิดข้อผิดพลาดขณะอัปเดตความคิดเห็นด้วย id {id}",
  23. "Error occurred while posting comment" : "เกิดข้อผิดพลาดขณะโพสต์ความคิดเห็น"
  24. },
  25. "nplurals=1; plural=0;");