From 5df95c0d1d7359cdb85104351337b9498e244d51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20D=C3=BAc?= Date: Thu, 9 Mar 2017 11:12:16 +0100 Subject: [PATCH] Add missing Slovak translations Add missing Slovak translations into translate file --- src/locale/bootstrap-table-sk-SK.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/locale/bootstrap-table-sk-SK.js b/src/locale/bootstrap-table-sk-SK.js index 1762762f1f..4ad2a95637 100644 --- a/src/locale/bootstrap-table-sk-SK.js +++ b/src/locale/bootstrap-table-sk-SK.js @@ -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ť'; }, @@ -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'; } };