quality / commitlint (push) Skipped
quality / changes (push) Successful in 9s
quality / docker-check (push) Skipped
quality / openapi (push) Successful in 39s
quality / web (push) Successful in 1m29s
quality / go (push) Successful in 1m3s
quality / bird2 (push) Successful in 15s
CD / quality (push) Successful in 3m43s
CD / publish (push) Failing after 8m29s
Единый kitDataGridTableLayout и ResourcePage/FrameDataGrid на всех списках. Календарь задач переведён на EventCalendar, lookup — на cascader, у операций появился вид доски. Удалены settings-7 и самописные DataGridSection/toolbar. Co-authored-by: Cursor <[email protected]>
21 lines
800 B
TypeScript
21 lines
800 B
TypeScript
export const DATA_GRID_PAGINATION_RU = {
|
||
sizes: [10, 25, 50] as number[],
|
||
sizesLabel: 'Показать',
|
||
sizesDescription: 'на странице',
|
||
info: '{from}–{to} из {count}',
|
||
rowsPerPageLabel: 'Строк на странице',
|
||
previousPageLabel: 'Предыдущая страница',
|
||
nextPageLabel: 'Следующая страница',
|
||
}
|
||
|
||
export const DATA_GRID_MESSAGES_RU = {
|
||
emptyMessage: 'Нет данных',
|
||
loadingMessage: 'Загрузка…',
|
||
fetchingMoreMessage: 'Загрузка…',
|
||
selectAllLabel: 'Выбрать все',
|
||
selectRowLabel: 'Выбрать строку',
|
||
pinRowLabel: 'Закрепить строку',
|
||
unpinRowLabel: 'Открепить строку',
|
||
allRecordsLoadedMessage: 'Все записи загружены',
|
||
}
|