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