Skip to content

Commit e04be76

Browse files
authored
docs: update Crowdin AI (#296)
1 parent b9bbaa7 commit e04be76

3 files changed

Lines changed: 26 additions & 18 deletions

File tree

52.9 KB
Loading

src/content/docs/crowdin/translation-process/crowdin-ai.mdx

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ To configure AI prompts, follow these steps:
6161
* Previous and next strings – allows AI to consider previous and next strings for additional context.
6262
* File context – allows AI to consider a textual description of the file added in the [file settings](/file-management/#file-context) or in the [Editor](/online-editor/#file-context).
6363
* AI-Generated Context &ndash; automatically generate file context when it's missing. If the file context isn’t provided manually, AI will analyze the source content and generate a contextual summary. This summary is used both during pre-translation and as reference material in the Editor. <Aside type="caution">This option is only available in file-based projects and requires the File context option to be enabled.</Aside>
64+
* File content (Specific to the AI in editor prompt type) &ndash; allows AI to access the full file content during chat communication with the AI Assistant. The file content is added to context only when requested by AI.
6465
* Screenshots &ndash; allows AI to consider a visual context in the form of screenshots where the strings are tagged. This enhances accuracy and context awareness. <ReadMore>Read more about [Screenshots](/screenshots/).</ReadMore>
6566
* Public project description &ndash; allows AI to consider public project description.
6667
* Custom placeholders &ndash; select reusable placeholders previously created in your Crowdin account's AI settings from a drop-down menu to quickly insert standard text snippets into your prompt.
@@ -340,23 +341,26 @@ Pre-translation via AI allows you to use AI Models to pre-translate your content
340341

341342
## Using AI in the Editor
342343

343-
After configuring a prompt with the **AI in editor** type, Crowdin AI can be used in the Editor as an AI Assistant for translators and proofreaders. This AI Assistant can be communicated with in a chat format, allowing you to send prompts and receive replies.
344+
After configuring a prompt with the **AI in editor** type, Crowdin AI can be used in the Editor as an AI Assistant for translators and proofreaders. The AI Assistant works in a chat format, allowing you to send prompts and receive replies.
344345

345-
The AI Assistant is context-aware, meaning it knows the string the translator is working on, the related glossaries, TM matches, the maximum acceptable length of the translation, the related screenshots, etc. This contextual awareness enables the AI Assistant to provide more accurate and relevant assistance.
346+
The AI Assistant is context-aware, meaning it automatically considers the string the translator is working on, the related glossaries, TM matches, the maximum acceptable length of the translation, the related screenshots, and more. This contextual awareness enables the AI Assistant to provide more accurate and relevant assistance.
346347

347348
Here are some tasks the AI Assistant can help with:
348349

349-
* Correcting TM suggestions: If you get a 60% match, the AI Assistant can improve the remaining 40%, ensuring consistency with your terminology and previous translations.
350-
* Serving as an advanced dictionary: The AI Assistant can provide term definitions, translation variants, synonyms, and more.
351-
* Suggesting translations: Similar to other MT tools, the AI Assistant can suggest translations which you can further refine based on your specific needs or save as is.
350+
* **Correcting TM suggestions** - If you get a 60% match, the AI Assistant can improve the remaining 40%, ensuring consistency with your terminology and previous translations.
351+
* **Serving as an advanced dictionary** - The AI Assistant can provide term definitions, translation variants, synonyms, and more.
352+
* **Suggesting translations** - Similar to other MT tools, the AI Assistant can suggest translations that you can refine based on your specific needs or save as is.
353+
* **Summarizing content** – For example, when translating knowledge base articles, it can generate short summaries to help you understand the content before translating.
352354

353-
In addition, the AI Assistant can help in translating knowledge base articles by providing short summaries, helping you grasp the content quickly before translating.
355+
To start using the AI Assistant, click the **AI Assistant** section in the right sidebar of the Editor.
354356

355-
When working in the Editor, you can start using the AI Assistant by clicking the AI Assistant tab in the right sidebar.
357+
You can also interact with the AI Assistant faster using context-aware shortcuts. When you hover over an AI, TM, or MT suggestion in the Context and Translations section, the **Discuss suggestion with AI** button appears. Click it to open the chat with the suggestion already prefilled.
358+
359+
To see what context is passed to the AI, click the <Icon name="mdi:information-outline" class="inline-icon" />**Show AI context** button in the AI Assistant panel header. This opens a modal that displays the full scope of context available to the AI, including the selected string, TM matches, glossary terms, file name, surrounding strings, filtered strings, project description, plural forms, and more.
356360

357361
<Image src={aiEditor} alt="AI Assistant in the Editor" />
358362

359-
For faster and more efficient interaction with the AI Assistant, you can use prompt shortcuts. By default, there are three prompt shortcuts available:
363+
For even faster and more efficient interaction with the AI Assistant, you can use prompt shortcuts. By default, three prompt shortcuts are available:
360364

361365
* Rephrase
362366
* Shorten
@@ -367,7 +371,7 @@ To add your own prompt shortcuts, follow these steps:
367371
<Steps>
368372
1. Click <Icon name="mdi:cog" class="inline-icon"/> in the upper-right corner to open the AI settings.
369373
2. Click <Icon name="mdi:plus" class="inline-icon"/> **Add shortcut**.
370-
3. Specify a shortcut name and a prompt it will be using.
374+
3. Specify a shortcut name and a prompt it will use.
371375
4. Click **Save**.
372376
</Steps>
373377

src/content/docs/enterprise/translation-process/crowdin-ai.mdx

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ To configure AI prompts, follow these steps:
6161
* Previous and next strings &ndash; allows AI to consider previous and next strings for additional context.
6262
* File context &ndash; allows AI to consider a textual description of the file added in the [file settings](/enterprise/file-management/#file-context) or in the [Editor](/enterprise/online-editor/#file-context).
6363
* AI-Generated Context &ndash; automatically generate file context when it's missing. If the file context isn’t provided manually, AI will analyze the source content and generate a contextual summary. This summary is used both during pre-translation and as reference material in the Editor. <Aside type="caution">This option is only available in file-based projects and requires the File context option to be enabled.</Aside>
64+
* File content (Specific to the AI in editor prompt type) &ndash; allows AI to access the full file content during chat communication with the AI Assistant. The file content is added to context only when requested by AI.
6465
* Screenshots &ndash; allows AI to consider a visual context in the form of screenshots where the strings are tagged. This enhances accuracy and context awareness. <ReadMore>Read more about [Screenshots](/enterprise/screenshots/).</ReadMore>
6566
* Public project description &ndash; allows AI to consider public project description.
6667
* Custom placeholders &ndash; select reusable placeholders previously created in the organization's AI settings from a drop-down menu to quickly insert standard text snippets into your prompt.
@@ -344,23 +345,26 @@ Pre-translation via AI allows you to use AI Models to pre-translate your content
344345

345346
## Using AI in the Editor
346347

347-
After configuring a prompt with the **AI in editor** type, Crowdin AI can be used in the Editor as an AI Assistant for translators and proofreaders. This AI Assistant can be communicated with in a chat format, allowing you to send prompts and receive replies.
348+
After configuring a prompt with the **AI in editor** type, Crowdin AI can be used in the Editor as an AI Assistant for translators and proofreaders. The AI Assistant works in a chat format, allowing you to send prompts and receive replies.
348349

349-
The AI Assistant is context-aware, meaning it knows the string the translator is working on, the related glossaries, TM matches, the maximum acceptable length of the translation, the related screenshots, etc. This contextual awareness enables the AI Assistant to provide more accurate and relevant assistance.
350+
The AI Assistant is context-aware, meaning it automatically considers the string the translator is working on, the related glossaries, TM matches, the maximum acceptable length of the translation, the related screenshots, and more. This contextual awareness enables the AI Assistant to provide more accurate and relevant assistance.
350351

351352
Here are some tasks the AI Assistant can help with:
352353

353-
* Correcting TM suggestions: If you get a 60% match, the AI Assistant can improve the remaining 40%, ensuring consistency with your terminology and previous translations.
354-
* Serving as an advanced dictionary: The AI Assistant can provide term definitions, translation variants, synonyms, and more.
355-
* Suggesting translations: Similar to other MT tools, the AI Assistant can suggest translations which you can further refine based on your specific needs or save as is.
354+
* **Correcting TM suggestions** - If you get a 60% match, the AI Assistant can improve the remaining 40%, ensuring consistency with your terminology and previous translations.
355+
* **Serving as an advanced dictionary** - The AI Assistant can provide term definitions, translation variants, synonyms, and more.
356+
* **Suggesting translations** - Similar to other MT tools, the AI Assistant can suggest translations that you can refine based on your specific needs or save as is.
357+
* **Summarizing content** – For example, when translating knowledge base articles, it can generate short summaries to help you understand the content before translating.
356358

357-
In addition, the AI Assistant can help in translating knowledge base articles by providing short summaries, helping you grasp the content quickly before translating.
359+
To start using the AI Assistant, click the **AI Assistant** section in the right sidebar of the Editor.
358360

359-
When working in the Editor, you can start using the AI Assistant by clicking the AI Assistant tab in the right sidebar.
361+
You can also interact with the AI Assistant faster using context-aware shortcuts. When you hover over an AI, TM, or MT suggestion in the Context and Translations section, the **Discuss suggestion with AI** button appears. Click it to open the chat with the suggestion already prefilled.
362+
363+
To see what context is passed to the AI, click the <Icon name="mdi:information-outline" class="inline-icon" />**Show AI context** button in the AI Assistant panel header. This opens a modal that displays the full scope of context available to the AI, including the selected string, TM matches, glossary terms, file name, surrounding strings, filtered strings, project description, plural forms, and more.
360364

361365
<Image src={aiEditor} alt="AI Assistant in the Editor" />
362366

363-
For faster and more efficient interaction with the AI Assistant, you can use prompt shortcuts. By default, there are three prompt shortcuts available:
367+
For even faster and more efficient interaction with the AI Assistant, you can use prompt shortcuts. By default, three prompt shortcuts are available:
364368

365369
* Rephrase
366370
* Shorten
@@ -371,7 +375,7 @@ To add your own prompt shortcuts, follow these steps:
371375
<Steps>
372376
1. Click <Icon name="mdi:cog" class="inline-icon"/> in the upper-right corner to open the AI settings.
373377
2. Click <Icon name="mdi:plus" class="inline-icon"/> **Add shortcut**.
374-
3. Specify a shortcut name and a prompt it will be using.
378+
3. Specify a shortcut name and a prompt it will use.
375379
4. Click **Save**.
376380
</Steps>
377381

0 commit comments

Comments
 (0)