Home » entertainment » ‘ராமாயண’ நடிகர் தீபிகா சிக்லியாவின் தாய் 77 | ராமாயணத்தின் ‘சீதா’ தீபிகா சிகாலியாவின் தாயார் காலமானார், ஒரு உணர்ச்சிபூர்வமான குறிப்பு எழுதினார்
புது தில்லி: ‘ராமாயணத்தில்’ சீதாவாக நடிக்கும் நடிகை தீபிகா சிக்லியா தாய் தனது 77 வயதில் இறந்தார். தீபிகா சிக்காலியா தனது இன்ஸ்டாகிராம் பக்கத்தில் தனது தாயின் நினைவாக எழுதியுள்ளார், இது உங்கள் கண்களையும் நிரப்பும்.
தீபிகா சிக்காலியா தனது தாயார் அலகாபென் ராஜேஷ்பாய் சேகலியாவின் மறைவு குறித்து தனது ரசிகர்களுடன் சோகமான செய்திகளைப் பகிர்ந்து கொண்டார். நடிகையின் தாய் 2020 செப்டம்பர் 12 அன்று தனது 77 வயதில் காலமானார். ஒரு உணர்ச்சிபூர்வமான குறிப்பை எழுதி தீபிகா தனது வருத்தத்தை வெளிப்படுத்தினார், அதில் “உங்கள் பெற்றோரை இழப்பது ஒரு துக்கமாகும், இது எளிதானது அல்ல.” இடுகையைப் பகிர்ந்த தீபிகா, ‘ரெஸ்ட் இன் பீஸ் மா’ என்று எழுதினார்.
இதற்குப் பிறகு, தீபிகா ஒரு பதிவில், ‘அவர் தனது மகிழ்ச்சி மற்றும் சிரிப்பின் தடயங்களை எல்லா இடங்களிலும் விட்டுவிட்டார். வாழ்க்கையின் மிகச்சிறிய விஷயங்களில் கூட அவள் மகிழ்ச்சியைத் தேடிக்கொண்டிருந்தாள். அவள் சிரித்தபோது, நாங்கள் அனைவரும் சிரித்தோம், அவள் இளைய குழந்தைகளுடன் விளையாடுவதும், ஞானிகளின் மனதை அடிப்பதும் வழக்கம். ஒரு வலுவான. சுதந்திரமான பெண்கள், அவர்களின் காலத்திற்கு சில வருடங்கள் முன்னதாக … அவர்கள் எங்கள் வாழ்க்கையை பலத்துடன் வழிநடத்துவதற்கான அறிவை எங்களுக்குக் கொடுத்தார்கள், மேலும் எங்கள் வாழ்க்கையை முழுமையாய் வாழ தூண்டினார்கள் … ‘
ஆர்ஐபி மம்
ஒரு இடுகை தீபிகா (@ டிபிகாச்சிக்லியாடோபிவாலா) இல் பகிரப்பட்டது
தீபிகா சிக்லியாவின் தாயார் இறந்த செய்தியைக் கேட்டு ரசிகர்கள் அவர்களை ஆறுதல்படுத்த முயற்சிக்கின்றனர்.
மேலும் பொழுதுபோக்கு செய்திகளைப் படியுங்கள்
function doRegisterEvents(kalturaPlayer) {
/* player event*/
kalturaPlayer.addEventListener(kalturaPlayer.Event.Core.PLAY, playEvent);
kalturaPlayer.addEventListener(kalturaPlayer.Event.Core.PAUSE, pauseEvent);
kalturaPlayer.addEventListener(kalturaPlayer.Event.Core.PLAYBACK_ENDED, playbackEndedEvent);
function adPausedEvent(event) {
gtag("event", "kaltura_adpaused", { "event_category": videotype, "event_label": vlabel});
}
/* End of Kaltura player function code */
$(document).delegate("div[id^='play']", "click", function(){
//console.log($(this).attr("id"));
//console.log($(this).attr("video-source"));
//console.log($(this).attr("video-code"));
var isyoutube = $(this).attr("video-source");
var vurl = $(this).attr("video-path");
var vid = $(this).attr("id");
$(this).hide();
var pvid = $(this).attr("newsid");
var vx = $(this).attr("id").replace('play-','');
var vC = $(this).attr("video-code");
var playDiv = "video-" + vid + "-" + pvid;
if(isyoutube =='No'){
videoPlayerAPIReady(vid, vC, playDiv,vx, pvid, vurl);
}else{
onYouTubePlay(vid, vC, playDiv,vx, pvid);
}
});
$(document).delegate("div[id^='ptop']", "click", function(){
var vid = $(this).attr("id").replace('ptop','');
$(this).hide();
var pvid = $(this).attr("newsid");
//console.log($(this).attr("id") + "--" + vid);
//console.log($(this).parent().children().find('#play-'+vid).attr("video-source"));
//console.log($(this).parent().children().find('#play-'+vid).attr("video-code"));
var isyoutube = $(this).parent().children().find('#play-'+vid).attr("video-source");
var vC = $(this).parent().children().find('#play-'+vid).attr("video-code");
var vurl = $(this).parent().children().find('#play-'+vid).attr("video-path");
var playDiv = "mvideo-play-" + vid + "-" + pvid;
if(isyoutube =='No'){
//console.log(jwplayer($(this).attr("id")).getState());
videoPlayerAPIReady($(this).attr("id"), vC, playDiv, vid, pvid,vurl);