turns-00080.parquet:29775
bb1b4fd12b9ad04939c25710
turn 1/1gpt-4.1-mini-2025-04-14EnglishAustralia479 words
degenerate_repetitionAbsentFinal dense release
USER
Goal
Traduire toutes les valeurs textuelles présentes dans une liste d’objets d’une recette de cuisine de en (ISO 639) vers zh (ISO 639), en respectant le contexte culinaire.
Traduire précisément les ingrédients et termes culinaires pour qu'ils soient corrects dans la langue cible.
Maintenir la structure JSON intacte, en ne modifiant que les valeurs.
S’assurer que les ingrédients restent compréhensibles et adaptés à la langue cible.
Return Format
Tu dois renvoyer une liste d’objets sous la forme reçu.
- Chaque valeur doit être correctement traduite en zh.
- Les ingrédients doivent être adaptés à la langue cible.
- Aucune clé ne doit être modifiée.
Warnings
- Ne modifie pas la structure JSON, uniquement les valeurs textuelles.
- Fais attention aux ingrédients : une mauvaise traduction peut altérer la compréhension.
- Ne laisse aucune valeur non traduite.
- Ne renvoie que le JSON, sans explication.
Context Dump
Langue source : en (ISO 639)
Langue cible : zh (ISO 639)
Données à traduire :
[
{
"recipeCode": "75479c7fbaed4f45ac89458626196eb9",
"updated": "2025-05-17T20:42:58.130Z",
"title": "Cinnamon Tea",
"subtitle": "A spiced and warming tea, often prepared after the birth of a child and shared with the new mother and her guests.",
"description": "This tradition is common in the Middle East, where cinnamon is valued not only for its flavor but also for its health benefits. It contains antioxidant and anti-inflammatory properties and may help reduce cholesterol and blood pressure. Traditionally, this tea is served in small cups accompanied by lightly toasted nuts. Sweeten it according to your preference and add any nuts you enjoy.",
"ingredients": [
{
"section": "For the recipe",
"ingredients": [
"cinnamon sticks, lightly crushed",
"ground cinnamon",
"anise seed (optional).",
"ground ginger or 5 cm piece fresh ginger, sliced (optional).",
"sugar, to taste",
"any combination of toasted and coarsely chopped walnuts, almonds, and pine nuts, to serve"
]
}
],
"instructions": [
"Place the cinnamon sticks, ground cinnamon, anise seed, and ginger into a pan with 6 cups (2½ pints/1.5 liters) of water and bring to a boil over medium-high heat.",
"Lower the heat and let it simmer for 30 to 60 minutes. The longer it simmers, the stronger the flavor will be.",
"Remove the pan from heat and let the spices settle for at least 15 minutes.",
"Strain the tea into teacups and sweeten it to your taste.",
"Serve the tea with toasted, coarsely chopped nuts to sprinkle on top."
],
"notes_ingredients": "",
"notes_instructions": "Make sure the nuts are coarsely chopped to allow easy sipping without the need for a spoon. This enhances the experience by combining the flavors of cinnamon and crunchy nuts in each sip."
}
]
ASSISTANT
```json
[
{
"recipeCode": "75479c7fbaed4f45ac89458626196eb9",
"updated": "2025-05-17T20:42:58.130Z",
"title": "肉桂茶",
"subtitle": "一种香料温暖的茶,通常在产后准备,与新妈妈和她的客人分享。",
"description": "这个传统在中东很常见,那里肉桂不仅因其风味而受到重视,还因其健康益处。它含有抗氧化和抗炎特性,可能有助于降低胆固醇和血压。传统上,这种茶装在小杯中,配以轻微烤制的坚果。根据个人喜好加糖,并添加你喜欢的任何坚果。",
"ingredients": [
{
"section": "配方材料",
"ingredients": [
"肉桂棒,轻轻压碎",
"肉桂粉",
"八角(可选)",
"姜粉或5厘米新鲜姜片(可选)",
"糖,适量",
"烤制且粗略切碎的核桃、杏仁和松子任意组合,供食用"
]
}
],
"instructions": [
"将肉桂棒、肉桂粉、八角和姜放入锅中,加入6杯(2½品脱/1.5升)水,用中高火煮沸。",
"调低火候,小火慢炖30至60分钟。炖的时间越长,味道越浓。",
"将锅从火上移开,让香料静置至少15分钟。",
"过滤茶水倒入茶杯,按口味加糖。",
"搭配烤制且粗略切碎的坚果一起享用,可以撒在茶上。"
],
"notes_ingredients": "",
"notes_instructions": "确保坚果被粗略切碎,以便轻松饮用,无需勺子。这样每一口都能品尝到肉桂和酥脆坚果的结合,提升饮用体验。"
}
]
```