nextcloud/apps/comments/l10n/th_TH.js

17 lines
820 B
JavaScript

OC.L10N.register(
"comments",
{
"%1$s commented" : "%1$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]" : "[ผู้ใช้ถูกลบไปแล้ว]",
"Save" : "บันทึก",
"Comment" : "แสดงความคิดเห็น"
},
"nplurals=1; plural=0;");