mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-06 01:45:22 +00:00
Update packages.
This commit is contained in:
@@ -23,13 +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.',
|
||||
'missing_where' => 'Tablica nie zawiera klauzuli "where"',
|
||||
'missing_update' => 'Tablica nie zawiera klauzuli "update"',
|
||||
'invalid_where_key' => 'JSON zawiera nieprawidłowy klucz dla klauzuli "where"',
|
||||
'invalid_update_key' => 'JSON zawiera nieprawidłowy klucz dla klauzuli "update"',
|
||||
'invalid_query_data' => 'W Twoim zapytaniu, w polu %s:%s są nieprawidłowe dane.',
|
||||
'invalid_query_account_type' => 'Twoje zapytanie zawiera konta różnego typu, co jest niedozwolone.',
|
||||
'invalid_query_currency' => 'Twoje zapytanie zawiera konta, które mają różne ustawienia walutowe, co jest niedozwolone.',
|
||||
'iban' => 'To nie jest prawidłowy IBAN.',
|
||||
'zero_or_more' => 'Wartość nie może być ujemna.',
|
||||
'date_or_time' => 'Wartość musi być prawidłową datą lub czasem (ISO 8601).',
|
||||
|
||||
Reference in New Issue
Block a user