# Translation Editor

View, edit, and manage translations in the editor window. The Translation Editor allows you to review source text alongside translations and make manual adjustments as needed.

### Menu Bar

* **Import**\
  Imports translation files to add or update entries in the editor.
* **Export**\
  Exports current translations to a file for backup or external use.
* **Viewing Mode**\
  Switches to read-only mode for reviewing translations without the risk of accidental edits.
* **Editing Mode**\
  Enables full editing capabilities, allowing you to modify translations.

### Floating Menu

Quick access toolbar for common editor actions.

* **Add New Translation**\
  Creates a new translation entry manually.
* **Refresh**\
  Reloads the translation list.
* **Search**\
  Searches through source text and translations to quickly find specific entries.
* **Pagination Up**\
  Navigates to the previous page of translations.
* **Pagination Down**\
  Navigates to the next page of translations.

### Footer Menu

Editor controls located at the bottom of the interface.

* **Zoom Out**\
  Decreases the text size in the editor.
* **Zoom In**\
  Increases the text size in the editor.
* **Layout**\
  Switches between different editor layout options.
* **Show/Hide Floating Menu**\
  Toggles the visibility of the floating menu.
* **Auto Scroll**\
  Automatically scrolls to newly added or updated translations.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vntranslator.com/features/translation-editor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
