mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 06:01:21 +00:00
Update meta files for new release.
This commit is contained in:
@@ -43,10 +43,10 @@ return [
|
||||
'belongs_user' => 'Tato hodnota není platná pro toto pole.',
|
||||
'at_least_one_transaction' => 'Potřebujete alespoň jednu transakci.',
|
||||
'at_least_one_repetition' => 'Potřebujete alespoň jedno opakování.',
|
||||
'require_repeat_until' => 'Require either a number of repetitions, or an end date (repeat_until). Not both.',
|
||||
'require_repeat_until' => 'Vyžaduje buď několik opakování nebo datum ukončení (repeat_until). Ne obojí.',
|
||||
'require_currency_info' => 'Obsah tohoto pole je neplatný bez informace o měně.',
|
||||
'not_transfer_account' => 'This account is not an account that can be used for transfers.',
|
||||
'require_currency_amount' => 'The content of this field is invalid without foreign amount information.',
|
||||
'not_transfer_account' => 'Tento účet není účet, který lze použít pro převody.',
|
||||
'require_currency_amount' => 'Obsah tohoto pole je neplatný bez informace o měně.',
|
||||
'equal_description' => 'Popis transakce nesmí být stejný jako globální popis.',
|
||||
'file_invalid_mime' => 'Soubor ":name" je typu ":mime", který není schválen pro nahrání.',
|
||||
'file_too_large' => 'Soubor ":name" je příliš velký.',
|
||||
@@ -57,7 +57,7 @@ return [
|
||||
'at_least_one_action' => 'Pravidlo musí obsahovat alespoň jednu akci.',
|
||||
'base64' => 'Data nejsou v platném base64 kódování.',
|
||||
'model_id_invalid' => 'Zdá se, že dané ID je neplatné pro tento model.',
|
||||
'more' => ':attribute must be larger than ":more".',
|
||||
'more' => ':attribute musí být větší než ":more".',
|
||||
'less' => ':attribute musí být menší než 10.000.000',
|
||||
'active_url' => ':attribute není platná adresa URL.',
|
||||
'after' => ':attribute nemůže být dříve než :date.',
|
||||
@@ -89,15 +89,15 @@ return [
|
||||
'ip' => 'Je třeba, aby :attribute byla platná IP adresa.',
|
||||
'json' => 'Je třeba, aby :attribute byl platný JSON řetězec.',
|
||||
'max.numeric' => ':attribute nemůže být vyšší než :max.',
|
||||
'max.file' => 'The :attribute may not be greater than :max kilobytes.',
|
||||
'max.string' => 'The :attribute may not be greater than :max characters.',
|
||||
'max.array' => 'The :attribute may not have more than :max items.',
|
||||
'mimes' => 'The :attribute must be a file of type: :values.',
|
||||
'max.file' => ':attribute nesmí být větší než :max kilobajtů.',
|
||||
'max.string' => ':attribute nesmí být větší než :max znaků.',
|
||||
'max.array' => ':attribute nesmí obsahovat více než :max položek.',
|
||||
'mimes' => ':attribute musí být soubor typu: :values.',
|
||||
'min.numeric' => 'Je třeba, aby :attribute bylo alespoň :min.',
|
||||
'lte.numeric' => 'Je třeba, aby :attribute byl nižší nebo roven :value.',
|
||||
'min.file' => 'Je třeba, aby :attribute byl alespoň :min kilobajtů.',
|
||||
'min.string' => 'Je třeba, aby :attribute bylo alespoň :min znaků dlouhé.',
|
||||
'min.array' => 'The :attribute must have at least :min items.',
|
||||
'min.array' => ':attribute musí obsahovat alespoň :min položek.',
|
||||
'not_in' => 'Vybraný :attribute není platný.',
|
||||
'numeric' => 'Je třeba, aby :attribute byl číslo.',
|
||||
'numeric_native' => 'Je třeba, aby částka v hlavní měně bylo číslo.',
|
||||
@@ -105,19 +105,19 @@ return [
|
||||
'numeric_source' => 'Je třeba, aby zdrojová částka bylo číslo.',
|
||||
'regex' => 'Formát :attribute není platný.',
|
||||
'required' => 'Kolonku :attribute je třeba vyplnit.',
|
||||
'required_if' => 'The :attribute field is required when :other is :value.',
|
||||
'required_unless' => 'The :attribute field is required unless :other is in :values.',
|
||||
'required_with' => 'The :attribute field is required when :values is present.',
|
||||
'required_with_all' => 'The :attribute field is required when :values is present.',
|
||||
'required_without' => 'The :attribute field is required when :values is not present.',
|
||||
'required_without_all' => 'The :attribute field is required when none of :values are present.',
|
||||
'same' => 'The :attribute and :other must match.',
|
||||
'required_if' => ':attribute je vyžadováno pokud :other je :value.',
|
||||
'required_unless' => ':attribute je vyžadováno pokud :other není v :values.',
|
||||
'required_with' => ':attribute musí být vyplněno pokud :values je zvoleno.',
|
||||
'required_with_all' => ':attribute musí být vyplněno pokud :values je zvoleno.',
|
||||
'required_without' => ':attribute musí být vyplněno pokud :values není zvoleno.',
|
||||
'required_without_all' => ':attribute musí být vyplněno pokud žádná :values není zvoleno.',
|
||||
'same' => ':attribute a :other se musí shodovat.',
|
||||
'size.numeric' => 'Je třeba, aby :attribute byl :size.',
|
||||
'amount_min_over_max' => 'The minimum amount cannot be larger than the maximum amount.',
|
||||
'size.file' => 'The :attribute must be :size kilobytes.',
|
||||
'size.string' => 'The :attribute must be :size characters.',
|
||||
'size.array' => 'The :attribute must contain :size items.',
|
||||
'unique' => 'The :attribute has already been taken.',
|
||||
'amount_min_over_max' => 'Minimální částka nemůže být vyšší než maximální částka.',
|
||||
'size.file' => ':attribute musí mít :size kilobajtů.',
|
||||
'size.string' => ':attribute musí mít :size znaků.',
|
||||
'size.array' => ':attribute musí obsahovat :size položek.',
|
||||
'unique' => ':attribute již byl použit.',
|
||||
'string' => 'Je třeba, aby :attribute byl řetězec.',
|
||||
'url' => 'Formát :attribute není platný.',
|
||||
'timezone' => 'Je třeba, aby :attribute byla platná zóna.',
|
||||
@@ -125,15 +125,15 @@ return [
|
||||
'dimensions' => ':attribute nemá platné rozměry obrázku.',
|
||||
'distinct' => 'Kolonka :attribute má duplicitní hodnotu.',
|
||||
'file' => 'Je třeba, aby :attribute byl soubor.',
|
||||
'in_array' => 'The :attribute field does not exist in :other.',
|
||||
'in_array' => 'Pole :attribute neexistuje v :other.',
|
||||
'present' => 'Je třeba, aby kolonka :attribute byla přítomna.',
|
||||
'amount_zero' => 'Celková částka nemůže být nula.',
|
||||
'current_target_amount' => 'The current amount must be less than the target amount.',
|
||||
'current_target_amount' => 'Aktuální částka musí být menší než cílová částka.',
|
||||
'unique_piggy_bank_for_user' => 'Je třeba, aby se názvy pokladniček neopakovaly.',
|
||||
|
||||
'secure_password' => 'Toto není bezpečné heslo. Zkuste jiné. Více se dozvíte na http://bit.ly/FF3-password-security',
|
||||
'valid_recurrence_rep_type' => 'Neplatný typ opakování pro opakované transakce.',
|
||||
'valid_recurrence_rep_moment' => 'Invalid repetition moment for this type of repetition.',
|
||||
'valid_recurrence_rep_moment' => 'Neplatné opakování v tento moment tohoto typu opakování.',
|
||||
'invalid_account_info' => 'Neplatná informace o účtu.',
|
||||
'attributes' => [
|
||||
'email' => 'e-mailová adresa',
|
||||
@@ -142,8 +142,8 @@ return [
|
||||
'name' => 'název',
|
||||
'piggy_bank_id' => 'ID pokladničky',
|
||||
'targetamount' => 'cílová částka',
|
||||
'opening_balance_date' => 'opening balance date',
|
||||
'opening_balance' => 'opening balance',
|
||||
'opening_balance_date' => 'počáteční datum zůstatku',
|
||||
'opening_balance' => 'počáteční zůstatek',
|
||||
'match' => 'shoda',
|
||||
'amount_min' => 'minimální částka',
|
||||
'amount_max' => 'maximální částka',
|
||||
@@ -159,12 +159,12 @@ return [
|
||||
'rule-action.2' => 'Akce pravidla č. 2',
|
||||
'rule-action.3' => 'Akce pravidla č. 3',
|
||||
'rule-action.4' => 'akce pravidla č. 4',
|
||||
'rule-action.5' => 'rule action #5',
|
||||
'rule-trigger-value.1' => 'rule trigger value #1',
|
||||
'rule-trigger-value.2' => 'rule trigger value #2',
|
||||
'rule-trigger-value.3' => 'rule trigger value #3',
|
||||
'rule-trigger-value.4' => 'rule trigger value #4',
|
||||
'rule-trigger-value.5' => 'rule trigger value #5',
|
||||
'rule-action.5' => 'akce pravidla č. 5',
|
||||
'rule-trigger-value.1' => 'hodnota spouštěcího pravidla č. 1',
|
||||
'rule-trigger-value.2' => 'hodnota spouštěcího pravidla #2',
|
||||
'rule-trigger-value.3' => 'hodnota spouštěcího pravidla #3',
|
||||
'rule-trigger-value.4' => 'hodnota spouštěcího pravidla #4',
|
||||
'rule-trigger-value.5' => 'hodnota spouštěcího pravidla #5',
|
||||
'rule-trigger.1' => 'spouštěč pravidla č. 1',
|
||||
'rule-trigger.2' => 'spouštěč pravidla č. 2',
|
||||
'rule-trigger.3' => 'spouštěč pravidla č. 3',
|
||||
@@ -173,18 +173,18 @@ return [
|
||||
],
|
||||
|
||||
// validation of accounts:
|
||||
'withdrawal_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
|
||||
'withdrawal_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'withdrawal_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'withdrawal_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
|
||||
'withdrawal_source_need_data' => 'Pro pokračování je potřeba získat platné ID zdrojového účtu a/nebo platný název zdrojového účtu.',
|
||||
'withdrawal_source_bad_data' => 'Nelze najít platný zdrojový účet při hledání ID „:id“ nebo jména „:name“.',
|
||||
'withdrawal_dest_need_data' => 'Pro pokračování je potřeba získat platné ID zdrojového účtu a/nebo platný název zdrojového účtu.',
|
||||
'withdrawal_dest_bad_data' => 'Při hledání ID „:id“ nebo jména „:name“ nelze najít platný cílový účet.',
|
||||
|
||||
'deposit_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
|
||||
'deposit_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'deposit_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'deposit_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
|
||||
'deposit_dest_wrong_type' => 'The submitted destination account is not of the right type.',
|
||||
'deposit_source_need_data' => 'Pro pokračování je potřeba získat platné ID zdrojového účtu a/nebo platný název zdrojového účtu.',
|
||||
'deposit_source_bad_data' => 'Nelze najít platný zdrojový účet při hledání ID „:id“ nebo jména „:name“.',
|
||||
'deposit_dest_need_data' => 'Pro pokračování je potřeba získat platné cílové ID účtu a/nebo platné jméno cílového účtu.',
|
||||
'deposit_dest_bad_data' => 'Při hledání ID „:id“ nebo jména „:name“ nelze najít platný cílový účet.',
|
||||
'deposit_dest_wrong_type' => 'Předložený cílový účet není správného typu.',
|
||||
|
||||
'transfer_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
|
||||
'transfer_source_need_data' => 'Pro pokračování je potřeba získat platné ID zdrojového účtu a/nebo platný název zdrojového účtu.',
|
||||
'transfer_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'transfer_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'transfer_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
|
||||
|
||||
Reference in New Issue
Block a user