Translations object

FieldTypeDescription
translation_idnumberUnique translation identifier.
key_idnumberIdentifier of the key of the translation.
language_isostringLanguage code.
modified_atstringDate and time of last translation modification.
modified_at_timestampnumberUnix timestamp of last translation modification.
modified_bynumberIdentifier of the user, who made last modification.
modified_by_emailstringE-mail of the user, who made last modification.
translationstringThe actual translation content. Pass as an object, in case it includes plural forms and is_plural is true.
is_unverifiedbooleanWhether the Unverified flag is enabled.
is_reviewedbooleanWhether the Reviewed flag is enabled.
reviewed_bynumberIdentifier of the user, who has reviewed the translation (if reviewed).
wordsnumberNumber of words in the translation.
custom_translation_statusesarray of objectsArray consisting of Custom Translation Status objects.
task_idnumberIdentifier of the task, if the key is a part of one, or null if it's not.
segment_numbernumberIf segmentation is used then this is a segment number. If not then it defaults to 1.