Return the translation in the format of a JSON object with the keys being numeric values (matching the source keys), and the values being the translated strings.
Do not escape double quotes with backslashes. Output must be valid JSON without extra slashes.
Translate the provided JSON array into the English language, regardless of whether the values are the same and ensure the JSON is well-formed and complete.
Decode any < and > HTML entities back to < and > symbols in the output & preserve and maintain whitespace.