mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Code for new release.
This commit is contained in:
		| @@ -243,7 +243,7 @@ return [ | ||||
|     // Webhooks
 | ||||
|     'webhooks'                                            => 'Webhooks', | ||||
|     'webhooks_breadcrumb'                                 => 'Webhooks', | ||||
|     'webhooks_menu_disabled'                              => 'disabled', | ||||
|     'webhooks_menu_disabled'                              => 'onemogočeno', | ||||
|     'no_webhook_messages'                                 => 'Tukaj ni webhook sporočil', | ||||
|     'webhook_trigger_STORE_TRANSACTION'                   => 'Po ustvarjanju transakcije', | ||||
|     'webhook_trigger_UPDATE_TRANSACTION'                  => 'Po posodabljanju transakcije', | ||||
|   | ||||
| @@ -43,6 +43,7 @@ return [ | ||||
|     'invalid_query_currency'          => 'Vaša poizvedba vsebuje račune, ki imajo različne nastavitve valute, kar ni dovoljeno.', | ||||
|     'iban'                            => 'To ni veljaven IBAN.', | ||||
|     'zero_or_more'                    => 'Vrednost ne more biti negativna.', | ||||
|     'more_than_zero'                  => 'The value must be more than zero.', | ||||
|     'no_asset_account'                => 'To ni račun sredstev.', | ||||
|     'date_or_time'                    => 'Vrednost mora biti veljavna vrednost datuma ali časa (ISO 8601).', | ||||
|     'source_equals_destination'       => 'Izvorni račun je enak ciljnemu računu.', | ||||
| @@ -142,6 +143,7 @@ return [ | ||||
|     'min.array'                       => ':attribute mora imeti najmanj :min elementov.', | ||||
|     'not_in'                          => 'Izbran :attribute ni veljaven.', | ||||
|     'numeric'                         => ':attribute mora biti število.', | ||||
|     'scientific_notation'             => 'The :attribute cannot use the scientific notation.', | ||||
|     'numeric_native'                  => 'Domači znesek mora biti število.', | ||||
|     'numeric_destination'             => 'Ciljni znesek mora biti številka.', | ||||
|     'numeric_source'                  => 'Izvorni znesek mora biti številka.', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user