Files
myeasycms-v2/apps/web/i18n/messages/en/bookings.json
T. Zehetbauer c6d564836f
Some checks failed
Workflow / ʦ TypeScript (push) Failing after 17m4s
Workflow / ⚫️ Test (push) Has been skipped
fix: add missing newlines at the end of JSON files; clean up formatting in page components
2026-04-02 11:02:58 +02:00

145 lines
3.9 KiB
JSON

{
"nav": {
"bookings": "Bookings",
"calendar": "Calendar",
"rooms": "Rooms",
"guests": "Guests",
"newBooking": "New Booking"
},
"list": {
"title": "Bookings",
"searchPlaceholder": "Search guest or room...",
"newBooking": "New Booking",
"noBookings": "No bookings found",
"createFirst": "Create your first booking.",
"activeBookings": "Active Bookings",
"guest": "Guest",
"room": "Room",
"checkIn": "Check-in",
"checkOut": "Check-out",
"nights": "Nights",
"price": "Price",
"status": "Status",
"amount": "Amount",
"total": "Total",
"manage": "Manage rooms and bookings",
"search": "Search",
"reset": "Reset",
"noResults": "No bookings found",
"noResultsFor": "No results for \"{query}\".",
"allBookings": "All Bookings ({count})",
"searchResults": "Results ({count})"
},
"detail": {
"title": "Booking Details",
"notFound": "Booking not found",
"notFoundDesc": "Booking with ID \"{id}\" was not found.",
"backToBookings": "Back to Bookings",
"guestInfo": "Guest Information",
"roomInfo": "Room Information",
"bookingDetails": "Booking Details",
"extras": "Extras",
"room": "Room",
"roomNumber": "Room Number",
"type": "Type",
"noRoom": "No room assigned",
"guest": "Guest",
"email": "Email",
"phone": "Phone",
"noGuest": "No guest assigned",
"stay": "Stay",
"adults": "Adults",
"children": "Children",
"amount": "Amount",
"totalPrice": "Total Price",
"notes": "Notes",
"actions": "Actions",
"changeStatus": "Change booking status",
"checkIn": "Check In",
"checkOut": "Check Out",
"cancel": "Cancel",
"cancelledStatus": "cancelled",
"completedStatus": "completed",
"noMoreActions": "This booking is {statusLabel} — no further actions available."
},
"form": {
"room": "Room *",
"selectRoom": "— Select room —",
"guest": "Guest",
"checkIn": "Check-in *",
"checkOut": "Check-out *",
"adults": "Adults",
"children": "Children",
"notes": "Notes",
"created": "Booking created successfully",
"errorCreating": "Error creating booking"
},
"status": {
"pending": "Pending",
"confirmed": "Confirmed",
"checked_in": "Checked In",
"checked_out": "Checked Out",
"cancelled": "Cancelled",
"no_show": "No Show"
},
"rooms": {
"title": "Rooms",
"newRoom": "New Room",
"noRooms": "No rooms found",
"addFirst": "Add your first room.",
"manage": "Room Management",
"allRooms": "All Rooms ({count})",
"roomNumber": "Room No.",
"name": "Name",
"type": "Type",
"capacity": "Capacity",
"price": "Price/Night",
"active": "Active"
},
"guests": {
"title": "Guests",
"newGuest": "New Guest",
"noGuests": "No guests found",
"addFirst": "Add your first guest.",
"manage": "Guest Management",
"allGuests": "All Guests ({count})",
"name": "Name",
"email": "Email",
"phone": "Phone",
"city": "City",
"country": "Country",
"bookings": "Bookings"
},
"calendar": {
"title": "Availability Calendar",
"subtitle": "Room occupancy at a glance",
"occupied": "Occupied",
"free": "Free",
"today": "Today",
"bookingsThisMonth": "Bookings this month",
"daysOccupied": "{occupied} of {total} days occupied",
"previousMonth": "Previous Month",
"nextMonth": "Next Month",
"backToBookings": "Back to Bookings"
},
"newBooking": {
"title": "New Booking",
"description": "Create booking"
},
"common": {
"previous": "Previous",
"next": "Next",
"page": "Page",
"of": "of",
"entries": "entries",
"pageInfo": "Page {page} of {total} ({entries} entries)"
},
"cancel": {
"title": "Cancel booking?",
"description": "This action cannot be undone. The booking will be permanently cancelled.",
"confirm": "Cancel Booking",
"cancel": "Dismiss",
"cancelling": "Cancelling..."
}
}