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"
>
<Typography component="h3" variant="h6" color="primary" paragraph>
Fechados
{i18n.t('dashboard.titles.ticketsClosed')}
</Typography>
<Grid item>
<Typography component="h1" variant="h4">

View File

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

View File

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

View File

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