turns-00069.parquet:25562
9bbaf9816af1fd043b28b1d3
turn 1/1gpt-4.1-mini-2025-04-14FrenchGermany359 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 ar (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 ar.
- 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 : ar (ISO 639)
Données à traduire :
[
{
"recipeCode": "8a2e92937c934adca2292ab286fb0b2a",
"updated": "2025-04-20T23:18:42.733Z",
"title": "Mustard-Orange Vinaigrette",
"subtitle": "Paleo | Vegan",
"description": null,
"ingredients": [
{
"section": "For the recipe",
"ingredients": [
"plus 1 tablespoon (135 g) fresh orange juice",
"(42 g) whole-grain mustard",
"plus 1 tablespoon (129 g) walnut oil",
"salt, to taste"
]
}
],
"instructions": [
"Combine the orange juice, mustard, walnut oil, and salt in a medium-sized bowl.",
"Whisk the ingredients together until a smooth emulsion forms.",
"For optimal freshness, transfer the vinaigrette to a jar and store it in the refrigerator for up to two days."
],
"notes_ingredients": null,
"notes_instructions": null
}
]
ASSISTANT
```json
[
{
"recipeCode": "8a2e92937c934adca2292ab286fb0b2a",
"updated": "2025-04-20T23:18:42.733Z",
"title": "صلصة الخردل بالبرتقال",
"subtitle": "باليو | نباتي",
"description": null,
"ingredients": [
{
"section": "للوصفة",
"ingredients": [
"زائد 1 ملعقة كبيرة (135 جم) عصير برتقال طازج",
"(42 جم) خردل الحبوب الكاملة",
"زائد 1 ملعقة كبيرة (129 جم) زيت عين الجمل",
"ملح حسب الرغبة"
]
}
],
"instructions": [
"اخلط عصير البرتقال والخردل وزيت عين الجمل والملح في وعاء متوسط الحجم.",
"اخفق المكونات معًا حتى تتكون مستحلب ناعم.",
"للحفاظ على الطزاجة المثلى، انقل الصلصة إلى وعاء واحفظها في الثلاجة لمدة تصل إلى يومين."
],
"notes_ingredients": null,
"notes_instructions": null
}
]
```