Format when time is in hours
@override String hours(int hours) => _pluralize(hours, 'hodinou', 'hodinami', 'hodinami');