Skip to content

Commit

Permalink
Add missing Slovak translations
Browse files Browse the repository at this point in the history
Add missing Slovak translations into translate file
  • Loading branch information
d0d0 committed Mar 9, 2017
1 parent 15a3703 commit 5df95c0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/locale/bootstrap-table-sk-SK.js
Expand Up @@ -21,6 +21,9 @@
formatNoMatches: function () {
return 'Nenájdená žiadna vyhovujúca položka';
},
formatPaginationSwitch: function () {
return 'Skry/Zobraz stránkovanie';
},
formatRefresh: function () {
return 'Obnoviť';
},
Expand All @@ -29,6 +32,15 @@
},
formatColumns: function () {
return 'Stĺpce';
},
formatAllRows: function () {
return 'Všetky';
},
formatExport: function () {
return 'Exportuj dáta';
},
formatClearFilters: function () {
return 'Odstráň filtre';
}
};

Expand Down

0 comments on commit 5df95c0

Please sign in to comment.