mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Fix language issues #3772
This commit is contained in:
		| @@ -38,7 +38,7 @@ return [ | ||||
|     'match'                       => 'Találatok', | ||||
|     'strict'                      => 'Szigorú mód', | ||||
|     'repeat_freq'                 => 'Ismétlődések', | ||||
|     'object_group'                => 'Group', | ||||
|     'object_group'                => 'Csoport', | ||||
|     'location'                    => 'Hely', | ||||
|     'update_channel'              => 'Frissítési csatorna', | ||||
|     'currency_id'                 => 'Pénznem', | ||||
| @@ -120,8 +120,8 @@ return [ | ||||
|     'stop_processing'             => 'Feldolgozás leállítása', | ||||
|     'start_date'                  => 'Tartomány kezdete', | ||||
|     'end_date'                    => 'Tartomány vége', | ||||
|     'start'                       => 'Start of range', | ||||
|     'end'                         => 'End of range', | ||||
|     'start'                       => 'Tartomány kezdete', | ||||
|     'end'                         => 'Tartomány vége', | ||||
|     'delete_account'              => '":name" bankszámla törlése', | ||||
|     'delete_bill'                 => '":name" számla törlése', | ||||
|     'delete_budget'               => '":name" költségkeret törlése', | ||||
| @@ -139,7 +139,7 @@ return [ | ||||
|     'account_areYouSure'          => '":name" bankszámla biztosan törölhető?', | ||||
|     'bill_areYouSure'             => '":name" számla biztosan törölhető?', | ||||
|     'rule_areYouSure'             => '":title" szabály biztosan törölhető?', | ||||
|     'object_group_areYouSure'     => 'Are you sure you want to delete the group titled ":title"?', | ||||
|     'object_group_areYouSure'     => 'Biztosan törölni szeretné a ":title" csoportot?', | ||||
|     'ruleGroup_areYouSure'        => '":title" szabálycsoportot biztosan törölhető?', | ||||
|     'budget_areYouSure'           => '":name" költségkeretet biztosan törölhető?', | ||||
|     'category_areYouSure'         => '":name" kategória biztosan törölhető?', | ||||
| @@ -167,7 +167,7 @@ return [ | ||||
|     'tag_keep_transactions'       => 'A címkéhez tartozó egyetlen tranzakció nem lesz törölve.|Az ehhez a címkéhez tartozó :count tranzakció nem lesz törölve.', | ||||
|     'check_for_updates'           => 'Frissítések ellenőrzése', | ||||
|  | ||||
|     'delete_object_group' => 'Delete group ":title"', | ||||
|     'delete_object_group' => '":title" csoport törlése', | ||||
|  | ||||
|     'email'                 => 'Email cím', | ||||
|     'password'              => 'Jelszó', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user