Skip to content

Conversation

@waleedlatif1
Copy link
Collaborator

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: feat(service-now): added service now block (#2404)

  • feat(service-now): added service now block

  • fix: bun lock

  • improvement: fixed @trigger.dev/sdk imports and removal of sentry blocks

  • improvement: fixed @trigger.dev/sdk import

  • improvement: fixed @trigger.dev/sdk import

  • fix(servicenow): save accessTokenExpiresAt on initial OAuth account creation

  • docs(servicenow): add ServiceNow tool documentation and icon mapping

  • fixing bun lint issues

  • fixing username/password fields

  • fixing test file for refreshaccesstoken to support instance uri

  • removing basic auth and fixing undo-redo/store.ts

  • removed import set api code, changed CRUD operations to CRUD_record and added wand configuration to help users to generate JSON Arrays


Co-authored-by: priyanshu.solanki priyanshu.solanki@saviynt.com
Commit: b7228d5
Workflow: https://github.com/simstudioai/sim/actions/runs/20292471391

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation
  • Other: ___________

Testing

This PR includes automated translations for modified English documentation content:

  • 🇪🇸 Spanish (es) translations
  • 🇫🇷 French (fr) translations
  • 🇨🇳 Chinese (zh) translations
  • 🇯🇵 Japanese (ja) translations
  • 🇩🇪 German (de) translations

What reviewers should focus on:

  • Verify translated content accuracy and context
  • Check that all links and references work correctly in translated versions
  • Ensure formatting, code blocks, and structure are preserved
  • Validate that technical terms are appropriately translated

Checklist

  • Code follows project style guidelines (automated translation)
  • Self-reviewed my changes (automated process)
  • Tests added/updated and passing
  • No new warnings introduced
  • I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)

Screenshots/Videos

@vercel
Copy link

vercel bot commented Dec 17, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
docs Ready Ready Preview, Comment Dec 17, 2025 5:28am

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Dec 17, 2025

Greptile Summary

Automated translation of ServiceNow tool documentation into 5 languages (German, Spanish, French, Japanese, Chinese) following the merge of PR #2404.

  • All translations preserve MDX structure, imports, and code blocks correctly
  • Technical terms like servicenow_create_record, sys_id, OAuth, JSON, and URL examples remain untranslated appropriately
  • Minor terminology inconsistencies found in German, French, and Chinese translations where the same English term is translated differently across sections
  • Spanish and Japanese translations maintain excellent consistency throughout

Confidence Score: 4/5

  • Safe to merge with minor terminology inconsistencies that don't affect functionality
  • Translations are generally accurate with correct structure and technical term handling, but minor terminology inconsistencies exist in German (credential translation), French (credential translation), and Chinese (table headers) that should be standardized for better documentation quality
  • German (de), French (fr), and Chinese (zh) translations contain terminology inconsistencies that should be reviewed

Important Files Changed

Filename Overview
apps/docs/content/docs/de/tools/servicenow.mdx German translation of ServiceNow documentation with minor terminology inconsistencies in credential parameter descriptions
apps/docs/content/docs/fr/tools/servicenow.mdx French translation of ServiceNow documentation with minor terminology inconsistencies in credential parameter descriptions
apps/docs/content/docs/zh/tools/servicenow.mdx Chinese translation of ServiceNow documentation with inconsistent table header terminology ("说明" vs "描述", "必填" vs "是否必填")

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant PR as Pull Request #2404
    participant GHA as GitHub Actions
    participant Lingo as Lingo.dev AI
    participant Repo as Repository

    Dev->>Repo: Merge PR #2404 (ServiceNow feature)
    Repo->>GHA: Trigger translation workflow
    GHA->>GHA: Detect English docs changes
    GHA->>Lingo: Send English content for translation
    Lingo->>Lingo: Translate to 5 languages (de, es, fr, ja, zh)
    Lingo->>GHA: Return translated content
    GHA->>Repo: Create translated .mdx files
    GHA->>Repo: Update i18n.lock with checksums
    GHA->>Repo: Create PR #2421 with translations
    Repo->>Dev: Notify for review
Loading

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5 files reviewed, 3 comments

Edit Code Review Agent Settings | Greptile

| Parameter | Typ | Erforderlich | Beschreibung |
| --------- | ---- | -------- | ----------- |
| `instanceUrl` | string | Ja | ServiceNow-Instanz-URL \(z. B. https://instance.service-now.com\) |
| `credential` | string | Nein | ServiceNow OAuth-Anmeldeinformations-ID |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style: Inconsistent translation of "credential" parameter description. Uses "OAuth-Anmeldeinformations-ID" here but "OAuth-Credential-ID" in lines 73 and 94.

Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/docs/content/docs/de/tools/servicenow.mdx
Line: 29:29

Comment:
**style:** Inconsistent translation of "credential" parameter description. Uses "OAuth-Anmeldeinformations-ID" here but "OAuth-Credential-ID" in lines 73 and 94.

How can I resolve this? If you propose a fix, please make it concise.

| Paramètre | Type | Requis | Description |
| --------- | ---- | -------- | ----------- |
| `instanceUrl` | string | Oui | URL de l'instance ServiceNow \(par exemple, https://instance.service-now.com\) |
| `credential` | string | Non | ID d'identification OAuth ServiceNow |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style: Inconsistent translation of "credential" parameter description. Uses "ID d'identification OAuth" here but "ID des identifiants OAuth" in lines 73 and 94.

Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/docs/content/docs/fr/tools/servicenow.mdx
Line: 29:29

Comment:
**style:** Inconsistent translation of "credential" parameter description. Uses "ID d'identification OAuth" here but "ID des identifiants OAuth" in lines 73 and 94.

How can I resolve this? If you propose a fix, please make it concise.


#### 输入

| 参数 | 类型 | 必填 | 说明 |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style: Inconsistent table header translations. Uses "说明" (explanation) in some tables and "描述" (description) in others (lines 58, 79, 99). Also uses "必填" vs "是否必填" for "Required".

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/docs/content/docs/zh/tools/servicenow.mdx
Line: 25:25

Comment:
**style:** Inconsistent table header translations. Uses "说明" (explanation) in some tables and "描述" (description) in others (lines 58, 79, 99). Also uses "必填" vs "是否必填" for "Required".

<sub>Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!</sub>

How can I resolve this? If you propose a fix, please make it concise.

@waleedlatif1 waleedlatif1 merged commit f4f74da into staging Dec 17, 2025
11 checks passed
@waleedlatif1 waleedlatif1 deleted the auto-translate/staging-merge-20292471391 branch December 17, 2025 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants