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

@ -17,7 +17,7 @@ export const CityList = () => {
},
{
field: 'country_code',
headerName: 'Country Code',
headerName: 'Код страны',
type: 'string',
minWidth: 150,
align: 'left',
@ -25,14 +25,14 @@ export const CityList = () => {
},
{
field: 'name',
headerName: 'City Name',
headerName: 'Название',
type: 'string',
minWidth: 150,
flex: 1,
},
{
field: 'actions',
headerName: 'Actions',
headerName: 'Действия',
align: 'right',
headerAlign: 'center',
minWidth: 120,