Translation

Spam Prevention with Queueing and Delay System

To avoid sending too many requests to translation services at once, VNTranslator uses a built-in queueing system with configurable delays. This helps prevent API rate limits or bans from external services

Translation Memory

Translation Memory stores previously translated phrases and automatically reuses them when the same. This ensures consistency across translations and saves time by reducing repeated work.

Translation Glossary

A glossary allows you to define specific terms or character names that should always be translated in a certain way. This is useful for maintaining consistent terminology.

Pre-translation Features

These settings help clean and prepare the source text before sending it for translation:

  • Allow line breaks: Keeps or removes line breaks in the original text.

  • Trim & normalize spaces: Removes extra spaces and unifies spacing.

  • Exclude strings: Skips specific patterns or lines from being translated.

  • RegExp (Regular Expressions): Lets you define custom rules to match or exclude specific text patterns.

Post-translation Features

After translation, these tools refine the output to match the format and style of the original:

  • Auto line break matching: Automatically adjusts translated lines to follow the original line breaks.

  • RegExp (Regular Expressions): Allows further formatting or cleanup of translated text using pattern rules.

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, and import them to continue work on another device or collaborate with others.

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