...
Field type (ftype) | Description of column content | Requires languageSegment or Language |
---|---|---|
1 | The source text or target text of a segment. | YesLanguage |
2 | Context of the segment. | NoSegment |
3 | Status of a text. | YesLanguage |
4 | Origin of current text version: Human translation, pretranslation, etc. | YesLanguage |
5 | Locked status | YesLanguage |
6 | Bookmark | YesLanguage |
7 | Custom field. Requires specification of "fqualifier" in the "fkey". This is the ID of the custom field. If the language is specified then the column contains the language specific CF. Otherwise it contains the CF that refers to the segment as a whole. | Yes/No Both |
8 | Label. Requires specification of "fqualifier" in the "fkey". This is the ID of the label. | NoBoth |
9 | Comments | YesLanguage |
10 | Memory hits. NOT IMPLEMENTED. | YesLanguage |
11 | A column that allows a user to add a new comment. For internal use only. | YesLanguage |
12 | Revisions | YesLanguage |
13 | Error information. For example those set by a QA. | Language |
14 | TMX or extended properties. | YesSegment |
PROPERTIES
The JSON object has these properties:
name | Internal name of the layout. Can be disregarded. | string |
columns | An array of ordered columns. Each column is a JSON object and contains the "fkey" property. This property uniquely identifies the data of the column (such as a translation in a specific language). For all properties see below. | object[] |
Each column has these properties:
...