Browse Source

Merge pull request #251 from mcspx/patch-2

Update bootstrap-table-th-TH.js
文翼 11 years ago
parent
commit
fed8a21cd1
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);