Tilpasset MT-modul (Maskinoversættelse)

This module helps you connect machine translation engines not yet supported by Crowdin. Når denne form for app er oprettet, vil man kunne præoversætte sit indhold med den tilsluttede MT eller aktivere oversættelsesforslag herfra til at blive vist i Redigeringsværktøjet for oversættere.

You can grant access to this module to one of the following user categories:

For Crowdin:

  • Only me (i.e., project owner)
  • All project members
  • Selected users

For Crowdin Enterprise:

  • Only organization admins
  • All users in the organization projects
  • Selected users

Structure

{
   "custom-mt": [
     {
            "key": "custom-mt",
            "name": "Custom MT",
            "logo": "/logo.png",
            "url": "/translate"
      }
    ]
}

Egenskaber

nøgle

Type: string

Required: yes

Beskrivelse: Modul-identifikator i Crowdin-appen.

navn

Type: string

Required: yes

Beskrivelse: Modulnavn i simpel tekst.

logo

Type: string

Required: yes

Description: The relative URL to the custom MT's logo that will be displayed in the Crowdin UI.
The recommended resolution is 48x48 pixels.

url

Type: string

Required: yes

Beskrivelse: Den relative URL til modulindholdssiden, der integreres i Crowdin.

environments

Type: string

Allowed values: crowdin, crowdin-enterprise

Description: Set of environments where a module could be installed.
This parameter is needed for cross-product applications.

Var denne artikel nyttig?