mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Update language configuration.
This commit is contained in:
		
							
								
								
									
										2
									
								
								resources/lang/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								resources/lang/.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -8,3 +8,5 @@ uk_UA | ||||
| sr_CS | ||||
| et_EE | ||||
| fi_FI | ||||
| bg_BG | ||||
| tlh_AA | ||||
|   | ||||
| @@ -32,7 +32,7 @@ return [ | ||||
|     'month_and_day_no_year'   => '%e %B', | ||||
|     'date_time'               => '%B %e %Y @ %T', | ||||
|     'specific_day'            => '%e %B %Y', | ||||
|     'week_in_year'            => 'Week %V, %G', | ||||
|     'week_in_year'            => 'Semaine %V, %G', | ||||
|     'year'                    => '%Y', | ||||
|     'half_year'               => '%B %Y', | ||||
|     'month_js'                => 'MMMM YYYY', | ||||
|   | ||||
| @@ -197,7 +197,7 @@ return [ | ||||
|     'generic_invalid_destination' => 'Vous ne pouvez pas utiliser ce compte comme compte de destination.', | ||||
|  | ||||
|     'gte.numeric' => 'La valeur de :attribute doit être supérieure ou égale à :value.', | ||||
|     'gte.file'    => 'The :attribute must be greater than or equal to :value kilobytes.', | ||||
|     'gte.string'  => 'The :attribute must be greater than or equal to :value characters.', | ||||
|     'gte.array'   => 'The :attribute must have :value items or more.', | ||||
|     'gte.file'    => 'L\'attribut :attribute doit contenir au moins :value kilo-octets.', | ||||
|     'gte.string'  => 'Le texte :attribute doit contenir au moins :value caractères.', | ||||
|     'gte.array'   => 'L\'attribut :attribute doit avoir :value éléments ou plus.', | ||||
| ]; | ||||
|   | ||||
| @@ -32,7 +32,7 @@ return [ | ||||
|     'month_and_day_no_year'   => '%B %e', | ||||
|     'date_time'               => '%e %B %Y, @ %T', | ||||
|     'specific_day'            => '%e %B %Y', | ||||
|     'week_in_year'            => 'Week %V, %G', | ||||
|     'week_in_year'            => 'Settimana %V, %G', | ||||
|     'year'                    => '%Y', | ||||
|     'half_year'               => '%B %Y', | ||||
|     'month_js'                => 'MMMM AAAA', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user