Name | Type | Description | Additional information |
---|---|---|---|
tmGuid | Guid | The Guid of the translation memory |
Name | Type | Description |
---|---|---|
AccessLevel | ResourceAccessLevel (enum) | Possible enum values: 0:ReadOnly; 1:ReadWrite; 2:Admin; The access level of the translation memory. |
Client | String | The client of the translation memory. |
Domain | String | The domain of the translation memory. |
FriendlyName | String | The friendly name of the translation memory. |
NumEntries | Int32 | The number of entries in the translation memory. |
Project | String | The project of the translation memory. |
SourceLangCode | String | The source language of the translation memory. |
Subject | String | The subject of the translation memory. |
TargetLangCode | String | The target language of the translation memory. |
TMGuid | String | The Guid of the translation memory. |
TMOwner | String | The owner of the translation memory. |
{ "AccessLevel": 0, "Client": "client", "Domain": "domain", "Subject": "subject", "Project": "project", "NumEntries": 200, "FriendlyName": "My translation memory", "SourceLangCode": "eng", "TargetLangCode": "hun", "TMGuid": "3bcbbce5-d422-488d-9f26-b07ec2cd6523", "TMOwner": "Built-in administrator" }