You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
597 B
13 lines
597 B
define( |
|
({ |
|
singleSort: "Однократная сортировка", |
|
nestedSort: "Вложенная сортировка", |
|
ascending: "Сортировка по возрастанию", |
|
descending: "Сортировка по убыванию", |
|
sortingState: "${0} - ${1}", |
|
unsorted: "Не сортировать этот столбец", |
|
indirectSelectionRadio: "Строка ${0}, единственный выбор, радиокнопка", |
|
indirectSelectionCheckBox: "Строка ${0}, множественный выбор, флажок", |
|
selectAll: "Выбрать все" |
|
}) |
|
);
|
|
|