kopia lustrzana https://github.com/pixelfed/pixelfed
				
				
				
			Danish translations done.
							rodzic
							
								
									1664095c3d
								
							
						
					
					
						commit
						9fbcf225b9
					
				|  | @ -13,7 +13,7 @@ return [ | |||
|     | | ||||
|     */ | ||||
| 
 | ||||
|     'failed' => 'Disse oplysninger stemmer ikke overens med vores data.', | ||||
|     'throttle' => 'For mange login-forsøg. Vær venlig at prøve igen om :seconds seconds.', | ||||
|     'failed' => 'Disse oplysninger stemmer ikke overens med nogen konto.', | ||||
|     'throttle' => 'For mange loginforsøg. Vær venlig at prøve igen om :seconds sekunder.', | ||||
| 
 | ||||
| ]; | ||||
|  |  | |||
|  | @ -13,7 +13,7 @@ return [ | |||
|     | | ||||
|     */ | ||||
| 
 | ||||
|     'previous' => '« Tidligere', | ||||
|     'next' => 'Næste »', | ||||
|     'previous' => '« forrige', | ||||
|     'next' => 'næste »', | ||||
| 
 | ||||
| ]; | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ return [ | |||
|     'alpha'                => ':attribute må kun indeholde bogstaver.', | ||||
|     'alpha_dash'           => ':attribute må kun indeholde bogstaver, tal og bindestreger.', | ||||
|     'alpha_num'            => ':attribute må kun indeholde bogstaver og tal.', | ||||
|     'array'                => ':attribute skal være en array.', | ||||
|     'array'                => ':attribute skal være en Array.', | ||||
|     'before'               => ':attribute skal være en dato før :date.', | ||||
|     'before_or_equal'      => ':attribute skal være en dato før, eller det samme som :date.', | ||||
|     'between'              => [ | ||||
|  | @ -34,60 +34,60 @@ return [ | |||
|     'date'                 => ':attribute er ikke en gyldig dato.', | ||||
|     'date_format'          => ':attribute matcher ikke formatet :format.', | ||||
|     'different'            => ':attribute og :other skal være forskellige.', | ||||
|     'digits'               => ':attribute must be :digits digits.', | ||||
|     'digits_between'       => ':attribute must be between :min and :max digits.', | ||||
|     'dimensions'           => ':attribute has invalid image dimensions.', | ||||
|     'distinct'             => ':attribute field has a duplicate value.', | ||||
|     'email'                => ':attribute must be a valid email address.', | ||||
|     'exists'               => 'The selected :attribute is invalid.', | ||||
|     'file'                 => ':attribute must be a file.', | ||||
|     'filled'               => ':attribute field must have a value.', | ||||
|     'image'                => ':attribute must be an image.', | ||||
|     'in'                   => 'The selected :attribute is invalid.', | ||||
|     'in_array'             => ':attribute field does not exist in :other.', | ||||
|     'integer'              => ':attribute must be an integer.', | ||||
|     'ip'                   => ':attribute must be a valid IP address.', | ||||
|     'ipv4'                 => ':attribute must be a valid IPv4 address.', | ||||
|     'ipv6'                 => ':attribute must be a valid IPv6 address.', | ||||
|     'json'                 => ':attribute must be a valid JSON string.', | ||||
|     'digits'               => ':attribute skal være :digits tal.', | ||||
|     'digits_between'       => ':attribute skal være mellem :min og :max tal.', | ||||
|     'dimensions'           => ':attribute har ugyldige billeddimensioner.', | ||||
|     'distinct'             => ':attribute-felt har en dobbeltværdi.', | ||||
|     'email'                => ':attribute skal være en gyldig emailadresse.', | ||||
|     'exists'               => 'Den valgte :attribute er ugyldig.', | ||||
|     'file'                 => ':attribute skal være en fil.', | ||||
|     'filled'               => 'Feltet :attribute skal have en værdi.', | ||||
|     'image'                => ':attribute skal være et billede.', | ||||
|     'in'                   => 'Den valgte :attribute er ugyldig.', | ||||
|     'in_array'             => ':attribute feltet findes ikke i :other.', | ||||
|     'integer'              => ':attribute skal være et heltal.', | ||||
|     'ip'                   => ':attribute skal være en gyldig IP-adresse.', | ||||
|     'ipv4'                 => ':attribute skal være en gyldig IPv4 adresse.', | ||||
|     'ipv6'                 => ':attribute skal være en gyldig IPv6 adresse.', | ||||
|     'json'                 => ':attribute skal være en gyldig JSON string.', | ||||
|     'max'                  => [ | ||||
|         'numeric' => ':attribute may not be greater than :max.', | ||||
|         'file'    => ':attribute may not be greater than :max kilobytes.', | ||||
|         'string'  => ':attribute may not be greater than :max characters.', | ||||
|         'array'   => ':attribute may not have more than :max items.', | ||||
|         'numeric' => ':attribute må ikke være større end :max.', | ||||
|         'file'    => ':attribute må ikke være større end :max kilobytes.', | ||||
|         'string'  => ':attribute må ikke være større end :max tegn.', | ||||
|         'array'   => ':attribute må ikke have mere end :max elementer.', | ||||
|     ], | ||||
|     'mimes'                => ':attribute must be a file of type: :values.', | ||||
|     'mimetypes'            => ':attribute must be a file of type: :values.', | ||||
|     'mimes'                => ':attribute skal være en fil af typen: :values.', | ||||
|     'mimetypes'            => ':attribute skal være en fil af typen: :values.', | ||||
|     'min'                  => [ | ||||
|         'numeric' => ':attribute must be at least :min.', | ||||
|         'file'    => ':attribute must be at least :min kilobytes.', | ||||
|         'string'  => ':attribute must be at least :min characters.', | ||||
|         'array'   => ':attribute must have at least :min items.', | ||||
|         'numeric' => ':attribute skal være mindst :min.', | ||||
|         'file'    => ':attribute skal være mindst :min kilobytes.', | ||||
|         'string'  => ':attribute skal være mindst :min tegn.', | ||||
|         'array'   => ':attribute skal være mindst :min elementer.', | ||||
|     ], | ||||
|     'not_in'               => 'The selected :attribute is invalid.', | ||||
|     'not_regex'            => ':attribute format is invalid.', | ||||
|     'numeric'              => ':attribute must be a number.', | ||||
|     'present'              => ':attribute field must be present.', | ||||
|     'regex'                => ':attribute format is invalid.', | ||||
|     'required'             => ':attribute field is required.', | ||||
|     'required_if'          => ':attribute field is required when :other is :value.', | ||||
|     'required_unless'      => ':attribute field is required unless :other is in :values.', | ||||
|     'required_with'        => ':attribute field is required when :values is present.', | ||||
|     'required_with_all'    => ':attribute field is required when :values is present.', | ||||
|     'required_without'     => ':attribute field is required when :values is not present.', | ||||
|     'required_without_all' => ':attribute field is required when none of :values are present.', | ||||
|     'same'                 => ':attribute and :other must match.', | ||||
|     'not_in'               => 'Den valgte :attribute er ugyldig.', | ||||
|     'not_regex'            => ':attribute format er ugyldigt.', | ||||
|     'numeric'              => ':attribute skal være et tal.', | ||||
|     'present'              => ':attribute feltet skal være til stede.', | ||||
|     'regex'                => ':attribute format er ugyldigt.', | ||||
|     'required'             => ':attribute felt er påkrævet.', | ||||
|     'required_if'          => ':attribute felt er påkrævet når :other er :value.', | ||||
|     'required_unless'      => ':attribute felt er påkrævet medmindre :other er i :values.', | ||||
|     'required_with'        => ':attribute felt er påkrævet når :values er tilstede.', | ||||
|     'required_with_all'    => ':attribute felt er påkrævet når :values er tilstede.', | ||||
|     'required_without'     => ':attribute felt er påkrævet når :values ikke er tilstede.', | ||||
|     'required_without_all' => ':attribute felt er påkrævet når ingen af :values er tilstede.', | ||||
|     'same'                 => ':attribute og :other skal være ens.', | ||||
|     'size'                 => [ | ||||
|         'numeric' => ':attribute must be :size.', | ||||
|         'file'    => ':attribute must be :size kilobytes.', | ||||
|         'string'  => ':attribute must be :size characters.', | ||||
|         'array'   => ':attribute must contain :size items.', | ||||
|         'numeric' => ':attribute skal være :size.', | ||||
|         'file'    => ':attribute skal være :size kilobytes.', | ||||
|         'string'  => ':attribute skal være :size tegn.', | ||||
|         'array'   => ':attribute skal indeholde :size elementer.', | ||||
|     ], | ||||
|     'string'               => ':attribute must be a string.', | ||||
|     'timezone'             => ':attribute must be a valid zone.', | ||||
|     'unique'               => ':attribute has already been taken.', | ||||
|     'uploaded'             => ':attribute failed to upload.', | ||||
|     'url'                  => ':attribute format is invalid.', | ||||
|     'string'               => ':attribute skal være en streng.', | ||||
|     'timezone'             => ':attribute skal være en gyldig zone.', | ||||
|     'unique'               => ':attribute er allerede taget.', | ||||
|     'uploaded'             => ':attribute kunne ikke uploades.', | ||||
|     'url'                  => ':attribute format er ugyldigt.', | ||||
| 
 | ||||
|     /* | ||||
|     |-------------------------------------------------------------------------- | ||||
|  |  | |||
		Ładowanie…
	
		Reference in New Issue
	
	 voss
						voss