feat(FR-2666): add Deployment i18n keys (en.json foundation)#6906
feat(FR-2666): add Deployment i18n keys (en.json foundation)#6906agatha197 wants to merge 1 commit into
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has required the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
There was a problem hiding this comment.
Pull request overview
Adds English i18n strings needed for the Deployments UI, establishing initial deployment.* and replicaStatus.* namespaces and wiring new menu labels.
Changes:
- Add a new
deploymentnamespace with labels/messages for deployment creation, configuration, status, and navigation. - Add a new top-level
replicaStatusnamespace with status labels and tooltip texts. - Add
webui.menuentries for “Deployments” and “Admin Deployments”.
| "deployment": { | ||
| "AccessToken": "Access Token", | ||
| "AccessTokens": "Access Tokens", | ||
| "ActivePool": "Active Pool", | ||
| "ActivePoolDescription": "Replicas currently receiving traffic through AppProxy.", | ||
| "ActivenessStatus": "Activeness Status", |
There was a problem hiding this comment.
New i18n keys are added only to en.json. None of the other locale files under resources/i18n/ contain the new "deployment" / "replicaStatus" namespaces, so non-English locales will be missing these keys at runtime. Please run the repo’s i18n scanner (make i18n / i18next-scanner) and commit the updated locale JSONs (at least adding NOT_TRANSLATED placeholders for other languages).
| "AboutBackendAI": "About Backend.AI", | ||
| "AdminDashboard": "Admin Dashboard", | ||
| "AdminDeployments": "Admin Deployments", |
There was a problem hiding this comment.
The PR description still contains unresolved placeholders (e.g., “resolves #NNN (FR-MMM)” and checklist/template items). Please update the PR description with the actual issue/Jira references and concrete review/testing notes so the change can be traced and reviewed properly.
f3e0367 to
5b18423
Compare
|
Consolidated into grouped PR stack (Foundation/Components/Launcher/List/Detail). Closing this individual PR. |

resolves #NNN (FR-MMM)
Checklist: (if applicable)