slots_details_reservationsCount abstract method
Displays the current reservations over the total slot size, with reservations and size placeholders.
In en, this message translates to: 'Reservations ({reservations}/{size})'
Implementation
String slots_details_reservationsCount(int reservations, int size);