Add New {item}
In en, this message translates to: 'Add New {item}'
@override String addNewItem(String item) { return 'Add New $item'; }