refactor(FR-2841): rename WSProxy i18n keys/values to App Proxy#7300
Merged
graphite-app[bot] merged 1 commit intoMay 8, 2026
Conversation
Member
Author
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. |
aa32746 to
d6cd6fb
Compare
Contributor
Coverage Report for react-coverage (./react)
File Coverage
|
||||||||||||||||||||||||||||||||||||||||||||||||||
Contributor
There was a problem hiding this comment.
Pull request overview
Renames the resource-group i18n keys for WSProxy address/token to App Proxy equivalents and updates the corresponding translations, then updates React call sites to reference the new keys.
Changes:
- Renamed
resourceGroup.WsproxyAddress→resourceGroup.AppProxyAddressandresourceGroup.WsproxyAPIToken→resourceGroup.AppProxyAPITokenacross allresources/i18n/*locales. - Updated user-facing translated values from “WSProxy …” to “App Proxy …” across the same locale files.
- Updated
ResourceGroup*React components to use the new i18n keys.
Reviewed changes
Copilot reviewed 24 out of 24 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| resources/i18n/de.json | Renamed WSProxy resource group keys to App Proxy and updated translations. |
| resources/i18n/el.json | Renamed WSProxy resource group keys to App Proxy and updated translations. |
| resources/i18n/en.json | Renamed WSProxy resource group keys to App Proxy and updated translations. |
| resources/i18n/es.json | Renamed WSProxy resource group keys to App Proxy and updated translations. |
| resources/i18n/fi.json | Renamed WSProxy resource group keys to App Proxy and updated translations. |
| resources/i18n/fr.json | Renamed WSProxy resource group keys to App Proxy and updated translations. |
| resources/i18n/id.json | Renamed WSProxy resource group keys to App Proxy and updated translations. |
| resources/i18n/it.json | Renamed WSProxy resource group keys to App Proxy and updated translations. |
| resources/i18n/ja.json | Renamed WSProxy resource group keys to App Proxy and updated translations. |
| resources/i18n/ko.json | Renamed WSProxy resource group keys to App Proxy and updated translations. |
| resources/i18n/mn.json | Renamed WSProxy resource group keys to App Proxy and updated translations. |
| resources/i18n/ms.json | Renamed WSProxy resource group keys to App Proxy and updated translations. |
| resources/i18n/pl.json | Renamed WSProxy resource group keys to App Proxy and updated translations. |
| resources/i18n/pt.json | Renamed WSProxy resource group keys to App Proxy and updated translations. |
| resources/i18n/pt-BR.json | Renamed WSProxy resource group keys to App Proxy and updated translations. |
| resources/i18n/ru.json | Renamed WSProxy resource group keys to App Proxy and updated translations. |
| resources/i18n/th.json | Renamed WSProxy resource group keys to App Proxy and updated translations. |
| resources/i18n/tr.json | Renamed WSProxy resource group keys to App Proxy and updated translations. |
| resources/i18n/vi.json | Renamed WSProxy resource group keys to App Proxy and updated translations. |
| resources/i18n/zh-CN.json | Renamed WSProxy resource group keys to App Proxy and updated translations. |
| resources/i18n/zh-TW.json | Renamed WSProxy resource group keys to App Proxy and updated translations (needs locale-script fix). |
| react/src/components/ResourceGroupInfoModal.tsx | Updated label to use resourceGroup.AppProxyAddress. |
| react/src/components/ResourceGroupList.tsx | Updated table column title to use resourceGroup.AppProxyAddress. |
| react/src/components/ResourceGroupSettingModal.tsx | Updated form labels to use resourceGroup.AppProxyAddress / resourceGroup.AppProxyAPIToken. |
d6cd6fb to
2c64af4
Compare
Merge activity
|
Resolves #7298(FR-2841) ## Summary Rename the i18n keys `resourceGroup.WsproxyAPIToken` and `resourceGroup.WsproxyAddress` to `resourceGroup.AppProxyAPIToken` and `resourceGroup.AppProxyAddress`, and replace the user-facing string `WSProxy` with `App Proxy` across all 21 locale files. This is a rename of the **i18n surface only** — internal API and method names (`closeWsproxy`, `getWsproxyVersion`, `wsproxy_addr`, `wsProxyAddress`, `wsProxyAPIToken`) are intentionally untouched. ## Changes - 21 locale files under `resources/i18n/` — keys renamed, values updated, alphabetically re-sorted within `resourceGroup` - 3 React components updated to call the new keys: - `react/src/components/ResourceGroupInfoModal.tsx` - `react/src/components/ResourceGroupList.tsx` - `react/src/components/ResourceGroupSettingModal.tsx` ## Verification - `bash scripts/verify.sh` — Lint PASS, Format PASS. TypeScript failures exist but are pre-existing on `main` (in `packages/backend.ai-client/src/client.ts` and `src/components/DeleteForeverVFolderModalV2.tsx`) and are unrelated to this change. - Confirmed no leftover `Wsproxy(APIToken|Address)` references in `*.ts`, `*.tsx`, or `*.json` files. ## Source Discussion: [Teams thread in *UX Ideas, References, and Questions*](https://teams.microsoft.com/l/message/19:2806b848642744138244b7358cd282d9@thread.skype/1778140833745?tenantId=13c6a44d-9b52-4b9e-aa34-0513ee7131f2&groupId=ea5c466a-2dcf-4ea7-88f8-a9a797f66903&parentMessageId=1778137938349&teamName=Lablup&channelName=UX%20Ideas%2C%20References%2C%20and%20Questions&createdTime=1778140833745)
2c64af4 to
024fcd9
Compare
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Resolves #7298(FR-2841)
Summary
Rename the i18n keys
resourceGroup.WsproxyAPITokenandresourceGroup.WsproxyAddresstoresourceGroup.AppProxyAPITokenandresourceGroup.AppProxyAddress, and replace the user-facing stringWSProxywithApp Proxyacross all 21 locale files.This is a rename of the i18n surface only — internal API and method names (
closeWsproxy,getWsproxyVersion,wsproxy_addr,wsProxyAddress,wsProxyAPIToken) are intentionally untouched.Changes
resources/i18n/— keys renamed, values updated, alphabetically re-sorted withinresourceGroupreact/src/components/ResourceGroupInfoModal.tsxreact/src/components/ResourceGroupList.tsxreact/src/components/ResourceGroupSettingModal.tsxVerification
bash scripts/verify.sh— Lint PASS, Format PASS. TypeScript failures exist but are pre-existing onmain(inpackages/backend.ai-client/src/client.tsandsrc/components/DeleteForeverVFolderModalV2.tsx) and are unrelated to this change.Wsproxy(APIToken|Address)references in*.ts,*.tsx, or*.jsonfiles.Source
Discussion: Teams thread in UX Ideas, References, and Questions