Browse Source

editable translated to spanish and delete comments in pt-BR

Dennis Hernández 11 years ago
parent
commit
f6f56d9b61
2 changed files with 11 additions and 11 deletions
  1. 6 6
      docs/_i18n/es/extensions/editable.md
  2. 5 5
      src/locale/bootstrap-table-pt-BR.js

+ 6 - 6
docs/_i18n/es/extensions/editable.md

@@ -2,27 +2,27 @@
 
 ---
 
-Use Plugin:
+Usando el plugin:
 
 * [x-editable](https://github.com/vitalets/x-editable)
 * [bootstrap-table-editable.js](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/editable)
 
-## Editable Options
+## Opciones
 
 ### editable
 
 * type: Boolean
-* description: Set false to disabled editable of all columns.
+* description: Setee false para deshabilitar la opción editable de todas las columnas.
 * default: `true`
 
-## Editable Column options
+## Opciones de las columnas
 
 ### editable
 
 * type: Object
-* description: Configuration of x-editable. Full list of options: http://vitalets.github.io/x-editable/docs.html#editable
+* description: Configuration de x-editable. Lista completa de opciones: http://vitalets.github.io/x-editable/docs.html#editable
 * default: `undefined`
 
-## Editable Examples
+## Ejemplos
 
 <iframe width="100%" height="300" data-src="http://jsfiddle.net/wenyi/e3nk137y/28/embedded/html,js,resources,result" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

+ 5 - 5
src/locale/bootstrap-table-pt-BR.js

@@ -16,19 +16,19 @@
         formatShowingRows: function (pageFrom, pageTo, totalRows) {
             return 'Exibindo ' + pageFrom + ' até ' + pageTo + ' de ' + totalRows + ' linhas';
         },
-        formatSearch: function () { //De Busca para Pesquisar
+        formatSearch: function () { 
             return 'Pesquisar';
         },
-        formatRefresh: function () { //add
+        formatRefresh: function () { 
             return 'Recarregar';
         },
-        formatToggle: function () { //add
+        formatToggle: function () { 
             return 'Alternar';
         },
-        formatColumns: function () { //add
+        formatColumns: function () { 
             return 'Colunas';
         },
-        formatPaginationSwitch: function () { //add
+        formatPaginationSwitch: function () { 
             return 'Ocultar/Exibir paginação';
         },
         formatNoMatches: function () {