first commit

This commit is contained in:
AyrisAI
2026-07-12 20:18:55 +03:00
commit cbc59222c2
65 changed files with 16871 additions and 0 deletions
+83
View File
@@ -0,0 +1,83 @@
{
"nav": {
"home": "Home",
"restaurants": "Restaurants",
"aparts": "Aparts",
"businesses": "Businesses",
"about": "About Us",
"contact": "Contact",
"addBusiness": "Add Business",
"admin": "Admin Panel",
"login": "Login"
},
"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...",
"cta": "Start Exploring",
"approvedBadge": "Local Approved",
"approvedExplain": "The Local Approved Seal shows businesses that have been 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",
"neighborhoods": "Neighborhoods",
"neighborhoodsSubtitle": "Explore Marmaris by region",
"explore": "Explore"
},
"categories": {
"restoran": "Restaurants",
"apart": "Aparts",
"isletme": "General Businesses",
"filterNeighborhood": "Neighborhood Filter",
"filterPrice": "Price Range",
"filterApproved": "Local Approved Only",
"noResults": "No results found matching your criteria.",
"allNeighborhoods": "All Neighborhoods",
"allPrices": "All Prices",
"rating": "Rating",
"address": "Address",
"phone": "Phone",
"price": "Price",
"viewDetails": "View Details"
},
"detail": {
"approved": "Local Approved Sealed Business",
"rating": "Editor Rating",
"price": "Price Level",
"address": "Address",
"hours": "Opening Hours",
"contact": "Contact Info",
"call": "Call Now",
"whatsapp": "WhatsApp Message",
"website": "Web Site",
"instagram": "Instagram",
"location": "Location / Map",
"related": "Similar Places",
"noHours": "Opening hours not specified."
},
"forms": {
"name": "Full Name",
"email": "Email Address",
"message": "Your Message",
"subject": "Subject",
"businessName": "Business Name",
"category": "Category",
"neighborhood": "Neighborhood",
"address": "Business Address",
"phone": "Phone Number",
"whatsapp": "WhatsApp Number (Optional)",
"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."
},
"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."
}
}