1. translation complete
nativy connect calls the return link (you provided before with the order post) with
the orderid of the completed translation as parameter.
2. request translation / 3. translation
Your application can download the translated texts from nativy connect (see /order/{orderid}
GET).
4. request translation
Your application should inform the user now that the translation process has finished,
e.g. by e-mail.
5. accept/delince translation
In case some textblocks are not translated correctly, your application should give
the user the possibility to let the translator review these blocks (see /order/{orderid}/review/{text_to_key}
PUT and /order/{orderid}/review/{text_to_key} GET).