fix(i18n): update ru-RU i18n (unify terms, phrases) - #39378
Open
axsapronov wants to merge 7 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the web Russian locale (ru-RU) to improve UI wording consistency and replace awkward/incorrect machine translations across multiple product areas (Workflow editor, tools/integrations, datasets/knowledge, billing, auth, etc.).
Changes:
- Refines Russian phrasing and terminology across Workflow/Knowledge/Dataset UI strings.
- Translates previously-untranslated English strings and normalizes labels/placeholders.
- Updates a large set of i18n JSON resources to keep
ru-RUin sync with other locales.
Reviewed changes
Copilot reviewed 33 out of 34 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| web/i18n/ru-RU/workflow.json | Workflow editor terminology + many UI strings/labels adjustments |
| web/i18n/ru-RU/tools.json | Tools/Swagger/MCP related strings translated/cleaned up |
| web/i18n/ru-RU/time.json | Weekday abbreviations and time operation labels updated |
| web/i18n/ru-RU/snippet.json | Snippet UI wording fixes and typo cleanup |
| web/i18n/ru-RU/share.json | Share/chat sidebar strings refined |
| web/i18n/ru-RU/run-log.json | Run log metadata label adjusted |
| web/i18n/ru-RU/plugin.json | Plugin/marketplace strings normalized and translated |
| web/i18n/ru-RU/plugin-trigger.json | Plugin trigger/OAuth workflow phrasing cleanup |
| web/i18n/ru-RU/plugin-tags.json | Plugin tag taxonomy corrected/normalized |
| web/i18n/ru-RU/pipeline.json | Knowledge pipeline wording normalization (incl. RAG wording) |
| web/i18n/ru-RU/permission.json | Permissions UI labels updated |
| web/i18n/ru-RU/permission-keys.json | Permission key descriptions terminology refined |
| web/i18n/ru-RU/oauth.json | OAuth copy tweaks |
| web/i18n/ru-RU/login.json | Login/signup wording refinements |
| web/i18n/ru-RU/explore.json | Explore/gallery page terminology tweaks |
| web/i18n/ru-RU/education.json | Education Verified flow strings updated |
| web/i18n/ru-RU/device-flow.json | Device flow login strings adjusted |
| web/i18n/ru-RU/deployments.json | Deployments UI wording updated (undeploy/delete terminology etc.) |
| web/i18n/ru-RU/dataset.json | Dataset/knowledge base strings improved (chunk→fragment, etc.) |
| web/i18n/ru-RU/dataset-settings.json | Dataset settings terminology refined (embedding/chunk structure etc.) |
| web/i18n/ru-RU/dataset-pipeline.json | Dataset pipeline UI copy normalized |
| web/i18n/ru-RU/dataset-hit-testing.json | Hit testing/search testing terms updated |
| web/i18n/ru-RU/dataset-documents.json | Dataset documents/segments wording refined |
| web/i18n/ru-RU/dataset-creation.json | Dataset creation wizard strings normalized |
| web/i18n/ru-RU/custom.json | Branding/customization strings refined |
| web/i18n/ru-RU/common.json | Common UI strings cleanup and translation consistency |
| web/i18n/ru-RU/billing.json | Billing/plan descriptions and quotas wording updated |
| web/i18n/ru-RU/app.json | App creation/listing strings refined (Workflow/Chatflow wording) |
| web/i18n/ru-RU/app-overview.json | App overview strings updated (branding/workflow settings, etc.) |
| web/i18n/ru-RU/app-log.json | App logs/monitoring UI strings refined |
| web/i18n/ru-RU/app-debug.json | App debug/orchestration UI strings updated |
| web/i18n/ru-RU/app-api.json | App API strings normalized (API-key wording etc.) |
| web/i18n/ru-RU/app-annotation.json | Annotation UI strings refined |
| web/i18n/ru-RU/agent-v-2.json | Agent v2 console/access/config strings updated |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Author
|
Solve comments in new commits |
Author
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.
Summary
I saw a lot of strange russian words in UI. In this PR I tried to unify terms, phrases after auto-i18n.
Validation