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

@ -9,9 +9,9 @@ export const CityShow = () => {
const record = data?.data
const fields = [
{label: 'ID', data: 'id'},
{label: 'City Name', data: 'name'},
{label: 'Country Code', data: 'country_code'},
// {label: 'ID', data: 'id'},
{label: 'Название', data: 'name'},
{label: 'Код страны', data: 'country_code'},
]
return (