How to display length restriction in JSON files but not make it translatable?

I got JSON files structured like this:

{
"fields" : {
"body" : {
"en-US" : "Captures the voice of the user in front of the device and suppresses other voices. \nUse this setting when you want your computer to pick up only your voice instead of voices behind or around you.",
"character_limit" : 50000
},
"title" : {
"en-US" : "Single voice mode",
"character_limit" : 255
}
}
}

I can specify the fields that contain Length Restrictions, but how to make them display as non-translatable?

With these settings, the length restrictions are just excluded from translation, like with default JSON processing.

Trados Studio parser settings showing specified JSON paths for extracting with 'fields.body.en-US' and 'fields.title.en-US' set to 'Paragraph' and 'True' for translation, and 'fields.body.character_limit' and 'fields.title.character_limit' set to 'Length Restriction' and 'False' for translation.



Generated Image Alt-Text
[edited by: Trados AI at 8:39 AM (GMT 0) on 29 Feb 2024]
emoji
Parents Reply Children