Updated sk.js localisation (#4915)
This commit is contained in:
commit
bdc70c80a0
5
src/js/select2/i18n/sk.js
vendored
5
src/js/select2/i18n/sk.js
vendored
@ -9,6 +9,9 @@ define(function () {
|
||||
};
|
||||
|
||||
return {
|
||||
errorLoading: function () {
|
||||
return 'Výsledky sa nepodarilo načítať.';
|
||||
},
|
||||
inputTooLong: function (args) {
|
||||
var overChars = args.input.length - args.maximum;
|
||||
|
||||
@ -34,7 +37,7 @@ define(function () {
|
||||
}
|
||||
},
|
||||
loadingMore: function () {
|
||||
return 'Loading more results…';
|
||||
return 'Načítanie ďalších výsledkov…';
|
||||
},
|
||||
maximumSelected: function (args) {
|
||||
if (args.maximum == 1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user