You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: messages/en.json
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1654,6 +1654,30 @@
1654
1654
"live_update_validation_warning_desc": "Upload a JS bundle that expects native plugins your users don't have? Your app breaks. And if your rollback is also in JS, you have no way to recover. Users are stuck until they reinstall from the App Store.",
1655
1655
"live_update_validation_warning_title": "What happens without validation?",
"live_update_cloud_config_title": "Everything Lives in the Cloud",
1659
+
"live_update_cloud_config_desc": "Capgo stores all your app configuration in the cloud with global data replication. Change a setting in the dashboard, and it takes effect worldwide in under 2 minutes. No app store updates, no waiting.",
1660
+
"live_update_cloud_config_bullet1": "Channel assignments, version targeting, and device overrides - all stored in the cloud and instantly accessible",
1661
+
"live_update_cloud_config_bullet2": "Global edge network ensures your configuration changes propagate to every region simultaneously",
1662
+
"live_update_cloud_config_bullet3": "No hardcoded values in your app - everything can be changed dynamically without a new binary",
1663
+
"live_update_cloud_config_bullet4": "Settings take effect on the next app launch - users always get the latest configuration",
"live_update_support_scenario_title": "Fix One User's Bug in Minutes",
1668
+
"live_update_support_scenario_desc": "Here's a real scenario: A user reports a bug. You talk with them, understand the problem, fix it in code, and deploy the fix to just that one user - all while they're still on the call. They test it, confirm the fix works, and you deploy to production. Total time: minutes, not days.",
1669
+
"live_update_support_scenario_step1_title": "1. User Reports Bug",
1670
+
"live_update_support_scenario_step1_desc": "Customer support gets a bug report. You join the call to understand the issue.",
1671
+
"live_update_support_scenario_step2_title": "2. Fix & Push to Them Only",
1672
+
"live_update_support_scenario_step2_desc": "Create a personal channel for that user, push the fix, and assign their device to it.",
1673
+
"live_update_support_scenario_step3_title": "3. Verify & Ship to All",
1674
+
"live_update_support_scenario_step3_desc": "User confirms the fix works. Promote the bundle to production for everyone.",
0 commit comments