update other pages with russian translation

This commit is contained in:
maxim
2025-02-19 15:34:43 +03:00
parent fbf1b443fd
commit 5aee851f58
33 changed files with 267 additions and 222 deletions

View File

@ -20,7 +20,7 @@ export const ArticleList = () => {
},
{
field: 'heading',
headerName: 'Heading',
headerName: 'Заголовок',
type: 'string',
minWidth: 300,
display: 'flex',
@ -29,7 +29,7 @@ export const ArticleList = () => {
},
{
field: 'body',
headerName: 'Body',
headerName: 'Контент',
type: 'string',
display: 'flex',
align: 'left',
@ -38,7 +38,7 @@ export const ArticleList = () => {
},
{
field: 'actions',
headerName: 'Actions',
headerName: 'Действия',
align: 'right',
headerAlign: 'center',
minWidth: 120,