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