Label for recent weeks choice on quick choices.
@override String recentWeeksLabel(int count) { assert(count > 0); return '近$count周'; }