We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6de80b0 + fed8a21 commit 28c6e48Copy full SHA for 28c6e48
src/locale/bootstrap-table-th-TH.js
@@ -22,23 +22,23 @@
22
},
23
formatSearch: function ()
24
{
25
- return 'ค้าหา';
+ return 'ค้นหา';
26
27
formatNoMatches: function ()
28
29
return 'ไม่พบรายการที่ค้นหา !';
30
31
formatRefresh: function ()
32
33
- return 'Refresh';
+ return 'รีเฟรส';
34
35
formatToggle: function ()
36
37
- return 'Toggle';
+ return 'สลับมุมมอง';
38
39
formatColumns: function ()
40
41
- return 'Columns';
+ return 'คอลัมน์';
42
}
43
});
44
})(jQuery);
0 commit comments