24 lines
		
	
	
		
			No EOL
		
	
	
		
			833 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			No EOL
		
	
	
		
			833 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| Utils.Lang['en'] = {
 | |
| 	['confirmation_modal_title'] = "Confirm Action",
 | |
| 	['confirmation_modal_body'] = "Are you sure you want to proceed with this action?",
 | |
| 	['confirmation_modal_cancel_button'] = "Cancel",
 | |
| 	['confirmation_modal_confirm_button'] = "Confirm",
 | |
| 
 | |
| 	['custom_validity'] = {
 | |
| 		['fill_field'] = "Please fill out this field",
 | |
| 		['select_fill_field'] = "Please select an item from the list",
 | |
| 		['invalid_value'] = "Invalid value",
 | |
| 		['more_than'] = "Must be greater than or equal to {0}",
 | |
| 		['less_than'] = "Must be less than or equal to {0}",
 | |
| 		['pattern_mismatch'] = "Invalid format",
 | |
| 		['too_long'] = "This entry is too long",
 | |
| 		['too_short'] = "This entry is too short"
 | |
| 	},
 | |
| 
 | |
| 	['notification'] = {
 | |
| 		['error'] = "Error",
 | |
| 		['success'] = "Success",
 | |
| 		['warning'] = "Warning",
 | |
| 		['info'] = "Info",
 | |
| 	},
 | |
| } | 
