Skip to content

Environments translations + Merge Conflicts Resolve #1729

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
May 31, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'dev' into environments-translations
  • Loading branch information
FalkWolsky authored May 31, 2025
commit bf0cfabd2e9b80f432a638333b4ee996bb34ef39
4 changes: 3 additions & 1 deletion client/packages/lowcoder/src/i18n/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2552,7 +2552,9 @@ export const en = {
"EnvironmentsFeature2": "Deployment of applications, data sources, and configurations between environments, directly from the UI without the need for Additional CI/CD tools.",
"EnvironmentsFeature3": "Environment-specific access controls and visibility rules.",
"EnvironmentsFeature5": "Clear separation of concerns for staging, sandbox, and production operations.",

"apiUsage" : "API Calls.",
"loadingApiUsage" : "Loading API usage data..."
},
// Environments page translations
"environments": {
"title": "Environments",
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.