Skip to content

Commit

Permalink
Merge pull request NamelessMC#1832 from Fjuro/patch-7
Browse files Browse the repository at this point in the history
Fix translations
  • Loading branch information
Derkades authored Sep 12, 2020
2 parents d505cae + 9038ca7 commit 2a94090
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions custom/languages/Czech/time.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
*/
'time' => 'čas', // Placeholder, no need to translate
'seconds_short' => 's', // Shortened "seconds", eg "s"
'less_than_a_minute' => 'Před méně než minutou',
'1_minute' => 'Před 1 minutou',
'_minutes' => 'Před {x} minutami',
'about_1_hour' => 'Před 1 hodinou',
'_hours' => 'Před {x} hodinami',
'1_day' => 'Před 1 dnem',
'_days' => 'Před {x} dny',
'about_1_month' => 'Před 1 měsícem',
'_months' => 'Před {x} měsíci',
'about_1_year' => 'Před 1 rokem',
'over_x_years' => 'Před {x} lety',
'less_than_a_minute' => 'před méně než minutou',
'1_minute' => 'před 1 minutou',
'_minutes' => 'před {x} minutami',
'about_1_hour' => 'před 1 hodinou',
'_hours' => 'před {x} hodinami',
'1_day' => 'před 1 dnem',
'_days' => 'před {x} dny',
'about_1_month' => 'před 1 měsícem',
'_months' => 'před {x} měsíci',
'about_1_year' => 'před 1 rokem',
'over_x_years' => 'před {x} lety',
);

0 comments on commit 2a94090

Please sign in to comment.