Cette page explique succinctement les fonctions de base du plugin de traduction automatique via l’API Deepl. Vous obtiendrez plus de détail sur la page : This page briefly explains the basic functions of the Deepl API machine translation plugin. For more details, go to Setting up the DeepL Bridge Plugin.
Configuration du plugin
...
Plugin configuration
At least three properties must be filled in:
deepl_api_key
il s'agit de la clef de connexion à l'API DeepL. Sans cette clef, pas d’appel possible à l’API DeepL donc pas de traduction possible, y compris en mode gratuit (il faut une clef DeepL free pour se connecter)glossary_name
il s'agit de l'espace de nom pour le stockage des glossaires. Tous les serveurs qui partagent la même valeur pour cette propriété utiliseront les mêmes glossaires. Par défaut, cette propriété est configurée pour être la valeur saisie dans la variablecompany.name
this is the API connection key DeepL. Without this key, no call to the DeepL API is possible, so no translation is possible, even in free mode (you need a DeepL free key to connect).
If no value is specified, the Wedia key is used.Status title 2024.2 glossary_name
this is the namespace for storing glossaries. All servers sharing the same value for this property will use the same glossaries. By default, this property is configured to be the value entered in thecompany.name
variable.token_auth_key
il s'agit de la clef de chiffrement pour les connexion InDesign. Elle doit être identique dans la configuration du plugin InDesign. Si aucune clef n'est renseignée, le plugin InDesign ne pourra pas appeler l'API de traduction et donc pas de traduction possible
...
key
this is the encryption key for InDesign connections. It must be identical in the InDesign plugin configuration. If no key is entered, the InDesign plugin will not be able to call the translation API, so no translation will be possible.
Configuring the WXM_ANALYTICS_V2
...
Les graphiques d’analytics sont intégrés à la page “Nouveaux analytics”. Lorsqu'une liste de menus est explicitement indiquée pour un rôle dans la configuration de ce plugin (paramètre available_menus
), il est nécessaire d'ajouter la valeur translation
pour y avoir accès.
Configuration du plugin InDesign
TODO
Gestion des glossaires
Les glossaires sont des listes de couples d’expressions, une expression dans une langue source, et son expression correspondante dans la langue cible. Il en existe un par couple langue source, langue cible.
Ils sont organisés par espace de noms : un serveur est configuré pour utiliser un espace de nom. Tous les serveurs configurés avec le même espace de nom partage les mêmes glossaires.
Importer un glossaire dans DeepL
...
plugin
Analytics graphics are integrated into the "New analytics" page. When a menu list is explicitly specified for a role in the configuration of this plugin (parameter available_menus
), it is necessary to add the translation
value to access it.
Configuring the InDesign plugin
In the wedia.cfg
file, in the /wedia/pref
section (associated with a prefix), add a server
entry with the following attributes:
key
: the encryption key for the connection token (the value of plugin parametertoken_auth_key
)url
: the server url
Example :
Code Block | ||
---|---|---|
| ||
<?xml version="1.0" encoding="UTF-8"?>
<wedia>
<!--Specific functional parameters for prefix dcw-->
<pref prefix="dcw">
<server key="***********" url="https://dev-club-wed.wedia-group.com"/>
</pref>
</wedia> |
Glossary management
Glossaries are lists of pairs of expressions: one expression in a source language, and its corresponding expression in the target language. There is one for each source and target language pair.
They are organized by namespace: a server is configured to use one namespace. All servers configured with the same namespace share the same glossaries.
Import a glossary into DeepL
To import a glossary into DeepL you can go to the web page at the URL _plugins/WXM_DEEPL/page/admin/upload.jspz
, dans laquelle il vous suffira de glisser-déposer des fichiers d’extension TSV, ou des ZIP contenant de tels fichiers, dans la zone en pointillés. Dans la zone située en dessous, vous obtiendrez les journaux d’imports (avec erreur ou alertes concernant les expressions refusées).Cette page peut être accèdée depuis le menu situé à l’URL where you simply drag and drop TSV extension files, or ZIPs containing such files, into the dotted area. In the area below, you'll see the import logs (with errors or alerts concerning rejected expressions).
This page can be accessed from the menu at URL _plugins/WXM_DEEPL/page/admin/home.jspz
., via la fonctionnalité the following feature:
...
Il est également possible d’utiliser un It is also possible to use an end point.
Gérer les glossaires
...
Managing glossaries
If needed, you can view the current glossaries and delete any superfluous ones, or export a glossary, in the page located at the URL _plugins/WXM_DEEPL/page/admin/glossaries.jspz
.
Cette page peut être accèdée depuis le menu situé à l’URL This page can be accessed from the menu at URL _plugins/WXM_DEEPL/page/admin/home.jspz
., via la fonctionnalité the following feature:
...
Il est également possible d’utiliser des Dedicated end points dédiés.
Accès direct à l’interface d’administration
La page de menu des fonctionnalités de l’interface est accessible directement depuis le menu d’administration du moteur :
...
Traduction : utiliser la fonction de traduction InDesign
TODO
Statut DeepL
Evidemment le service DeepL de traduction automatique doit être opérationnel pour que la traduction autmatiquement fonctionne. Vous pouvez obtenir directement le statut de l’API via l’URL can also be used.
Direct access to administration interface
The interface functionalities menu page can be accessed directly from the engine administration menu:
...
Translation: using the InDesign translation function
See Translation service (DeepL).
DeepL Services Status
Of course, the DeepL machine translation service must be up and running for automatic translation to work. You can obtain the API status directly from the URL https://www.deeplstatus.com/.
Cette page peut être accèdée depuis le menu situé à l’URL This page can be accessed from the menu at URL _plugins/WXM_DEEPL/page/admin/home.jspz
., via la fonctionnalité the following feature:
...