Skip to content

Commit

Permalink
Merge pull request #1197 from ramirezaaron/patch-1
Browse files Browse the repository at this point in the history
Added Spanish translations.
  • Loading branch information
Alex-D authored Jun 7, 2021
2 parents cd9df21 + fccb2ca commit cb173e1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion plugins/table/trumbowyg.table.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,17 @@
tableDestroy: '刪除表格',
error: '錯誤'
},
// jshint camelcase:true
es: {
table: 'Insertar tabla',
tableAddRow: 'Agregar fila',
tableAddRowAbove: 'Agregar fila arriba',
tableAddColumnLeft: 'Agregar columna a la izquierda',
tableAddColumn: 'Agregar columna a la derecha',
tableDeleteRow: 'Borrar fila',
tableDeleteColumn: 'Borrar columna',
tableDestroy: 'Borrar tabla',
error: 'Error'
}// jshint camelcase:true
},

plugins: {
Expand Down

0 comments on commit cb173e1

Please sign in to comment.