mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Auto commit for release 'branch-v6.2' on 2024-12-22
This commit is contained in:
		| @@ -91,7 +91,7 @@ return [ | ||||
|     'notification_index'     => 'Owner notifications', | ||||
| 
 | ||||
|     // exchange rates
 | ||||
|     'exchange_rates_index' => 'Exchange rates', | ||||
|     'exchange_rates_rates' => 'Exchange rates between :from and :to (and the other way around)', | ||||
|     'exchange_rates_index'   => 'Exchange rates', | ||||
|     'exchange_rates_rates'   => 'Exchange rates between :from and :to (and the other way around)', | ||||
| 
 | ||||
| ]; | ||||
|   | ||||
| @@ -1395,13 +1395,13 @@ return [ | ||||
|     'discord_url_label'                                   => 'Discord webhook URL', | ||||
| 
 | ||||
|     // exchange rates
 | ||||
|     'menu_exchange_rates_index' => 'Exchange rates', | ||||
|     'header_exchange_rates' => 'Exchange rates', | ||||
|     'exchange_rates_intro' =>'Firefly III supports downloading and using exchange rates. Read more about this in <a href="https://docs.firefly-iii.org/LOL_NOT_FINISHED_YET_TODO">the documentation</a>.', | ||||
|     'exchange_rates_from_to' => 'Between {from} and {to} (and the other way around)', | ||||
|     'header_exchange_rates_rates' => 'Exchange rates', | ||||
|     'exchange_rates_intro_rates' => 'Firefly III bla bla bla exchange rates.', | ||||
|     'header_exchange_rates_table' => 'Table with exchange rates', | ||||
|     'menu_exchange_rates_index'                           => 'Exchange rates', | ||||
|     'header_exchange_rates'                               => 'Exchange rates', | ||||
|     'exchange_rates_intro'                                => 'Firefly III supports downloading and using exchange rates. Read more about this in <a href="https://docs.firefly-iii.org/LOL_NOT_FINISHED_YET_TODO">the documentation</a>.', | ||||
|     'exchange_rates_from_to'                              => 'Between {from} and {to} (and the other way around)', | ||||
|     'header_exchange_rates_rates'                         => 'Exchange rates', | ||||
|     'exchange_rates_intro_rates'                          => 'Firefly III bla bla bla exchange rates.', | ||||
|     'header_exchange_rates_table'                         => 'Table with exchange rates', | ||||
| 
 | ||||
|     // Financial administrations
 | ||||
|     'administration_index'                                => 'Financial administration', | ||||
|   | ||||
| @@ -113,8 +113,8 @@ return [ | ||||
|     'tag'                          => 'Tag', | ||||
| 
 | ||||
|     // exchange rates
 | ||||
|     'from_currency_to_currency' => '{from} → {to}', | ||||
|     'to_currency_from_currency' => '{to} → {from}', | ||||
|     'from_currency_to_currency'    => '{from} → {to}', | ||||
|     'to_currency_from_currency'    => '{to} → {from}', | ||||
| 
 | ||||
|     'under'                        => 'Under', | ||||
|     'symbol'                       => 'Symbol', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user