mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Code for new release.
This commit is contained in:
@@ -43,6 +43,7 @@ return [
|
||||
'invalid_query_currency' => 'Váš dotaz obsahuje účty, které mají různá nastavení měny, což není povoleno.',
|
||||
'iban' => 'Toto není platný IBAN.',
|
||||
'zero_or_more' => 'Hodnota nemůže být záporná.',
|
||||
'more_than_zero' => 'The value must be more than zero.',
|
||||
'no_asset_account' => 'This is not an asset account.',
|
||||
'date_or_time' => 'Je třeba, aby hodnota byla platné datum nebo čas (ve formátu dle normy ISO 8601).',
|
||||
'source_equals_destination' => 'Zdrojový účet je zároveň i cílový.',
|
||||
@@ -142,6 +143,7 @@ return [
|
||||
'min.array' => ':attribute musí obsahovat alespoň :min položek.',
|
||||
'not_in' => 'Vybraný :attribute není platný.',
|
||||
'numeric' => 'Je třeba, aby :attribute byl číslo.',
|
||||
'scientific_notation' => 'The :attribute cannot use the scientific notation.',
|
||||
'numeric_native' => 'Je třeba, aby částka v hlavní měně bylo číslo.',
|
||||
'numeric_destination' => 'Je třeba, aby cílová částka bylo číslo.',
|
||||
'numeric_source' => 'Je třeba, aby zdrojová částka bylo číslo.',
|
||||
|
||||
Reference in New Issue
Block a user