feat: Implement Phase 2 features including blog, collections, saved listings, manifest, and api cron sync

This commit is contained in:
AyrisAI
2026-07-12 20:49:41 +03:00
parent 862544b5a1
commit f696d359b0
29 changed files with 3066 additions and 194 deletions
+31 -21
View File
@@ -4,27 +4,30 @@
"restaurants": "Restaurants",
"aparts": "Aparts",
"businesses": "Businesses",
"about": "About Us",
"about": "About",
"contact": "Contact",
"addBusiness": "Add Business",
"admin": "Admin Panel",
"login": "Login"
"admin": "Admin",
"login": "Login",
"blog": "Blog",
"collections": "Collections",
"saved": "Favorites"
},
"hero": {
"title": "The Best Local Places in Marmaris",
"subtitle": "Local knowledge tourists can't see. Handpicked restaurants, apart hotels and hidden gems approved by locals.",
"searchPlaceholder": "Search place, category or neighborhood...",
"title": "Marmaris' Finest Local Spots",
"subtitle": "Local insider knowledge hidden from ordinary tourists. Trusted restaurants, apart hotels, and secret spots verified by residents.",
"searchPlaceholder": "Search venue, category or neighborhood...",
"cta": "Start Exploring",
"approvedBadge": "Local Approved",
"approvedExplain": "The Local Approved Seal shows businesses that have been personally experienced and verified by Marmaris Local editors."
"approvedExplain": "The Local Approved Seal shows establishments personally experienced and verified by Marmaris Local editors."
},
"home": {
"categories": "Categories",
"categoriesSubtitle": "Everything you need to live Marmaris like a local",
"featured": "Featured Local Approved Places",
"featuredSubtitle": "Establishments selected by our editors with quality and taste guarantees",
"categoriesSubtitle": "Everything you need to experience Marmaris like a local",
"featured": "Featured Local Approved Spots",
"featuredSubtitle": "Establishments handpicked by our editors with quality and taste guarantees",
"neighborhoods": "Neighborhoods",
"neighborhoodsSubtitle": "Explore Marmaris by region",
"neighborhoodsSubtitle": "Explore Marmaris by areas",
"explore": "Explore"
},
"categories": {
@@ -33,8 +36,8 @@
"isletme": "General Businesses",
"filterNeighborhood": "Neighborhood Filter",
"filterPrice": "Price Range",
"filterApproved": "Local Approved Only",
"noResults": "No results found matching your criteria.",
"filterApproved": "Approved Only",
"noResults": "No results match your criteria.",
"allNeighborhoods": "All Neighborhoods",
"allPrices": "All Prices",
"rating": "Rating",
@@ -45,18 +48,25 @@
},
"detail": {
"approved": "Local Approved Sealed Business",
"rating": "Editor Rating",
"rating": "Editor Score",
"price": "Price Level",
"address": "Address",
"hours": "Opening Hours",
"contact": "Contact Info",
"call": "Call Now",
"whatsapp": "WhatsApp Message",
"website": "Web Site",
"whatsapp": "Send WhatsApp",
"website": "Website",
"instagram": "Instagram",
"location": "Location / Map",
"related": "Similar Places",
"noHours": "Opening hours not specified."
"noHours": "Opening hours not specified.",
"viewMenu": "View Menu",
"shareWhatsapp": "Share on WhatsApp",
"save": "Save",
"saved": "Saved",
"instagramFeed": "Recent Instagram Posts",
"newlyAdded": "Newly Added",
"newlyAddedSubtitle": "Latest additions to our local guide"
},
"forms": {
"name": "Full Name",
@@ -72,12 +82,12 @@
"description": "Short Description",
"image": "Image File or URL (Optional)",
"submit": "Submit",
"sending": "Submitting...",
"success": "Your submission has been received successfully! It will be published after editor review.",
"contactSuccess": "Your message has been sent successfully. We will get back to you soon."
"sending": "Sending...",
"success": "Your submission has been successfully received! It will be published after editorial review.",
"contactSuccess": "Your message was successfully sent. We will get back to you shortly."
},
"footer": {
"rights": "© 2026 Marmaris Local. All rights reserved.",
"about": "Marmaris Local is a curated directory bringing together the best restaurants, accommodation, and services in Marmaris."
"about": "Marmaris Local is a curated directory bringing together the best restaurants, accommodations, and local services in Marmaris."
}
}