-
Notifications
You must be signed in to change notification settings - Fork 3.1k
feat(i18n): update translations #1876
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(i18n): update translations #1876
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile OverviewGreptile SummaryThis PR automatically translates documentation for new CRM integrations (Hubspot, Asana, Trello, Salesforce, Pipedrive) into 5 languages (Spanish, French, German, Japanese, Chinese) using Lingo.dev AI translation engine. Key changes:
Issues found:
General observations:
Confidence Score: 4/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant GHA as GitHub Actions
participant Lingo as Lingo.dev AI
participant Docs as Documentation Files
participant Lock as i18n.lock
Note over GHA,Lock: Automated Translation Workflow
GHA->>Docs: Detect changes to English docs
Note right of GHA: Trigger: PR #1871 merged<br/>with new CRM integrations
GHA->>Lingo: Request translations
Note right of GHA: 5 languages: es, fr, de, ja, zh
loop For each language
Lingo->>Lingo: Translate content<br/>(Asana, Hubspot, Trello,<br/>Salesforce, Pipedrive)
Lingo->>Docs: Generate translated .mdx files
end
Lingo->>Lock: Update checksums<br/>for translated content
Lock-->>GHA: Translation complete
GHA->>GHA: Create PR #1876
Note over GHA,Lock: 44 files changed:<br/>- 43 translation files<br/>- 1 lock file
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
43 files reviewed, 2 comments
| #### Output | ||
|
|
||
| | Parameter | Type | Beschreibung | | ||
| | --------- | ---- | ----------- | | ||
| | `success` | boolean | Ob die Karte erfolgreich aktualisiert wurde | | ||
| | `card` | object | Das aktualisierte Kartenobjekt mit id, name, desc, url und anderen Eigenschaften | | ||
| | `error` | string | Fehlermeldung, falls der Vorgang fehlgeschlagen ist | | ||
|
|
||
| ### `trello_get_actions` | ||
|
|
||
| Aktivitäten/Aktionen von einem Board oder einer Karte abrufen | ||
|
|
||
| #### Input | ||
|
|
||
| | Parameter | Type | Erforderlich | Beschreibung | | ||
| | --------- | ---- | -------- | ----------- | | ||
| | `boardId` | string | Nein | ID des Boards, von dem Aktionen abgerufen werden sollen (entweder boardId oder cardId erforderlich) | | ||
| | `cardId` | string | Nein | ID der Karte, von der Aktionen abgerufen werden sollen (entweder boardId oder cardId erforderlich) | | ||
| | `filter` | string | Nein | Aktionen nach Typ filtern (z.B. "commentCard,updateCard,createCard" oder "all") | | ||
| | `limit` | number | Nein | Maximale Anzahl der zurückzugebenden Aktionen (Standard: 50, max: 1000) | | ||
|
|
||
| #### Output | ||
|
|
||
| | Parameter | Type | Beschreibung | | ||
| | --------- | ---- | ----------- | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
syntax: inconsistent terminology - uses English "Output", "Input", "Type" instead of German "Ausgabe", "Eingabe", "Typ" (which are used correctly elsewhere in the file)
| #### Output | |
| | Parameter | Type | Beschreibung | | |
| | --------- | ---- | ----------- | | |
| | `success` | boolean | Ob die Karte erfolgreich aktualisiert wurde | | |
| | `card` | object | Das aktualisierte Kartenobjekt mit id, name, desc, url und anderen Eigenschaften | | |
| | `error` | string | Fehlermeldung, falls der Vorgang fehlgeschlagen ist | | |
| ### `trello_get_actions` | |
| Aktivitäten/Aktionen von einem Board oder einer Karte abrufen | |
| #### Input | |
| | Parameter | Type | Erforderlich | Beschreibung | | |
| | --------- | ---- | -------- | ----------- | | |
| | `boardId` | string | Nein | ID des Boards, von dem Aktionen abgerufen werden sollen (entweder boardId oder cardId erforderlich) | | |
| | `cardId` | string | Nein | ID der Karte, von der Aktionen abgerufen werden sollen (entweder boardId oder cardId erforderlich) | | |
| | `filter` | string | Nein | Aktionen nach Typ filtern (z.B. "commentCard,updateCard,createCard" oder "all") | | |
| | `limit` | number | Nein | Maximale Anzahl der zurückzugebenden Aktionen (Standard: 50, max: 1000) | | |
| #### Output | |
| | Parameter | Type | Beschreibung | | |
| | --------- | ---- | ----------- | | |
| #### Ausgabe | |
| | Parameter | Typ | Beschreibung | | |
| | --------- | ---- | ----------- | | |
| | `success` | boolean | Ob die Karte erfolgreich aktualisiert wurde | | |
| | `card` | object | Das aktualisierte Kartenobjekt mit id, name, desc, url und anderen Eigenschaften | | |
| | `error` | string | Fehlermeldung, falls der Vorgang fehlgeschlagen ist | | |
| ### `trello_get_actions` | |
| Aktivitäten/Aktionen von einem Board oder einer Karte abrufen | |
| #### Eingabe | |
| | Parameter | Typ | Erforderlich | Beschreibung | | |
| | --------- | ---- | -------- | ----------- | | |
| | `boardId` | string | Nein | ID des Boards, von dem Aktionen abgerufen werden sollen (entweder boardId oder cardId erforderlich) | | |
| | `cardId` | string | Nein | ID der Karte, von der Aktionen abgerufen werden sollen (entweder boardId oder cardId erforderlich) | | |
| | `filter` | string | Nein | Aktionen nach Typ filtern (z.B. "commentCard,updateCard,createCard" oder "all") | | |
| | `limit` | number | Nein | Maximale Anzahl der zurückzugebenden Aktionen (Standard: 50, max: 1000) | | |
| #### Ausgabe | |
| | Parameter | Typ | Beschreibung | |
Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/docs/content/docs/de/tools/trello.mdx
Line: 111:135
Comment:
**syntax:** inconsistent terminology - uses English "Output", "Input", "Type" instead of German "Ausgabe", "Eingabe", "Typ" (which are used correctly elsewhere in the file)
```suggestion
#### Ausgabe
| Parameter | Typ | Beschreibung |
| --------- | ---- | ----------- |
| `success` | boolean | Ob die Karte erfolgreich aktualisiert wurde |
| `card` | object | Das aktualisierte Kartenobjekt mit id, name, desc, url und anderen Eigenschaften |
| `error` | string | Fehlermeldung, falls der Vorgang fehlgeschlagen ist |
### `trello_get_actions`
Aktivitäten/Aktionen von einem Board oder einer Karte abrufen
#### Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
| --------- | ---- | -------- | ----------- |
| `boardId` | string | Nein | ID des Boards, von dem Aktionen abgerufen werden sollen (entweder boardId oder cardId erforderlich) |
| `cardId` | string | Nein | ID der Karte, von der Aktionen abgerufen werden sollen (entweder boardId oder cardId erforderlich) |
| `filter` | string | Nein | Aktionen nach Typ filtern (z.B. "commentCard,updateCard,createCard" oder "all") |
| `limit` | number | Nein | Maximale Anzahl der zurückzugebenden Aktionen (Standard: 50, max: 1000) |
#### Ausgabe
| Parameter | Typ | Beschreibung |
```
How can I resolve this? If you propose a fix, please make it concise.| ### `trello_add_comment` | ||
|
|
||
| Einen Kommentar zu einer Trello-Karte hinzufügen | ||
|
|
||
| #### Input | ||
|
|
||
| | Parameter | Type | Erforderlich | Beschreibung | | ||
| | --------- | ---- | -------- | ----------- | | ||
| | `cardId` | string | Ja | ID der Karte, die kommentiert werden soll | | ||
| | `text` | string | Ja | Kommentartext | | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
syntax: inconsistent terminology - uses English "Input" instead of German "Eingabe" (which is used correctly elsewhere in the file)
| ### `trello_add_comment` | |
| Einen Kommentar zu einer Trello-Karte hinzufügen | |
| #### Input | |
| | Parameter | Type | Erforderlich | Beschreibung | | |
| | --------- | ---- | -------- | ----------- | | |
| | `cardId` | string | Ja | ID der Karte, die kommentiert werden soll | | |
| | `text` | string | Ja | Kommentartext | | |
| ### `trello_add_comment` | |
| Einen Kommentar zu einer Trello-Karte hinzufügen | |
| #### Eingabe | |
| | Parameter | Typ | Erforderlich | Beschreibung | | |
| | --------- | ---- | -------- | ----------- | | |
| | `cardId` | string | Ja | ID der Karte, die kommentiert werden soll | | |
| | `text` | string | Ja | Kommentartext | |
Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/docs/content/docs/de/tools/trello.mdx
Line: 141:151
Comment:
**syntax:** inconsistent terminology - uses English "Input" instead of German "Eingabe" (which is used correctly elsewhere in the file)
```suggestion
### `trello_add_comment`
Einen Kommentar zu einer Trello-Karte hinzufügen
#### Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
| --------- | ---- | -------- | ----------- |
| `cardId` | string | Ja | ID der Karte, die kommentiert werden soll |
| `text` | string | Ja | Kommentartext |
```
How can I resolve this? If you propose a fix, please make it concise.
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(crms): added hubspot, asana, trello, salesforce, pipedrive tools and triggers (#1871)
trello integration added
added asana integration
added pipedrive (need to finish testing)
finished pipedrive
finished hubspot, need to test more
make oauth required modal scrollable
edited layout and fixed merge conflicts
salesforce working, need to add more operations
added all salesforce tools
hubspot triggers working, plus other fixes
fixed payload and added hubspot triggers
fixed test
build fix
rebase
updated docs
oauth required modal
fixed icons
fixed hubspot scopes parsing
reduce scopes of salesforce oauth
cleaned up scopes
lint
aligned oauth.ts, auth.ts, and block definitions for all 29 providers
updated icons
fixed logos and updated docs
revert changes to unused file
Co-authored-by: Adam Gough [email protected]
Co-authored-by: waleed
Co-authored-by: aadamgough [email protected]
Commit: 2f9224c
Workflow: https://github.com/simstudioai/sim/actions/runs/19252176502
Type of Change
Testing
This PR includes automated translations for modified English documentation content:
What reviewers should focus on:
Checklist
Screenshots/Videos