feat(i18n): update translations#2643
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Greptile SummaryAutomated translation update for Jira Service Management (JSM) tool documentation across 5 supported languages (German, Spanish, French, Japanese, Chinese) triggered by the JSM feature introduction in PR #2641. The translations cover comprehensive API documentation for all 21 JSM endpoints with consistent structure and terminology. Key findings:
Confidence Score: 2/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant En as English Doc
participant Lingo as Lingo.dev AI
participant De as German Trans
participant Es as Spanish Trans
participant Fr as French Trans
participant Ja as Japanese Trans
participant Zh as Chinese Trans
participant Lock as i18n.lock
En->>Lingo: Trigger JSM doc translation
Note over Lingo: Automated translation process
Lingo->>De: Translate to German
Lingo->>Es: Translate to Spanish
Lingo->>Fr: Translate to French
Lingo->>Ja: Translate to Japanese
Lingo->>Zh: Translate to Chinese
De->>Lock: Update checksums
Es->>Lock: Update checksums
Fr->>Lock: Update checksums
Ja->>Lock: Update checksums
Zh->>Lock: Update checksums
Note over Lock: Lock file tracks all translation versions
|
| | `domain` | string | 是 | 你的 Jira 域名(例如 yourcompany.atlassian.net) | | ||
| | `cloudId` | string | 否 | 实例的 Jira Cloud ID | | ||
| | `issueIdOrKey` | string | 是 | 问题 ID 或键值(例如 SD-123) | | ||
| | `accountIds` | string | 是 | 以逗号分隔的要添加为参与者的账户 ID |
Contributor
There was a problem hiding this comment.
syntax: Table formatting is broken - missing closing pipe | at the end of the line. This will cause the markdown table to render incorrectly.
Suggested change
| | `accountIds` | string | 是 | 以逗号分隔的要添加为参与者的账户 ID | |
| | `accountIds` | string | 是 | 以逗号分隔的要添加为参与者的账户 ID | |
Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/docs/content/docs/zh/tools/jira_service_management.mdx
Line: 424:424
Comment:
**syntax:** Table formatting is broken - missing closing pipe `|` at the end of the line. This will cause the markdown table to render incorrectly.
```suggestion
| `accountIds` | string | 是 | 以逗号分隔的要添加为参与者的账户 ID |
```
How can I resolve this? If you propose a fix, please make it concise.
Sg312
pushed a commit
that referenced
this pull request
Jan 3, 2026
Co-authored-by: icecrasher321 <icecrasher321@users.noreply.github.com>
waleedlatif1
added a commit
that referenced
this pull request
Jan 8, 2026
Co-authored-by: icecrasher321 <icecrasher321@users.noreply.github.com>
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
Automated translation updates triggered by changes to documentation.
This PR was automatically created after content changes were made, updating translations for all supported languages using Lingo.dev AI translation engine.
Original trigger: added jsm (#2641)
Co-authored-by: aadamgough adam@sim.ai
Commit: 7356edc
Workflow: https://github.com/simstudioai/sim/actions/runs/20607526755
Type of Change
Testing
This PR includes automated translations for modified English documentation content:
What reviewers should focus on:
Checklist
Screenshots/Videos