3Play Media: Docs


Translation Profile

Set up, view and edit your 3Play Media Translation Profile

Object Representation

Unless otherwise specified, all routes return the following data structure in the data key.

Name Type Description
id Integer Your translation profile ID
translation_vendor_id Integer The ID of your selected translation vendor (See profile_options for a list of options)
your_business String Profile information on your business
your_audience String Profile information on your audience
overall_tone String Profile information on overall tone
translation_format String Profile information on your translation format
grammar String Profile information on grammar
samples String Profile information on samples
company_branding String Profile information on company branding
terms_and_phrases String Profile information on terms and phrases
glossary_link String URL of a publicly accessible, read-only document containing a list of terms and/or phrases that need to be translated consistently

Actions

  • Show your Translation Profile

    GET https://api.3playmedia.com/v3/translation_profile

  • Create a Translation Profile (one per project)

    POST https://api.3playmedia.com/v3/translation_profile

    Parameter Type Description Required Default
    translation_vendor_id Integer The ID of your selected translation vendor (See profile_options for a list of options) Yes no default
    auto_approve_translation Boolean (Gengo only) toggle auto approve on translations (if off, you will get to manually approve your translations) Yes no default
    your_business String A brief description of your business and a link to your website No no default
    your_audience String Indicate the purpose/audience of translation No no default
    overall_tone String If you have different tone requirements for different types of content, please specify No no default
    translation_format String Literal translation vs. cultural/conversational translation No no default
    grammar String Grammar consistency (Formal or informal pronouns, consistent conjugation, grammatical gender etc.) No no default
    samples String Provide links to sample product pages, FAQ pages, etc. No no default
    company_branding String Specify what should or should not be translated in your company's name No no default
    terms_and_phrases String List of terms and/or phrases that need to be translated consistently No no default
    glossary_link String URL of a publicly accessible, read-only document containing a list of terms and/or phrases that need to be translated consistently No no default
  • Edit your Translation Profile

    PUT https://api.3playmedia.com/v3/translation_profile

    Parameter Type Description Required Default
    translation_vendor_id Integer The ID of your selected translation vendor (See profile_options for a list of options) No no default
    auto_approve_translation Boolean (Gengo only) toggle auto approve on translations (if off, you will get to manually approve your translations) No no default
    your_business String A brief description of your business and a link to your website No no default
    your_audience String Indicate the purpose/audience of translation No no default
    overall_tone String If you have different tone requirements for different types of content, please specify No no default
    translation_format String Literal translation vs. cultural/conversational translation No no default
    grammar String Grammar consistency (Formal or informal pronouns, consistent conjugation, grammatical gender etc.) No no default
    samples String Provide links to sample product pages, FAQ pages, etc. No no default
    company_branding String Specify what should or should not be translated in your company's name No no default
    terms_and_phrases String List of terms and/or phrases that need to be translated consistently No no default
    glossary_link String URL of a publicly accessible, read-only document containing a list of terms and/or phrases that need to be translated consistently No no default
  • View Translation Profile options

    POST https://api.3playmedia.com/v3/translation_profile/profile_options