Documentation

TranslationMemoryApi extends AbstractApi
in package

Translation Memory (TM) is a vault of translations that were previously made in other projects.

Those translations can be reused to speed up the translation process. Every translation made in the project is automatically added to the project Translation Memory. Use API to create, upload, download, or remove specific TM. Translation Memory export and import are asynchronous operations and shall be completed with sequence of API methods.

Table of Contents

Methods

checkExportStatus()  : TranslationMemoryExport|null
Check TM Export Status
checkImportStatus()  : TranslationMemoryImport|null
Check TM Import Status
clear()  : mixed
Clear TM
create()  : mixed
Add TM
delete()  : mixed
Delete TM
download()  : DownloadFile|null
Download TM
export()  : TranslationMemoryExport|null
Export TM
get()  : TranslationMemory|null
Get TM Info
import()  : TranslationMemoryImport|null
Import TM
list()  : ModelCollection
List TMs
update()  : TranslationMemory|null
Edit TM Info

Methods


        
On this page

Search results