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: client/packages/lowcoder/src/i18n/locales/en.ts
+82-2Lines changed: 82 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2499,7 +2499,7 @@ export const en = {
2499
2499
"API100k": "100,000 API Calls — $100",
2500
2500
"API1M": "1,000,000 API Calls — $1,000",
2501
2501
"API10M": "10,000,000 API Calls — $10,000",
2502
-
"UsageOverrunDesc": "When your API package runs low, we’ll alert you. Once the package is consumed, your instance remains functional but will operate at a reduced speed to prevent abuse and maintain fairness.",
2502
+
"UsageOverrunDesc": "When your API package runs low, we'll alert you. Once the package is consumed, your instance remains functional but will operate at a reduced speed to prevent abuse and maintain fairness.",
2503
2503
"UsageTopUpInfo": "You can seamlessly add additional packages anytime to ensure continuous, fast access — no service interruptions.",
2504
2504
"AppUsageTitle": "App Usage Logs",
2505
2505
"AppUsageIntroTitle": "Understand how your apps are used",
@@ -2531,7 +2531,7 @@ export const en = {
2531
2531
"BrandingPagesIntro2": "These touchpoints help deliver a fully branded experience even during unexpected scenarios or account transitions.",
2532
2532
"BrandingMetaIntro": "Define standard metadata like page title and description to improve your SEO presence and brand messaging.",
2533
2533
"BrandingHelpLinksIntro": "Add context-sensitive documentation links directly inside the app, providing just-in-time help to your users.",
2534
-
"BrandingWhatsNewIntro": "Activate the 'What’s New' section to highlight updates and product announcements in a branded and visible manner.",
2534
+
"BrandingWhatsNewIntro": "Activate the 'What's New' section to highlight updates and product announcements in a branded and visible manner.",
"returnToEnvironmentsList": "Return to Environments List",
2589
+
"environmentDetail": "Environment Detail",
2590
+
"environmentOverview": "Environment Overview",
2591
+
"noDomainSet": "No domain set",
2592
+
"environmentId": "Environment ID",
2593
+
"licenseStatus": "License Status",
2594
+
"licenseNeeded": "License Needed",
2595
+
"setupRequired": "Setup Required",
2596
+
"created": "Created",
2597
+
"unknown": "Unknown",
2598
+
"licenseDetails": "License Details",
2599
+
"apiCallsRemaining": "API Calls Remaining",
2600
+
"totalApiCallsLimit": "Total API Calls Limit",
2601
+
"enterpriseEdition": "Enterprise Edition",
2602
+
"active": "Active",
2603
+
"inactive": "Inactive",
2604
+
"licenseInformation": "License Information",
2605
+
"calls": "calls",
2606
+
"licenses": "Licenses",
2607
+
"license": "License",
2608
+
"workspaces": "Workspaces",
2609
+
"userGroups": "User Groups",
2610
+
"type": "Type",
2611
+
"status": "Status",
2612
+
"licensed": "Licensed",
2613
+
"unlicensed": "Unlicensed",
2614
+
"apiKey": "API Key",
2615
+
"configured": "Configured",
2616
+
"notSet": "Not Set",
2617
+
"masterEnv": "Master Env"
2618
+
},
2619
+
"unlicensed": {
2620
+
"unlicensedDescription": "This environment needs a valid license to unlock its full capabilities and features. Please make sure your API Service URL is correctly configured and Plugin is installed.",
2621
+
"errorDescription": "We encountered an issue while checking the license. Please review the configuration settings.",
2622
+
"defaultDescription": "This environment requires license configuration to proceed.",
2623
+
"contactLowcoderTeam": "Contact Lowcoder Team",
2624
+
"editEnvironment": "Edit Environment",
2625
+
"backToEnvironments": "Back to Environments",
2626
+
"helpText": "Need assistance? Contact our team for licensing support or edit the environment configuration to resolve this issue.",
2627
+
"type": "Type",
2628
+
"status": "Status",
2629
+
"masterEnv": "Master Env",
2630
+
"licenseIssue": "License Issue",
2631
+
"error": "Error",
2632
+
"missing": "Missing"
2633
+
},
2634
+
"error": {
2635
+
"itemNotFound": "The item you're looking for doesn't exist or you don't have permission to view it."
2636
+
},
2637
+
"modal": {
2638
+
"createNewEnvironment": "Create New Environment",
2639
+
"cancel": "Cancel",
2640
+
"createEnvironment": "Create Environment",
2641
+
"environmentName": "Environment Name",
2642
+
"pleaseEnterName": "Please enter a name",
2643
+
"nameMinLength": "Name must be at least 2 characters",
2644
+
"enterEnvironmentName": "Enter environment name",
2645
+
"description": "Description",
2646
+
"enterDescription": "Enter description",
2647
+
"stage": "Stage",
2648
+
"pleaseSelectStage": "Please select a stage",
2649
+
"selectStage": "Select stage",
2650
+
"development": "Development (DEV)",
2651
+
"testing": "Testing (TEST)",
2652
+
"preProduction": "Pre-Production (PREPROD)",
2653
+
"production": "Production (PROD)",
2654
+
"frontendUrl": "Frontend URL",
2655
+
"pleaseEnterValidUrl": "Please enter a valid URL",
2656
+
"apiServiceUrl": "API Service URL",
2657
+
"nodeServiceUrl": "Node Service URL",
2658
+
"apiKey": "API Key",
2659
+
"enterApiKey": "Enter API key",
2660
+
"masterEnvironment": "Master Environment",
2661
+
"alreadyMasterEnvironment": "{name} is already the Master environment",
"configurationRequirementsDesc": "Ensure that the API Service URL is configured and correct, the API key is valid, and for license verification make sure you have both the license and plugin properly installed."
description="Ensure that the API Service URL is configured and correct, the API key is valid, and for license verification make sure you have both the license and plugin properly installed."
0 commit comments