ntalDefaultControls' => array( 'radius' => true, 'color' => true, 'width' => true, 'style' => true ) ), 'contentRole' => true, 'listView' => true ), 'styles' => array( array( 'name' => 'default', 'label' => 'Default', 'isDefault' => true ), array( 'name' => 'logos-only', 'label' => 'Logos Only' ), array( 'name' => 'pill-shape', 'label' => 'Pill Shape' ) ), 'editorStyle' => 'wp-block-social-links-editor', 'style' => 'wp-block-social-links' ), 'spacer' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/spacer', 'title' => 'Spacer', 'category' => 'design', 'description' => 'Add white space between blocks and customize its height.', 'textdomain' => 'default', 'attributes' => array( 'height' => array( 'type' => 'string', 'default' => '100px' ), 'width' => array( 'type' => 'string' ) ), 'usesContext' => array( 'orientation' ), 'supports' => array( 'anchor' => true, 'spacing' => array( 'margin' => array( 'top', 'bottom' ), '__experimentalDefaultControls' => array( 'margin' => true ) ), 'interactivity' => array( 'clientNavigation' => true ) ), 'editorStyle' => 'wp-block-spacer-editor', 'style' => 'wp-block-spacer' ), 'table' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/table', 'title' => 'Table', 'category' => 'text', 'description' => 'Create structured content in rows and columns to display information.', 'textdomain' => 'default', 'attributes' => array( 'hasFixedLayout' => array( 'type' => 'boolean', 'default' => true ), 'caption' => array( 'type' => 'rich-text', 'source' => 'rich-text', 'selector' => 'figcaption', 'role' => 'content' ), 'head' => array( 'type' => 'array', 'default' => array( ), 'source' => 'query', 'selector' => 'thead tr', 'query' => array( 'cells' => array( 'type' => 'array', 'default' => array( ), 'source' => 'query', 'selector' => 'td,th', 'query' => array( 'content' => array( 'type' => 'rich-text', 'source' => 'rich-text', 'role' => 'content' ), 'tag' => array( 'type' => 'string', 'default' => 'td', 'source' => 'tag' ), 'scope' => array( 'type' => 'string', 'source' => 'attribute', 'attribute' => 'scope' ), 'align' => array( 'type' => 'string', 'source' => 'attribute', 'attribute' => 'data-align' ), 'colspan' => array( 'type' => 'string', 'source' => 'attribute', 'attribute' => 'colspan' ), 'rowspan' => array( 'type' => 'string', 'source' => 'attribute', 'attribute' => 'rowspan' ) ) ) ) ), 'body' => array( 'type' => 'array', 'default' => array( ), 'source' => 'query', 'selector' => 'tbody tr', 'query' => array( 'cells' => array( 'type' => 'array', 'default' => array( ), 'source' => 'query', 'selector' => 'td,th', 'query' => array( 'content' => array( 'type' => 'rich-text', 'source' => 'rich-text', 'role' => 'content' ), 'tag' => array( 'type' => 'string', 'default' => 'td', 'source' => 'tag' ), 'scope' => array( 'type' => 'string', 'source' => 'attribute', 'attribute' => 'scope' ), 'align' => array( 'type' => 'string', 'source' => 'attribute', 'attribute' => 'data-align' ), 'colspan' => array( 'type' => 'string', 'source' => 'attribute', 'attribute' => 'colspan' ), 'rowspan' => array( 'type' => 'string', 'source' => 'attribute', 'attribute' => 'rowspan' ) ) ) ) ), 'foot' => array( 'type' => 'array', 'default' => array( ), 'source' => 'query', 'selector' => 'tfoot tr', 'query' => array( 'cells' => array( 'type' => 'array', 'default' => array( ), 'source' => 'query', 'selector' => 'td,th', 'query' => array( 'content' => array( 'type' => 'rich-text', 'source' => 'rich-text', 'role' => 'content' ), 'tag' => array( 'type' => 'string', 'default' => 'td', 'source' => 'tag' ), 'scope' => array( 'type' => 'string', 'source' => 'attribute', 'attribute' => 'scope' ), 'align' => array( 'type' => 'string', 'source' => 'attribute', 'attribute' => 'data-align' ), 'colspan' => array( 'type' => 'string', 'source' => 'attribute', 'attribute' => 'colspan' ), 'rowspan' => array( 'type' => 'string', 'source' => 'attribute', 'attribute' => 'rowspan' ) ) ) ) ) ), 'supports' => array( 'anchor' => true, 'align' => true, 'color' => array( '__experimentalSkipSerialization' => true, 'gradients' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true ) ), 'spacing' => array( 'margin' => true, 'padding' => true, '__experimentalDefaultControls' => array( 'margin' => false, 'padding' => false ) ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontStyle' => true, '__experimentalFontWeight' => true, '__experimentalLetterSpacing' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ), '__experimentalBorder' => array( '__experimentalSkipSerialization' => true, 'color' => true, 'style' => true, 'width' => true, '__experimentalDefaultControls' => array( 'color' => true, 'style' => true, 'width' => true ) ), 'interactivity' => array( 'clientNavigation' => true ) ), 'selectors' => array( 'root' => '.wp-block-table > table', 'spacing' => '.wp-block-table' ), 'styles' => array( array( 'name' => 'regular', 'label' => 'Default', 'isDefault' => true ), array( 'name' => 'stripes', 'label' => 'Stripes' ) ), 'editorStyle' => 'wp-block-table-editor', 'style' => 'wp-block-table' ), 'tag-cloud' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/tag-cloud', 'title' => 'Tag Cloud', 'category' => 'widgets', 'description' => 'A cloud of popular keywords, each sized by how often it appears.', 'textdomain' => 'default', 'attributes' => array( 'numberOfTags' => array( 'type' => 'number', 'default' => 45, 'minimum' => 1, 'maximum' => 100 ), 'taxonomy' => array( 'type' => 'string', 'default' => 'post_tag' ), 'showTagCounts' => array( 'type' => 'boolean', 'default' => false ), 'smallestFontSize' => array( 'type' => 'string', 'default' => '8pt' ), 'largestFontSize' => array( 'type' => 'string', 'default' => '22pt' ) ), 'styles' => array( array( 'name' => 'default', 'label' => 'Default', 'isDefault' => true ), array( 'name' => 'outline', 'label' => 'Outline' ) ), 'supports' => array( 'anchor' => true, 'html' => false, 'align' => true, 'spacing' => array( 'margin' => true, 'padding' => true ), 'typography' => array( 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalLetterSpacing' => true ), 'interactivity' => array( 'clientNavigation' => true ), '__experimentalBorder' => array( 'radius' => true, 'color' => true, 'width' => true, 'style' => true, '__experimentalDefaultControls' => array( 'radius' => true, 'color' => true, 'width' => true, 'style' => true ) ) ) ), 'template-part' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/template-part', 'title' => 'Template Part', 'category' => 'theme', 'description' => 'Edit the different global regions of your site, like the header, footer, sidebar, or create your own.', 'textdomain' => 'default', 'attributes' => array( 'slug' => array( 'type' => 'string' ), 'theme' => array( 'type' => 'string' ), 'tagName' => array( 'type' => 'string' ), 'area' => array( 'type' => 'string' ) ), 'supports' => array( 'align' => true, 'html' => false, 'reusable' => false, 'renaming' => false, 'interactivity' => array( 'clientNavigation' => true ) ), 'editorStyle' => 'wp-block-template-part-editor' ), 'term-count' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/term-count', 'title' => 'Term Count', 'category' => 'theme', 'description' => 'Displays the post count of a taxonomy term.', 'textdomain' => 'default', 'usesContext' => array( 'termId', 'taxonomy' ), 'attributes' => array( 'bracketType' => array( 'type' => 'string', 'enum' => array( 'none', 'round', 'square', 'curly', 'angle' ), 'default' => 'round' ) ), 'supports' => array( 'anchor' => true, 'html' => false, 'color' => array( 'gradients' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true ) ), 'spacing' => array( 'padding' => true ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ), 'interactivity' => array( 'clientNavigation' => true ), '__experimentalBorder' => array( 'radius' => true, 'color' => true, 'width' => true, 'style' => true, '__experimentalDefaultControls' => array( 'color' => true, 'width' => true, 'style' => true ) ) ), 'style' => 'wp-block-term-count' ), 'term-description' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/term-description', 'title' => 'Term Description', 'category' => 'theme', 'description' => 'Display the description of categories, tags and custom taxonomies when viewing an archive.', 'textdomain' => 'default', 'usesContext' => array( 'termId', 'taxonomy' ), 'supports' => array( 'anchor' => true, 'align' => array( 'wide', 'full' ), 'html' => false, 'color' => array( 'link' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true ) ), 'spacing' => array( 'padding' => true, 'margin' => true ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, 'textAlign' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ), 'interactivity' => array( 'clientNavigation' => true ), '__experimentalBorder' => array( 'radius' => true, 'color' => true, 'width' => true, 'style' => true, '__experimentalDefaultControls' => array( 'radius' => true, 'color' => true, 'width' => true, 'style' => true ) ) ) ), 'term-name' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/term-name', 'title' => 'Term Name', 'category' => 'theme', 'description' => 'Displays the name of a taxonomy term.', 'keywords' => array( 'term title' ), 'textdomain' => 'default', 'usesContext' => array( 'termId', 'taxonomy' ), 'attributes' => array( 'textAlign' => array( 'type' => 'string' ), 'level' => array( 'type' => 'number', 'default' => 0 ), 'isLink' => array( 'type' => 'boolean', 'default' => false ), 'levelOptions' => array( 'type' => 'array' ) ), 'supports' => array( 'anchor' => true, 'align' => array( 'wide', 'full' ), 'html' => false, 'color' => array( 'gradients' => true, 'link' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true, 'link' => true ) ), 'spacing' => array( 'padding' => true ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ), 'interactivity' => array( 'clientNavigation' => true ), '__experimentalBorder' => array( 'radius' => true, 'color' => true, 'width' => true, 'style' => true, '__experimentalDefaultControls' => array( 'color' => true, 'width' => true, 'style' => true ) ) ), 'style' => 'wp-block-term-name' ), 'term-template' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/term-template', 'title' => 'Term Template', 'category' => 'theme', 'ancestor' => array( 'core/terms-query' ), 'description' => 'Contains the block elements used to render a taxonomy term, like the name, description, and more.', 'textdomain' => 'default', 'usesContext' => array( 'termQuery' ), 'supports' => array( 'anchor' => true, 'reusable' => false, 'html' => false, 'align' => array( 'wide', 'full' ), 'layout' => true, 'color' => array( 'gradients' => true, 'link' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true ) ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ), 'spacing' => array( 'margin' => true, 'padding' => true, 'blockGap' => array( '__experimentalDefault' => '1.25em' ), '__experimentalDefaultControls' => array( 'blockGap' => true, 'padding' => false, 'margin' => false ) ), 'interactivity' => array( 'clientNavigation' => true ), '__experimentalBorder' => array( 'radius' => true, 'color' => true, 'width' => true, 'style' => true ) ), 'style' => 'wp-block-term-template', 'editorStyle' => 'wp-block-term-template-editor' ), 'terms-query' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/terms-query', 'title' => 'Terms Query', 'category' => 'theme', 'description' => 'An advanced block that allows displaying taxonomy terms based on different query parameters and visual configurations.', 'keywords' => array( 'terms', 'taxonomy', 'categories', 'tags', 'list' ), 'textdomain' => 'default', 'attributes' => array( 'termQuery' => array( 'type' => 'object', 'default' => array( 'perPage' => 10, 'taxonomy' => 'category', 'order' => 'asc', 'orderBy' => 'name', 'include' => array( ), 'hideEmpty' => true, 'showNested' => false, 'inherit' => false ) ), 'tagName' => array( 'type' => 'string', 'default' => 'div' ) ), 'usesContext' => array( 'templateSlug' ), 'providesContext' => array( 'termQuery' => 'termQuery' ), 'supports' => array( 'anchor' => true, 'align' => array( 'wide', 'full' ), 'html' => false, 'layout' => true, 'interactivity' => true ) ), 'text-columns' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/text-columns', 'title' => 'Text Columns (deprecated)', 'icon' => 'columns', 'category' => 'design', 'description' => 'This block is deprecated. Please use the Columns block instead.', 'textdomain' => 'default', 'attributes' => array( 'content' => array( 'type' => 'array', 'source' => 'query', 'selector' => 'p', 'query' => array( 'children' => array( 'type' => 'string', 'source' => 'html' ) ), 'default' => array( array( ), array( ) ) ), 'columns' => array( 'type' => 'number', 'default' => 2 ), 'width' => array( 'type' => 'string' ) ), 'supports' => array( 'inserter' => false, 'interactivity' => array( 'clientNavigation' => true ) ), 'editorStyle' => 'wp-block-text-columns-editor', 'style' => 'wp-block-text-columns' ), 'verse' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/verse', 'title' => 'Poetry', 'category' => 'text', 'description' => 'Insert poetry. Use special spacing formats. Or quote song lyrics.', 'keywords' => array( 'poetry', 'poem', 'verse', 'stanza', 'song', 'lyrics' ), 'textdomain' => 'default', 'attributes' => array( 'content' => array( 'type' => 'rich-text', 'source' => 'rich-text', 'selector' => 'pre', '__unstablePreserveWhiteSpace' => true, 'role' => 'content' ) ), 'supports' => array( 'anchor' => true, 'background' => array( 'backgroundImage' => true, 'backgroundSize' => true, '__experimentalDefaultControls' => array( 'backgroundImage' => true ) ), 'color' => array( 'gradients' => true, 'link' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true ) ), 'dimensions' => array( 'minHeight' => true, '__experimentalDefaultControls' => array( 'minHeight' => false ) ), 'typography' => array( 'fontSize' => true, '__experimentalFontFamily' => true, 'lineHeight' => true, 'textAlign' => true, '__experimentalFontStyle' => true, '__experimentalFontWeight' => true, '__experimentalLetterSpacing' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalWritingMode' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ), 'spacing' => array( 'margin' => true, 'padding' => true, '__experimentalDefaultControls' => array( 'margin' => false, 'padding' => false ) ), '__experimentalBorder' => array( 'radius' => true, 'width' => true, 'color' => true, 'style' => true ), 'interactivity' => array( 'clientNavigation' => true ) ), 'style' => 'wp-block-verse', 'editorStyle' => 'wp-block-verse-editor' ), 'video' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/video', 'title' => 'Video', 'category' => 'media', 'description' => 'Embed a video from your media library or upload a new one.', 'keywords' => array( 'movie' ), 'textdomain' => 'default', 'attributes' => array( 'autoplay' => array( 'type' => 'boolean', 'source' => 'attribute', 'selector' => 'video', 'attribute' => 'autoplay' ), 'caption' => array( 'type' => 'rich-text', 'source' => 'rich-text', 'selector' => 'figcaption', 'role' => 'content' ), 'controls' => array( 'type' => 'boolean', 'source' => 'attribute', 'selector' => 'video', 'attribute' => 'controls', 'default' => true ), 'id' => array( 'type' => 'number', 'role' => 'content' ), 'loop' => array( 'type' => 'boolean', 'source' => 'attribute', 'selector' => 'video', 'attribute' => 'loop' ), 'muted' => array( 'type' => 'boolean', 'source' => 'attribute', 'selector' => 'video', 'attribute' => 'muted' ), 'poster' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => 'video', 'attribute' => 'poster' ), 'preload' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => 'video', 'attribute' => 'preload', 'default' => 'metadata' ), 'blob' => array( 'type' => 'string', 'role' => 'local' ), 'src' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => 'video', 'attribute' => 'src', 'role' => 'content' ), 'playsInline' => array( 'type' => 'boolean', 'source' => 'attribute', 'selector' => 'video', 'attribute' => 'playsinline' ), 'tracks' => array( 'role' => 'content', 'type' => 'array', 'items' => array( 'type' => 'object' ), 'default' => array( ) ) ), 'supports' => array( 'anchor' => true, 'align' => true, 'spacing' => array( 'margin' => true, 'padding' => true, '__experimentalDefaultControls' => array( 'margin' => false, 'padding' => false ) ), 'interactivity' => array( 'clientNavigation' => true ) ), 'editorStyle' => 'wp-block-video-editor', 'style' => 'wp-block-video' ), 'widget-group' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/widget-group', 'title' => 'Widget Group', 'category' => 'widgets', 'attributes' => array( 'title' => array( 'type' => 'string' ) ), 'supports' => array( 'html' => false, 'inserter' => true, 'customClassName' => true, 'reusable' => false ), 'editorStyle' => 'wp-block-widget-group-editor', 'style' => 'wp-block-widget-group' ) ); ලෝක වෙළෙඳපොළේ බොරතෙල් මිලෙහි කැපී පෙනෙන පහළ යාමක් – ttvnews.lk
  • About
  • Advertise
  • Privacy & Policy
  • Contact
ttvnews.lk
Advertisement
  • දේශීය
  • ව්‍යාපාර
  • විදෙස්
  • ක්‍රීඩා
  • විශේෂාංග
  • සංවර්ධන
  • වෙනත්
  • Contact Us
No Result
View All Result
  • දේශීය
  • ව්‍යාපාර
  • විදෙස්
  • ක්‍රීඩා
  • විශේෂාංග
  • සංවර්ධන
  • වෙනත්
  • Contact Us
No Result
View All Result
ttvnews.lk
No Result
View All Result
Home පුවත්

ලෝක වෙළෙඳපොළේ බොරතෙල් මිලෙහි කැපී පෙනෙන පහළ යාමක්

25 March 2026
in පුවත්, විදෙස්
ලෝක වෙළෙඳපොළේ බොරතෙල්  මිලෙහි කැපී පෙනෙන පහළ යාමක්
0
SHARES
3
VIEWS
Share on FacebookShare on Twitter
මැදපෙරදිග කලාපයේ පවතින උණුසුම් වාතාවරණය මධ්‍යයේ වුවද, ලෝක වෙළෙඳපොළේ බොරතෙල් මිලෙහි සැලකිය යුතු අඩුවීමක් අද (මාර්තු 25) පෙරවරුවේ වාර්තා වී තිබේ. විදෙස් මාධ්‍ය වාර්තාවලට අනුව, ඩබ්ලිව්.ටී.අයි. (WTI) බොරතෙල් බැරලයක මිල ඇමෙරිකානු ඩොලර් 88.27ක් දක්වා සියයට 4.42කින් පහළ ගොස් ඇත. මීට අමතරව ලෝකයේ ප්‍රධානතම තෙල් මිණුම් දණ්ඩක් වන බ්‍රෙන්ට් (Brent) වර්ගයේ බොරතෙල් බැරලයක මිල ද සියයට 5.41ක අඩුවීමක් පෙන්වමින් ඩොලර් 98.84ක් දක්වා පහත වැටී තිබේ.
ශ්‍රී ලංකාව සිය පිරිපහදු කටයුතු සඳහා ප්‍රධාන වශයෙන් ආනයනය කරන මර්බන් (Murban) වර්ගයේ බොරතෙල් මිලෙහි ද අතිවිශාල අඩුවීමක් වාර්තා වීම විශේෂත්වයකි. ඒ අනුව මර්බන් බොරතෙල් බැරලයක මිල ඩොලර් 119.88ක් ලෙස සටහන් වන අතර, එය පෙර පැවති මිලට සාපේක්ෂව සියයට 11.31ක දැවැන්ත පහත වැටීමකි. ඇමෙරිකාව සහ ඉරානය අතර සාම සාකච්ඡා ආරම්භ වීමේ ඉඟි පළවීමත් සමඟ සැපයුම පිළිබඳව පැවති අවිශ්වාසය දුරු වීම මෙම මිල පහළ යාමට ප්‍රධානතම හේතුවක් බව ආර්ථික විශ්ලේෂකයෝ පෙන්වා දෙති.
Post Views: 11
Previous Post

මහ බැංකු පොලී අනුපාත නොවෙනස්ව පවත්වා ගැනීමට තීරණය කෙරේ

Next Post

අගමැතිනියගේ හමුවට ගුරුවරුන් සහභාගී නොවීම තංගල්ල කලාප අධ්‍යාපන කාර්යාලයෙන් නිවේදනයක්

Editor TTV News

Editor TTV News

Next Post
අගමැතිනියගේ හමුවට  ගුරුවරුන් සහභාගී නොවීම  තංගල්ල කලාප අධ්‍යාපන  කාර්යාලයෙන් නිවේදනයක්

අගමැතිනියගේ හමුවට ගුරුවරුන් සහභාගී නොවීම තංගල්ල කලාප අධ්‍යාපන කාර්යාලයෙන් නිවේදනයක්

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected test

  • 23.9k Followers
  • 99 Subscribers
  • Trending
  • Comments
  • Latest
BOC බැංකුවෙන් ගනුදෙනුකරුවන්ට පණිවිඩයක්

BOC බැංකුවෙන් ගනුදෙනුකරුවන්ට පණිවිඩයක්

5 June 2025
භාතිය ගැන මේ දැන් ලැබුණු ආරංචිය

භාතිය ගැන මේ දැන් ලැබුණු ආරංචිය

8 July 2025
ලෝකයේම වෛරල් වූ සංවේදී  AI වීඩියෝවේ කතාව ඇත්තක්

ලෝකයේම වෛරල් වූ සංවේදී  AI වීඩියෝවේ කතාව ඇත්තක්

15 August 2025
72 Miss World  තරඟයෙන්  ඈ ඉවත් වෙයි

72 Miss World තරඟයෙන් ඈ ඉවත් වෙයි

22 May 2025
The blog was launched asresult organizing

The blog was launched asresult organizing

0
The inbound marketing methodology method of drawing the right

The inbound marketing methodology method of drawing the right

0
onprofit organization that seeks provide inform

onprofit organization that seeks provide inform

0
the blog include climate politics, lgbq issue,

the blog include climate politics, lgbq issue,

0
ගිනිඅවි බලපත්‍රලාභීන්ට විශේෂ නිවේදනයක් මාස 06කට වරක් ගිනිඅවි පරික්ෂා කිරීම අනිවාර්ය කෙරේ!

ගිනිඅවි බලපත්‍රලාභීන්ට විශේෂ නිවේදනයක් මාස 06කට වරක් ගිනිඅවි පරික්ෂා කිරීම අනිවාර්ය කෙරේ!

1 June 2026
කදුරුවෙලදී ත්‍රීරෝද රථයක රෝදයක් ගැලවී ගොස් අබාන්ස් ප්‍රදර්ශනාගාරයේ වීදුරුවක වැදී කුඩා දරුවෙකුට තුවාල

කදුරුවෙලදී ත්‍රීරෝද රථයක රෝදයක් ගැලවී ගොස් අබාන්ස් ප්‍රදර්ශනාගාරයේ වීදුරුවක වැදී කුඩා දරුවෙකුට තුවාල

1 June 2026
බ්‍රිතාන්‍ය රජමාලිගයේ නිලධාරිනියකට අනිසි ප්‍රකාශ කළ සන්නද්ධ පොලිස් නිලධාරීන්ට රජ නිවාස තහනමක්

බ්‍රිතාන්‍ය රජමාලිගයේ නිලධාරිනියකට අනිසි ප්‍රකාශ කළ සන්නද්ධ පොලිස් නිලධාරීන්ට රජ නිවාස තහනමක්

1 June 2026
තමන්ගේ සහෝදරියට පහරදීම ඉවසනු බැරිව මල්ලී විසින් ඇයගේ පෙම්වතාට වෙඩි තබා ඝාතනය කරයි

තමන්ගේ සහෝදරියට පහරදීම ඉවසනු බැරිව මල්ලී විසින් ඇයගේ පෙම්වතාට වෙඩි තබා ඝාතනය කරයි

1 June 2026

Recent News

ගිනිඅවි බලපත්‍රලාභීන්ට විශේෂ නිවේදනයක් මාස 06කට වරක් ගිනිඅවි පරික්ෂා කිරීම අනිවාර්ය කෙරේ!

ගිනිඅවි බලපත්‍රලාභීන්ට විශේෂ නිවේදනයක් මාස 06කට වරක් ගිනිඅවි පරික්ෂා කිරීම අනිවාර්ය කෙරේ!

1 June 2026
කදුරුවෙලදී ත්‍රීරෝද රථයක රෝදයක් ගැලවී ගොස් අබාන්ස් ප්‍රදර්ශනාගාරයේ වීදුරුවක වැදී කුඩා දරුවෙකුට තුවාල

කදුරුවෙලදී ත්‍රීරෝද රථයක රෝදයක් ගැලවී ගොස් අබාන්ස් ප්‍රදර්ශනාගාරයේ වීදුරුවක වැදී කුඩා දරුවෙකුට තුවාල

1 June 2026
බ්‍රිතාන්‍ය රජමාලිගයේ නිලධාරිනියකට අනිසි ප්‍රකාශ කළ සන්නද්ධ පොලිස් නිලධාරීන්ට රජ නිවාස තහනමක්

බ්‍රිතාන්‍ය රජමාලිගයේ නිලධාරිනියකට අනිසි ප්‍රකාශ කළ සන්නද්ධ පොලිස් නිලධාරීන්ට රජ නිවාස තහනමක්

1 June 2026
තමන්ගේ සහෝදරියට පහරදීම ඉවසනු බැරිව මල්ලී විසින් ඇයගේ පෙම්වතාට වෙඩි තබා ඝාතනය කරයි

තමන්ගේ සහෝදරියට පහරදීම ඉවසනු බැරිව මල්ලී විසින් ඇයගේ පෙම්වතාට වෙඩි තබා ඝාතනය කරයි

1 June 2026
ttvnews.lk

Follow Us

Browse by Category

  • 2020 පාර්ලිමේන්තුවට යන 225 කවුද?
  • Uncategorised
  • කාලගුණ
  • ක්‍රීඩා
  • දේශීය
  • පුවත්
  • විදෙස්
  • විනිවිද
  • විලාසිතා
  • විශේෂාංග
  • වීඩියෝ
  • වෙනත්
  • ව්‍යාපාර
  • සංවර්ධන

Recent News

ප්‍රධාන මත්ද්‍රව්‍ය ජාවාරම්කරුවකුගේ අනුගාමිකයන් 8ක් ඇතුළු 10ක් අයිස්, බෝම්බ සහ තියුණු ආයුධ සමඟ කොටු වෙයි

ප්‍රධාන මත්ද්‍රව්‍ය ජාවාරම්කරුවකුගේ අනුගාමිකයන් 8ක් ඇතුළු 10ක් අයිස්, බෝම්බ සහ තියුණු ආයුධ සමඟ කොටු වෙයි

9 June 2026
මාරාන්තික සෞඛ්‍ය හානිය වසාගැනීමට, බදු ඇතුළු රෙගුලාසි පරාජය කිරීමට විද්‍යාත්මක පර්යේෂණ සහ දත්ත  දුම්කොළ සමාගම් වෙනස් කරලා

මාරාන්තික සෞඛ්‍ය හානිය වසාගැනීමට, බදු ඇතුළු රෙගුලාසි පරාජය කිරීමට විද්‍යාත්මක පර්යේෂණ සහ දත්ත දුම්කොළ සමාගම් වෙනස් කරලා

9 June 2026
  • දේශීය
  • ව්‍යාපාර
  • විදෙස්
  • ක්‍රීඩා
  • විශේෂාංග
  • සංවර්ධන
  • වෙනත්
  • Contact Us

© 2024 TTVnews.lk All Rights Reserved

No Result
View All Result
  • දේශීය
  • ව්‍යාපාර
  • විදෙස්
  • ක්‍රීඩා
  • විශේෂාංග
  • සංවර්ධන
  • වෙනත්
  • Contact Us

© 2024 TTVnews.lk All Rights Reserved