浏览代码

Merge pull request #174 from djhvscf/master

Update Italian
文翼 11 年之前
父节点
当前提交
ed5797554d
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      src/locale/bootstrap-table-it-IT.js

+ 9 - 0
src/locale/bootstrap-table-it-IT.js

@@ -20,6 +20,15 @@
         },
         formatNoMatches: function () {
             return 'Nessun record trovato';
+        },
+        formatRefresh: function () {
+            return 'Rinfrescare';
+        },
+        formatToggle: function () {
+            return 'Alternare';
+        },
+        formatColumns: function () {
+            return 'Colonne';
         }
     });
 })(jQuery);