nextcloud/apps/comments/l10n/th_TH.js

17 lines
820 B
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
2016-02-25 09:58:06 +03:00
"%1$s commented" : "%1$s ได้ถูกแสดงความคิดเห็น",
"%1$s commented on %2$s" : "%1$s ได้ถูกแสดงความคิดเห็นบน %2$s",
"Comments" : "ความคิดเห็น",
"Type in a new comment..." : "พิมพ์ความคิดเห็นใหม่ ...",
"Delete comment" : "ลบความคิดเห็น",
"Post" : "โพสต์",
2016-02-17 09:56:11 +03:00
"Cancel" : "ยกเลิก",
2016-02-25 09:58:06 +03:00
"Edit comment" : "แก้ไขความคิดเห็น",
"[Deleted user]" : "[ผู้ใช้ถูกลบไปแล้ว]",
2016-02-17 09:56:11 +03:00
"Save" : "บันทึก",
"Comment" : "แสดงความคิดเห็น"
},
"nplurals=1; plural=0;");