Update packages.

This commit is contained in:
James Cole
2022-07-16 17:26:10 +02:00
parent d26a5a6e9c
commit 2e8ea7493a
56 changed files with 1228 additions and 974 deletions

View File

@@ -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).',