Browse Source

Merge branch 'master' of github.com:wenzhixin/bootstrap-table

zhixin 11 years ago
parent
commit
28c6e484bd
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/locale/bootstrap-table-th-TH.js

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

@@ -22,7 +22,7 @@
         },
         formatSearch: function () 
         {
-            return 'ค้หา';
+            return 'ค้หา';
         },
         formatNoMatches: function () 
         {
@@ -30,15 +30,15 @@
         },
         formatRefresh: function () 
         {
-            return 'Refresh';
+            return 'รีเฟรส';
         },
         formatToggle: function () 
         {
-            return 'Toggle';
+            return 'สลับมุมมอง';
         },
         formatColumns: function () 
         {
-            return 'Columns';
+            return 'คอลัมน์';
         }
     });
 })(jQuery);