|
40 | 40 | "tableHeaderUsage": "Usage" |
41 | 41 | }, |
42 | 42 | "ControlPlaneListToolbar": { |
43 | | - "buttonText": "Workspace" |
| 43 | + "buttonText": "Workspace", |
| 44 | + "deleteWorkspace": "Delete workspace", |
| 45 | + "createNewManagedControlPlane": "Create new Managed Control Plane" |
44 | 46 | }, |
45 | 47 | "ControlPlaneListWorkspaceGridTile": { |
46 | 48 | "deleteConfirmationDialog": "Workspace deletion triggered. The list will refresh automatically once completed.", |
|
79 | 81 | "menuCopy": "Copy to clipboard" |
80 | 82 | }, |
81 | 83 | "IllustratedBanner": { |
82 | | - "titleMessage": "No ManagedControlPlane", |
83 | | - "subtitleMessage": "Create a ManagedControlPlane to get started", |
| 84 | + "titleMessage": "No Managed Control Planes found", |
| 85 | + "subtitleMessage": "Get started by creating your first Managed Control Plane.", |
84 | 86 | "helpButton": "Help" |
85 | 87 | }, |
86 | 88 | "IntelligentBreadcrumbs": { |
|
95 | 97 | }, |
96 | 98 | "ShellBar": { |
97 | 99 | "betaButtonDescription": "This web app is currently in Beta, and may not ready for productive use. We're actively improving the experience and would love your feedback — your input helps shape the future of the app!", |
98 | | - "signOutButton": "Sign Out" |
| 100 | + "signOutButton": "Sign Out", |
| 101 | + "feedbackMessageLabel": "Message", |
| 102 | + "feedbackRatingLabel": "Rating", |
| 103 | + "feedbackHeader": "Your feedback", |
| 104 | + "feedbackButton": "Send feedback", |
| 105 | + "feedbackButtonInfo": "Give us your feedback", |
| 106 | + "feedbackPlaceholder": "Please let us know what you think about our application", |
| 107 | + "feedbackNotification": "*Slack notification with your email address will be shared with our Operations Team. If you have a special Feature request in mind, please create here.", |
| 108 | + "feedbackThanks": "Thank you for your feedback!" |
99 | 109 | }, |
100 | 110 | "CreateProjectDialog": { |
101 | 111 | "toastMessage": "Project creation triggered. The list will refresh automatically once completed." |
|
256 | 266 | "validationErrors": { |
257 | 267 | "required": "This field is required!", |
258 | 268 | "properFormatting": "Use A-Z, a-z, 0-9, hyphen (-), and period (.), but note that whitespace (spaces, tabs, etc.) is not allowed for proper compatibility.", |
| 269 | + "properFormattingLowercase": "Use lowercase a-z, 0-9, hyphen (-), and period (.), but note that whitespace (spaces, tabs, etc.) is not allowed for proper compatibility.", |
259 | 270 | "max25chars": "Max length is 25 characters.", |
260 | 271 | "userExists": "User with this email already exists!", |
261 | 272 | "atLeastOneUser": "You need to have at least one member assigned." |
262 | 273 | }, |
263 | 274 | "common": { |
264 | 275 | "close": "Close", |
265 | | - "cannotLoadData": "Cannot load data" |
| 276 | + "cannotLoadData": "Cannot load data", |
| 277 | + "metadata": "Metadata", |
| 278 | + "members": "Members", |
| 279 | + "summarize": "Summarize", |
| 280 | + "namespace": "Namespace", |
| 281 | + "region": "Region", |
| 282 | + "success": "Success", |
| 283 | + "displayName": "Display Name", |
| 284 | + "name": "Name" |
266 | 285 | }, |
267 | 286 | "buttons": { |
268 | 287 | "viewResource": "View resource", |
269 | 288 | "download": "Download", |
270 | | - "copy": "Copy" |
| 289 | + "copy": "Copy", |
| 290 | + "next": "Next", |
| 291 | + "create": "Create", |
| 292 | + "close": "Close", |
| 293 | + "back": "Back" |
271 | 294 | }, |
272 | 295 | "yaml": { |
273 | 296 | "copiedToClipboard": "YAML copied to clipboard!", |
274 | 297 | "YAML": "YAML" |
| 298 | + }, |
| 299 | + "createMCP": { |
| 300 | + "dialogTitle": "Create Managed Control Plane", |
| 301 | + "titleText": "Managed Control Plane Created Successfully!", |
| 302 | + "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." |
275 | 303 | } |
276 | 304 | } |
0 commit comments