Skip to content

Commit 28c6e48

Browse files
committed
Merge branch 'master' of github.com:wenzhixin/bootstrap-table
2 parents 6de80b0 + fed8a21 commit 28c6e48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/locale/bootstrap-table-th-TH.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,23 @@
2222
},
2323
formatSearch: function ()
2424
{
25-
return 'ค้าหา';
25+
return 'ค้นหา';
2626
},
2727
formatNoMatches: function ()
2828
{
2929
return 'ไม่พบรายการที่ค้นหา !';
3030
},
3131
formatRefresh: function ()
3232
{
33-
return 'Refresh';
33+
return 'รีเฟรส';
3434
},
3535
formatToggle: function ()
3636
{
37-
return 'Toggle';
37+
return 'สลับมุมมอง';
3838
},
3939
formatColumns: function ()
4040
{
41-
return 'Columns';
41+
return 'คอลัมน์';
4242
}
4343
});
4444
})(jQuery);

0 commit comments

Comments
 (0)