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
+83-7Lines changed: 83 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,13 @@
27
27
"tableHeaderSynced": "Synced",
28
28
"tableHeaderReady": "Ready"
29
29
},
30
+
"ProvidersConfig": {
31
+
"headerProviderConfigs": "Provider Configs",
32
+
"tableHeaderProvider": "Provider",
33
+
"tableHeaderName": "Name",
34
+
"tableHeaderCreated": "Created",
35
+
"tableHeaderUsage": "Usage"
36
+
},
30
37
"ControlPlaneListToolbar": {
31
38
"buttonText": "Workspace"
32
39
},
@@ -49,9 +56,9 @@
49
56
"messageHeader": "Message",
50
57
"reasonHeader": "Reason",
51
58
"transitionHeader": "Last transition time"
52
-
},
59
+
},
53
60
"CopyKubeconfigButton": {
54
-
"copiedMessage": "Copied to Clipboard",
61
+
"copiedMessage": "Copied to Clipboard",
55
62
"failedMessage": "Failed to copy, Error:",
56
63
"menuDownload": "Download",
57
64
"menuCopy": "Copy to clipboard"
@@ -106,7 +113,6 @@
106
113
"errorMessage": "useCopyButton must be used within a CopyButtonProvider"
107
114
},
108
115
"CreateProjectWorkspaceDialog": {
109
-
"learnButton": "Learn how to do this in code",
110
116
"createButton": "Create",
111
117
"cancelButton": "Cancel",
112
118
"chargingTargetLabel": "Charging Target",
@@ -139,6 +145,79 @@
139
145
"copiedMessage": "Copied To Clipboard",
140
146
"failedMessage": "Failed to copy"
141
147
},
148
+
"DeleteWorkspaceDialog": {
149
+
"title": "Delete a Workspace",
150
+
"introSection1": "The below instructions will help you delete the workspace \"{{workspaceName}}\" from project namespace \"{{projectNamespace}}\" using kubectl.",
151
+
"introSection2": "Remember that this action is <bold1>irreversible</bold1> and all resources within the workspace will be <bold2>permanently deleted</bold2>.",
152
+
"mainCommandDescription": "Run this command to delete the workspace:",
153
+
"verificationCommandDescription": "To verify the workspace has been deleted, run:"
154
+
},
155
+
"KubectlDeleteMcpDialog": {
156
+
"title": "Delete a Managed Control Plane",
157
+
"introSection1": "The below will help you delete the Managed Control Plane \"{{mcpName}}\" from workspace \"{{workspaceNamespace}}\" using kubectl.",
158
+
"introSection2": "Remember that this action is <bold1>irreversible</bold1> and all resources managed by this control plane will be <bold2>permanently deleted</bold2>.",
159
+
"annotateCommand": "First, annotate the ManagedControlPlane to confirm deletion:",
160
+
"deleteCommand": "Run this command to delete the Managed Control Plane:",
161
+
"verificationCommandDescription": "To verify the MCP has been deleted, run:"
162
+
},
163
+
"KubectlCreateProjectDialog": {
164
+
"title": "Create a Project",
165
+
"introSection": "A Project is the starting point to our ManagedControlPlane offering. Projects are usually created for each Organization/Team or similar root setups.",
"mainCommandDescription": "Run this command to create a new workspace in your project:",
206
+
"resultCommandDescription": "To see the result of the workspace creation, run the below command:"
207
+
},
208
+
"KubectlBaseDialog": {
209
+
"prerequisites": "Prerequisites",
210
+
"prerequisitesText": "Make sure you have installed <bold1>kubectl</bold1> and the <bold2>kubelogin</bold2> plugin. We recommend using <bold3>krew</bold3> which is a plugin manager for kubectl.",
211
+
"formFieldsNote": "<bold1>Important</bold1>: Before executing, modify the commands below:",
212
+
"onboardingGuide": "You can also use our <link1>Onboarding Guide</link1> for more information."
213
+
},
214
+
"CommonKubectl": {
215
+
"emphasis": {
216
+
"irreversible": "irreversible",
217
+
"permanentlyDeleted": "permanently deleted"
218
+
},
219
+
"learnButton": "Learn how to do this in code"
220
+
},
142
221
"App": {
143
222
"loading": "Loading..."
144
223
},
@@ -150,14 +229,11 @@
150
229
"tableHeaderInstalled": "Installed",
151
230
"tableHeaderHealthy": "Healthy"
152
231
},
153
-
"ProvidersConfig": {
154
-
"header": "Provider Configs"
155
-
},
156
232
"validationErrors": {
157
233
"required": "This field is required!",
158
234
"properFormatting": "Use A-Z, a-z, 0-9, hyphen (-), and period (.), but note that whitespace (spaces, tabs, etc.) is not allowed for proper compatibility.",
159
235
"max25chars": "Max length is 25 characters.",
160
236
"userExists": "User with this email already exists!",
161
237
"atLeastOneUser": "You need to have at least one member assigned."
0 commit comments