Enabling Automated Translations for localized elements (numbers) in Trados Studio 2022

I am setting up a project in Trados 2022 with many numbers which need to be localized for French. I want to lock the segments with numbers to exclude them from translation and word count. However, Automated Translation doesn’t seem to have been enabled, and localized numbers only show in the target column when you click on the specific segment.

Screenshot of Trados Studio interface showing a list of segments with numbers. The 'Apply automated translation' option is grayed out and not selectable.

In the settings, the option ‘Apply automated translation’ is not clickable (screenshot below).

How can I enable AT to show localized numbers in all target segments?

Screenshot of Trados Studio 'Create a New Project - Batch Tasks' window with 'Apply automated translation' checkbox disabled under 'Pre-Translate Settings'.



Generated Image Alt-Text
[edited by: RWS Community AI at 2:13 AM (GMT 1) on 18 Jun 2024]
emoji
Parents
  •  

    However, Automated Translation doesn’t seem to have been enabled

    I guess it’s disabled because you haven’t set any machine translation provider.

    I’d pre-translate that file now. Then all integer numbers and decimal numbers should be translated. If there are numbers with thousand separators, such as 1,234.56, you may need to translate them as well before the pre-translation step.

    Last I’d filter by numbers using this regex:

    ^[0-9.,]+$

    and ensure that all numbes are translated.

    Finally select them all segments and lock them.

    emoji
Reply
  •  

    However, Automated Translation doesn’t seem to have been enabled

    I guess it’s disabled because you haven’t set any machine translation provider.

    I’d pre-translate that file now. Then all integer numbers and decimal numbers should be translated. If there are numbers with thousand separators, such as 1,234.56, you may need to translate them as well before the pre-translation step.

    Last I’d filter by numbers using this regex:

    ^[0-9.,]+$

    and ensure that all numbes are translated.

    Finally select them all segments and lock them.

    emoji
Children