div.nsl-container[data-align="left"] { text-align: left; } div.nsl-container[data-align="center"] { text-align: center; } div.nsl-container[data-align="right"] { text-align: right; } div.nsl-container div.nsl-container-buttons a[data-plugin="nsl"] { text-decoration: none; box-shadow: none; border: 0; } div.nsl-container .nsl-container-buttons { display: flex; padding: 5px 0; } div.nsl-container.nsl-container-block .nsl-container-buttons { display: inline-grid; grid-template-columns: minmax(145px, auto); } div.nsl-container-block-fullwidth .nsl-container-buttons { flex-flow: column; align-items: center; } div.nsl-container-block-fullwidth .nsl-container-buttons a, div.nsl-container-block .nsl-container-buttons a { flex: 1 1 auto; display: block; margin: 5px 0; width: 100%; } div.nsl-container-inline { margin: -5px; text-align: left; } div.nsl-container-inline .nsl-container-buttons { justify-content: center; flex-wrap: wrap; } div.nsl-container-inline .nsl-container-buttons a { margin: 5px; display: inline-block; } div.nsl-container-grid .nsl-container-buttons { flex-flow: row; align-items: center; flex-wrap: wrap; } div.nsl-container-grid .nsl-container-buttons a { flex: 1 1 auto; display: block; margin: 5px; max-width: 280px; width: 100%; } @media only screen and (min-width: 650px) { div.nsl-container-grid .nsl-container-buttons a { width: auto; } } div.nsl-container .nsl-button { cursor: pointer; vertical-align: top; border-radius: 4px; } div.nsl-container .nsl-button-default { color: #fff; display: flex; } div.nsl-container .nsl-button-icon { display: inline-block; } div.nsl-container .nsl-button-svg-container { flex: 0 0 auto; padding: 8px; display: flex; align-items: center; } div.nsl-container svg { height: 24px; width: 24px; vertical-align: top; } div.nsl-container .nsl-button-default div.nsl-button-label-container { margin: 0 24px 0 12px; padding: 10px 0; font-family: Helvetica, Arial, sans-serif; font-size: 16px; line-height: 20px; letter-spacing: .25px; overflow: hidden; text-align: center; text-overflow: clip; white-space: nowrap; flex: 1 1 auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-transform: none; display: inline-block; } div.nsl-container .nsl-button-google[data-skin="dark"] .nsl-button-svg-container { margin: 1px; padding: 7px; border-radius: 3px; background: #fff; } div.nsl-container .nsl-button-google[data-skin="light"] { border-radius: 1px; box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25); color: RGBA(0, 0, 0, 0.54); } div.nsl-container .nsl-button-apple .nsl-button-svg-container { padding: 0 6px; } div.nsl-container .nsl-button-apple .nsl-button-svg-container svg { height: 40px; width: auto; } div.nsl-container .nsl-button-apple[data-skin="light"] { color: #000; box-shadow: 0 0 0 1px #000; } div.nsl-container .nsl-button-facebook[data-skin="white"] { color: #000; box-shadow: inset 0 0 0 1px #000; } div.nsl-container .nsl-button-facebook[data-skin="light"] { color: #1877F2; box-shadow: inset 0 0 0 1px #1877F2; } div.nsl-container .nsl-button-spotify[data-skin="white"] { color: #191414; box-shadow: inset 0 0 0 1px #191414; } div.nsl-container .nsl-button-apple div.nsl-button-label-container { font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } div.nsl-container .nsl-button-slack div.nsl-button-label-container { font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } div.nsl-container .nsl-button-slack[data-skin="light"] { color: #000000; box-shadow: inset 0 0 0 1px #DDDDDD; } div.nsl-container .nsl-button-tiktok[data-skin="light"] { color: #161823; box-shadow: 0 0 0 1px rgba(22, 24, 35, 0.12); } div.nsl-container .nsl-button-kakao { color: rgba(0, 0, 0, 0.85); } .nsl-clear { clear: both; } .nsl-container { clear: both; } .nsl-disabled-provider .nsl-button { filter: grayscale(1); opacity: 0.8; } /*Button align start*/ div.nsl-container-inline[data-align="left"] .nsl-container-buttons { justify-content: flex-start; } div.nsl-container-inline[data-align="center"] .nsl-container-buttons { justify-content: center; } div.nsl-container-inline[data-align="right"] .nsl-container-buttons { justify-content: flex-end; } div.nsl-container-grid[data-align="left"] .nsl-container-buttons { justify-content: flex-start; } div.nsl-container-grid[data-align="center"] .nsl-container-buttons { justify-content: center; } div.nsl-container-grid[data-align="right"] .nsl-container-buttons { justify-content: flex-end; } div.nsl-container-grid[data-align="space-around"] .nsl-container-buttons { justify-content: space-around; } div.nsl-container-grid[data-align="space-between"] .nsl-container-buttons { justify-content: space-between; } /* Button align end*/ /* Redirect */ #nsl-redirect-overlay { display: flex; flex-direction: column; justify-content: center; align-items: center; position: fixed; z-index: 1000000; left: 0; top: 0; width: 100%; height: 100%; backdrop-filter: blur(1px); background-color: RGBA(0, 0, 0, .32);; } #nsl-redirect-overlay-container { display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: white; padding: 30px; border-radius: 10px; } #nsl-redirect-overlay-spinner { content: ''; display: block; margin: 20px; border: 9px solid RGBA(0, 0, 0, .6); border-top: 9px solid #fff; border-radius: 50%; box-shadow: inset 0 0 0 1px RGBA(0, 0, 0, .6), 0 0 0 1px RGBA(0, 0, 0, .6); width: 40px; height: 40px; animation: nsl-loader-spin 2s linear infinite; } @keyframes nsl-loader-spin { 0% { transform: rotate(0deg) } to { transform: rotate(360deg) } } #nsl-redirect-overlay-title { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 18px; font-weight: bold; color: #3C434A; } #nsl-redirect-overlay-text { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; text-align: center; font-size: 14px; color: #3C434A; } /* Redirect END*//* Notice fallback */ #nsl-notices-fallback { position: fixed; right: 10px; top: 10px; z-index: 10000; } .admin-bar #nsl-notices-fallback { top: 42px; } #nsl-notices-fallback > div { position: relative; background: #fff; border-left: 4px solid #fff; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1); margin: 5px 15px 2px; padding: 1px 20px; } #nsl-notices-fallback > div.error { display: block; border-left-color: #dc3232; } #nsl-notices-fallback > div.updated { display: block; border-left-color: #46b450; } #nsl-notices-fallback p { margin: .5em 0; padding: 2px; } #nsl-notices-fallback > div:after { position: absolute; right: 5px; top: 5px; content: '\00d7'; display: block; height: 16px; width: 16px; line-height: 16px; text-align: center; font-size: 20px; cursor: pointer; }

TV Punjab | Punjabi News Channel

ਸ਼ਾਇਦ ਰੋਹਿਤ ਸ਼ਰਮਾ ਨੇ ਆਪਣਾ ਆਖਰੀ ਮੈਚ ਖੇਡ ਲਿਆ, ਸਿਡਨੀ ਟੈਸਟ ‘ਚ ਨਾ ਖੇਡਣ ‘ਤੇ ਦਿੱਗਜਾਂ ਦੇ ਬਿਆਨ ਨੇ ਮਚਾਈ ਸਨਸਨੀ

Rohit Sharma

ਸਾਬਕਾ ਭਾਰਤੀ ਕ੍ਰਿਕਟਰ ਸੁਨੀਲ ਗਾਵਸਕਰ ਅਤੇ ਰਵੀ ਸ਼ਾਸਤਰੀ ਦਾ ਮੰਨਣਾ ਹੈ ਕਿ ਬਾਕਸਿੰਗ ਡੇ ਟੈਸਟ ਸ਼ਾਇਦ ਰੋਹਿਤ ਸ਼ਰਮਾ ਦਾ ਆਖਰੀ ਟੈਸਟ ਸੀ। ਰੋਹਿਤ ਨੇ ਆਸਟ੍ਰੇਲੀਆ ਦੇ ਖਿਲਾਫ ਪੰਜਵੇਂ ਅਤੇ ਆਖਰੀ ਟੈਸਟ ਤੋਂ ਖੁਦ ਨੂੰ ਬਾਹਰ ਰੱਖਿਆ ਹੈ। 37 ਸਾਲਾ ਰੋਹਿਤ ਨੇ ਪੰਜਵੇਂ ਟੈਸਟ ‘ਚ ਖੁਦ ਨੂੰ ਆਰਾਮ ਦੇਣ ਦਾ ਫੈਸਲਾ ਕੀਤਾ ਹੈ। ਰੋਹਿਤ ਤਿੰਨ ਟੈਸਟਾਂ ਦੀਆਂ ਪੰਜ ਪਾਰੀਆਂ ਵਿੱਚ ਸਿਰਫ਼ 31 ਦੌੜਾਂ ਹੀ ਬਣਾ ਸਕਿਆ। ਰੋਹਿਤ ਲਈ ਪਿਛਲੇ 10 ਮੈਚ ਬਹੁਤ ਨਿਰਾਸ਼ਾਜਨਕ ਰਹੇ ਹਨ। ਉਹ ਬਾਕਸਿੰਗ ਡੇ ਟੈਸਟ ਤੋਂ ਪਹਿਲਾਂ 15 ਪਾਰੀਆਂ ਵਿੱਚ ਸਿਰਫ਼ 167 ਦੌੜਾਂ ਹੀ ਬਣਾ ਸਕਿਆ ਸੀ। ਪਿਛਲੇ ਮੈਚ ਵਿੱਚ ਵੀ ਉਹ ਸਿਰਫ਼ 12 ਦੌੜਾਂ ਹੀ ਬਣਾ ਸਕਿਆ ਸੀ। ਆਖਰੀ ਟੈਸਟ ਤੋਂ ਪਹਿਲਾਂ ਰੋਹਿਤ ਅਭਿਆਸ ਟੈਸਟ ‘ਚ ਵੀ ਹਿੱਸਾ ਨਹੀਂ ਲੈ ਰਹੇ ਸਨ ਅਤੇ ਹੁਣ ਆਖਰੀ ਟੈਸਟ ‘ਚ ਨਾ ਖੇਡਣ ਕਾਰਨ ਉਨ੍ਹਾਂ ਦੇ ਸੰਨਿਆਸ ਨੂੰ ਲੈ ਕੇ ਅਟਕਲਾਂ ਵੀ ਤੇਜ਼ ਹੋ ਗਈਆਂ ਹਨ।

ਭਾਰਤ ਨੇ ਹੁਣ 2027 ਦੇ ਫਾਈਨਲ ਲਈ ਤਿਆਰੀ ਸ਼ੁਰੂ ਕਰ ਦਿੱਤੀ ਹੈ
ਗਾਵਸਕਰ ਨੇ ਪਹਿਲੇ ਦਿਨ ਦੇ ਖੇਡ ਦੌਰਾਨ ਲੰਚ ਬ੍ਰੇਕ ਦੌਰਾਨ ਕਿਹਾ, “ਇਸਦਾ ਮਤਲਬ ਹੈ ਕਿ ਜੇਕਰ ਭਾਰਤ ਵਿਸ਼ਵ ਟੈਸਟ ਚੈਂਪੀਅਨਸ਼ਿਪ ਦੇ ਫਾਈਨਲ ਲਈ ਕੁਆਲੀਫਾਈ ਨਹੀਂ ਕਰਦਾ ਹੈ, ਤਾਂ ਮੈਲਬੌਰਨ ਟੈਸਟ ਰੋਹਿਤ ਦਾ ਆਖਰੀ ਟੈਸਟ ਹੋਵੇਗਾ। ਉਨ੍ਹਾਂ ਨੇ ਅੱਗੇ ਕਿਹਾ, “ਵਿਸ਼ਵ ਟੈਸਟ ਚੈਂਪੀਅਨਸ਼ਿਪ ਚੱਕਰ।” ਇੰਗਲੈਂਡ ਦੇ ਖਿਲਾਫ ਸੀਰੀਜ਼ ਦੀ ਸ਼ੁਰੂਆਤ ਹੋਵੇਗੀ ਅਤੇ ਚੋਣਕਰਤਾਵਾਂ ਨੂੰ ਅਜਿਹਾ ਖਿਡਾਰੀ ਚਾਹੀਦਾ ਹੈ ਜੋ 2027 ਦੇ ਫਾਈਨਲ ‘ਚ ਖੇਡ ਸਕੇ। ਭਾਰਤ ਉੱਥੇ ਪਹੁੰਚਦਾ ਹੈ ਜਾਂ ਨਹੀਂ, ਇਹ ਬਾਅਦ ਦੀ ਗੱਲ ਹੈ, ਪਰ ਇਹ ਚੋਣ ਕਮੇਟੀ ਦੀ ਸੋਚ ਹੋਵੇਗੀ, ਉਨ੍ਹਾਂ ਕਿਹਾ, ”ਅਸੀਂ ਸ਼ਾਇਦ ਰੋਹਿਤ ਸ਼ਰਮਾ ਨੂੰ ਆਖਰੀ ਵਾਰ ਟੈਸਟ ਖੇਡਦੇ ਦੇਖਿਆ ਹੈ।

ਰੋਹਿਤ ਜਵਾਨ ਨਹੀਂ ਹੈ, ਇਕ ਦਿਨ ਇਹ ਫੈਸਲਾ ਲੈਣਾ ਹੀ ਪਿਆ
ਸਾਬਕਾ ਕੋਚ ਰਵੀ ਸ਼ਾਸਤਰੀ ਨੇ ਕਿਹਾ ਕਿ ਟਾਸ ਦੇ ਸਮੇਂ ਜਸਪ੍ਰੀਤ ਬੁਮਰਾਹ ਨੇ ਕਿਹਾ ਕਿ ਕਪਤਾਨ ਨੇ ਬਾਹਰ ਰਹਿਣ ਦਾ ਫੈਸਲਾ ਕੀਤਾ ਹੈ। ਉਨ੍ਹਾਂ ਕਿਹਾ ਕਿ ਸ਼ੁਭਮਨ ਗਿੱਲ ਦੀ ਖੇਡ ਨਾਲ ਟੀਮ ਹੋਰ ਮਜ਼ਬੂਤ ​​ਹੋਵੇਗੀ। ਉਸ ਨੇ ਕਿਹਾ, ”ਇਹ ਉਦੋਂ ਹੁੰਦਾ ਹੈ ਜਦੋਂ ਤੁਸੀਂ ਦੌੜਾਂ ਨਹੀਂ ਬਣਾ ਰਹੇ ਹੁੰਦੇ ਅਤੇ ਮਾਨਸਿਕ ਤੌਰ ‘ਤੇ ਤੁਸੀਂ ਉੱਥੇ ਨਹੀਂ ਹੁੰਦੇ। ਇਹ ਕਪਤਾਨ ਦਾ ਬਹੁਤ ਦਲੇਰੀ ਭਰਿਆ ਫੈਸਲਾ ਹੈ ਕਿ ਉਹ ਇਸ ਮੈਚ ਵਿੱਚ ਬਾਹਰ ਰਹਿਣ ਲਈ ਤਿਆਰ ਹੋ ਗਿਆ।

ਭਾਰਤ ਸੀਰੀਜ਼ ‘ਚ 1-2 ਨਾਲ ਪਿੱਛੇ ਹੈ ਅਤੇ ਬਾਰਡਰ ਗਾਵਸਕਰ ਟਰਾਫੀ ਨੂੰ ਬਰਕਰਾਰ ਰੱਖਣ ਲਈ ਉਸ ਨੂੰ ਕਿਸੇ ਵੀ ਕੀਮਤ ‘ਤੇ ਸਿਡਨੀ ਟੈਸਟ ਜਿੱਤਣਾ ਹੋਵੇਗਾ। ਜੇਕਰ ਟੀਮ ਇੱਥੇ ਹਾਰਦੀ ਹੈ ਤਾਂ ਡਬਲਯੂਟੀਸੀ ਫਾਈਨਲ ਵਿੱਚ ਪਹੁੰਚਣ ਦੀਆਂ ਸਾਰੀਆਂ ਉਮੀਦਾਂ ਖਤਮ ਹੋ ਜਾਣਗੀਆਂ। ਭਾਰਤ ਨੇ ਜੂਨ ‘ਚ ਇੰਗਲੈਂਡ ਖਿਲਾਫ ਅਗਲੀ ਟੈਸਟ ਸੀਰੀਜ਼ ਖੇਡੀ ਹੈ। ਸ਼ਾਸਤਰੀ ਨੇ ਕਿਹਾ, “ਜੇਕਰ ਘਰੇਲੂ ਸੀਜ਼ਨ ਸ਼ੁਰੂ ਹੋ ਗਿਆ ਹੁੰਦਾ ਤਾਂ ਉਹ ਅੱਗੇ ਖੇਡਣ ਬਾਰੇ ਸੋਚ ਸਕਦਾ ਸੀ ਪਰ ਮੈਨੂੰ ਲੱਗਦਾ ਹੈ ਕਿ ਰੋਹਿਤ ਇਸ ਟੈਸਟ ਤੋਂ ਬਾਅਦ ਕੋਈ ਐਲਾਨ ਕਰਨਗੇ।” ਨੌਜਵਾਨਾਂ ਦੀ ਕਮੀ। ਬਹੁਤ ਪ੍ਰਤਿਭਾਸ਼ਾਲੀ ਖਿਡਾਰੀ ਟੀਮ ਵਿਚ ਸ਼ਾਮਲ ਹੋਣ ਦੀ ਕਗਾਰ ‘ਤੇ ਹਨ। ਇਹ ਇੱਕ ਔਖਾ ਫੈਸਲਾ ਹੈ ਪਰ ਸਾਰਿਆਂ ਨੂੰ ਇੱਕ ਦਿਨ ਲੈਣਾ ਹੀ ਪਵੇਗਾ।

ਸੰਜੇ ਮਾਂਜਰੇਕਰ ਨੇ ਦੱਸਿਆ ਕਿ ਇਹ ਦਲੇਰੀ ਭਰਿਆ ਫੈਸਲਾ ਸੀ
ਸਾਬਕਾ ਕ੍ਰਿਕਟਰ ਸੰਜੇ ਮਾਂਜਰੇਕਰ ਨੇ ਰੋਹਿਤ ਦੇ ਫੈਸਲੇ ਦੀ ਤਾਰੀਫ ਕਰਦੇ ਹੋਏ ਕਿਹਾ, “ਬਿਲਕੁਲ ਰੋਹਿਤ ਸ਼ਰਮਾ ਵਾਲਾ ਫੈਸਲਾ।” ਟੀਮ ਲਈ ਸਹੀ ਸਮੇਂ ‘ਤੇ ਸਹੀ ਫੈਸਲਾ ਲੈਣਾ। ਪਰ ਮੈਂ ਇਸ ਮੁੱਦੇ ਦੇ ਆਲੇ ਦੁਆਲੇ ਦੇ ਰਹੱਸ ਨੂੰ ਨਹੀਂ ਸਮਝ ਸਕਿਆ. ਟਾਸ ਦੌਰਾਨ ਵੀ ਇਸ ‘ਤੇ ਚਰਚਾ ਨਹੀਂ ਹੋਈ।

ਮਾਰਕ ਟੇਲਰ ਨੇ ਕਿਹਾ ਕਿ ਕੋਈ ਵੀ ਆਪਣੇ ਆਪ ਨੂੰ ਆਰਾਮ ਨਹੀਂ ਦਿੰਦਾ
ਆਸਟਰੇਲੀਆ ਦੇ ਸਾਬਕਾ ਕਪਤਾਨ ਮਾਰਕ ਟੇਲਰ ਨੇ ਕਿਹਾ ਕਿ ਇੱਕ ਕਪਤਾਨ ਨਿਰਣਾਇਕ ਟੈਸਟ ਤੋਂ ਬਾਹਰ ਰਹਿਣ ਦਾ ਫੈਸਲਾ ਨਹੀਂ ਕਰਦਾ ਅਤੇ ਰੋਹਿਤ ਨੂੰ ਖਰਾਬ ਫਾਰਮ ਕਾਰਨ ਬਾਹਰ ਕੀਤਾ ਗਿਆ ਹੈ। ਉਨ੍ਹਾਂ ਨੇ ‘ਟ੍ਰਿਪਲ ਐੱਮ ਕ੍ਰਿਕਟ’ ‘ਤੇ ਕਿਹਾ, ”ਕਿਸੇ ਵੀ ਟੀਮ ਦਾ ਕਪਤਾਨ ਸੀਰੀਜ਼ ਦੇ ਆਖਰੀ ਟੈਸਟ ਲਈ ਆਪਣੇ ਆਪ ਨੂੰ ਆਰਾਮ ਨਹੀਂ ਦਿੰਦਾ। ਨਿਰਣਾਇਕ ਪ੍ਰੀਖਿਆ ਵਿੱਚ. ਇਸ ਵਿਚ ਕੋਈ ਸ਼ੱਕ ਨਹੀਂ ਕਿ ਉਸ ਨੂੰ ਬਾਹਰ ਕੱਢ ਦਿੱਤਾ ਗਿਆ ਹੈ। ਉਹ ਸਿਰਫ ਦੱਸ ਨਹੀਂ ਰਹੇ ਹਨ. ਇਸ ਦਾ ਇਹ ਮਤਲਬ ਨਹੀਂ ਹੈ ਕਿ ਉਹ ਹਮੇਸ਼ਾ ਲਈ ਬਾਹਰ ਹੈ। ਉਹ ਇਸ ਲਈ ਬਾਹਰ ਹੈ ਕਿਉਂਕਿ ਉਹ ਆਊਟ ਆਫ ਫਾਰਮ ਹੈ ਅਤੇ ਇਹ ਕੋਈ ਅਪਰਾਧ ਨਹੀਂ ਹੈ। ਇਹ ਇੱਕ ਪੇਸ਼ੇਵਰ ਖੇਡ ਹੈ.

Exit mobile version