Browse Source

Updated zh-cn and zh-tw locales

zhixin 1 year ago
parent
commit
465327d46c
2 changed files with 4 additions and 4 deletions
  1. 2 2
      src/locale/bootstrap-table-zh-CN.js
  2. 2 2
      src/locale/bootstrap-table-zh-TW.js

+ 2 - 2
src/locale/bootstrap-table-zh-CN.js

@@ -5,10 +5,10 @@
 
 $.fn.bootstrapTable.locales['zh-CN'] = $.fn.bootstrapTable.locales['zh'] = {
   formatCopyRows () {
-    return 'Copy Rows'
+    return '复制行'
   },
   formatPrint () {
-    return 'Print'
+    return '打印'
   },
   formatLoadingMessage () {
     return '正在努力地加载数据中,请稍候'

+ 2 - 2
src/locale/bootstrap-table-zh-TW.js

@@ -5,10 +5,10 @@
 
 $.fn.bootstrapTable.locales['zh-TW'] = {
   formatCopyRows () {
-    return 'Copy Rows'
+    return '複製行'
   },
   formatPrint () {
-    return 'Print'
+    return '列印'
   },
   formatLoadingMessage () {
     return '正在努力地載入資料,請稍候'