Skip to content

Commit

Permalink
editable translated to spanish and delete comments in pt-BR
Browse files Browse the repository at this point in the history
  • Loading branch information
djhvscf committed Jan 27, 2015
1 parent c96fc59 commit f6f56d9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions docs/_i18n/es/extensions/editable.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
10 changes: 5 additions & 5 deletions src/locale/bootstrap-table-pt-BR.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit f6f56d9

Please sign in to comment.