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