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 StationList = () => {
},
{
field: 'name',
headerName: 'Name',
headerName: 'Название',
type: 'string',
minWidth: 300,
display: 'flex',
@ -29,7 +29,7 @@ export const StationList = () => {
},
{
field: 'latitude',
headerName: 'Latitude',
headerName: 'Широта',
type: 'number',
minWidth: 150,
display: 'flex',
@ -38,7 +38,7 @@ export const StationList = () => {
},
{
field: 'longitude',
headerName: 'Longitude',
headerName: 'Долгота',
type: 'number',
minWidth: 150,
display: 'flex',
@ -47,7 +47,7 @@ export const StationList = () => {
},
{
field: 'description',
headerName: 'Description',
headerName: 'Описание',
type: 'string',
display: 'flex',
align: 'left',
@ -56,7 +56,7 @@ export const StationList = () => {
},
{
field: 'actions',
headerName: 'Actions',
headerName: 'Действия',
align: 'right',
headerAlign: 'center',
minWidth: 120,