File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ export default {
2+ pagination: {
3+ goto: "Перейти на",
4+ page: "",
5+ itemsPerPage: " строк",
6+ total: (total) => `Всего: ${total}`,
7+ prev5: "Предыдущие 5 страниц",
8+ next5: "Следующие 5 страниц",
9+ },
10+ table: {
11+ confirmFilter: "Подтвердить",
12+ resetFilter: "Сбросить",
13+ // contextmenu event
14+ cut: "Вырезать",
15+ copy: "Копировать",
16+ insertRowAbove: "Вставить строку сверху",
17+ insertRowBelow: "Вставить строку снизу",
18+ removeRow: "Удалить $1 строк",
19+ emptyRow: "Очистить $1 строк",
20+ //removeColumn: "Удалить колонку",
21+ emptyColumn: "Очистить $1 колонок",
22+ //hideColumn: "Скрыть колонку",
23+ emptyCell: "Очистить ячейку",
24+ leftFixedColumnTo: "Зафиксировать колонки слева",
25+ cancelLeftFixedColumnTo: "Отменить фиксацию колонок слева",
26+ rightFixedColumnTo: "Зафиксировать колонки справа",
27+ cancelRightFixedColumnTo: "Отменить фиксацию колонок справа",
28+ },
29+ };
You can’t perform that action at this time.
0 commit comments