How to display maximum number of characters available for the segment

Hello,

I translate Excel files. For each cell I have maximum authorised length in number of characters. I configured the legth check in Studio, so when I exceed the maximum number of characters an error is displayed.

But I have a different legth value for each cell in my file. So I would like this value to be displayed permanently in Studio for each segment.

It would help me to see how many characters I can use in my translation without clicking anywhere. I would like to see this info for each segment and and see in real-time in the status bar how many characters I have already input. It would help me to decide from the very beginning of my translation if I have space or if I should pay attention and shorten my words.

Is it possible ? Maybe a plugin exists ?

Thank you so much for your help.

Parents Reply
  • So in this case you have to add a column for this in excel and calculate the number of chars in each segment.  For example, I added the column C:

    Excel spreadsheet with a formula in column C to calculate the length of text in column A.

    To calculate the length just use this formula in cell C2:

    =LEN(A2)

    Then copy the formula down the column.  Then in Studio set up your Bilingual Excel filetype like this (based on my example):

    Trados Studio options menu showing setup for Bilingual Excel filetype with specific columns designated for source and target text.

    Make sure you either deselect the monolingual Excel filetypes in your File -> Options before you create your project, or move the Blingual Excel above the monolingual ones:

    Trados Studio file types list with Bilingual Excel filetype moved above monolingual Excel filetypes.

    Then open your file for translation:

    Trados Studio translation interface with a warning from the QA Checker about the source count.

    And the count as you work will be visible at the bottom of your screen:

    Trados Studio status bar displaying the number of characters in the current target segment: 47.

    Paul Filkin | RWS Group

    ________________________
    Design your own training!

    You've done the courses and still need to go a little further, or still not clear? 
    Tell us what you need in our Community Solutions Hub

    emoji


    Generated Image Alt-Text
    [edited by: Trados AI at 10:30 PM (GMT 0) on 28 Feb 2024]
Children