mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-25 18:30:55 -06:00
Jump back a version.
This commit is contained in:
parent
824959e71a
commit
600e15d42f
@ -33,7 +33,7 @@ return [
|
|||||||
'is_demo_site' => false,
|
'is_demo_site' => false,
|
||||||
],
|
],
|
||||||
'encryption' => (is_null(env('USE_ENCRYPTION')) || env('USE_ENCRYPTION') === true),
|
'encryption' => (is_null(env('USE_ENCRYPTION')) || env('USE_ENCRYPTION') === true),
|
||||||
'version' => '4.7.0',
|
'version' => '4.6.13',
|
||||||
'maxUploadSize' => 15242880,
|
'maxUploadSize' => 15242880,
|
||||||
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf', 'text/plain'],
|
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf', 'text/plain'],
|
||||||
'list_length' => 10,
|
'list_length' => 10,
|
||||||
|
@ -701,6 +701,7 @@ return [
|
|||||||
'selected_transactions' => 'Wybrane transakcje (:count)',
|
'selected_transactions' => 'Wybrane transakcje (:count)',
|
||||||
'already_cleared_transactions' => 'Transakcje uzgodnione wcześniej (:count)',
|
'already_cleared_transactions' => 'Transakcje uzgodnione wcześniej (:count)',
|
||||||
'submitted_end_balance' => 'Przesłane saldo końcowe',
|
'submitted_end_balance' => 'Przesłane saldo końcowe',
|
||||||
|
'initial_balance_description' => 'Saldo początkowe dla ":account"',
|
||||||
|
|
||||||
// categories:
|
// categories:
|
||||||
'new_category' => 'Nowa kategoria',
|
'new_category' => 'Nowa kategoria',
|
||||||
|
Loading…
Reference in New Issue
Block a user