En Zh Bilingual Json Overview Create bilingual JSON from English text, fist translating the text into Chinese using the model, and writing the final JSON array. Workflow 1) Translate with the model and fill zh Translate English text to Chinese (zh) using the model and split sentence-level English/Chinese (zh) pairs, finally write back to the same JSON array. Preserve punctuation and sentence intent; keep proper nouns (e.g., product names) as appropriate and remove relevant music transript. Output format (top-level array): 2) Review and fix sentence boundaries Make sure a splited sentence have…