mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Rebuild frontend.
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' => 'Array saknar "var"-klausul',
|
||||
'missing_update' => 'Array saknar "updaterings"-klausul',
|
||||
'invalid_where_key' => 'JSON innehåller en ogiltig nyckel för "var"-klausulen',
|
||||
'invalid_update_key' => 'JSON innehåller en ogiltig nyckel för "update"-klausulen',
|
||||
'invalid_query_data' => 'Det finns ogiltig data i %s:%s fältet i din fråga.',
|
||||
'invalid_query_account_type' => 'Din fråga innehåller konton av olika typer, vilket inte är tillåtet.',
|
||||
'invalid_query_currency' => 'Din fråga innehåller konton som har olika valutainställningar, vilket inte är tillåtet.',
|
||||
'iban' => 'Detta är inte ett giltigt IBAN.',
|
||||
'zero_or_more' => 'Värdet får inte vara negativt.',
|
||||
'date_or_time' => 'Värdet måste vara ett giltigt datum eller tid (ISO 8601).',
|
||||
|
Reference in New Issue
Block a user