Explorar o código

feat: add onboarding translation keys (en) #69

Claude hai 5 meses
pai
achega
7a162510c8
Modificáronse 1 ficheiros con 79 adicións e 2 borrados
  1. 79 2
      shopcall.ai-main/src/i18n/locales/en.json

+ 79 - 2
shopcall.ai-main/src/i18n/locales/en.json

@@ -511,8 +511,85 @@
     }
   },
   "onboarding": {
-    "title": "Welcome to ShopCall.ai",
-    "subtitle": "Let's get your AI assistant set up"
+    "title": "AI Phone Assistant",
+    "subtitle": "Get your AI phone assistant up and running in 3 simple steps",
+    "step": "Step",
+    "of": "of",
+    "next": "Next",
+    "back": "Back",
+    "finish": "Finish Setup",
+    "step1": {
+      "title": "Connect Your Shopify Store",
+      "subtitle": "Enter your Shopify store URL to get started",
+      "label": "Shopify Store URL",
+      "placeholder": "your-store.myshopify.com",
+      "description": "We'll connect to your store to understand your products and customers",
+      "secureTitle": "Secure Connection",
+      "securePoints": [
+        "We only read public product information",
+        "No access to customer payment data",
+        "Industry-standard encryption",
+        "You can disconnect anytime"
+      ]
+    },
+    "step2": {
+      "title": "Choose Your Phone Number",
+      "subtitle": "Pick a phone number for your customers to reach you",
+      "loading": "Loading available phone numbers...",
+      "error": "Failed to load phone numbers",
+      "noPhones": "No phone numbers available at this time",
+      "selectNumber": "Select a phone number",
+      "type": "Type",
+      "location": "Location",
+      "available": "Available"
+    },
+    "step3": {
+      "title": "Select Your Package",
+      "subtitle": "Choose the perfect plan for your business needs",
+      "packages": {
+        "freeTrial": {
+          "name": "Free Trial",
+          "price": "$0",
+          "period": "14 days",
+          "description": "Perfect for testing our AI assistant",
+          "badge": "Most Popular",
+          "features": [
+            "50 minutes of calls",
+            "Basic AI responses",
+            "Email support",
+            "Dashboard access"
+          ]
+        },
+        "starter": {
+          "name": "Starter",
+          "price": "$29",
+          "period": "per month",
+          "description": "Great for small businesses",
+          "features": [
+            "500 minutes of calls",
+            "Advanced AI responses",
+            "Priority support",
+            "Analytics dashboard",
+            "Custom greetings"
+          ]
+        },
+        "professional": {
+          "name": "Professional",
+          "price": "$99",
+          "period": "per month",
+          "description": "For growing businesses",
+          "badge": "Best Value",
+          "features": [
+            "2,000 minutes of calls",
+            "Premium AI voices",
+            "24/7 support",
+            "Advanced analytics",
+            "Custom integrations",
+            "Multiple phone numbers"
+          ]
+        }
+      }
+    }
   },
   "about": {
     "title": "About Us",