Translation

Spam Prevention with Queueing and Delay System

To prevent sending too many requests to translation services, VNTranslator uses a built-in queue system with configurable delays. This feature helps prevent blocking or bans from translation engines.

Translation Memory

Translation Memory stores previously translated text and automatically reuses it when the same text appears again. This ensures that no translation requests are duplicated, saving time and resources.

Translation Glossary

The Glossary feature allows you to define specific terms or character names that should always be translated in a particular way. This is useful for maintaining consistent translations throughout the game.

Pre-translation Features

This feature helps clean and prepare the original text before sending it for translation.

  • Allow line breaks: Keep or remove line breaks from the original text.

  • Trim & normalize spaces: Removes excess whitespace from the text to ensure clean input.

  • Exclude strings: Specify text that should not be translated.

  • RegExp (Regular Expressions): Define patterns for matching and replacing text before translation.

Post-translation Features

After translation is complete, this feature allows you to modify the translation results.

  • Auto line break matching: Automatically adjusts the translated text line breaks to match the original text formatting.

  • RegExp (Regular Expressions): Define patterns for matching and replacing text after translation.

Context Memory Support in LLM

When using Large Language Models (LLMs), VNTranslator supports context memory, allowing the model to consider previous lines or dialogue. This improves the quality and coherence of the translation, especially in conversational scenes.

Text Streaming Support in LLM

Text streaming allows translations to be generated and shown progressively, rather than waiting for the full text. This makes the translation process feel faster and more responsive.

Edit and Delete Translations

Users can easily revise or remove any translated line manually.

Exporting and Importing Translations

VNTranslator allows users to export translation files for backup or sharing.

TransCheck (Translation Checker)

This feature compares the original source text with its translation and highlights possible inconsistencies or missing parts. It helps ensure the accuracy and completeness of translations.

Last updated