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
"AppUsageScreenshot3": "[ Geo Distribution Map ]",
@@ -2538,19 +2538,23 @@ export const en = {
2538
2538
"EnvironmentsIntro1": "Lowcoder Environments allow you to separate your Dev, Test, and Prod stages cleanly and safely.",
2539
2539
"EnvironmentsIntro2": "Enterprise teams benefit from structured release workflows, approval processes, and version stability across stages.",
2540
2540
"EnvironmentsIntro3": "With the Environments feature, admins can control what gets deployed, when, and where — all from a single interface.",
2541
+
"EnvironmentsIntro4" : "Lowcoder includes multiple object types like Workspaces, Data Sources, Data Queries, and Apps. Since many of these objects are interconnected (e.g. a Data Source can be shared across multiple Apps), a pure Git-based export would not capture all dependencies consistently. Instead, Lowcoder offers a selective, integrated deployment mechanism directly within the UI. Apps, data sources, and queries can be selectively managed and deployed across environments. Managed objects ensure safe, controlled staging and production releases.",
2541
2542
"yourDeploymentID" : "Your Deployment ID",
2542
-
"EnvironmentsFeaturePreviewTitle" : "Environments & Deployment in action",
2543
+
"EnvironmentsFeaturePreviewTitle" : "Environments & Deployment in action (click to zoom)",
2543
2544
2544
-
"EnvironmentsUseCasesTitle": "Why Use Environments?",
2545
+
"EnvironmentsUseCasesTitle": "Why Use Environments? (Staging)",
2545
2546
"EnvironmentsUseCase1": "Prevent unintended changes in production by testing apps in dedicated Dev or QA environments.",
2546
2547
"EnvironmentsUseCase2": "Align with corporate IT governance by implementing staged deployments with audit-ready tracking.",
2547
2548
"EnvironmentsUseCase3": "Empower teams to build confidently with environment-specific configurations, data, and integrations.",
2548
2549
2549
2550
"EnvironmentsFeaturesTitle": "What You Get",
2550
2551
"EnvironmentsFeature1": "Centralized dashboard to view and manage all Lowcoder environments.",
2551
-
"EnvironmentsFeature2": "Deployment of applications, data sources, and configurations between environments, directly from the UI.",
2552
+
"EnvironmentsFeature2": "Deployment of applications, data sources, and configurations between environments, directly from the UI without the need for Additional CI/CD tools.",
2552
2553
"EnvironmentsFeature3": "Environment-specific access controls and visibility rules.",
2553
2554
"EnvironmentsFeature5": "Clear separation of concerns for staging, sandbox, and production operations.",
0 commit comments