Skip to content

Latest commit

 

History

History
99 lines (69 loc) · 3.02 KB

File metadata and controls

99 lines (69 loc) · 3.02 KB

BranchDiffCell

Properties

Name Type Description Notes
sourceDependencyStatus SourceDependencyStatusEnum [optional]
destinationDependencyStatus DestinationDependencyStatusEnum [optional]
sourceSourceStatus SourceSourceStatusEnum [optional]
destinationSourceStatus DestinationSourceStatusEnum [optional]
sourceLengthSetting Integer [optional]
destinationLengthSetting Integer [optional]
status StatusEnum [optional]
columnId String [optional]
sourceValue Object [optional]
destinationValue Object [optional]

Enum: SourceDependencyStatusEnum

Name Value
UP_TO_DATE "upToDate"
OUT_OF_DATE "outOfDate"
UNSET "unset"

Enum: DestinationDependencyStatusEnum

Name Value
UP_TO_DATE "upToDate"
OUT_OF_DATE "outOfDate"
UNSET "unset"

Enum: SourceSourceStatusEnum

Name Value
UNSET "unset"
DO_NOT_TRANSLATE "doNotTranslate"
NOT_READY_FOR_TRANSLATION "notReadyForTranslation"
READY_FOR_TRANSLATION "readyForTranslation"
LOCKED "locked"
LOCK_ALL_LANGUAGES "lockAllLanguages"

Enum: DestinationSourceStatusEnum

Name Value
UNSET "unset"
DO_NOT_TRANSLATE "doNotTranslate"
NOT_READY_FOR_TRANSLATION "notReadyForTranslation"
READY_FOR_TRANSLATION "readyForTranslation"
LOCKED "locked"
LOCK_ALL_LANGUAGES "lockAllLanguages"

Enum: StatusEnum

Name Value
BEHIND "behind"
AHEAD "ahead"
CONFLICTED "conflicted"
UNCHANGED "unchanged"
INVALID_DATA "invalidData"
NA "na"
EMPTY "empty"
TARGET_TRANSLATION_EMPTY "targetTranslationEmpty"
TRANSLATION_NOT_READY "translationNotReady"
TRANSLATION_NOT_FOUND "translationNotFound"
SOURCE_TARGET_MISMATCHED "sourceTargetMismatched"
TARGET_CHANGED_TM_NOT_APPROVED "targetChangedTMNotApproved"
TARGET_NOT_CHANGED "targetNotChanged"
SOURCED_CHANGED "sourcedChanged"
TARGET_CHANGED "targetChanged"
TEXT_OVER_LENGTH "textOverLength"
TRANSLATION_NOT_CHANGED "translationNotChanged"
NOT_CHANGED "notChanged"
WARNING_OFF "warningOff"
TARGET_CHANGED_SINCE_EXPORT "targetChangedSinceExport"

Implemented Interfaces

  • Serializable