24 lines
		
	
	
		
			No EOL
		
	
	
		
			856 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			No EOL
		
	
	
		
			856 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| Utils.Lang['br'] = {
 | |
| 	['confirmation_modal_title'] = "Confirmar Ação",
 | |
| 	['confirmation_modal_body'] = "Tem certeza de que deseja prosseguir com esta ação?",
 | |
| 	['confirmation_modal_cancel_button'] = "Cancelar",
 | |
| 	['confirmation_modal_confirm_button'] = "Confirmar",
 | |
| 
 | |
| 	['custom_validity'] = {
 | |
| 		['fill_field'] = "Por favor, preencha este campo",
 | |
| 		['select_fill_field'] = "Por favor, selecione um item da lista",
 | |
| 		['invalid_value'] = "Valor inválido",
 | |
| 		['more_than'] = "Deve ser maior ou igual a {0}",
 | |
| 		['less_than'] = "Deve ser menor ou igual a {0}",
 | |
| 		['pattern_mismatch'] = "Formato inválido",
 | |
| 		['too_long'] = "Esta entrada é muito longa",
 | |
| 		['too_short'] = "Esta entrada é muito curta"
 | |
| 	},
 | |
| 
 | |
| 	['notification'] = {
 | |
| 		['error'] = "Erro",
 | |
| 		['success'] = "Sucesso",
 | |
| 		['warning'] = "Aviso",
 | |
| 		['info'] = "Informação",
 | |
| 	},
 | |
| } | 
