turns-00078.parquet:31798
d59f3588870bc3a9b57eee57
turn 1/1gpt-4.1-mini-2025-04-14FrenchChina493 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 hi (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 hi.
- 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 : hi (ISO 639)
Données à traduire :
[
{
"recipeCode": "9d0628f342f5492e99b2fe51ff7c94f8",
"updated": "2025-05-10T18:56:53.721Z",
"title": "Oreo Devils",
"subtitle": null,
"description": null,
"ingredients": [
{
"section": "For the recipe",
"ingredients": [
"red fondant",
"red confectioner's coating (such as wilton candy melts).",
"chocolate sandwich cookies (such as oreo).",
"each small candy eyeballs"
]
}
],
"instructions": [
"Shape the red fondant into 72 small horns, sized appropriately for the cookies. Line two baking sheets with parchment paper.",
"Melt the red confectioner's coating in the top of a double boiler over simmering water, stirring constantly and scraping down the sides with a rubber spatula to prevent scorching. This process should take about 5 minutes. Remove from heat once melted.",
"Using a spoon, coat the top and sides of each cookie with the melted red coating. Place the cookies on the prepared baking sheets. Attach two small fondant horns near the top of each cookie, then add two candy eyeballs. Allow to stand until dry, approximately 1 hour."
],
"notes_ingredients": null,
"notes_instructions": null
}
]
ASSISTANT
```json
[
{
"recipeCode": "9d0628f342f5492e99b2fe51ff7c94f8",
"updated": "2025-05-10T18:56:53.721Z",
"title": "ओरियो डेविल्स",
"subtitle": null,
"description": null,
"ingredients": [
{
"section": "विधि के लिए",
"ingredients": [
"लाल फॉन्टेंट",
"लाल कॉन्फेक्शनर कोटिंग (जैसे विल्टन कैंडी मेल्ट्स)।",
"चॉकलेट सैंडविच कुकीज़ (जैसे ओरियो)।",
"प्रत्येक के लिए छोटे कैंडी आंखें"
]
}
],
"instructions": [
"लाल फॉन्टेंट को 72 छोटे सींगों के आकार में ढालें, जो कुकीज़ के लिए उपयुक्त आकार के हों। दो बेकिंग शीट पर पर्चमेंट पेपर लगाएं।",
"डबल बॉयलर के ऊपर मध्यम आंच पर लाल कॉन्फेक्शनर कोटिंग को पिघलाएं, लगातार हिलाते रहें और रबर स्पैटुला से किनारों को खरोंचते रहें ताकि जलने से बचा जा सके। इस प्रक्रिया में लगभग 5 मिनट लगेंगे। पिघलने के बाद आंच से हटा लें।",
"चमच की मदद से प्रत्येक कुकी के ऊपर और किनारों पर पिघली हुई लाल कोटिंग लगाएं। कुकीज़ को तैयार बेकिंग शीट पर रखें। प्रत्येक कुकी के ऊपर दो छोटे फॉन्टेंट सींग लगाएं, फिर दो कैंडी आंखें जोड़ें। लगभग 1 घंटे के लिए सूखने दें।"
],
"notes_ingredients": null,
"notes_instructions": null
}
]
```