mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 06:31:22 +00:00
New translations.
This commit is contained in:
@@ -23,29 +23,30 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'html_language' => 'cs',
|
||||
'locale' => 'cs, Čeština, cs_CZ, cs_CZ.utf8, cs_CZ.UTF-8',
|
||||
'month' => '%B %Y',
|
||||
'month_and_day' => '%e %B %Y',
|
||||
'month_and_date_day' => '%A %B %e, %Y',
|
||||
'month_and_day_no_year' => '%B %e',
|
||||
'date_time' => '%e %B %Y, @ %T',
|
||||
'specific_day' => '%e %B %Y',
|
||||
'week_in_year' => 'Týden %W, %Y',
|
||||
'year' => '%Y',
|
||||
'half_year' => '%B %Y',
|
||||
'month_js' => 'MMMM YYYY',
|
||||
'month_and_day_js' => 'D. MMMM YYYY',
|
||||
'date_time_js' => 'D. MMMM YYYY, @ HH:mm:ss',
|
||||
'specific_day_js' => 'D. MMMM YYYY',
|
||||
'week_in_year_js' => '[Week] t, RRRR',
|
||||
'year_js' => 'YYYY',
|
||||
'half_year_js' => 'Q YYYY',
|
||||
'dow_1' => 'Pondělí',
|
||||
'dow_2' => 'Úterý',
|
||||
'dow_3' => 'Středa',
|
||||
'dow_4' => 'Čtvrtek',
|
||||
'dow_5' => 'Pátek',
|
||||
'dow_6' => 'Sobota',
|
||||
'dow_7' => 'Neděle',
|
||||
'html_language' => 'cs',
|
||||
'locale' => 'cs, Čeština, cs_CZ, cs_CZ.utf8, cs_CZ.UTF-8',
|
||||
'month' => '%B %Y',
|
||||
'month_and_day' => '%e %B %Y',
|
||||
'month_and_day_moment_js' => 'MMM D, YYYY',
|
||||
'month_and_date_day' => '%A %B %e, %Y',
|
||||
'month_and_day_no_year' => '%B %e',
|
||||
'date_time' => '%e %B %Y, @ %T',
|
||||
'specific_day' => '%e %B %Y',
|
||||
'week_in_year' => 'Týden %W, %Y',
|
||||
'year' => '%Y',
|
||||
'half_year' => '%B %Y',
|
||||
'month_js' => 'MMMM YYYY',
|
||||
'month_and_day_js' => 'D. MMMM YYYY',
|
||||
'date_time_js' => 'D. MMMM YYYY, @ HH:mm:ss',
|
||||
'specific_day_js' => 'D. MMMM YYYY',
|
||||
'week_in_year_js' => '[Week] t, RRRR',
|
||||
'year_js' => 'YYYY',
|
||||
'half_year_js' => 'Q YYYY',
|
||||
'dow_1' => 'Pondělí',
|
||||
'dow_2' => 'Úterý',
|
||||
'dow_3' => 'Středa',
|
||||
'dow_4' => 'Čtvrtek',
|
||||
'dow_5' => 'Pátek',
|
||||
'dow_6' => 'Sobota',
|
||||
'dow_7' => 'Neděle',
|
||||
];
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -120,18 +120,19 @@ return [
|
||||
'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.',
|
||||
'2fa_code' => 'Kolonka :attribute není platná.',
|
||||
'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.',
|
||||
'present' => 'Je třeba, aby kolonka :attribute byla přítomna.',
|
||||
'amount_zero' => 'Celková částka nemůže být nula.',
|
||||
'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.',
|
||||
'invalid_account_info' => 'Neplatná informace o účtu.',
|
||||
'2fa_code' => 'Kolonka :attribute není platná.',
|
||||
'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.',
|
||||
'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.',
|
||||
'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.',
|
||||
'invalid_account_info' => 'Neplatná informace o účtu.',
|
||||
'attributes' => [
|
||||
'email' => 'e-mailová adresa',
|
||||
'description' => 'popis',
|
||||
|
||||
Reference in New Issue
Block a user