-
Notifications
You must be signed in to change notification settings - Fork 0
/
hotel-filters.json
37 lines (37 loc) · 910 Bytes
/
hotel-filters.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"search-hotel": "Enter a destination or property",
"check-in": "Check-in",
"check-out": "Check-out",
"guest-room": {
"name": "Guests and rooms",
"num-of-room": "Rooms",
"num-of-adults": "Adults",
"num-of-children": "Children"
},
"star-rating": {
"name": "Star rating",
"rating": [0, 1, 2, 3, 4, 5]
},
"guest-rating": {
"name": "Guest rating",
"rating": {
"6+": "6+ Good",
"7+": "7+ Very Good",
"8+": "8+ Excellent",
"9+": "9+ Exceptional"
}
},
"location-rating": {
"name": "Location rating",
"rating": {
"6+": "6+ Good",
"7+": "7+ Very Good",
"8+": "8+ Excellent",
"9+": "9+ Exceptional"
}
},
"payment-options": {
"name": "Payment Options",
"options": ["Free cancellation", "Pay at the hotel", "Book now, pay later", "Pay now", "Book without credit card", "Pay with eCash"]
}
}