Skip to content

Commit

Permalink
Update cs.php
Browse files Browse the repository at this point in the history
Minor typo corrections and translation improvements
  • Loading branch information
marapavelka authored Jan 20, 2025
1 parent 8c989d4 commit c2f7391
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions includes/i18n/cs.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
$i18n = [
// Registration page
"create_account" => "Než se budete moct přihlásit, musíte si vytvořit účet.",
"username" => "Uživatlské jméno",
"username" => "Uživatelské jméno",
"password" => "Heslo",
"email" => "E-mail",
"confirm_password" => "Potvrďte heslo",
"main_currency" => "Hlavní měna",
"language" => "Jazyk",
"passwords_dont_match" => "Hesla se neshodují",
"username_exists" => "Uživatlské jméno již existuje",
"username_exists" => "Uživatelské jméno již existuje",
"email_exists" => "E-mail již existuje",
"registration_failed" => "Registrace se nezdařila, zkuste to prosím znovu.",
"register" => "Registrace",
Expand Down Expand Up @@ -54,7 +54,7 @@
"start_date" => "Datum zahájení",
"inactive" => "Zakázat předplatné",
"replaced_with" => "Nahrazeno",
"none" => "Ničím",
"none" => "Nic",
"member" => "Člen",
"category" => "Kategorie",
"payment_method" => "Platební metoda",
Expand Down Expand Up @@ -119,7 +119,7 @@
"total_cost_trend" => "Trend celkových nákladů",
// About page
"about_and_credits" => "O aplikaci a zásluhy",
"credits" => "Zásluy",
"credits" => "Zásluhy",
"license" => "Licence",
"issues_and_requests" => "Problémy a požadavky",
"the_author" => "Autor",
Expand Down Expand Up @@ -156,7 +156,7 @@
"notifications" => "Oznámení",
"enable_email_notifications" => "Povolit e-mailová oznámení",
"notify_me" => "Upozorni mě",
"day_before" => "den předem",
"day_before" => "dní předem",
"on_due_date" => "V den splatnosti",
"days_before" => "dní předem",
"smtp_address" => "Adresa SMTP",
Expand Down Expand Up @@ -204,7 +204,7 @@
"fixer_api_key" => "Klíč API služby Fixer",
"provider" => "Poskytovatel",
"fixer_info" => "Pokud používáte více měn a chcete mít přesné statistiky a řazení předplatných, je nutné mít BEZPLATNÝ klíč API od služby Fixer.",
"get_key" => "Získejtesvůj klíč na",
"get_key" => "Získejte svůj klíč na",
"get_free_fixer_api_key" => "Získat bezplatný klíč API služby Fixer",
"get_key_alternative" => "Případně můžete získat bezplatný klíč API služby Fixer od",
"display_settings" => "Nastavení zobrazení",
Expand Down Expand Up @@ -362,18 +362,18 @@
"thu" => "Čt",
"fri" => "",
"sat" => "So",
"month-01" => "ledna",
"month-02" => "února",
"month-03" => "března",
"month-04" => "dubna",
"month-05" => "května",
"month-06" => "června",
"month-07" => "července",
"month-08" => "srpna",
"month-09" => "září",
"month-10" => "října",
"month-11" => "listopadu",
"month-12" => "prosince",
"month-01" => "Leden",
"month-02" => "Únor",
"month-03" => "Březen",
"month-04" => "Duben",
"month-05" => "Květen",
"month-06" => "Červen",
"month-07" => "Červenec",
"month-08" => "Srpen",
"month-09" => "Září",
"month-10" => "Říjen",
"month-11" => "Listopad",
"month-12" => "Prosinec",
"total_cost" => "Celkové náklady",
"export_icalendar" => "Exportovat iCalendar",
// TOTP Page
Expand Down

0 comments on commit c2f7391

Please sign in to comment.