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: public/locales/en.json
+11-5Lines changed: 11 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -59,8 +59,9 @@
59
59
},
60
60
"ControlPlaneCard": {
61
61
"deleteConfirmationDialog": "MCP deletion triggered. The list will refresh automatically once completed.",
62
-
"editMCP": "Edit Managed Control Plane",
63
-
"deleteMCP": "Delete Managed Control Plane"
62
+
"editMCP": "Edit ManagedControlPlane",
63
+
"duplicateMCP": "Duplicate ManagedControlPlane",
64
+
"deleteMCP": "Delete ManagedControlPlane"
64
65
65
66
},
66
67
"ControlPlaneListAllWorkspaces": {
@@ -375,18 +376,23 @@
375
376
"createMCP": {
376
377
"dialogTitle": "Create Managed Control Plane",
377
378
"titleText": "Managed Control Plane Created Successfully!",
378
-
"subtitleText": "Your Managed Control Plane is being set up. It will be ready to use in just a few minutes. You can safely close this window."
379
+
"subtitleText": "Your Managed Control Plane is being set up. It will be ready to use in just a few minutes. You can safely close this window.",
380
+
"copySuffix": "-copy"
379
381
},
380
382
"editMCP": {
381
383
"dialogTitle": "Edit Managed Control Plane",
382
384
"titleText": "Managed Control Plane Updated Successfully!",
383
-
"subtitleText": "Your Managed Control Plane is being updated. It will be ready to use in just a few minutes. You can safely close this window."
385
+
"subtitleText": "Your Managed Control Plane is being updated. It will be ready to use in just a few minutes. You can safely close this window.",
386
+
"editComponents": "Edit components",
387
+
"duplicatingMCPInfo1": "Duplicating a <span>ManagedControlPlane</span> will only create a <span>ManagedControlPlane</span> with the same configuration. ",
388
+
"duplicatingMCPInfo2": "<b>It will NOT copy the managed resources inside</b>"
384
389
},
385
390
"componentsSelection": {
386
391
"selectComponents": "Select Components",
387
392
"selectedComponents": "Selected Components",
388
393
"pleaseSelectComponents": "Choose the components you want to add to your Managed Control Plane.",
389
-
"cannotLoad": "Cannot load components list"
394
+
"cannotLoad": "Cannot load components list",
395
+
"noComponentsFound": "No components found matching your search."
0 commit comments