mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Expand text and routine for YNAB
This commit is contained in:
		| @@ -171,6 +171,9 @@ return [ | ||||
|     'job_config_ynab_no_budgets'           => 'There are no budgets available to be imported from.', | ||||
|     'ynab_no_mapping'                      => 'It seems you have not selected any accounts to import from.', | ||||
|     'job_config_ynab_bad_currency'         => 'You cannot import from the following budget(s), because you do not have accounts with the same currency as these budgets.', | ||||
|     'job_config_ynab_accounts_title' => 'Select accounts', | ||||
|     'job_config_ynab_accounts_text' => 'You have the following accounts available in this budget. Please select from which accounts you want to import, and where the transactions should be stored.', | ||||
|  | ||||
|  | ||||
|     // keys from "extra" array: | ||||
|     'spectre_extra_key_iban'               => 'IBAN', | ||||
|   | ||||
| @@ -104,6 +104,7 @@ return [ | ||||
|     'sum_transfers'           => 'Sum of transfers', | ||||
|     'reconcile'               => 'Reconcile', | ||||
|     'account_on_spectre'      => 'Account (Spectre)', | ||||
|     'account_on_ynab'         => 'Account (YNAB)', | ||||
|     'do_import'               => 'Import from this account', | ||||
|     'sepa-ct-id'              => 'SEPA End to End Identifier', | ||||
|     'sepa-ct-op'              => 'SEPA Opposing Account Identifier', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user