fix(i18n): resolve translation issues
parent
814c892e08
commit
e8227661e0
|
@ -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">
|
||||||
|
|
|
@ -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: {
|
||||||
|
|
|
@ -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: {
|
||||||
|
|
|
@ -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: {
|
||||||
|
|
Loading…
Reference in New Issue