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