Title: Adara Translate
Author: adaratranslate
Published: <strong>13.05.2026</strong>
Last modified: 13.05.2026

---

Поиск плагинов

![](https://ps.w.org/adara-translate/assets/banner-772x250.png?rev=3530505)

![](https://ps.w.org/adara-translate/assets/icon-256x256.png?rev=3530505)

# Adara Translate

 Автор: [adaratranslate](https://profiles.wordpress.org/adaratranslate/)

[Скачать](https://downloads.wordpress.org/plugin/adara-translate.0.1.0.zip)

 * [Детали](https://ru.wordpress.org/plugins/adara-translate/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/adara-translate/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/adara-translate/#installation)
 * [Разработка](https://ru.wordpress.org/plugins/adara-translate/#developers)

 [Поддержка](https://wordpress.org/support/plugin/adara-translate/)

## Описание

Adara Translate adds a sidebar to the block editor that translates the post you’re
editing into any supported language. The translation is saved as a new draft post
linked to the original — review it, edit it, and publish when ready.

Connect the plugin to your Adara Translate account with an API key. Translation 
engines available: DeepL, Google, Microsoft, GPT, and Gemini.

**v0.1 covers posts and pages.** WooCommerce, SEO meta, menus, and a language switcher
are on the roadmap.

This plugin is a service-backed plugin. It requires an Adara Translate account and
sends post content to the Adara Translate API to perform translations — see the 
_External services_ section below for full details.

### External services

This plugin connects to the Adara Translate API to perform translations. Adara Translate
is a third-party service operated by Adara Translate. The plugin will not function
without it — translations are not performed on your WordPress server.

**What the plugin sends and when**

The plugin sends data to Adara Translate only when an editor clicks **Translate**
in the Gutenberg sidebar (or invokes the plugin’s REST endpoint). For each translation,
the plugin sends:

 * The text content of the post being translated. This includes the post title, 
   excerpt, paragraph and heading text, and a curated set of translatable text attributes
   for known core blocks (button labels, image alt text and captions, quote citations,
   search labels, etc.).
 * The target language code (e.g. `es`) and, if you’ve selected one, the source 
   language code and translation engine.
 * Your Adara Translate API key, sent in an `X-API-Key` request header so Adara 
   can authenticate the request and bill credits to your account.

The plugin does **not** send: your WordPress username or email, site URL, post IDs,
post slugs, draft history, or the contents of `core/code`, `core/html`, `core/shortcode`,
or `core/freeform` blocks.

**Where the data goes**

Requests are sent over HTTPS to `https://www.adaratranslate.com/api/translation/
translate` (configurable in **Settings  Adara Translate** if you self-host Adara).
Adara Translate routes each request to the translation engine you select — DeepL,
Google Cloud Translation, Microsoft Translator, OpenAI (GPT), or Google Gemini —
and returns the translated text. The selected engine processes the post content 
as a sub-processor; please review the engine’s own terms before sending sensitive
content.

**Service provider**

Adara Translate, https://www.adaratranslate.com

 * Terms of Service: https://www.adaratranslate.com/terms
 * Privacy Policy: https://www.adaratranslate.com/privacy

By installing and activating this plugin and entering an Adara Translate API key,
you agree to Adara Translate’s Terms of Service and Privacy Policy.

## Скриншоты

 * [[
 * [[
 * [[

## Установка

 1. Upload the plugin folder to `/wp-content/plugins/adara-translate/`, or install 
    from the WordPress plugin directory.
 2. Activate the plugin under **Plugins**.
 3. Visit **Settings  Adara Translate** and paste an API key from your [Adara dashboard](https://www.adaratranslate.com/dashboard/api-keys).
 4. Open any post or page in the block editor; click the **Adara Translate** icon in
    the top-right sidebar.

## Часто задаваемые вопросы

### Where are translations stored?

As separate draft posts, linked to the original via post meta (`_adara_source_id`,`
_adara_language`). This keeps your archives, REST API, and SEO plugins working normally.

### Does this work with Polylang or WPML?

Not yet. The roadmap includes a compatibility layer that writes our meta into Polylang’s
term relationships so the language switcher works without us shipping one.

### Does this translate Gutenberg blocks correctly?

Yes. The plugin parses your post into its block tree, translates each block’s content
plus known text attributes (button labels, image alt and captions, quote citations,
search labels, etc.), and reserializes the tree. Code, raw HTML, and shortcode blocks
are intentionally skipped so your snippets stay intact.

### How are translation costs handled?

Each request consumes credits from your Adara account at 1 credit per word. View
usage at https://www.adaratranslate.com/dashboard.

## Отзывы

Нет отзывов об этом плагине.

## Участники и разработчики

«Adara Translate» — проект с открытым исходным кодом. В развитие плагина внесли 
свой вклад следующие участники:

Участники

 *   [ adaratranslate ](https://profiles.wordpress.org/adaratranslate/)

[Перевести «Adara Translate» на ваш язык.](https://translate.wordpress.org/projects/wp-plugins/adara-translate)

### Заинтересованы в разработке?

[Посмотрите код](https://plugins.trac.wordpress.org/browser/adara-translate/), проверьте
[SVN репозиторий](https://plugins.svn.wordpress.org/adara-translate/), или подпишитесь
на [журнал разработки](https://plugins.trac.wordpress.org/log/adara-translate/) 
по [RSS](https://plugins.trac.wordpress.org/log/adara-translate/?limit=100&mode=stop_on_copy&format=rss).

## Журнал изменений

#### 0.1.0

 * Initial release. Translate posts and pages from the Gutenberg sidebar. Block-
   aware translation walks each post’s block tree and translates per-block content
   plus known text attributes. Translations are stored as draft duplicate posts.

## Мета

 *  Версия **0.1.0**
 *  Обновление: **20 часов назад**
 *  Активных установок: **Менее 10**
 *  Версия WordPress ** 6.4 или выше **
 *  Совместим вплоть до: **6.9.4**
 *  Версия PHP ** 7.4 или выше **
 *  Язык
 * [English (US)](https://wordpress.org/plugins/adara-translate/)
 * Метки:
 * [deepl](https://ru.wordpress.org/plugins/tags/deepl/)[i18n](https://ru.wordpress.org/plugins/tags/i18n/)
   [localization](https://ru.wordpress.org/plugins/tags/localization/)[multilingual](https://ru.wordpress.org/plugins/tags/multilingual/)
   [translation](https://ru.wordpress.org/plugins/tags/translation/)
 *  [Дополнительно](https://ru.wordpress.org/plugins/adara-translate/advanced/)

## Оценки

Пока что нет ни одного отзыва.

[Your review](https://wordpress.org/support/plugin/adara-translate/reviews/#new-post)

[Посмотреть всеотзывы](https://wordpress.org/support/plugin/adara-translate/reviews/)

## Участники

 *   [ adaratranslate ](https://profiles.wordpress.org/adaratranslate/)

## Поддержка

Есть что сказать? Нужна помощь?

 [Перейти в форум поддержки](https://wordpress.org/support/plugin/adara-translate/)