mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	New translations.
This commit is contained in:
		| @@ -23,6 +23,13 @@ | ||||
| declare(strict_types=1); | ||||
|  | ||||
| return [ | ||||
|     'missing_where'                  => 'Array is missing "where"-clause', | ||||
|     'missing_update'                 => 'Array is missing "update"-clause', | ||||
|     'invalid_where_key'              => 'JSON contains an invalid key for the "where"-clause', | ||||
|     'invalid_update_key'             => 'JSON contains an invalid key for the "update"-clause', | ||||
|     'invalid_query_data'             => 'There is invalid data in the %s:%s field of your query.', | ||||
|     'invalid_query_account_type'     => 'Your query contains accounts of different types, which is not allowed.', | ||||
|     'invalid_query_currency'         => 'Your query contains accounts that have different currency settings, which is not allowed.', | ||||
|     'iban'                           => 'IBAN ei ole oikeassa muodossa.', | ||||
|     'zero_or_more'                   => 'Arvo ei voi olla negatiivinen.', | ||||
|     'date_or_time'                   => 'Arvon täytyy olla päivämäärä tai aika-arvo (ISO 8601).', | ||||
| @@ -185,7 +192,7 @@ return [ | ||||
|     'withdrawal_dest_need_data'   => 'Tarvitset kelvollisen kohdetilin tunnuksen ja/tai kelvollisen kohdetilin nimen jatkaaksesi.', | ||||
|     'withdrawal_dest_bad_data'    => 'Kelvollista kohdetiliä ei löytynyt tunnuksella ":id" tai nimellä ":name".', | ||||
|  | ||||
|     'generic_source_bad_data'  => 'Could not find a valid source account when searching for ID ":id" or name ":name".', | ||||
|     'generic_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".', | ||||
|  | ||||
|     'deposit_source_need_data' => 'Tarvitset kelvollisen lähdetilin tunnuksen ja/tai kelvollisen lähdetilin nimen jatkaaksesi.', | ||||
|     'deposit_source_bad_data'  => 'Nostolle kelvollista lähdetiliä ei löytynyt tunnuksella ":id" tai nimellä ":name".', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user