|
143 | 143 | }, |
144 | 144 | "MemberTable": { |
145 | 145 | "columnEmailHeader": "Email", |
146 | | - "columnRoleHeader": "Role" |
| 146 | + "columnRoleHeader": "Role", |
| 147 | + "columnTypeHeader": "Type", |
| 148 | + "columnNamespaceHeader": "Namespace" |
147 | 149 | }, |
148 | 150 | "IllustratedError": { |
149 | 151 | "titleText": "Something went wrong", |
|
163 | 165 | "membersHeader": "Members" |
164 | 166 | }, |
165 | 167 | "EditMembers": { |
166 | | - "addButton": "Add" |
| 168 | + "addButton": "Add new member or service account", |
| 169 | + "editHeader": "Edit member or service account", |
| 170 | + "addHeader": "Add new member or service account", |
| 171 | + "saveButton": "Save changes", |
| 172 | + "defaultNamespaceInfo": "Leave empty to use <span>default</span> namespace", |
| 173 | + "serviceAccoutsGuide": "You can also use our <link1>Service Account Guide</link1> for more information." |
167 | 174 | }, |
168 | 175 |
|
169 | 176 | "ProjectsPage": { |
|
292 | 299 | "Graphs": { |
293 | 300 | "colorsProvider": "Provider", |
294 | 301 | "colorsProviderConfig": "Provider Config", |
295 | | - "colorizedTitle": "Visualize: ", |
| 302 | + "colorizedTitle": "Group by: ", |
| 303 | + "colorsFlux": "Flux", |
296 | 304 | "loadingError": "Error loading graph data", |
297 | 305 | "loadingGraph": "Loading graph data...", |
298 | 306 | "noResources": "No resources to display" |
299 | 307 | }, |
300 | | - "GraphsLegend": { |
301 | | - "title": "Legend" |
302 | | - }, |
303 | 308 | "validationErrors": { |
304 | 309 | "required": "This field is required!", |
305 | 310 | "properFormatting": "Use A-Z, a-z, 0-9, hyphen (-), and period (.), but note that whitespace (spaces, tabs, etc.) is not allowed for proper compatibility.", |
306 | 311 | "properFormattingLowercase": "Use lowercase a-z, 0-9, hyphen (-), and period (.), but note that whitespace (spaces, tabs, etc.) is not allowed for proper compatibility.", |
307 | 312 | "maxChars": "Max length is {{maxLength}} characters.", |
308 | | - "userExists": "User with this email already exists!", |
| 313 | + "userExists": "User with this name already exists!", |
309 | 314 | "atLeastOneUser": "You need to have at least one member assigned.", |
310 | 315 | "notValidChargingTargetFormat": "Use lowercase letters a-f, numbers 0-9, and hyphens (-) in the format: aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa" |
311 | 316 | }, |
|
330 | 335 | "ready": "Ready", |
331 | 336 | "synced": "Synced", |
332 | 337 | "healthy": "Healthy", |
333 | | - "installed": "Installed" |
| 338 | + "installed": "Installed", |
| 339 | + "none": "None" |
334 | 340 | }, |
335 | 341 | "errors": { |
336 | 342 | "installError": "Install error", |
|
345 | 351 | "next": "Next", |
346 | 352 | "create": "Create", |
347 | 353 | "close": "Close", |
348 | | - "back": "Back" |
| 354 | + "back": "Back", |
| 355 | + "cancel": "Cancel" |
349 | 356 | }, |
350 | 357 | "yaml": { |
351 | 358 | "copiedToClipboard": "YAML copied to clipboard!", |
|
0 commit comments