|  | @@ -70,6 +70,7 @@ return [
 | 
	
		
			
				|  |  |          'string'  => 'The :attribute must be :size characters.',
 | 
	
		
			
				|  |  |          'array'   => 'The :attribute must contain :size items.',
 | 
	
		
			
				|  |  |      ],
 | 
	
		
			
				|  |  | +    'string'               => 'The :attribute must be a string.',
 | 
	
		
			
				|  |  |      'timezone'             => 'The :attribute must be a valid zone.',
 | 
	
		
			
				|  |  |      'unique'               => 'The :attribute has already been taken.',
 | 
	
		
			
				|  |  |      'url'                  => 'The :attribute format is invalid.',
 |