feat: Реализован полный CRUD для админ-панели и улучшена функциональность

- Portfolio CRUD: добавление, редактирование, удаление, переключение публикации
- Services CRUD: полное управление услугами с возможностью активации/деактивации
- Banner system: новая модель Banner с CRUD операциями и аналитикой кликов
- Telegram integration: расширенные настройки бота, обнаружение чатов, отправка сообщений
- Media management: улучшенная загрузка файлов с оптимизацией изображений и превью
- UI improvements: обновлённые админ-панели с rich-text редактором и drag&drop загрузкой
- Database: добавлена таблица banners с полями для баннеров и аналитики
This commit is contained in:
2025-10-22 20:32:16 +09:00
parent 150891b29d
commit 9477ff6de0
69 changed files with 11451 additions and 2321 deletions

View File

@@ -1,318 +1,331 @@
{
"navigation": {
"home": "Home",
"about": "About",
"services": "Services",
"portfolio": "Portfolio",
"contact": "Contact",
"calculator": "Calculator",
"admin": "Admin",
"home - SmartSolTech": "navigation.home - SmartSolTech"
},
"hero": {
"title": {
"smart": "hero.title.smart",
"solutions": "hero.title.solutions"
},
"subtitle": "Solutions",
"description": "Innovative web development, mobile apps, UI/UX design leading your business digital transformation",
"cta_primary": "Start Project",
"cta_secondary": "View Portfolio",
"cta": {
"start": "hero.cta.start",
"portfolio": "hero.cta.portfolio"
}
},
"services": {
"title": {
"our": "services.title.our",
"services": "services.title.services"
},
"title_highlight": "Services",
"description": "Digital solutions completed with cutting-edge technology and creative ideas",
"web_development": {
"title": "Web Development",
"description": "Modern and responsive websites and web applications development",
"price": "$5,000~"
},
"mobile_app": {
"title": "Mobile App",
"description": "Native and cross-platform apps for iOS and Android",
"price": "$8,000~"
},
"ui_ux_design": {
"title": "UI/UX Design",
"description": "User-centered intuitive and beautiful interface design",
"price": "$3,000~"
},
"digital_marketing": {
"title": "Digital Marketing",
"description": "Digital marketing through SEO, social media, online advertising",
"price": "$2,000~"
},
"view_all": "View All Services",
"subtitle": "services.subtitle",
"web": {
"title": "services.web.title",
"description": "services.web.description",
"price": "services.web.price"
},
"mobile": {
"title": "services.mobile.title",
"description": "services.mobile.description",
"price": "services.mobile.price"
},
"design": {
"title": "services.design.title",
"description": "services.design.description",
"price": "services.design.price"
},
"marketing": {
"title": "services.marketing.title",
"description": "services.marketing.description",
"price": "services.marketing.price"
}
},
"portfolio": {
"title": {
"recent": "portfolio.title.recent",
"projects": "portfolio.title.projects"
},
"title_highlight": "Projects",
"description": "Check out the projects completed for customer success",
"view_details": "View Details",
"view_all": "View All Portfolio",
"subtitle": "portfolio.subtitle"
},
"calculator": {
"title": "Project Cost Calculator",
"subtitle": "Select your desired services and requirements to get accurate cost estimates in real time",
"meta": {
"title": "Project Cost Calculator",
"description": "Calculate the cost of your web development, mobile app, or design project with our interactive calculator"
},
"cta": {
"title": "Check Your Project Estimate",
"subtitle": "Select your desired services and requirements to calculate costs in real time",
"button": "Use Cost Calculator"
},
"step1": {
"title": "Step 1: Service Selection",
"subtitle": "Please select the services you need (multiple selection allowed)"
},
"step2": {
"title": "Step 2: Project Details",
"subtitle": "Select project complexity and timeline"
},
"complexity": {
"title": "Project Complexity",
"simple": "Simple",
"simple_desc": "Basic features, standard design",
"medium": "Medium",
"medium_desc": "Additional features, custom design",
"complex": "Complex",
"complex_desc": "Advanced features, complex integrations"
},
"timeline": {
"title": "Development Timeline",
"standard": "Standard",
"standard_desc": "Normal development timeframe",
"rush": "Rush",
"rush_desc": "Fast development (+50%)",
"extended": "Extended",
"extended_desc": "Flexible development timeline (-20%)"
},
"result": {
"title": "Estimate Results",
"subtitle": "Here's your preliminary project cost estimate",
"estimated_price": "Estimated Price",
"price_note": "* Final cost may vary based on project details",
"summary": "Project Summary",
"selected_services": "Selected Services",
"complexity": "Complexity",
"timeline": "Timeline",
"get_quote": "Get Accurate Quote",
"recalculate": "Recalculate",
"contact_note": "Contact us for an accurate quote and to discuss project details"
},
"next_step": "Next Step",
"prev_step": "Previous",
"calculate": "Calculate"
},
"contact": {
"ready_title": "Ready to Start Your Project?",
"ready_description": "Turn your ideas into reality. Experts provide the best solutions.",
"phone_consultation": "Phone Consultation",
"email_inquiry": "Email Inquiry",
"telegram_chat": "Telegram Chat",
"instant_response": "Instant response available",
"free_consultation": "Free Consultation Application",
"form": {
"name": "Name",
"email": "Email",
"phone": "Phone",
"service_interest": "Service Interest",
"service_options": {
"select": "Select Service Interest",
"web_development": "Web Development",
"mobile_app": "Mobile App",
"ui_ux_design": "UI/UX Design",
"branding": "Branding",
"consulting": "Consulting",
"other": "Other"
},
"message": "Please briefly describe your project",
"submit": "Apply for Consultation",
"title": "contact.form.title",
"service": {
"select": "contact.form.service.select",
"web": "contact.form.service.web",
"mobile": "contact.form.service.mobile",
"design": "contact.form.service.design",
"branding": "contact.form.service.branding",
"consulting": "contact.form.service.consulting",
"other": "contact.form.service.other"
},
"success": "contact.form.success",
"error": "contact.form.error"
},
"cta": {
"ready": "contact.cta.ready",
"start": "contact.cta.start",
"question": "contact.cta.question",
"subtitle": "contact.cta.subtitle"
},
"phone": {
"title": "contact.phone.title",
"number": "contact.phone.number"
},
"email": {
"title": "contact.email.title",
"address": "contact.email.address"
},
"telegram": {
"title": "contact.telegram.title",
"subtitle": "contact.telegram.subtitle"
}
},
"about": {
"hero_title": "About",
"hero_highlight": "SmartSolTech",
"hero_description": "Digital solution specialist leading customer success with innovative technology",
"overview": {
"title": "Creating Future with Innovation and Creativity",
"description_1": "SmartSolTech is a digital solution specialist established in 2020, supporting customer business success with innovative technology and creative ideas in web development, mobile apps, and UI/UX design.",
"description_2": "We don't just provide technology, but understand customer goals and propose optimal solutions to become partners growing together.",
"stats": {
"projects": "100+",
"projects_label": "Completed Projects",
"clients": "50+",
"clients_label": "Satisfied Customers",
"experience": "4 years",
"experience_label": "Industry Experience"
},
"mission": "Our Mission",
"mission_text": "Helping all businesses succeed in the digital age through technology",
"vision": "Our Vision",
"vision_text": "Growing as a global digital solution company representing Korea to lead digital innovation for customers worldwide"
},
"values": {
"title": "Core",
"title_highlight": "Values",
"description": "Core values pursued by SmartSolTech",
"innovation": {
"title": "Innovation",
"description": "We provide innovative solutions through continuous R&D and adoption of cutting-edge technology."
},
"collaboration": {
"title": "Collaboration",
"description": "We create the best results through close communication and collaboration with customers."
},
"quality": {
"title": "Quality",
"description": "We maintain high quality standards and provide high-quality products that customers can be satisfied with."
},
"growth": {
"title": "Growth",
"description": "We grow together with customers and pursue continuous learning and development."
}
},
"team": {
"title": "Our",
"title_highlight": "Team",
"description": "Introducing the SmartSolTech team with expertise and passion"
},
"tech_stack": {
"title": "Technology",
"title_highlight": "Stack",
"description": "We provide the best solutions with cutting-edge technology and proven tools",
"frontend": "Frontend",
"backend": "Backend",
"mobile": "Mobile"
},
"cta": {
"title": "Become a Partner for Success Together",
"description": "Take your business to the next level with SmartSolTech",
"partnership": "Partnership Inquiry",
"portfolio": "View Portfolio"
}
},
"footer": {
"company": {
"description": "footer.company.description"
},
"description": "Digital solution specialist leading innovation",
"quick_links": "Quick Links",
"services": "Services",
"contact_info": "Contact Information",
"follow_us": "Follow Us",
"rights": "All rights reserved.",
"links": {
"title": "footer.links.title"
},
"contact": {
"title": "footer.contact.title",
"email": "footer.contact.email",
"phone": "footer.contact.phone",
"address": "footer.contact.address"
},
"copyright": "footer.copyright",
"privacy": "footer.privacy",
"terms": "footer.terms"
},
"theme": {
"light": "Light Theme",
"dark": "Dark Theme",
"toggle": "Toggle Theme"
},
"language": {
"english": "English",
"korean": "한국어",
"russian": "Русский",
"kazakh": "Қазақша",
"ko": "language.ko"
},
"common": {
"loading": "Loading...",
"error": "Error occurred",
"success": "Success",
"view_more": "View More",
"back": "Back",
"next": "Next",
"previous": "Previous",
"view_details": "common.view_details"
},
"undefined - SmartSolTech": "undefined - SmartSolTech",
"meta": {
"description": "meta.description",
"keywords": "meta.keywords",
"title": "meta.title"
},
"nav": {
"home": "nav.home",
"about": "nav.about",
"services": "nav.services",
"portfolio": "nav.portfolio",
"calculator": "nav.calculator"
}
"navigation": {
"home": "Home",
"about": "About",
"services": "Services",
"portfolio": "Portfolio",
"contact": "Contact",
"calculator": "Calculator",
"admin": "Admin"
},
"hero": {
"title": {
"smart": "Smart",
"solutions": "Solutions"
},
"subtitle": "Grow your business with innovative technology",
"description": "Innovative web development, mobile apps, UI/UX design leading your business digital transformation",
"cta": {
"start": "Get Started",
"portfolio": "View Portfolio"
}
},
"services": {
"title": {
"our": "Our",
"services": "Services"
},
"subtitle": "Professional development services to turn your ideas into reality",
"description": "Digital solutions completed with cutting-edge technology and creative ideas",
"view_all": "View All Services",
"web": {
"title": "Web Development",
"description": "Responsive websites and web application development",
"price": "From $500"
},
"mobile": {
"title": "Mobile Apps",
"description": "iOS and Android native app development",
"price": "From $1,000"
},
"design": {
"title": "UI/UX Design",
"description": "User-centered interface and experience design",
"price": "From $300"
},
"marketing": {
"title": "Digital Marketing",
"description": "SEO, social media marketing, advertising management",
"price": "From $200"
},
"meta": {
"title": "Services",
"description": "Check out SmartSolTech's professional services. Web development, mobile apps, UI/UX design, digital marketing and other technology solutions.",
"keywords": "web development, mobile apps, UI/UX design, digital marketing, technology solutions, SmartSolTech"
},
"hero": {
"title": "Our",
"title_highlight": "Services",
"subtitle": "Support business growth with innovative technology"
},
"cards": {
"starting_price": "Starting Price",
"consultation": "consultation",
"contact": "Contact",
"calculate_cost": "Calculate Cost",
"popular": "Popular",
"coming_soon": "Services Coming Soon",
"coming_soon_desc": "We'll soon offer various services!"
},
"process": {
"title": "Project Implementation Process",
"subtitle": "We conduct projects with systematic and professional processes",
"consultation": {
"title": "Consultation and Planning",
"description": "Accurately understand customer requirements"
}
}
},
"portfolio": {
"title": {
"recent": "Recent",
"projects": "Projects"
},
"subtitle": "Check out successfully completed projects",
"description": "Check out the projects completed for customer success",
"view_details": "View Details",
"view_all": "View All Portfolio",
"categories": {
"all": "All",
"web": "Web Development",
"mobile": "Mobile Apps",
"uiux": "UI/UX Design"
},
"project_details": "Project Details",
"default": {
"ecommerce": "E-commerce",
"title": "E-commerce Platform",
"description": "Modern online commerce solution with intuitive interface"
},
"meta": {
"title": "Portfolio",
"description": "Check out SmartSolTech's diverse projects and success stories. Web development, mobile apps, UI/UX design portfolio.",
"keywords": "portfolio, web development, mobile apps, UI/UX design, projects, SmartSolTech"
}
},
"calculator": {
"title": "Project Cost Calculator",
"subtitle": "Select your desired services and requirements to get accurate cost estimates in real time",
"meta": {
"title": "Project Cost Calculator",
"description": "Calculate the cost of your web development, mobile app, or design project with our interactive calculator"
},
"cta": {
"title": "Check Your Project Estimate",
"subtitle": "Select your desired services and requirements to calculate costs in real time",
"button": "Use Cost Calculator"
}
},
"contact": {
"hero": {
"title": "Contact Us",
"subtitle": "We're here to help bring your ideas to life"
},
"ready_title": "Ready to Start Your Project?",
"ready_description": "Turn your ideas into reality. Experts provide the best solutions.",
"form": {
"title": "Project Inquiry",
"name": "Name",
"email": "Email",
"phone": "Phone",
"message": "Message",
"submit": "Send Inquiry",
"success": "Inquiry sent successfully",
"error": "Error occurred while sending inquiry",
"service": {
"title": "Service Interest",
"select": "Select service of interest",
"web": "Web Development",
"mobile": "Mobile App",
"design": "UI/UX Design",
"branding": "Branding",
"consulting": "Consulting",
"other": "Other"
}
},
"info": {
"title": "Contact Information"
},
"phone": {
"title": "Phone Inquiry",
"number": "+82-2-1234-5678",
"hours": "Mon-Fri 9:00-18:00"
},
"email": {
"title": "Email Inquiry",
"address": "info@smartsoltech.co.kr",
"response": "Response within 24 hours"
},
"telegram": {
"title": "Telegram",
"subtitle": "For quick response"
},
"address": {
"title": "Office Address",
"line1": "123 Teheran-ro, Gangnam-gu",
"line2": "Seoul, South Korea"
},
"cta": {
"ready": "Ready?",
"start": "Get Started",
"question": "Have questions?",
"subtitle": "We provide consultation on projects"
},
"meta": {
"title": "Contact",
"description": "Contact us anytime for project inquiries or consultation"
}
},
"about": {
"hero": {
"title": "About SmartSolTech",
"subtitle": "Creating the future with innovation and technology"
},
"company": {
"title": "Company Information",
"description1": "SmartSolTech is a technology company established in 2020, recognized for expertise in web development, mobile app development, and UI/UX design.",
"description2": "We accurately understand customer needs and provide innovative solutions using the latest technology."
},
"stats": {
"projects": "Completed Projects",
"experience": "Years Experience",
"clients": "Satisfied Customers"
},
"mission": {
"title": "Our Mission",
"description": "Our mission is to support customer business growth through technology and lead digital innovation."
},
"values": {
"innovation": {
"title": "Innovation",
"description": "We provide innovative solutions through continuous R&D and adoption of cutting-edge technology."
},
"quality": {
"title": "Quality",
"description": "We maintain high quality standards and provide high-quality products that customers can be satisfied with."
},
"partnership": {
"title": "Partnership",
"description": "We create the best results through close communication and collaboration with customers."
}
},
"cta": {
"title": "We'll Grow Together",
"subtitle": "Turn your ideas into reality",
"button": "Contact Us"
},
"meta": {
"title": "About Us",
"description": "SmartSolTech is a professional development company that supports customer business growth with innovative technology"
}
},
"footer": {
"description": "Digital solution specialist leading innovation",
"links": {
"title": "Quick Links"
},
"contact": {
"title": "Contact",
"email": "info@smartsoltech.co.kr",
"phone": "+82-2-1234-5678",
"address": "123 Teheran-ro, Gangnam-gu, Seoul"
},
"copyright": "© 2024 SmartSolTech. All rights reserved."
},
"theme": {
"light": "Light Theme",
"dark": "Dark Theme",
"toggle": "Toggle Theme"
},
"language": {
"english": "English",
"korean": "한국어",
"russian": "Русский",
"kazakh": "Қазақша"
},
"common": {
"loading": "Loading...",
"error": "Error occurred",
"success": "Success",
"view_more": "View More",
"back": "Back",
"next": "Next",
"previous": "Previous",
"view_details": "View Details"
},
"meta": {
"description": "SmartSolTech - Innovative web development, mobile app development, UI/UX design services",
"keywords": "web development, mobile apps, UI/UX design, Korea",
"title": "SmartSolTech"
},
"nav": {
"home": "Home",
"about": "About",
"services": "Services",
"portfolio": "Portfolio",
"calculator": "Calculator"
},
"admin": {
"login": "Admin Panel Login",
"dashboard": "Dashboard",
"title": "SmartSolTech Admin"
},
"company": {
"name": "SmartSolTech",
"description": "Digital solution specialist leading innovation",
"email": "info@smartsoltech.kr",
"phone": "+82-10-1234-5678"
},
"errors": {
"page_not_found": "Page not found",
"error_occurred": "Error occurred",
"title": "Error - SmartSolTech",
"default_title": "An Error Occurred",
"default_message": "A problem occurred while processing the request.",
"back_home": "Back to Home",
"go_back": "Go Back",
"need_help": "Need Help?",
"help_message": "If the problem persists, please contact us anytime.",
"contact_support": "Contact Support"
},
"pages": {
"home": "Home page",
"about": "About us",
"services": "Services",
"portfolio": "Portfolio",
"contact": "Contact",
"calculator": "Calculator"
},
"portfolio_page": {
"title": "Our Portfolio",
"subtitle": "Discover innovative projects and creative solutions",
"categories": {
"all": "All",
"web-development": "Web Development",
"mobile-app": "Mobile App",
"ui-ux-design": "UI/UX Design",
"branding": "Branding",
"marketing": "Digital Marketing"
},
"buttons": {
"details": "View Details",
"projectDetails": "Project Details",
"loadMore": "Load More Projects",
"contact": "Request Project",
"calculate": "Calculate Cost"
},
"empty": {
"title": "No portfolio yet",
"subtitle": "We'll be showcasing amazing projects soon!"
},
"cta": {
"title": "Be the star of the next project",
"subtitle": "Create innovative digital solutions with us"
},
"labels": {
"featured": "FEATURED",
"views": "views",
"likes": "likes"
}
}
}