feat: implement dynamic categories, admin category CRUD, fix routing and cleanup
This commit is contained in:
+29
-2
@@ -11,7 +11,33 @@
|
||||
"login": "Login",
|
||||
"blog": "Blog",
|
||||
"collections": "Collections",
|
||||
"saved": "Favorites"
|
||||
"saved": "Favorites",
|
||||
"events": "Events",
|
||||
"aiPlanner": "AI Planner"
|
||||
},
|
||||
"events": {
|
||||
"title": "marmaris event calendar",
|
||||
"subtitle": "current live music, jazz nights, gastronomy and festival schedules at marmaris local approved venues.",
|
||||
"sponsored": "Sponsored",
|
||||
"details": "View Details",
|
||||
"date": "Date",
|
||||
"noEvents": "No upcoming events scheduled. Stay tuned!",
|
||||
"venue": "Venue"
|
||||
},
|
||||
"planner": {
|
||||
"title": "AI travel planner",
|
||||
"subtitle": "personalize your marmaris holiday based on your interests, number of days and local approved venues.",
|
||||
"days": "How many days will you stay?",
|
||||
"style": "What is your travel style?",
|
||||
"neighborhoods": "Which neighborhoods do you want to explore?",
|
||||
"generate": "Create Travel Plan",
|
||||
"generating": "Preparing your plan...",
|
||||
"viewPlan": "View Plan",
|
||||
"styles": {
|
||||
"gastronomy": "Gourmet & Gastronomy",
|
||||
"relaxation": "Peace & Relaxation",
|
||||
"adventure": "Adventure & Nature"
|
||||
}
|
||||
},
|
||||
"hero": {
|
||||
"title": "Marmaris' Finest Local Spots",
|
||||
@@ -48,13 +74,14 @@
|
||||
},
|
||||
"detail": {
|
||||
"approved": "Local Approved Sealed Business",
|
||||
"rating": "Editor Score",
|
||||
"rating": "Google Reviews Score",
|
||||
"price": "Price Level",
|
||||
"address": "Address",
|
||||
"hours": "Opening Hours",
|
||||
"contact": "Contact Info",
|
||||
"call": "Call Now",
|
||||
"whatsapp": "Send WhatsApp",
|
||||
"phone": "Phone",
|
||||
"website": "Website",
|
||||
"instagram": "Instagram",
|
||||
"location": "Location / Map",
|
||||
|
||||
Reference in New Issue
Block a user