Skip to content

Commit 7dd213b

Browse files
committed
fix environments actions error
1 parent e7d49b1 commit 7dd213b

File tree

1 file changed

+103
-102
lines changed
  • client/packages/lowcoder/src/i18n/locales

1 file changed

+103
-102
lines changed

client/packages/lowcoder/src/i18n/locales/en.ts

Lines changed: 103 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -2918,108 +2918,109 @@ export const en = {
29182918
// Add this to your en.ts file
29192919
// It should be added as a new section at the same level as other major sections
29202920

2921-
"environmentSettings": {
2922-
"name": "Name",
2923-
"domain": "Domain",
2924-
"stage": "Stage",
2925-
"id": "ID",
2926-
"apiKey": "API Key",
2927-
"apiKeyConfigured": "Configured",
2928-
"noApiKey": "Not Configured",
2929-
"apiKeyValid": "API Key is configured and valid",
2930-
"apiKeyMissing": "API Key is missing or invalid",
2931-
"updateApiKey": "Update API Key",
2932-
"addApiKey": "Add API Key",
2933-
"masterEnvironment": "Master Environment",
2934-
2935-
"nameLabel": "Environment Name",
2936-
"domainLabel": "Domain",
2937-
"stageLabel": "Stage",
2938-
"nameCheckMsg": "Environment name cannot be empty",
2939-
"domainCheckMsg": "Domain cannot be empty",
2940-
"stageCheckMsg": "Stage cannot be empty",
2941-
2942-
"deleteModalTitle": "Delete Environment",
2943-
"deleteModalContent": "This action will {permanentlyDelete} this environment and all its configurations. This action {notRestored}.",
2944-
"permanentlyDelete": "permanently delete",
2945-
"notRestored": "cannot be undone or restored",
2946-
"deleteModalLabel": "To confirm, please type the environment name {name}",
2947-
"deleteModalTip": "Please enter the environment name",
2948-
"deleteModalErr": "Environment name does not match",
2949-
"deleteModalBtn": "Delete Environment",
2950-
2951-
"updateApiKeyTitle": "Update API Key",
2952-
"addApiKeyTitle": "Add API Key",
2953-
"apiKeyModalDescription": "Enter the API Key for {domain}. You can generate an API key by logging into the environment's admin panel.",
2954-
"apiKeyLabel": "API Key",
2955-
"apiKeyRequired": "API Key is required",
2956-
"apiKeyPlaceholder": "Enter API Key",
2957-
"updateApiKeyButton": "Update Key",
2958-
"addApiKeyButton": "Add Key",
2959-
2960-
"overviewTab": "Overview",
2961-
"workspacesTab": "Workspaces",
2962-
"userGroupsTab": "User Groups",
2963-
"appsTab": "Apps",
2964-
"dataSourcesTab": "Data Sources",
2965-
"queriesTab": "Queries",
2966-
2967-
"workspacesCount": "Workspaces",
2968-
"userGroupsCount": "User Groups",
2969-
"totalUsersCount": "Total Users",
2970-
"managedObjectsCount": "Managed Objects",
2971-
2972-
"noApiKeyConfigured": "API Key Not Configured",
2973-
"configureApiKeyFirst": "Please configure an API Key to access data from this environment",
2974-
"goToEnvironmentsList": "Go to Environments List",
2975-
2976-
"workspaces": "Workspaces",
2977-
"recentWorkspaces": "Recent Workspaces",
2978-
"userGroups": "User Groups",
2979-
"recentUserGroups": "Recent User Groups",
2980-
"viewAll": "View All",
2981-
2982-
"workspaceName": "Workspace Name",
2983-
"userGroupName": "User Group Name",
2984-
"owner": "Owner",
2985-
"users": "Users",
2986-
"apps": "Apps",
2987-
"manage": "Manage",
2988-
"managed": "Managed",
2989-
"viewDetails": "View Details",
2990-
2991-
"unmanage": "Unmanage",
2992-
"deployWorkspace": "Deploy Workspace",
2993-
2994-
"applicationsList": "Applications",
2995-
"dataSourcesList": "Data Sources",
2996-
"queriesList": "Query Library Queries",
2997-
2998-
"appIcon": "Icon",
2999-
"appName": "App Name",
3000-
"published": "Published",
3001-
"dataSourceName": "Data Source Name",
3002-
"dataSourceType": "Type",
3003-
"queryName": "Query Name",
3004-
"dataSource": "Data Source",
3005-
"yes": "Yes",
3006-
"no": "No",
3007-
3008-
"deployedTo": "Deployed To",
3009-
"deploy": "Deploy",
3010-
"deployAppTitle": "Deploy App",
3011-
"deployWorkspaceTitle": "Deploy Workspace",
3012-
"deployDataSourceTitle": "Deploy Data Source",
3013-
"deployQueryTitle": "Deploy Query",
3014-
"deployButton": "Deploy",
3015-
3016-
"selectTargetEnvironment": "Target Environment",
3017-
"targetEnvironmentRequired": "Please select a target environment",
3018-
"selectEnvironment": "Select environment",
3019-
"deploymentOptions": "Copy configuration",
3020-
"copyConfigurationExplanation": "Copy all configuration settings to the target environment"
3021-
},
3022-
2921+
"environmentSettings": {
2922+
"name": "Name",
2923+
"domain": "Domain",
2924+
"stage": "Stage",
2925+
"id": "ID",
2926+
"apiKey": "API Key",
2927+
"apiKeyConfigured": "Configured",
2928+
"noApiKey": "Not Configured",
2929+
"apiKeyValid": "API Key is configured and valid",
2930+
"apiKeyMissing": "API Key is missing or invalid",
2931+
"updateApiKey": "Update API Key",
2932+
"addApiKey": "Add API Key",
2933+
"masterEnvironment": "Master Environment",
2934+
2935+
"nameLabel": "Environment Name",
2936+
"domainLabel": "Domain",
2937+
"stageLabel": "Stage",
2938+
"nameCheckMsg": "Environment name cannot be empty",
2939+
"domainCheckMsg": "Domain cannot be empty",
2940+
"stageCheckMsg": "Stage cannot be empty",
2941+
2942+
"deleteModalTitle": "Delete Environment",
2943+
"deleteModalContent": "This action will {permanentlyDelete} this environment and all its configurations. This action {notRestored}.",
2944+
"permanentlyDelete": "permanently delete",
2945+
"notRestored": "cannot be undone or restored",
2946+
"deleteModalLabel": "To confirm, please type the environment name {name}",
2947+
"deleteModalTip": "Please enter the environment name",
2948+
"deleteModalErr": "Environment name does not match",
2949+
"deleteModalBtn": "Delete Environment",
2950+
2951+
"updateApiKeyTitle": "Update API Key",
2952+
"addApiKeyTitle": "Add API Key",
2953+
"apiKeyModalDescription": "Enter the API Key for {domain}. You can generate an API key by logging into the environment's admin panel.",
2954+
"apiKeyLabel": "API Key",
2955+
"apiKeyRequired": "API Key is required",
2956+
"apiKeyPlaceholder": "Enter API Key",
2957+
"updateApiKeyButton": "Update Key",
2958+
"addApiKeyButton": "Add Key",
2959+
2960+
"overviewTab": "Overview",
2961+
"workspacesTab": "Workspaces",
2962+
"userGroupsTab": "User Groups",
2963+
"appsTab": "Apps",
2964+
"dataSourcesTab": "Data Sources",
2965+
"queriesTab": "Queries",
2966+
2967+
"workspacesCount": "Workspaces",
2968+
"userGroupsCount": "User Groups",
2969+
"totalUsersCount": "Total Users",
2970+
"managedObjectsCount": "Managed Objects",
2971+
2972+
"noApiKeyConfigured": "API Key Not Configured",
2973+
"configureApiKeyFirst": "Please configure an API Key to access data from this environment",
2974+
"goToEnvironmentsList": "Go to Environments List",
2975+
2976+
"workspaces": "Workspaces",
2977+
"recentWorkspaces": "Recent Workspaces",
2978+
"userGroups": "User Groups",
2979+
"recentUserGroups": "Recent User Groups",
2980+
"viewAll": "View All",
2981+
2982+
"workspaceName": "Workspace Name",
2983+
"userGroupName": "User Group Name",
2984+
"owner": "Owner",
2985+
"users": "Users",
2986+
"apps": "Apps",
2987+
"manage": "Manage",
2988+
"managed": "Managed",
2989+
"viewDetails": "View Details",
2990+
2991+
"unmanage": "Unmanage",
2992+
"deployWorkspace": "Deploy Workspace",
2993+
2994+
"applicationsList": "Applications",
2995+
"dataSourcesList": "Data Sources",
2996+
"queriesList": "Query Library Queries",
2997+
2998+
"appIcon": "Icon",
2999+
"appName": "App Name",
3000+
"published": "Published",
3001+
"dataSourceName": "Data Source Name",
3002+
"dataSourceType": "Type",
3003+
"queryName": "Query Name",
3004+
"dataSource": "Data Source",
3005+
"yes": "Yes",
3006+
"no": "No",
3007+
3008+
"deployedTo": "Deployed To",
3009+
"deploy": "Deploy",
3010+
"deployAppTitle": "Deploy App",
3011+
"deployWorkspaceTitle": "Deploy Workspace",
3012+
"deployDataSourceTitle": "Deploy Data Source",
3013+
"deployQueryTitle": "Deploy Query",
3014+
"deployButton": "Deploy",
3015+
3016+
"selectTargetEnvironment": "Target Environment",
3017+
"targetEnvironmentRequired": "Please select a target environment",
3018+
"selectEnvironment": "Select environment",
3019+
"deploymentOptions": "Copy configuration",
3020+
"copyConfigurationExplanation": "Copy all configuration settings to the target environment",
3021+
3022+
"actions": "Actions"
3023+
},
30233024

30243025
// sixteenth part
30253026

0 commit comments

Comments
 (0)