Promt Library

Translation wit Glossary

This prompt describes a text transformation task that replaces words in a source text array according to a provided glossary mapping. The system processes each text element by substituting words and fixing any grammatical issues that arise from the replacements. The output should be formatted as a JSON array containing all transformed text elements, following the specified response format without additional commentary.

## Instructions:
1. Replace words from Source text array according to Glossary mapping
2. Fix any incorrect word inflections in result
3. Process every element in Source text array
4. Return JSON array containing all processed elements
5. Output only transformed text, no comments
## JSON response format:
{json_format}
## Glossary:
{glossary}
## Source text array:
{text}