feat: Refactor hotel terminology to lodging and update related components

This commit is contained in:
Sean Morley
2025-02-08 16:10:01 -05:00
parent d2cb862103
commit 68924d7ecc
17 changed files with 510 additions and 135 deletions

View File

@@ -191,7 +191,7 @@
"no_description_found": "No description found",
"adventure_created": "Adventure created",
"adventure_create_error": "Failed to create adventure",
"hotel": "Hotel",
"lodging": "Lodging",
"create_adventure": "Create Adventure",
"adventure_updated": "Adventure updated",
"adventure_update_error": "Failed to update adventure",
@@ -200,6 +200,7 @@
"new_adventure": "New Adventure",
"basic_information": "Basic Information",
"no_adventures_to_recommendations": "No adventures found. Add at leat one adventure to get recommendations.",
"display_name": "Display Name",
"adventure_not_found": "There are no adventures to display. Add some using the plus button at the bottom right or try changing filters!",
"no_adventures_found": "No adventures found",
"mark_region_as_visited": "Mark region {region}, {country} as visited?",
@@ -250,6 +251,9 @@
"out_of_range": "Not in itinerary date range",
"preview": "Preview",
"finding_recommendations": "Discovering hidden gems for your next adventure",
"location_details": "Location Details",
"city": "City",
"region": "Region",
"md_instructions": "Write your markdown here...",
"days": "days",
"attachment_upload_success": "Attachment uploaded successfully!",
@@ -489,6 +493,30 @@
"start": "Start",
"date_and_time": "Date & Time"
},
"lodging": {
"lodging_deleted": "Lodging deleted successfully!",
"lodging_delete_error": "Error deleting lodging",
"provide_start_date": "Please provide a start date",
"lodging_type": "Lodging Type",
"type": "Type",
"lodging_added": "Lodging added successfully!",
"error_editing_lodging": "Error editing lodging",
"new_lodging": "New Lodging",
"check_in": "Check In",
"check_out": "Check Out",
"edit": "Edit",
"modes": {
"hotel": "Hotel",
"hostel": "Hostel",
"airbnb": "Airbnb",
"camping": "Camping",
"other": "Other"
},
"lodging_edit_success": "Lodging edited successfully!",
"edit_lodging": "Edit Lodging",
"start": "Start",
"date_and_time": "Date & Time"
},
"search": {
"adventurelog_results": "AdventureLog Results",
"public_adventures": "Public Adventures",