/* * Copyright (c) 2023. Selldone® Business OS™ * * Author: M.Pajuhaan * Web: https://selldone.com * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ * * All rights reserved. In the weave of time, where traditions and innovations intermingle, this content was crafted. * From the essence of thought, through the corridors of creativity, each word, and sentiment has been molded. * Not just to exist, but to inspire. Like an artist's stroke or a sculptor's chisel, every nuance is deliberate. * Our journey is not just about reaching a destination, but about creating a masterpiece. * Tread carefully, for you're treading on dreams. */ export default { /** @see SectionPricing **/ s_pricing: { title: "Feel enterprise tools in your hands;", subtitle: "You deserve it!", total_monthly_sales_limit: "Your total monthly sales", popular: "Popular", best_choice: "The best choice for most", free: { title: "Start free", question: "Should I start by this?", answer: "Yes, you can start your business totally free. Make sure to add online payment and connect your domain.", }, startup: { title: "Pay less to grow fast", question: "When is the best time to upgrade to the startup plan?", }, company: { title: "Pay less when turning to a giant", question: "When is the best time to upgrade to the company plan?", }, enterprise: { title: "Grow your business", question: "When is the best time to upgrade to the enterprise plan?", }, badges_title: "Security and Privacy are the #1 priority.", }, /** @see PreviewPricingMinimal **/ s_price: { commission: "Commission fee", total_payment: "Total payment", total_payment_detail: "Your maximum total service fee (Subscription fee + Commission fee) before reaching the next plan recommendation limit.", save: "You save", save_detail: "This is the money that you will save on experts, servers, license, and support costs if you use Selldone. The cost calculation is based on freelancers' case studies on the top 10 paid and free e-commerce platforms.", }, /** @see SectionBenefit **/ s_benefit: { customer_profile: "Customer Profile", summer_sales: "Summer Sales", orders_history: "Orders History", your_store: "Your Store", shipping: "Simple Shipping", orders_summery: "Orders summary", card_info: "Card information", card_name: "Name on card", }, /** @see SectionGrow **/ s_grow: { pos: { title: "In-person Sales (POS)", subtitle: "Free online point of sale", step1: "Online POS", step2: "Cash / Online payment", step3: "Sell Done!", incentives: "In-person sales incentives", }, online: { title: "Online Sales", subtitle: "Checkout like get an Uber", payments: "Support global & local payments", incentives: "Support all incentives", }, social: { title: "Social Sales", subtitle: "Avocado ╏ Start selling just by one link", custom_form: "Custom order form", step1: "Avocado fulfillment", step2: "Pricing and invoice issue", step3: "Auto notify customer", step4: "Customer online payment", step5: "Sell Done!", }, }, /** @see SectionManage **/ s_manage: { customers: "Customers", filters: "Filters", filter1: "Abandoned basket", filter2: "Last 3 weeks", filter3: "Male", filter4: "Age > 30", download_apps_title: "Get new order notification in seconds", data_driven: "Data-Driven", conversion: "Track conversions", labeling: "Labeling", processing: "Processing", collecting: "Collecting", no_plugin_analytics: "No-plugin Analytics Intelligence", acquisition_insight: "Simple acquisition insight", }, /** @see SectionStart **/ s_start: { title: "Inventory management", subtitle: "Drag & drop products and category management.", import_export: "Import / Export", my_warehouse: "My warehouse", statistics: "Statistics", team_title: "Teamwork side-by-side", role1: "Inventory manager", role2: "Products manager", customize_title: "No-code customizable", temple: { title: "Template", subtitle: "Create and customize your theme without template installation headache.", }, page: { title: "Page editor", subtitle: "Built-in drag & drop landing page designer.", }, community: { title: "Community", subtitle: "Build your customized community to drive more sales.", }, }, };