fix(i18n): resolve translation issues

merge-socket
adriano 2024-07-26 16:08:18 -05:00
parent 814c892e08
commit e8227661e0
4 changed files with 7 additions and 4 deletions

View File

@ -520,7 +520,7 @@ const Dashboard = () => {
variant="outlined" variant="outlined"
> >
<Typography component="h3" variant="h6" color="primary" paragraph> <Typography component="h3" variant="h6" color="primary" paragraph>
Fechados {i18n.t('dashboard.titles.ticketsClosed')}
</Typography> </Typography>
<Grid item> <Grid item>
<Typography component="h1" variant="h4"> <Typography component="h1" variant="h4">

View File

@ -75,7 +75,8 @@ const messages = {
listUser: 'List user', listUser: 'List user',
user: 'user', user: 'user',
notEnter: 'Did not enter', notEnter: 'Did not enter',
notEnterToday: 'Did not enter today' notEnterToday: 'Did not enter today',
ticketsClosed: 'Closed'
} }
}, },
reportOptType: { reportOptType: {

View File

@ -78,7 +78,8 @@ const messages = {
listUser: 'Lista de Usuarios', listUser: 'Lista de Usuarios',
user: 'Usuario', user: 'Usuario',
notEnter: 'No ingresó', notEnter: 'No ingresó',
notEnterToday: 'No ingresó hoy' notEnterToday: 'No ingresó hoy',
ticketsClosed: 'Cerrados'
} }
}, },
reportOptType: { reportOptType: {

View File

@ -76,7 +76,8 @@ const messages = {
listUser: 'Lista de Usuarios', listUser: 'Lista de Usuarios',
user: 'Usuario', user: 'Usuario',
notEnter: 'Não entrou', notEnter: 'Não entrou',
notEnterToday: 'Não entrou hoje' notEnterToday: 'Não entrou hoje',
ticketsClosed: 'Fechados'
} }
}, },
reportOptType: { reportOptType: {