mirror of
				https://github.com/BookStackApp/BookStack.git
				synced 2025-11-03 02:13:16 +03:00 
			
		
		
		
	New translations validation.php (Italian)
This commit is contained in:
		@@ -90,6 +90,7 @@ return [
 | 
				
			|||||||
    'required_without'     => 'Il campo :attribute è richiesto quando :values non è presente.',
 | 
					    'required_without'     => 'Il campo :attribute è richiesto quando :values non è presente.',
 | 
				
			||||||
    'required_without_all' => 'Il campo :attribute è richiesto quando nessuno dei :values sono presenti.',
 | 
					    'required_without_all' => 'Il campo :attribute è richiesto quando nessuno dei :values sono presenti.',
 | 
				
			||||||
    'same'                 => ':attribute e :other devono corrispondere.',
 | 
					    'same'                 => ':attribute e :other devono corrispondere.',
 | 
				
			||||||
 | 
					    'safe_url'             => 'The provided link may not be safe.',
 | 
				
			||||||
    'size'                 => [
 | 
					    'size'                 => [
 | 
				
			||||||
        'numeric' => 'Il campo :attribute deve essere :size.',
 | 
					        'numeric' => 'Il campo :attribute deve essere :size.',
 | 
				
			||||||
        'file'    => 'Il campo :attribute deve essere :size kilobytes.',
 | 
					        'file'    => 'Il campo :attribute deve essere :size kilobytes.',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user