Merged in fix/SW-1686-show-correct-room-number (pull request #1417)
fix(SW-1686): display total rooms and available rooms when filtering * fix(SW-1686): display total rooms and available rooms when filtering Approved-by: Arvid Norlin Approved-by: Simon.Emanuelsson
This commit is contained in:
@@ -757,6 +757,7 @@
|
||||
"{amount} {amount, plural, one {hotel} other {hotels}}": "{amount} {amount, plural, one {hotelli} other {hotellit}}",
|
||||
"{amount}/night per adult": "{amount}/yötä aikuista kohti",
|
||||
"{ancillary} added to your booking!": "{ancillary} lisätty varaukseesi!",
|
||||
"{availableRooms}/{numberOfRooms, plural, one {# room type} other {# room types}} available": "{availableRooms}/{numberOfRooms, plural, one {# huonetyyppi} other {# huonetyyppiä}} saatavilla",
|
||||
"{card} ending with {cardno}": "{card} päättyen {cardno}",
|
||||
"{checkInDate} from {checkInTime}": "{checkInDate} alkaen {checkInTime}",
|
||||
"{checkOutDate} from {checkOutTime}": "{checkOutDate} alkaen {checkOutTime}",
|
||||
@@ -772,7 +773,7 @@
|
||||
"{lowest} to {highest} persons": "{lowest} - {highest} henkilöä",
|
||||
"{memberPrice} {currency}": "{memberPrice} {currency}",
|
||||
"{min} to {max} characters": "{min} to {max} hahmoja",
|
||||
"{numberOfRooms, plural, one {# room type} other {# room types}} available": "{numberOfRooms, plural, one {# room type} other {# room types}} saatavilla",
|
||||
"{numberOfRooms, plural, one {# room type} other {# room types}} available": "{numberOfRooms, plural, one {# huonetyyppi} other {# huonetyyppiä}} saatavilla",
|
||||
"{number} km to city center": "{number} km Etäisyys kaupunkiin",
|
||||
"{number} people": "{number} people",
|
||||
"{points, number} Bonus points": "{points, number} Bonus points",
|
||||
@@ -803,4 +804,4 @@
|
||||
"{value} persons": "{number} henkilöä",
|
||||
"{value} square meters": "{number} neliömetriä",
|
||||
"© {currentYear} Scandic AB All rights reserved": "© {currentYear} Scandic AB Kaikki oikeudet pidätetään"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user