turns-00077.parquet:38896
4899732c46ec551c59abd6aa
turn 1/1gpt-4.1-mini-2025-04-14FrenchRussia420 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 de (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 de.
- 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 : de (ISO 639)
Données à traduire :
[
{
"recipeCode": "86195008f09743a2a4d9db3afa0cc812",
"updated": "2025-05-08T23:30:51.265Z",
"title": "Sir Jorah's Jalapeño Poppers",
"subtitle": "These delicious treats would have been perfect for Jorah on his journey to the Citadel. He enjoys bold and spicy flavors, much like the Mother of Dragons.",
"description": "",
"ingredients": [
{
"section": "For the recipe",
"ingredients": [
"seeded jalapeno peppers, cut in half lengthwise",
"softened cream cheese",
"uncooked bacon strips",
"toothpicks"
]
}
],
"instructions": [
"1. Preheat the oven to 350 degrees Fahrenheit.",
"2. Lightly grease a baking sheet with cooking spray or oil.",
"3. Arrange the jalapeno halves on the baking sheet and fill each with cream cheese.",
"4. Wrap a strip of bacon around each stuffed jalapeno half and secure with a toothpick.",
"5. Bake for 12-15 minutes, or until the bacon is crispy."
],
"notes_ingredients": "",
"notes_instructions": ""
}
]
ASSISTANT
[
{
"recipeCode": "86195008f09743a2a4d9db3afa0cc812",
"updated": "2025-05-08T23:30:51.265Z",
"title": "Sir Jorahs Jalapeño Poppers",
"subtitle": "Diese köstlichen Leckereien wären perfekt für Jorah auf seiner Reise zur Zitadelle gewesen. Er liebt kräftige und würzige Aromen, ähnlich wie die Mutter der Drachen.",
"description": "",
"ingredients": [
{
"section": "Für das Rezept",
"ingredients": [
"entkernte Jalapeño-Paprikaschoten, längs halbiert",
"weich gewordener Frischkäse",
"ungekochte Speckstreifen",
"Zahnstocher"
]
}
],
"instructions": [
"1. Den Ofen auf 175 Grad Celsius vorheizen.",
"2. Ein Backblech leicht mit Kochspray oder Öl einfetten.",
"3. Die Jalapeño-Hälften auf das Backblech legen und jede mit Frischkäse füllen.",
"4. Jeden gefüllten Jalapeño-Hälfte mit einem Speckstreifen umwickeln und mit einem Zahnstocher fixieren.",
"5. 12–15 Minuten backen, bis der Speck knusprig ist."
],
"notes_ingredients": "",
"notes_instructions": ""
}
]