Skip to content

Commit 4871aa5

Browse files
committed
updated russian translation
now matches the latest template, see select2#2435
1 parent c23f978 commit 4871aa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

select2_locale_ru.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
$.extend($.fn.select2.defaults, {
1010
formatNoMatches: function () { return "Совпадений не найдено"; },
11-
formatInputTooShort: function (input, min) { return "Пожалуйста, введите еще" + character(min - input.length); },
11+
formatInputTooShort: function (input, min) { return "Пожалуйста, введите еще хотя бы" + character(min - input.length); },
1212
formatInputTooLong: function (input, max) { return "Пожалуйста, введите на" + character(input.length - max) + " меньше"; },
1313
formatSelectionTooBig: function (limit) { return "Вы можете выбрать не более " + limit + " элемент" + (limit%10 == 1 && limit%100 != 11 ? "а" : "ов"); },
1414
formatLoadMore: function (pageNumber) { return "Загрузка данных…"; },

0 commit comments

Comments
 (0)