{"id":515,"date":"2022-11-24T03:48:14","date_gmt":"2022-11-24T03:48:14","guid":{"rendered":"https:\/\/minutovip.com\/?p=515"},"modified":"2022-11-24T03:48:17","modified_gmt":"2022-11-24T03:48:17","slug":"lista-de-jogadores-fora-da-copa","status":"publish","type":"post","link":"https:\/\/minutovip.com\/ro\/lista-de-jogadores-fora-da-copa\/","title":{"rendered":"Lista juc\u0103torilor ie\u015fi\u0163i din Cup\u0103 din cauza unei accident\u0103ri"},"content":{"rendered":"<!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 id=\"h-veja-quais-atletas-ficaram-fora-dessa-competicao-no-qatar\">Vede\u021bi ce sportivi au fost l\u0103sa\u021bi \u00een afara acestei competi\u021bii \u00een Qatar:<\/h2>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2022\/11\/Jogadore-Lesionado-1024x683.jpeg\" alt=\"Jogador lesionado fora da copa do mundo\" class=\"w-full object-cover object-center border mx-auto wp-image-516\" width=\"800\" height=\"384\"\/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >Juc\u0103torul accidentat t\u0103iat din Cup\u0103<\/figcaption><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>A juca Cupa Mondial\u0103 este scopul fiec\u0103rui sportiv, a fi convocat la echipa na\u021bional\u0103 \u00eenseamn\u0103 a fi cel mai bun din \u021bara ta. Cu toate acestea, unii dintre cei mai mari juc\u0103tori au ajuns s\u0103 rateze cupa.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Drumul este greu de ajuns acolo. Juc\u0103torii trec prin multe jocuri de drenare, uneori chiar \u0219i accident\u0103ri \u0219i interven\u021bii chirurgicale, pentru a continua s\u0103 performeze.<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-Z9vBQ4\">\n  <section class=\"cta mx-5 sm:mx-0 text-gray-600 body-font my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n    <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n      <div class=\"w-24 h-full\"><\/div>\n    <\/div>\n    <div class=\"container px-5 pt-6 pb-6 mx-auto flex flex-wrap\" data-anchor-target=\"lazyBlock\">    \n    \n              <a class=\"flex flex-wrap content-center w-full mb-4 md:hidden\" href=\"https:\/\/minutovip.com\/ro\/geracao-de-ouro-portugal\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Genera\u021bia de Aur a Portugaliei: \u021bi-a venit timpul?\">\n          <div class=\"m-auto float-none\">\n            <img loading=\"lazy\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2022\/10\/AdobeStock_295148199_Editorial_Use_Only-scaled.jpeg\" alt=\"\">\n          <\/div>\n        <\/a>\n            <h2 class=\"w-full sm:text-3xl text-2xl text-gray-900 font-medium title-font mb-2 text-center md:text-left md:w-2\/5\">\n        <a href=\"https:\/\/minutovip.com\/ro\/geracao-de-ouro-portugal\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Genera\u021bia de Aur a Portugaliei: \u021bi-a venit timpul?\">\n            Genera\u021bia de Aur a Portugaliei: \u021bi-a venit timpul?        <\/a>\n      <\/h2>\n      <div class=\"w-full md:w-3\/5 md:pl-6\">\n        <p class=\"text-center md:text-left leading-relaxed text-base\">\n            Cum anul 2022 poate fi surprinz\u0103tor pentru Portugalia. Aceast\u0103 nou\u0103 genera\u021bie se poate remarca prin conducerea lui Cristiano Ronaldo.        <\/p>\n        <div class=\"flex mt-6 w-full flex-1 justify-center ml-auto md:mt-4 md:justify-start\" style=\"font-weight: bold;\">\n          <a class=\"inline-flex items-center\" href=\"https:\/\/minutovip.com\/ro\/geracao-de-ouro-portugal\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Continua s\u0103 cite\u0219ti            <svg fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"w-4 h-4 ml-2\" viewbox=\"0 0 24 24\">\n              <path d=\"M5 12h14M12 5l7 7-7 7\"><\/path>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/div>  \n          \n    <\/div>\n      <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/minutovip.com\/ro\/geracao-de-ouro-portugal\/\"  data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2022\/10\/AdobeStock_295148199_Editorial_Use_Only-scaled.jpeg\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                Genera\u021bia de Aur a Portugaliei: \u021bi-a venit timpul?              <\/p>\n              <a href=\"https:\/\/minutovip.com\/ro\/geracao-de-ouro-portugal\/\"  data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Continua s\u0103 cite\u0219ti                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Ve\u021bi r\u0103m\u00e2ne pe acela\u0219i site              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Accident\u0103rile se \u00eent\u00e2mpl\u0103 mereu \u00een lumea fotbalului, \u00eens\u0103, c\u00e2nd se apropie Cupa Mondial\u0103, un episod ca acesta poate \u00eentrerupe visele vie\u021bii.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Verifica\u021bi cu noi ce juc\u0103tori au fost accidenta\u021bi \u0219i nu vor participa la competi\u021bia din Qatar:<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2>Lista juc\u0103torilor accidenta\u021bi pentru Cupa Mondial\u0103:<\/h2>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2022\/11\/Jogador-com-lesao-1024x683.jpeg\" alt=\"Jogador se lesiona e e cortado da Copa do mundo.\" class=\"w-full object-cover object-center border mx-auto wp-image-518\" width=\"800\" height=\"384\"\/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >Sportivul a fost accidentat \u0219i a fost exclus din Cup\u0103<\/figcaption><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>S\u0103 vedem ce vedete vor r\u0103m\u00e2ne \u00een afara acestei competi\u021bii:<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3>Philippe Coutinho \u2013 Brazilia<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Juc\u0103torul de la Aston Villa a fost unul dintre principalii juc\u0103tori care aveau s\u0103 alc\u0103tuiasc\u0103 na\u021bionala Braziliei \u00een Cup\u0103.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Coutinho, mijloca\u0219ul de \u00eencredere al antrenorului Tite, a suferit o accidentare la coaps\u0103 \u00een timpul antrenamentului pentru clubul englez, nefiind stabilit\u0103 o dat\u0103 pentru \u00eentoarcerea sa pe teren.&nbsp;<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3>Guilherme Arana \u2013 Brazilia<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Un alt juc\u0103tor c\u0103ruia \u00eei va lipsi Brazilia este Guilherme Arana. Sportivul a evoluat impecabil pentru echip\u0103 la Olimpiada.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>A evoluat la cel mai \u00eenalt nivel \u00een Brazilia, a fost practic o parte cert\u0103 a echipei.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Potrivit echipei medicale a clubului \u00een care joac\u0103, juc\u0103torul a suferit o accidentare multiligamentar\u0103, compromi\u021b\u00e2nd ligamentele \u00eencruci\u0219ate posterioare \u0219i colaterale mediale, pe l\u00e2ng\u0103 o ruptur\u0103 la nivelul meniscului \u0219i cartilajului medial. Prin urmare, va fi exclus de la Cupa Mondial\u0103 din 2022.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3>Paul Pogba \u2013 Fran\u021ba<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Mare protagonist al Fran\u021bei \u00een c\u00e2\u0219tigarea Cupei \u00een 2018, controversatul Pogba va deturna mijlocul terenului.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Juc\u0103torul s-a accidentat la genunchi \u00een iulie \u0219i, \u00een consecin\u021b\u0103, a trebuit s\u0103 fie operat.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Pogba a fost supus unui tratament intensiv \u00een \u00eencercarea de a reveni la timp, \u00eens\u0103 nu a reu\u0219it.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Lista absen\u021belor din Fran\u021ba nu se opre\u0219te aici, poate c\u0103 este echipa cu cele mai multe accident\u0103ri de p\u00e2n\u0103 acum.<\/p>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2022\/11\/jogador-machucado-1024x621.jpeg\" alt=\"Jogador triste por que foi cortado da Copa do Mundo\" class=\"w-full object-cover object-center border mx-auto wp-image-519\" width=\"800\" height=\"384\"\/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >Juc\u0103torul regret\u0103 c\u0103 a fost exclus din Cup\u0103<\/figcaption><\/figure>\n<\/div><!--image--><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3>Presnel Kimpembe \u2013 Fran\u021ba<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Remarcabil \u00een ap\u0103rare, a fost un funda\u0219 spectaculos \u00een ultima cup\u0103 \u0219i a avut un sezon bun pentru PSG.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Juc\u0103torul a fost convocat pentru c\u0103, totu\u0219i, a fost t\u0103iat cu o s\u0103pt\u0103m\u00e2n\u0103 \u00eenainte de competi\u021bie.\u00a0<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Kimpemb\u00e9 a suferit o accidentare la tendonul lui Ahile. Antrenorul Deschamps a sperat ca juc\u0103torul s\u0103-\u0219i revin\u0103 la timp, dar asta nu a fost posibil.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3>N&#039;Golo Kant\u00e9 \u2013 Fran\u021ba<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Juc\u0103torul Kant\u00e9, motorul mijloca\u0219ului na\u021bionalei Fran\u021bei, nu va fi prezent la Cup\u0103 \u0219i va fi ratat.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Sportivul a c\u0103rui principal\u0103 caracteristic\u0103 este viteza \u0219i umplerea spa\u021biilor, s-a accidentat sezonul trecut.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>La scurt timp dup\u0103 Cup\u0103, era pe cale s\u0103 revin\u0103 pe teren, c\u00e2nd a avut o alt\u0103 accidentare care i-a decretat absen\u021ba \u00een Qatar.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3>Christopher Nkunku \u2013 Fran\u021ba<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Poate c\u0103 aceasta este cea mai trist\u0103 accidentare de p\u00e2n\u0103 acum. Juc\u0103torul a fost convocat \u0219i se preg\u0103tea deja cu echipa na\u021bional\u0103 \u00een preg\u0103tirea pentru cup\u0103.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Cu toate acestea, \u00een timpul unui exerci\u021biu de reluare a mingii, a avut o problem\u0103 cu colegul s\u0103u, Camavinga, \u0219i a ajuns s\u0103 sufere o accidentare la genunchi.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Sportivul, \u00een ciuda faptului c\u0103 a fost ales cel mai bun juc\u0103tor din Bundesliga, va fi scos din competi\u021bia din Qatar.&nbsp;<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3>Mane \u2013 Senegal<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Eroul din Senegal va r\u0103m\u00e2ne departe de acesta. Actualul juc\u0103tor al Bayern M\u00fcnchen a fost accidentat \u00een meciul cu Werder Bremen \u0219i va rata echipa na\u021bional\u0103 a Senegalei.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Sportivul a suferit o leziune a peron\u00e9ului \u0219i va trebui s\u0103 fie supus unei interven\u021bii chirurgicale. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Num\u0103rul 10 al Senegalului departe de Cup\u0103 este cel mai r\u0103u scenariu pentru aceast\u0103 echip\u0103, juc\u0103torul care, \u00eenainte de toate, este referin\u021ba echipei, este \u0219i o legend\u0103 pentru \u021bara sa.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>\u00cen plus, Man\u00e9 a fost una dintre cele mai importante figuri din aceast\u0103 Cup\u0103.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3>Marco Reus \u2013 Germania<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Retr\u0103ind cele mai groaznice co\u0219maruri, Reus retr\u0103ie\u0219te drama anului 2014. Juc\u0103torul, care a fost deja plecat de la Cupa Mondial\u0103 din Brazilia, nu va mai participa la o alt\u0103 competi\u021bie.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Reus a fost convocat s\u0103 compun\u0103 lotul care a fost campion \u00een 2014, din cauza accident\u0103rii, a ajuns s\u0103 nu mai joace.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Din nou, mijloca\u0219ul Germaniei s-a accidentat pu\u021bin \u00eenainte de Cup\u0103, a\u0219a c\u0103 va fi una dintre marile absen\u021be ale acestei selec\u021bii, care este \u00een curs de reformulare.&nbsp;<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3>Diogo Jota \u2013 Portugalia<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Cu ultima Cup\u0103 Mondial\u0103 a lui Cristiano Ronaldo \u0219i mai mul\u021bi juc\u0103tori pentru na\u021bionala Portugaliei, Portugalia trece printr-o perioad\u0103 de tranzi\u021bie.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>La 25 de ani, Diogo Jota f\u0103cea parte dintre sportivii care aveau s\u0103 conduc\u0103 aceast\u0103 reformulare, totu\u0219i, s-a accidentat juc\u00e2nd la Liverpool, unde a f\u0103cut un sezon bun, cu 9 jocuri \u0219i 5 pase decisive.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Mijloca\u0219ul are tibia rupt\u0103 \u0219i nu \u00ee\u0219i va reveni pentru a juca Mondial.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3>Georginio Wijnaldum \u2013 Olanda<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Juc\u0103torul romei s-a accidentat \u00een timpul antrenamentului. A suferit o fractur\u0103 la tibia piciorului drept \u0219i nu \u00ee\u0219i va reveni pentru campionatul mondial din Qatar.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Echipa Olandei este una dintre favoritele la titlu, cu toate acestea, cu aceast\u0103 sc\u0103dere \u00een echip\u0103, mijlocul terenului lor va lipsi.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3>Lo Celso \u2013 Argentina<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Sportivul a fost titular absolut la echipa lui Scaloni, antrenorul Argentinei. Mijloca\u0219ul s-a accidentat \u00een timp ce juca la Villareal.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Lo Celso va avea nevoie de o interven\u021bie chirurgical\u0103 \u0219i va rata echipa na\u021bional\u0103.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>O alt\u0103 echip\u0103 care a suferit multe pierderi este Selec\u021bia La Albiceleste, vezi mai jos cele mai recente accident\u0103ri ale acestei echipe.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3>Joaqu\u00edn Corr\u00eaa \u0219i Nicol\u00e1s Gonz\u00e1lez \u2013 Argentina<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>S-au anun\u021bat joi, 17 noiembrie, cu trei zile \u00eenainte de startul Cupei, cele mai recente dou\u0103 absen\u021be ale na\u021bionalei Argentinei.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Atacantul Nicol\u00e1s Gonz\u00e1lez \u0219i mijloca\u0219ul Joaqu\u00edn Corr\u00eaa au fost exclu\u0219i din echip\u0103. Ambii au fost accidenta\u021bi \u0219i au intrat pe lista juc\u0103torilor \u00een afara Cupei.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Corr\u00eaa s-a accidentat \u00een amicalul cu Emiratele Arabe Unite, \u00een aceast\u0103 miercuri, 16 noiembrie, meci care a marcat chiar \u0219i un gol.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>\u00cenlocuitorii s\u0103i, \u00c1ngel Corr\u00eaa \u0219i Thiago Almada, au fost deja anun\u021ba\u021bi pentru a ocupa posturile vacante.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Vr\u0103jitoarea este liber\u0103! C\u00e2\u021biva juc\u0103tori importan\u021bi rateaz\u0103 selec\u021biile principale din aceast\u0103 Cup\u0103 Mondial\u0103. Cine crezi c\u0103 va fi dor cel mai mult?<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Bucura\u021bi-v\u0103 \u0219i consulta\u021bi articolul nostru despre accident\u0103rile care au schimbat istoria Cupelor Mondiale.<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-Z1H0IRT\">\n  <section class=\"cta mx-5 sm:mx-0 text-gray-600 body-font my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n    <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n      <div class=\"w-24 h-full\"><\/div>\n    <\/div>\n    <div class=\"container px-5 pt-6 pb-6 mx-auto flex flex-wrap\" data-anchor-target=\"lazyBlock\">    \n    \n              <a class=\"flex flex-wrap content-center w-full mb-4 md:hidden\" href=\"https:\/\/minutovip.com\/ro\/lesoes-que-mudaram-as-copas\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Accident\u0103ri care au schimbat istoria Cupelor Mondiale\">\n          <div class=\"m-auto float-none\">\n            <img loading=\"lazy\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2022\/11\/taca-da-copa-do-mundo-scaled.jpg\" alt=\"\">\n          <\/div>\n        <\/a>\n            <h2 class=\"w-full sm:text-3xl text-2xl text-gray-900 font-medium title-font mb-2 text-center md:text-left md:w-2\/5\">\n        <a href=\"https:\/\/minutovip.com\/ro\/lesoes-que-mudaram-as-copas\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Accident\u0103ri care au schimbat istoria Cupelor Mondiale\">\n            Accident\u0103ri care au schimbat istoria Cupelor Mondiale        <\/a>\n      <\/h2>\n      <div class=\"w-full md:w-3\/5 md:pl-6\">\n        <p class=\"text-center md:text-left leading-relaxed text-base\">\n            Vezi juc\u0103torii c\u0103rora le-au ratat echipele na\u021bionale \u00een cele mai dificile momente ale Cupei Mondiale.        <\/p>\n        <div class=\"flex mt-6 w-full flex-1 justify-center ml-auto md:mt-4 md:justify-start\" style=\"font-weight: bold;\">\n          <a class=\"inline-flex items-center\" href=\"https:\/\/minutovip.com\/ro\/lesoes-que-mudaram-as-copas\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Continua s\u0103 cite\u0219ti            <svg fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"w-4 h-4 ml-2\" viewbox=\"0 0 24 24\">\n              <path d=\"M5 12h14M12 5l7 7-7 7\"><\/path>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/div>  \n          \n    <\/div>\n      <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/minutovip.com\/ro\/lesoes-que-mudaram-as-copas\/\"  data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2022\/11\/taca-da-copa-do-mundo-scaled.jpg\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                Accident\u0103ri care au schimbat istoria Cupelor Mondiale              <\/p>\n              <a href=\"https:\/\/minutovip.com\/ro\/lesoes-que-mudaram-as-copas\/\"  data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Continua s\u0103 cite\u0219ti                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Ve\u021bi r\u0103m\u00e2ne pe acela\u0219i site              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Ce vedete vor fi l\u0103sate \u00een afara acestei Cupe, vezi echipele care au fost prejudiciate.<\/p>","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[5],"tags":[22,99,98],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v18.7 (Yoast SEO v19.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Lista dos jogadores fora da Copa por les\u00e3o - Minuto VIP<\/title>\n<meta name=\"description\" content=\"Lista dos jogadores fora Copa do Mundo de 2022, principais estrelas que foram cortadas por les\u00e3o e como isso pode afetar no desempenho.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/minutovip.com\/ro\/lista-de-jogadores-fora-da-copa\/\" \/>\n<meta property=\"og:locale\" content=\"ro_RO\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Lista dos jogadores fora da Copa por les\u00e3o\" \/>\n<meta property=\"og:description\" content=\"Lista dos jogadores fora Copa do Mundo de 2022, principais estrelas que foram cortadas por les\u00e3o e como isso pode afetar no desempenho.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/minutovip.com\/ro\/lista-de-jogadores-fora-da-copa\/\" \/>\n<meta property=\"og:site_name\" content=\"Minuto VIP\" \/>\n<meta property=\"article:published_time\" content=\"2022-11-24T03:48:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-11-24T03:48:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/minutovip.com\/wp-content\/uploads\/2022\/11\/Jogadore-Lesionado-1024x683.jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Junior Aguiar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/minutovip.com\/#website\",\"url\":\"https:\/\/minutovip.com\/\",\"name\":\"Minuto VIP\",\"description\":\"O Minuto vip \u00e9 um site online que oferece not\u00edcias atualizadas do mundo do Futebol\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/minutovip.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ro-RO\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"ro-RO\",\"@id\":\"https:\/\/minutovip.com\/lista-de-jogadores-fora-da-copa\/#primaryimage\",\"url\":\"https:\/\/minutovip.com\/wp-content\/uploads\/2022\/11\/Jogadore-Lesionado-1024x683.jpeg\",\"contentUrl\":\"https:\/\/minutovip.com\/wp-content\/uploads\/2022\/11\/Jogadore-Lesionado-1024x683.jpeg\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/minutovip.com\/lista-de-jogadores-fora-da-copa\/#webpage\",\"url\":\"https:\/\/minutovip.com\/lista-de-jogadores-fora-da-copa\/\",\"name\":\"Lista dos jogadores fora da Copa por les\u00e3o - Minuto VIP\",\"isPartOf\":{\"@id\":\"https:\/\/minutovip.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/minutovip.com\/lista-de-jogadores-fora-da-copa\/#primaryimage\"},\"datePublished\":\"2022-11-24T03:48:14+00:00\",\"dateModified\":\"2022-11-24T03:48:17+00:00\",\"author\":{\"@id\":\"https:\/\/minutovip.com\/#\/schema\/person\/fd80821d664852977a5a5fa2bbb061c1\"},\"description\":\"Lista dos jogadores fora Copa do Mundo de 2022, principais estrelas que foram cortadas por les\u00e3o e como isso pode afetar no desempenho.\",\"breadcrumb\":{\"@id\":\"https:\/\/minutovip.com\/lista-de-jogadores-fora-da-copa\/#breadcrumb\"},\"inLanguage\":\"ro-RO\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/minutovip.com\/lista-de-jogadores-fora-da-copa\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/minutovip.com\/lista-de-jogadores-fora-da-copa\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/minutovip.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Lista dos jogadores fora da Copa por les\u00e3o\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/minutovip.com\/#\/schema\/person\/fd80821d664852977a5a5fa2bbb061c1\",\"name\":\"Junior Aguiar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ro-RO\",\"@id\":\"https:\/\/minutovip.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/cf0b04c3551002c04040ec298a9879f5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/cf0b04c3551002c04040ec298a9879f5?s=96&d=mm&r=g\",\"caption\":\"Junior Aguiar\"},\"description\":\"Estudante de Direito fascinado por aprender coisas novas. Descobriu seu interesse na \u00e1rea da produ\u00e7\u00e3o de conte\u00fado e busca ampliar suas experi\u00eancias nesse universo digital. Desde sempre, apaixonado por futebol e todo o mundo dos esportes. Esse sou eu. Prazer, Junior!\",\"url\":\"https:\/\/minutovip.com\/ro\/author\/junioraguiar\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Lista dos jogadores fora da Copa por les\u00e3o - Minuto VIP","description":"Lista dos jogadores fora Copa do Mundo de 2022, principais estrelas que foram cortadas por les\u00e3o e como isso pode afetar no desempenho.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/minutovip.com\/ro\/lista-de-jogadores-fora-da-copa\/","og_locale":"ro_RO","og_type":"article","og_title":"Lista dos jogadores fora da Copa por les\u00e3o","og_description":"Lista dos jogadores fora Copa do Mundo de 2022, principais estrelas que foram cortadas por les\u00e3o e como isso pode afetar no desempenho.","og_url":"https:\/\/minutovip.com\/ro\/lista-de-jogadores-fora-da-copa\/","og_site_name":"Minuto VIP","article_published_time":"2022-11-24T03:48:14+00:00","article_modified_time":"2022-11-24T03:48:17+00:00","og_image":[{"url":"https:\/\/minutovip.com\/wp-content\/uploads\/2022\/11\/Jogadore-Lesionado-1024x683.jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"Junior Aguiar","Est. reading time":"7 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/minutovip.com\/#website","url":"https:\/\/minutovip.com\/","name":"Minuto VIP","description":"O Minuto vip \u00e9 um site online que oferece not\u00edcias atualizadas do mundo do Futebol","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/minutovip.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ro-RO"},{"@type":"ImageObject","inLanguage":"ro-RO","@id":"https:\/\/minutovip.com\/lista-de-jogadores-fora-da-copa\/#primaryimage","url":"https:\/\/minutovip.com\/wp-content\/uploads\/2022\/11\/Jogadore-Lesionado-1024x683.jpeg","contentUrl":"https:\/\/minutovip.com\/wp-content\/uploads\/2022\/11\/Jogadore-Lesionado-1024x683.jpeg"},{"@type":"WebPage","@id":"https:\/\/minutovip.com\/lista-de-jogadores-fora-da-copa\/#webpage","url":"https:\/\/minutovip.com\/lista-de-jogadores-fora-da-copa\/","name":"Lista dos jogadores fora da Copa por les\u00e3o - Minuto VIP","isPartOf":{"@id":"https:\/\/minutovip.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/minutovip.com\/lista-de-jogadores-fora-da-copa\/#primaryimage"},"datePublished":"2022-11-24T03:48:14+00:00","dateModified":"2022-11-24T03:48:17+00:00","author":{"@id":"https:\/\/minutovip.com\/#\/schema\/person\/fd80821d664852977a5a5fa2bbb061c1"},"description":"Lista dos jogadores fora Copa do Mundo de 2022, principais estrelas que foram cortadas por les\u00e3o e como isso pode afetar no desempenho.","breadcrumb":{"@id":"https:\/\/minutovip.com\/lista-de-jogadores-fora-da-copa\/#breadcrumb"},"inLanguage":"ro-RO","potentialAction":[{"@type":"ReadAction","target":["https:\/\/minutovip.com\/lista-de-jogadores-fora-da-copa\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/minutovip.com\/lista-de-jogadores-fora-da-copa\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/minutovip.com\/"},{"@type":"ListItem","position":2,"name":"Lista dos jogadores fora da Copa por les\u00e3o"}]},{"@type":"Person","@id":"https:\/\/minutovip.com\/#\/schema\/person\/fd80821d664852977a5a5fa2bbb061c1","name":"Junior Aguiar","image":{"@type":"ImageObject","inLanguage":"ro-RO","@id":"https:\/\/minutovip.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/cf0b04c3551002c04040ec298a9879f5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cf0b04c3551002c04040ec298a9879f5?s=96&d=mm&r=g","caption":"Junior Aguiar"},"description":"Estudante de Direito fascinado por aprender coisas novas. Descobriu seu interesse na \u00e1rea da produ\u00e7\u00e3o de conte\u00fado e busca ampliar suas experi\u00eancias nesse universo digital. Desde sempre, apaixonado por futebol e todo o mundo dos esportes. Esse sou eu. Prazer, Junior!","url":"https:\/\/minutovip.com\/ro\/author\/junioraguiar\/"}]}},"_links":{"self":[{"href":"https:\/\/minutovip.com\/ro\/wp-json\/wp\/v2\/posts\/515"}],"collection":[{"href":"https:\/\/minutovip.com\/ro\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/minutovip.com\/ro\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/minutovip.com\/ro\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/minutovip.com\/ro\/wp-json\/wp\/v2\/comments?post=515"}],"version-history":[{"count":0,"href":"https:\/\/minutovip.com\/ro\/wp-json\/wp\/v2\/posts\/515\/revisions"}],"wp:attachment":[{"href":"https:\/\/minutovip.com\/ro\/wp-json\/wp\/v2\/media?parent=515"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/minutovip.com\/ro\/wp-json\/wp\/v2\/categories?post=515"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/minutovip.com\/ro\/wp-json\/wp\/v2\/tags?post=515"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}