turns-00069.parquet:37551
11682ba8e9537fe94c44227e
turn 1/1gpt-4.1-mini-2025-04-14EnglishIreland889 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 pt (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 pt.
- 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 : pt (ISO 639)
Données à traduire :
[
{
"recipeCode": "0c9191134b814fc2ab59a0faaeec1158",
"updated": "2025-04-21T21:26:35.498Z",
"title": "Caribbean-Inspired Pork Tenderloin with Fresh Melon Salsa",
"subtitle": null,
"description": "This recipe ensures a flavorful and moist pork tenderloin by marinating it and then adding a spicy rub to seal in the juices. The vibrant and healthy melon salsa elevates the dish, making it perfect for guests. Enjoy the sliced pork cold, perhaps tucked into whole wheat pita bread with the salsa as a delightful relish.",
"ingredients": [
{
"section": "For the pork",
"ingredients": [
"pork tenderloins (1 pound each), trimmed of excess fat",
"freshly squeezed lime juice",
"garlic cloves, minced finely",
"serrano peppers, minced (seeds removed if you like less spicy)",
"salt-free caribbean citrus seasoning"
]
},
{
"section": "Melon Salsa",
"ingredients": [
"cucumber",
"cantaloupe, seeded and cut into (25.4 mm) cubes",
"cherry tomatoes, halved",
"thinly sliced fresh basil",
"freshly squeezed lime juice",
"sugar"
]
}
],
"instructions": [
"Place the pork tenderloins in a large baking dish.",
"In a separate bowl, combine the lime juice, minced garlic, and minced serrano peppers.",
"Pour the mixture over the pork, cover the dish, and refrigerate for 2 to 3 hours.",
"Remove the pork from the marinade and pat dry, removing any excess marinade.",
"Rub each tenderloin with the Caribbean Citrus seasoning.",
"Allow the seasoned pork to rest at room temperature for 10 minutes.",
"Preheat a gas grill to medium-high heat or prepare an oven broiler with the rack positioned 6 inches from the heat source.",
"Grill or broil the pork for 18 to 20 minutes, until the internal temperature reaches 150°F.",
"While the pork is cooking, prepare the salsa by combining all the salsa ingredients in a bowl. Set aside.",
"Once cooked, transfer the pork to a platter and cover loosely with foil.",
"Let the pork rest for approximately 10 minutes before slicing.",
"Slice the pork and serve it with the melon salsa on the side."
],
"notes_ingredients": null,
"notes_instructions": "Compared to 3 ounces of deli ham, which can have as much as 1,110 milligrams of sodium, a 3-ounce serving of broiled pork chop offers significantly less sodium at about 46 milligrams."
}
]
ASSISTANT
```json
[
{
"recipeCode": "0c9191134b814fc2ab59a0faaeec1158",
"updated": "2025-04-21T21:26:35.498Z",
"title": "Lombo de Porco com Influência Caribenha e Salsa Fresca de Melão",
"subtitle": null,
"description": "Esta receita garante um lombo de porco saboroso e suculento ao mariná-lo e depois adicionar uma mistura de temperos picante para selar os sucos. A salsa vibrante e saudável de melão eleva o prato, tornando-o perfeito para os convidados. Aproveite o porco fatiado frio, talvez servido dentro de pão pita integral com a salsa como um condimento delicioso.",
"ingredients": [
{
"section": "Para o porco",
"ingredients": [
"lombinhos de porco (450 gramas cada), aparados do excesso de gordura",
"suco de limão fresco espremido",
"dentes de alho, finamente picados",
"pimentas serrano, picadas (sementes removidas se preferir menos picante)",
"tempero caribenho cítrico sem sal"
]
},
{
"section": "Salsa de Melão",
"ingredients": [
"pepino",
"melão cantalupo, sem sementes e cortado em cubos de 2,5 cm",
"tomates-cereja, cortados ao meio",
"manjericão fresco fatiado fino",
"suco de limão fresco espremido",
"açúcar"
]
}
],
"instructions": [
"Coloque os lombinhos de porco em uma assadeira grande.",
"Em uma tigela separada, misture o suco de limão, o alho picado e as pimentas serrano picadas.",
"Despeje a mistura sobre o porco, cubra a assadeira e leve à geladeira por 2 a 3 horas.",
"Retire o porco da marinada e seque com papel-toalha, removendo o excesso de marinada.",
"Esfregue cada lombinho com o tempero cítrico caribenho.",
"Deixe o porco temperado descansar em temperatura ambiente por 10 minutos.",
"Pré-aqueça uma grelha a gás em fogo médio-alto ou prepare um grill de forno com a grade posicionada a 15 cm da fonte de calor.",
"Grelhe ou asse o porco por 18 a 20 minutos, até a temperatura interna atingir 65°C.",
"Enquanto o porco cozinha, prepare a salsa misturando todos os ingredientes da salsa em uma tigela. Reserve.",
"Depois de cozido, transfira o porco para uma travessa e cubra levemente com papel alumínio.",
"Deixe o porco descansar por aproximadamente 10 minutos antes de fatiar.",
"Fatie o porco e sirva com a salsa de melão ao lado."
],
"notes_ingredients": null,
"notes_instructions": "Comparado a 85 gramas de presunto fatiado, que pode conter até 1.110 miligramas de sódio, uma porção de 85 gramas de costeleta de porco grelhada oferece significativamente menos sódio, cerca de 46 miligramas."
}
]
```