{"id":7922,"date":"2020-08-19T01:44:54","date_gmt":"2020-08-19T01:44:54","guid":{"rendered":"https:\/\/mickgb.com\/?p=7922"},"modified":"2023-11-23T03:44:39","modified_gmt":"2023-11-23T03:44:39","slug":"hong-cong","status":"publish","type":"post","link":"https:\/\/mickgb.com\/ga\/hong-cong\/","title":{"rendered":"Hong Cong!"},"content":{"rendered":"[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;section&#8221; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_row admin_label=&#8221;row&#8221; _builder_version=&#8221;4.16&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text admin_label=&#8221;Text&#8221; _builder_version=&#8221;4.16&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; global_colors_info=&#8221;{}&#8221;]<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><strong><span style=\"color: #000000; font-size: 14pt;\"><\/span><\/strong><a id=\"OLE_LINK1\"><\/a><a id=\"OLE_LINK2\"><\/a><\/p>\n<p><span style=\"color: #222222; font-size: 14pt;\"><span style=\"font-size: 14pt;\"><script type=\"text\/javascript\" >\r\nvar cab={\r\n\r\n\turlStart: \"https:\/\/www.teanglann.ie\",\r\n\r\n\tclickify: function ($n) {\r\n\t\tvar $=jQuery;\r\n\t\tif(!$n) $n=$(document);\r\n\t\tif(!$n.jquery) $n=$($n);\r\n\t\tfor(var y=0; y<$n.toArray().length; y++){\r\n\t\t\tvar n=$n.toArray()[y];\r\n\t\t\tthis.cleanTuairisc(n);\r\n\t\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\t\tnode=n.childNodes[i];\r\n\t\t\t\tif(node.nodeType==1 && node.nodeName!=\"a\" && node.nodeName!=\"A\") {\r\n\t\t\t\t\tnosplit=$(node).hasClass(\"nosplit\");\r\n\t\t\t\t\tthis.clickify(node);\r\n\t\t\t\t}\r\n\t\t\t\telse if(node.nodeType==3 && $.trim(node.nodeValue)!=\"\") {\r\n\t\t\t\t\tvar replace=document.createElement(\"span\");\r\n\t\t\t\t\treplace.innerHTML=this.clickifyText(node.nodeValue);\r\n\t\t\t\t\tn.replaceChild(replace, node);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tclickifyText: function(str) {\r\n\t\tvar ret=\"\";\r\n\t\tvar buffer=\"\";\r\n\t\tfor(var i=0; i<str.length; i++) {\r\n\t\t\tvar c=str.charAt(i);\r\n\t\t\tif(\"a\u00e1bcde\u00e9fghi\u00edjklmno\u00f3pqrstu\u00favwxyzA\u00c1BCDE\u00c9FGHI\u00cdJKLMNO\u00d3PQRSTU\u00daVWXYZ'\u2019-\".indexOf(c)>-1) {\r\n\t\t\t\tbuffer+=c;\r\n\t\t\t} else {\r\n\t\t\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\t\t\tret+=c;\r\n\t\t\t}\r\n\t\t}\r\n\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\treturn ret;\r\n\t},\r\n\t\r\n\ttext2click: function(str) {\r\n\t\tvar s=\"<span\";\r\n\t\ts+=\" style=\\\"cursor: pointer\\\"\";\r\n\t\ts+=\" onmouseover=\\\"this.style.color='#993300'; this.style.textDecoration='underline'\\\"\";\r\n\t\ts+=\" onmouseout=\\\"this.style.color=''; this.style.textDecoration=''\\\"\";\r\n\t\ts+=\" onclick=\\\"cab.lexclick(this)\\\"\";\r\n\t\ts+=\">\"\r\n\t\ts+=str;\r\n\t\ts+=\"<\/span>\";\r\n\t\treturn s;\r\n\t},\r\n\t\r\n\tcleanTuairisc: function(n){\r\n\t\tvar $=jQuery;\r\n\r\n\t\t\/\/remove Tuairisc.ie <span class=\"s1\"> etc:\r\n\t\t$(n).children(\"span.s2\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t$(n).children(\"span.s1\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t\r\n\t\t\/\/merge text nodes:\r\n\t\tvar prevNode;\r\n\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\tvar node=n.childNodes[i];\r\n\t\t\tif(node.nodeType==3 && prevNode && prevNode.nodeType==3){\r\n\t\t\t\tprevNode.nodeValue+=node.nodeValue;\r\n\t\t\t\tnode.nodeValue=\"\";\r\n\t\t\t} else {\r\n\t\t\t\tprevNode=node;\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tlexclickOrigin: 0,\r\n\t\r\n\tlexclick: function(a){\r\n\t\tvar $=jQuery;\r\n\t\tvar str=a.innerText;\r\n\t\tclean=str.replace(\/^\\s*\/, \"\").replace(\/\\s*$\/, \"\");\r\n\t\tvar url=cab.urlStart+\"\/ga\/?s=\"+encodeURIComponent(clean)+\"&quickie=true\";\r\n\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\tif($(\"body\").width()>450) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\tvar $a=$(a);\r\n\t\t\t{\r\n\t\t\t\tvar leftOffset=$a.offset().left;\r\n\t\t\t\tvar className=\"\";\r\n\t\t\t}\r\n\t\t\tif(leftOffset>$(\"body\").width()\/2) {\r\n\t\t\t\tleftOffset=leftOffset-280;\r\n\t\t\t\tvar className=\"rightAnchored\";\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\tvar css=\"position: absolute; z-index: 100; width: 300px; height: 370px; background-color: #dddddd; border: 1px solid #333333; padding: 5px; box-shadow: 0px 0px 5px #999999; border-radius: 2px; line-height: 1.5em;\";\r\n\t\t\tvar cssArrow=\"position: absolute; top: -9px; left: 10px; width: 15px; height: 9px; background-image: url(\\\"\"+cab.urlStart+\"\/cab\/lexclick-callout.gif\\\"); z-index: 101;\";\r\n\t\t\tif(className==\"rightAnchored\") cssArrow+=\" left: auto; right: 10px;\"\r\n\t\t\t\r\n\t\t\t$(\"<div id='lexclick' class='\"+className+\"' style='\"+css+\"; line-height: 1em;' onclick='cab.lexclickOrigin=123'><div class='arrow' style='\"+cssArrow+\"'><\/div><iframe name='lexclickFrame' style='width: 298px; height: 348px; border: 1px inset #333333;' src='\"+url+\"' frameborder='0'><\/iframe><div style='font-family: sans-serif; font-size: 12px; text-align: left; margin-top: 3px;'><a href='\"+url+\"' target='_blank' style='color: #336699; text-decoration: none; position: relative; top: -3px; text-shadow: 1px 1px 0px #eeeeee;' onmouseover='this.style.color=\\\"#4477aa\\\"' onmouseout='this.style.color=\\\"#336699\\\"'><img src='\"+cab.urlStart+\"\/cab\/application.png' width='16' height='16' style='position: relative; top: 3px; margin-right: 2px; margin-left: 2px;'\/> www.teanglann.ie \u00bb<\/a><\/div><\/div>\").appendTo(\"body\").offset({top: $a.offset().top+$a.height()+10, left: leftOffset});\r\n\t\t\tcab.lexclickOrigin=123;\r\n\t\t\t$(\"body\").on(\"click\", cab.lexclickOff);\r\n\t\t} else {\r\n\t\t\twindow.open(url);\r\n\t\t}\r\n\t},\r\n\r\n\tlexclickOff: function(){\r\n\t\tvar $=jQuery;\r\n\t\tif(cab.lexclickOrigin==0) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\t}\r\n\t\tcab.lexclickOrigin=0;\r\n\t},\r\n\t\r\n};\r\n\t\t\t<\/script>\r\n\r\n<script type=\"text\/javascript\">jQuery(document).ready(function(){ cab.clickify(); });<\/script><\/span><\/span><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\">M\u00e1 bh\u00edonn amhras ar bith ort faoi c\u00e9ard at\u00e1 ar intinn ag an tS\u00edn, n\u00edl ort ach f\u00e9achaint ar ch\u00farsa\u00ed i Hong Cong. \u00a0N\u00e1 b\u00ed ag ceapadh gur saghas eisceacht \u00e9 sin ach an oiread, mar t\u00e1 stair fhada acu ag baint\u00a0le s\u00e1r\u00fa ceartingearach daonna. N\u00ed g\u00e1 dom a chur i gcuimhne duit go raibh Mao Zedong freagrach as l\u00edon uaf\u00e1sach b\u00e1sanna &#8211; meastar suas le 45 milli\u00fan duine \u2013 i bhfad n\u00edos m\u00f3 n\u00e1 Hitler n\u00f3 Stalin!\u00a0\u00a0N\u00edos deireana\u00ed i 1949, d&#8217;ionghabh an tS\u00edn r\u00e9igi\u00fan Xinjiang.\u00a0\u00a0T\u00e1 g\u00e9arlean\u00faint ar bun ag \u00fadar\u00e1is na S\u00edne ar phobal Moslamach na nUigi\u00farach <a id=\"OLE_LINK9\"><\/a><a id=\"OLE_LINK10\"><\/a>a bhfuil c\u00f3na\u00ed ar 12 milli\u00fan d\u00f3ibh ann. Tuairisc\u00edtear go bhfuil \u2018athoili\u00faint\u2019 \u00e1 cur ar idir milli\u00fan agus tr\u00ed mhilli\u00fan Uigi\u00farach<a id=\"OLE_LINK7\"><\/a><a id=\"OLE_LINK8\"><\/a> i gcampa\u00ed g\u00e9ibhinn.<\/p>\n<p><!-- \/wp:post-content --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\">Ba neamartach dom gan an sl\u00e9acht i gCearn\u00f3g Tiananmen i Meitheamh 1989 a lua. Chuaigh na mic l\u00e9inn amach sna sr\u00e1ideanna ag \u00e9ileamh daonlathais. Mar fhreagairt ar an ag\u00f3id\u00edocht cuireadh tancanna agus saighdi\u00fair\u00ed ag ceans\u00fa na n-ag\u00f3ideoir\u00ed, agus n\u00edl aon dabht ach go bhfuair na m\u00edlte b\u00e1s de thoradh na cniogbhearta\u00edochta<a id=\"OLE_LINK5\"><\/a><a id=\"OLE_LINK6\"><\/a> seo.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\">Tar \u00e9is n\u00edos m\u00f3 n\u00e1 150 bliain mar choil\u00edneacht Shasana, crutha\u00edodh an Sainr\u00e9igi\u00fan Riarach\u00e1in (SAR) Hong Cong, de r\u00e9ir idirbhearta\u00edocht socraithe sna hocht\u00f3id\u00ed idir an R\u00edocht Aontaithe agus an tS\u00edn. Gheall ceannaire na S\u00edne ag an am, Deng Xiaoping, m\u00e9id m\u00f3r f\u00e9inrialach do Hong Cong. Ar an drochuair, n\u00edor chomhl\u00edonadh an gealltanas sin, ach a mhalairt ar fad, mar chuir rialtas na S\u00edne f\u00e9inrialtas Hong Cong faoi bhagairt ar\u00eds agus ar\u00eds eile. Tabharfaidh m\u00e9 c\u00fapla sampla duit a tharla cheana f\u00e9in, agus ansin sampla at\u00e1 ar si\u00fal faoi l\u00e1thair.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><strong>Dl\u00ed in aghaidh ceannairce<\/strong><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 5pt; padding-top: 0; margin-bottom: 5pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"font-size: 11pt;\">I<\/span><span style=\"font-size: 11pt;\"> 2002, <\/span><span style=\"font-size: 11pt;\">gabhadh <\/span><span style=\"font-size: 11pt;\">baill <\/span><span style=\"font-size: 11pt;\">den <\/span><span style=\"font-size: 11pt;\">t<\/span><span style=\"font-size: 11pt;\">seict chreidimh <\/span><span style=\"font-size: 11pt;\">darb ainm \u2018Falun Gong\u2019, agus iad <\/span><span style=\"font-size: 11pt;\">ag ag\u00f3id<\/span><span style=\"font-size: 11pt;\">\u00edo<\/span><span style=\"font-size: 11pt;\">cht go s<\/span><span style=\"font-size: 11pt;\">\u00edoch\u00e1nta<\/span><span style=\"font-size: 11pt;\">. <\/span><span style=\"font-size: 11pt;\">Ansin, <\/span><span style=\"font-size: 11pt;\">rinne <\/span><span style=\"font-size: 11pt;\">pr\u00edomhfheidhmeannach Hong Cong<\/span><span style=\"font-size: 11pt;\">, Tung Chee-<\/span><span style=\"font-size: 11pt;\">hwa<\/span><span style=\"font-size: 11pt;\">, iarracht Bille nua a chur i bhfeidhm<\/span><span style=\"font-size: 11pt;\">, a lig<\/span><span style=\"font-size: 11pt;\">feadh an rialtas <\/span><span style=\"font-size: 11pt;\">cosc a chur ar <\/span><span style=\"font-size: 11pt;\">eagra\u00edochta\u00ed <\/span><span style=\"font-size: 11pt;\">i Hong Cong <\/span><span style=\"font-size: 11pt;\">a bhfuil cosc orthu <\/span><span style=\"font-size: 11pt;\">ar an mh\u00f3rth\u00edr.<\/span><span style=\"font-size: 11pt;\"> Rinne na c\u00e9adta m\u00edle duine <\/span><span style=\"font-size: 11pt;\">ag\u00f3id in aghaidh <\/span><span style=\"font-size: 11pt;\">na<\/span><span style=\"font-size: 11pt;\"> <\/span><span style=\"font-size: 11pt;\">h<\/span><span style=\"font-size: 11pt;\">iarracht<\/span><span style=\"font-size: 11pt;\">a<\/span><span style=\"font-size: 11pt;\"> sin<\/span><span style=\"font-size: 11pt;\">. <\/span><span style=\"font-size: 11pt;\">D\u2019\u00e9i<\/span><span style=\"font-size: 11pt;\">ligh<\/span><span style=\"font-size: 11pt;\"> siad <\/span><span style=\"font-size: 11pt;\">go n-\u00e9ireodh Tung as a phost,<\/span><span style=\"font-size: 11pt;\"> <\/span><span style=\"font-size: 11pt;\">mar gheall ar an <\/span><span style=\"font-size: 11pt;\">mBille<\/span><span style=\"font-size: 11pt;\"> agus <\/span><span style=\"font-size: 11pt;\">mar gheall ar an tsl\u00ed <\/span><span style=\"font-size: 11pt;\">a ndeachaigh s\u00e9 i ngleic leis <\/span><span style=\"font-size: 11pt;\">an<\/span><span style=\"font-size: 11pt;\"> ng\u00e9arch\u00e9im SARS. <\/span><span style=\"font-size: 11pt;\">D\u2019\u00e9irigh s\u00e9 as a phost <\/span><span style=\"font-size: 11pt;\">sa bhliain 2005<\/span><span style=\"font-size: 11pt;\"> faoi<\/span><span style=\"font-size: 11pt;\">n <\/span><span style=\"font-size: 11pt;\">m<\/span><span style=\"font-size: 11pt;\">br\u00fa <\/span><span style=\"font-size: 11pt;\">lean\u00fanach a bh\u00ed air.<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 5pt; padding-top: 0; margin-bottom: 5pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><strong><span style=\"font-size: 11pt;\">Sc\u00e1thghluaiseacht<\/span><span style=\"font-size: 11pt;\"> <\/span><span style=\"font-size: 11pt;\">Hong Cong<\/span><\/strong><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\">I 2014, d\u2019fh\u00f3gair B\u00e9ising go raibh ceart acu iarrth\u00f3ir\u00ed a dhi\u00falt\u00fa i dtoghch\u00e1in i Hong Cong. Thosaigh gluaiseacht ag moladh toghch\u00e1in oscailte. Nuair a \u00fas\u00e1ideadh sc\u00e1thanna b\u00e1ist\u00ed chun bac a chur ar sprae piobair in \u00fas\u00e1id ag an bp\u00e9asfh\u00f3rsa in aghaidh na n-ag\u00f3ideoir\u00ed, baisteadh Sc\u00e1thghluaiseacht (Umbrella Movement) ar an ngluaiseacht.\u00a0\u00a0Chuaigh na c\u00e9adta m\u00edle amach ar sr\u00e1ideanna Hong Cong ag l\u00e9irsi\u00fa, agus lean na l\u00e9irsithe ar feadh beagnach tr\u00ed mh\u00ed. Cuireadh i bpr\u00edos\u00fan cuid de na ceannair\u00ed as bheith ag f\u00f3gairt a ndearctha\u00ed polaiti\u00fala, agus thosaigh ruda\u00ed ag ci\u00fan\u00fa s\u00edos ansin, ar feadh tamaill ar aon n\u00f3s.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><strong>\u2018T\u00edr Amh\u00e1in, Dh\u00e1 Ch\u00f3ras\u2019 faoi ionsa\u00ed!<\/strong><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.2;\">Ionsa\u00edodh an prionsabal bun\u00fasach \u2018T\u00edr Amh\u00e1in, Dh\u00e1 Ch\u00f3ras\u2019, nuair a d\u2019iarr rialtas na S\u00edne \u2018An tOrd\u00fa um Eiseachadadh (Hong Cong)\u2019 a chur i bhfeidhm i Hong Cong. Leis an ord\u00fa sin, bheadh coirpigh l\u00edomhanta \u00f3 Hong Cong i mbaol m\u00f3r eiseachadta chun na S\u00edne. Sin rud a d\u2019fh\u00e9adfadh inmharthanacht fhadt\u00e9armach na samhla \u2018t\u00edr amh\u00e1in, dh\u00e1 ch\u00f3ras\u2019 a chur i mbaol.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.2;\">Thosaigh na m\u00f3rshi\u00falta ag\u00f3ide in aghaidh an ord\u00fa sin agus meastar go raibh suas go dh\u00e1 mhilli\u00fan duine ar na sr\u00e1ideanna ar 16 Meitheamh, 2019. Faoi dheireadh, i m\u00ed Dheireadh Fh\u00f3mhair, tarraing\u00edodh siar an Bille consp\u00f3ideach sin. Ach bh\u00ed s\u00e9 r\u00f3dh\u00e9anach ansin agus n\u00ed hamh\u00e1in n\u00e1r stad an chorra\u00edl shibhialta agus na l\u00e9irsithe lean\u00fanacha ach th\u00e1inig m\u00e9ad\u00fa m\u00f3r ar an bhfor\u00e9igean i Hong Cong freisin.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.2;\"><strong>Dl\u00ed Sl\u00e1nd\u00e1la N\u00e1isi\u00fanta \u00far<\/strong><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.2;\">Chuir rialtas na S\u00edne an tarcaisne i gceann na h\u00e9ag\u00f3ra ansin, nuair a d\u2019eisigh siad dl\u00ed sl\u00e1nd\u00e1la nua le d\u00e9ana\u00ed (m\u00ed I\u00fail, 2020) gan dul i gcomhairle le rialtas Hong Cong fi\u00fa.\u00a0\u00a0Cuireann an dl\u00ed sin srianta ar chearta sibhialta i Hong Cong.\u00a0\u00a0Ma\u00edtear go forleathan gur s\u00e1r\u00fa \u00e9 an dl\u00ed nua seo ar na coinn\u00edollacha a bh\u00ed sa dearbh\u00fa comhph\u00e1irteach idir an tS\u00edn agus an R\u00edocht Aontaithe a bh\u00ed comhaontaithe i 1984, agus cl\u00e1raithe leis na N\u00e1isi\u00fain Aontaithe.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.2;\">N\u00ed fios cad a tharl\u00f3idh i Hong Cong anois, ach n\u00edl cuma na maitheasa air. Agus gan ach 28 bliain f\u00e1gtha roimh athaont\u00fa ioml\u00e1n idir an tS\u00edn agus Hong Cong, n\u00edl s\u00e9 soil\u00e9ir conas an bhearna eatarthu a laghd\u00fa.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><a id=\"OLE_LINK11\"><\/a><!-- \/wp:freeform --><!-- wp:freeform --><a id=\"OLE_LINK12\"><\/a><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: center; margin-top: 5pt; padding-top: 0; margin-bottom: 5pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><\/p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]","protected":false},"excerpt":{"rendered":"<p><script type=\"text\/javascript\" >\r\nvar cab={\r\n\r\n\turlStart: \"https:\/\/www.teanglann.ie\",\r\n\r\n\tclickify: function ($n) {\r\n\t\tvar $=jQuery;\r\n\t\tif(!$n) $n=$(document);\r\n\t\tif(!$n.jquery) $n=$($n);\r\n\t\tfor(var y=0; y<$n.toArray().length; y++){\r\n\t\t\tvar n=$n.toArray()[y];\r\n\t\t\tthis.cleanTuairisc(n);\r\n\t\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\t\tnode=n.childNodes[i];\r\n\t\t\t\tif(node.nodeType==1 && node.nodeName!=\"a\" && node.nodeName!=\"A\") {\r\n\t\t\t\t\tnosplit=$(node).hasClass(\"nosplit\");\r\n\t\t\t\t\tthis.clickify(node);\r\n\t\t\t\t}\r\n\t\t\t\telse if(node.nodeType==3 && $.trim(node.nodeValue)!=\"\") {\r\n\t\t\t\t\tvar replace=document.createElement(\"span\");\r\n\t\t\t\t\treplace.innerHTML=this.clickifyText(node.nodeValue);\r\n\t\t\t\t\tn.replaceChild(replace, node);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tclickifyText: function(str) {\r\n\t\tvar ret=\"\";\r\n\t\tvar buffer=\"\";\r\n\t\tfor(var i=0; i<str.length; i++) {\r\n\t\t\tvar c=str.charAt(i);\r\n\t\t\tif(\"a\u00e1bcde\u00e9fghi\u00edjklmno\u00f3pqrstu\u00favwxyzA\u00c1BCDE\u00c9FGHI\u00cdJKLMNO\u00d3PQRSTU\u00daVWXYZ'\u2019-\".indexOf(c)>-1) {\r\n\t\t\t\tbuffer+=c;\r\n\t\t\t} else {\r\n\t\t\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\t\t\tret+=c;\r\n\t\t\t}\r\n\t\t}\r\n\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\treturn ret;\r\n\t},\r\n\t\r\n\ttext2click: function(str) {\r\n\t\tvar s=\"<span\";\r\n\t\ts+=\" style=\\\"cursor: pointer\\\"\";\r\n\t\ts+=\" onmouseover=\\\"this.style.color='#993300'; this.style.textDecoration='underline'\\\"\";\r\n\t\ts+=\" onmouseout=\\\"this.style.color=''; this.style.textDecoration=''\\\"\";\r\n\t\ts+=\" onclick=\\\"cab.lexclick(this)\\\"\";\r\n\t\ts+=\">\"\r\n\t\ts+=str;\r\n\t\ts+=\"<\/span>\";\r\n\t\treturn s;\r\n\t},\r\n\t\r\n\tcleanTuairisc: function(n){\r\n\t\tvar $=jQuery;\r\n\r\n\t\t\/\/remove Tuairisc.ie <span class=\"s1\"> etc:\r\n\t\t$(n).children(\"span.s2\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t$(n).children(\"span.s1\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t\r\n\t\t\/\/merge text nodes:\r\n\t\tvar prevNode;\r\n\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\tvar node=n.childNodes[i];\r\n\t\t\tif(node.nodeType==3 && prevNode && prevNode.nodeType==3){\r\n\t\t\t\tprevNode.nodeValue+=node.nodeValue;\r\n\t\t\t\tnode.nodeValue=\"\";\r\n\t\t\t} else {\r\n\t\t\t\tprevNode=node;\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tlexclickOrigin: 0,\r\n\t\r\n\tlexclick: function(a){\r\n\t\tvar $=jQuery;\r\n\t\tvar str=a.innerText;\r\n\t\tclean=str.replace(\/^\\s*\/, \"\").replace(\/\\s*$\/, \"\");\r\n\t\tvar url=cab.urlStart+\"\/ga\/?s=\"+encodeURIComponent(clean)+\"&quickie=true\";\r\n\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\tif($(\"body\").width()>450) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\tvar $a=$(a);\r\n\t\t\t{\r\n\t\t\t\tvar leftOffset=$a.offset().left;\r\n\t\t\t\tvar className=\"\";\r\n\t\t\t}\r\n\t\t\tif(leftOffset>$(\"body\").width()\/2) {\r\n\t\t\t\tleftOffset=leftOffset-280;\r\n\t\t\t\tvar className=\"rightAnchored\";\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\tvar css=\"position: absolute; z-index: 100; width: 300px; height: 370px; background-color: #dddddd; border: 1px solid #333333; padding: 5px; box-shadow: 0px 0px 5px #999999; border-radius: 2px; line-height: 1.5em;\";\r\n\t\t\tvar cssArrow=\"position: absolute; top: -9px; left: 10px; width: 15px; height: 9px; background-image: url(\\\"\"+cab.urlStart+\"\/cab\/lexclick-callout.gif\\\"); z-index: 101;\";\r\n\t\t\tif(className==\"rightAnchored\") cssArrow+=\" left: auto; right: 10px;\"\r\n\t\t\t\r\n\t\t\t$(\"<div id='lexclick' class='\"+className+\"' style='\"+css+\"; line-height: 1em;' onclick='cab.lexclickOrigin=123'><div class='arrow' style='\"+cssArrow+\"'><\/div><iframe name='lexclickFrame' style='width: 298px; height: 348px; border: 1px inset #333333;' src='\"+url+\"' frameborder='0'><\/iframe><div style='font-family: sans-serif; font-size: 12px; text-align: left; margin-top: 3px;'><a href='\"+url+\"' target='_blank' style='color: #336699; text-decoration: none; position: relative; top: -3px; text-shadow: 1px 1px 0px #eeeeee;' onmouseover='this.style.color=\\\"#4477aa\\\"' onmouseout='this.style.color=\\\"#336699\\\"'><img src='\"+cab.urlStart+\"\/cab\/application.png' width='16' height='16' style='position: relative; top: 3px; margin-right: 2px; margin-left: 2px;'\/> www.teanglann.ie \u00bb<\/a><\/div><\/div>\").appendTo(\"body\").offset({top: $a.offset().top+$a.height()+10, left: leftOffset});\r\n\t\t\tcab.lexclickOrigin=123;\r\n\t\t\t$(\"body\").on(\"click\", cab.lexclickOff);\r\n\t\t} else {\r\n\t\t\twindow.open(url);\r\n\t\t}\r\n\t},\r\n\r\n\tlexclickOff: function(){\r\n\t\tvar $=jQuery;\r\n\t\tif(cab.lexclickOrigin==0) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\t}\r\n\t\tcab.lexclickOrigin=0;\r\n\t},\r\n\t\r\n};\r\n\t\t\t<\/script>\r\n\r\n<script type=\"text\/javascript\">jQuery(document).ready(function(){ cab.clickify(); });<\/script> M\u00e1 bh\u00edonn amhras ar bith ort faoi c\u00e9ard at\u00e1 ar intinn ag an tS\u00edn, n\u00edl ort ach f\u00e9achaint ar ch\u00farsa\u00ed i Hong Cong. \u00a0N\u00e1 b\u00ed ag ceapadh gur saghas eisceacht \u00e9 sin ach an oiread, mar t\u00e1 stair fhada acu ag baint\u00a0le s\u00e1r\u00fa ceartingearach daonna. N\u00ed g\u00e1 dom a chur i gcuimhne duit [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":6850,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","_et_pb_use_builder":"on","_et_pb_old_content":"<!-- wp:freeform --><p style=\"text-align:center;margin-top:12pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><strong><span style=\"color:#000000;font-size:24pt\"><\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><strong><span style=\"color:#000000;font-size:11pt\">\u00a0<\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><strong><span style=\"color:#000000;font-size:14pt\"><\/span><\/strong><a id=\"OLE_LINK1\"><\/a><a id=\"OLE_LINK2\"><\/a><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><a id=\"OLE_LINK3\"><\/a><!-- \/wp:freeform --><!-- wp:freeform --><a id=\"OLE_LINK4\"><\/a><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\">M\u00e1 bh\u00edonn amhras ar bith ort faoi c\u00e9ard at\u00e1 ar intinn ag an tS\u00edn, n\u00edl ort ach f\u00e9achaint ar ch\u00farsa\u00ed i Hong Cong. \u00a0N\u00e1 b\u00ed ag ceapadh gur saghas eisceacht \u00e9 sin ach an oiread, mar t\u00e1 stair fhada acu ag baint\u00a0le s\u00e1r\u00fa ceartingearach daonna.  N\u00ed g\u00e1 dom a chur i gcuimhne duit go raibh Mao Zedong freagrach as l\u00edon uaf\u00e1sach b\u00e1sanna - meastar suas le 45 milli\u00fan duine \u2013 i bhfad n\u00edos m\u00f3 n\u00e1 Hitler n\u00f3 Stalin!&nbsp;&nbsp;N\u00edos deireana\u00ed i 1949, d'ionghabh an tS\u00edn r\u00e9igi\u00fan Xinjiang.&nbsp;&nbsp;T\u00e1 g\u00e9arlean\u00faint ar bun ag \u00fadar\u00e1is na S\u00edne ar phobal Moslamach na nUigi\u00farach <a id=\"OLE_LINK9\"><\/a><a id=\"OLE_LINK10\"><\/a>a bhfuil c\u00f3na\u00ed ar 12 milli\u00fan d\u00f3ibh ann.  Tuairisc\u00edtear go bhfuil \u2018athoili\u00faint\u2019 \u00e1 cur ar idir milli\u00fan agus tr\u00ed mhilli\u00fan Uigi\u00farach<a id=\"OLE_LINK7\"><\/a><a id=\"OLE_LINK8\"><\/a> i gcampa\u00ed g\u00e9ibhinn.  <\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\">Ba neamartach dom gan an sl\u00e9acht i gCearn\u00f3g Tiananmen i Meitheamh 1989 a lua.  Chuaigh na mic l\u00e9inn amach sna sr\u00e1ideanna ag \u00e9ileamh daonlathais.  Mar fhreagairt ar an ag\u00f3id\u00edocht cuireadh tancanna agus saighdi\u00fair\u00ed ag ceans\u00fa na n-ag\u00f3ideoir\u00ed, agus n\u00edl aon dabht ach go bhfuair na m\u00edlte b\u00e1s de thoradh na cniogbhearta\u00edochta<a id=\"OLE_LINK5\"><\/a><a id=\"OLE_LINK6\"><\/a> seo.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\">Tar \u00e9is n\u00edos m\u00f3 n\u00e1 150 bliain mar choil\u00edneacht Shasana, crutha\u00edodh an Sainr\u00e9igi\u00fan Riarach\u00e1in  (SAR) Hong Cong, de r\u00e9ir idirbhearta\u00edocht socraithe sna hocht\u00f3id\u00ed idir an R\u00edocht Aontaithe agus an tS\u00edn.  Gheall ceannaire na S\u00edne ag an am, Deng Xiaoping, m\u00e9id m\u00f3r f\u00e9inrialach do Hong Cong.  Ar an drochuair, n\u00edor chomhl\u00edonadh an gealltanas sin, ach a mhalairt ar fad, mar chuir rialtas na S\u00edne f\u00e9inrialtas Hong Cong faoi bhagairt ar\u00eds agus ar\u00eds eile.  Tabharfaidh m\u00e9 c\u00fapla sampla duit a tharla cheana f\u00e9in, agus ansin sampla at\u00e1 ar si\u00fal faoi l\u00e1thair.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><strong>Dl\u00ed in aghaidh ceannairce<\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:5pt;padding-top:0;margin-bottom:5pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"font-size:11pt\">I<\/span><span style=\"font-size:11pt\"> 2002, <\/span><span style=\"font-size:11pt\">gabhadh <\/span><span style=\"font-size:11pt\">baill <\/span><span style=\"font-size:11pt\">den <\/span><span style=\"font-size:11pt\">t<\/span><span style=\"font-size:11pt\">seict chreidimh <\/span><span style=\"font-size:11pt\">darb ainm \u2018Falun Gong\u2019, agus iad <\/span><span style=\"font-size:11pt\">ag ag\u00f3id<\/span><span style=\"font-size:11pt\">\u00edo<\/span><span style=\"font-size:11pt\">cht go s<\/span><span style=\"font-size:11pt\">\u00edoch\u00e1nta<\/span><span style=\"font-size:11pt\">.  <\/span><span style=\"font-size:11pt\">Ansin, <\/span><span style=\"font-size:11pt\">rinne <\/span><span style=\"font-size:11pt\">pr\u00edomhfheidhmeannach Hong Cong<\/span><span style=\"font-size:11pt\">, Tung Chee-<\/span><span style=\"font-size:11pt\">hwa<\/span><span style=\"font-size:11pt\">, iarracht Bille nua a chur i bhfeidhm<\/span><span style=\"font-size:11pt\">, a lig<\/span><span style=\"font-size:11pt\">feadh an rialtas <\/span><span style=\"font-size:11pt\">cosc a chur ar <\/span><span style=\"font-size:11pt\">eagra\u00edochta\u00ed <\/span><span style=\"font-size:11pt\">i Hong Cong <\/span><span style=\"font-size:11pt\">a bhfuil cosc orthu <\/span><span style=\"font-size:11pt\">ar an mh\u00f3rth\u00edr.<\/span><span style=\"font-size:11pt\">  Rinne na c\u00e9adta m\u00edle duine <\/span><span style=\"font-size:11pt\">ag\u00f3id in aghaidh <\/span><span style=\"font-size:11pt\">na<\/span><span style=\"font-size:11pt\"> <\/span><span style=\"font-size:11pt\">h<\/span><span style=\"font-size:11pt\">iarracht<\/span><span style=\"font-size:11pt\">a<\/span><span style=\"font-size:11pt\"> sin<\/span><span style=\"font-size:11pt\">.  <\/span><span style=\"font-size:11pt\">D\u2019\u00e9i<\/span><span style=\"font-size:11pt\">ligh<\/span><span style=\"font-size:11pt\"> siad <\/span><span style=\"font-size:11pt\">go n-\u00e9ireodh Tung as a phost,<\/span><span style=\"font-size:11pt\"> <\/span><span style=\"font-size:11pt\">mar gheall ar an <\/span><span style=\"font-size:11pt\">mBille<\/span><span style=\"font-size:11pt\"> agus <\/span><span style=\"font-size:11pt\">mar gheall ar an tsl\u00ed <\/span><span style=\"font-size:11pt\">a ndeachaigh s\u00e9 i ngleic leis <\/span><span style=\"font-size:11pt\">an<\/span><span style=\"font-size:11pt\"> ng\u00e9arch\u00e9im SARS.  <\/span><span style=\"font-size:11pt\">D\u2019\u00e9irigh s\u00e9 as a phost <\/span><span style=\"font-size:11pt\">sa bhliain 2005<\/span><span style=\"font-size:11pt\"> faoi<\/span><span style=\"font-size:11pt\">n <\/span><span style=\"font-size:11pt\">m<\/span><span style=\"font-size:11pt\">br\u00fa <\/span><span style=\"font-size:11pt\">lean\u00fanach a bh\u00ed air.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:5pt;padding-top:0;margin-bottom:5pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><strong><span style=\"font-size:11pt\">Sc\u00e1thghluaiseacht<\/span><span style=\"font-size:11pt\"> <\/span><span style=\"font-size:11pt\">Hong Cong<\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\">I 2014, d\u2019fh\u00f3gair B\u00e9ising go raibh ceart acu iarrth\u00f3ir\u00ed a dhi\u00falt\u00fa i dtoghch\u00e1in i Hong Cong.  Thosaigh gluaiseacht ag moladh toghch\u00e1in oscailte.  Nuair a \u00fas\u00e1ideadh sc\u00e1thanna b\u00e1ist\u00ed chun bac a chur ar sprae piobair in \u00fas\u00e1id ag an bp\u00e9asfh\u00f3rsa in aghaidh na n-ag\u00f3ideoir\u00ed, baisteadh Sc\u00e1thghluaiseacht (Umbrella Movement) ar an ngluaiseacht.&nbsp;&nbsp;Chuaigh na c\u00e9adta m\u00edle amach ar sr\u00e1ideanna Hong Cong ag l\u00e9irsi\u00fa, agus lean na l\u00e9irsithe ar feadh beagnach tr\u00ed mh\u00ed.  Cuireadh i bpr\u00edos\u00fan cuid de na ceannair\u00ed as bheith ag f\u00f3gairt a ndearctha\u00ed polaiti\u00fala, agus thosaigh ruda\u00ed ag ci\u00fan\u00fa s\u00edos ansin, ar feadh tamaill ar aon n\u00f3s.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><strong>\u2018T\u00edr Amh\u00e1in, Dh\u00e1 Ch\u00f3ras\u2019 faoi ionsa\u00ed!<\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.2\">Ionsa\u00edodh an prionsabal bun\u00fasach \u2018T\u00edr Amh\u00e1in, Dh\u00e1 Ch\u00f3ras\u2019, nuair a d\u2019iarr rialtas na S\u00edne \u2018An tOrd\u00fa um Eiseachadadh (Hong Cong)\u2019 a chur i bhfeidhm i Hong Cong.  Leis an ord\u00fa sin, bheadh coirpigh l\u00edomhanta \u00f3 Hong Cong i mbaol m\u00f3r eiseachadta chun na S\u00edne.   Sin rud a d\u2019fh\u00e9adfadh inmharthanacht fhadt\u00e9armach na samhla \u2018t\u00edr amh\u00e1in, dh\u00e1 ch\u00f3ras\u2019 a chur i mbaol.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.2\">Thosaigh na m\u00f3rshi\u00falta ag\u00f3ide in aghaidh an ord\u00fa sin agus meastar go raibh suas go dh\u00e1 mhilli\u00fan duine ar na sr\u00e1ideanna ar 16 Meitheamh, 2019.  Faoi dheireadh, i m\u00ed Dheireadh Fh\u00f3mhair, tarraing\u00edodh siar an Bille consp\u00f3ideach sin.  Ach bh\u00ed s\u00e9 r\u00f3dh\u00e9anach ansin agus n\u00ed hamh\u00e1in n\u00e1r stad  an chorra\u00edl shibhialta agus na l\u00e9irsithe lean\u00fanacha ach th\u00e1inig m\u00e9ad\u00fa m\u00f3r ar an bhfor\u00e9igean i Hong Cong freisin.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.2\"><strong>Dl\u00ed Sl\u00e1nd\u00e1la N\u00e1isi\u00fanta \u00far<\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.2\">Chuir rialtas na S\u00edne an tarcaisne i gceann na h\u00e9ag\u00f3ra ansin, nuair a d\u2019eisigh siad dl\u00ed sl\u00e1nd\u00e1la nua le d\u00e9ana\u00ed (m\u00ed I\u00fail, 2020) gan dul i gcomhairle le rialtas Hong Cong fi\u00fa.&nbsp;&nbsp;Cuireann an dl\u00ed sin srianta ar chearta sibhialta i Hong Cong.&nbsp;&nbsp;Ma\u00edtear go forleathan gur s\u00e1r\u00fa \u00e9 an dl\u00ed nua seo ar na coinn\u00edollacha a bh\u00ed sa dearbh\u00fa comhph\u00e1irteach idir an tS\u00edn agus an R\u00edocht Aontaithe a bh\u00ed comhaontaithe i 1984, agus cl\u00e1raithe leis na N\u00e1isi\u00fain Aontaithe.  <\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.2\">N\u00ed fios cad a tharl\u00f3idh i Hong Cong anois, ach n\u00edl cuma na maitheasa air.  Agus gan ach 28 bliain f\u00e1gtha roimh athaont\u00fa ioml\u00e1n idir an tS\u00edn agus Hong Cong, n\u00edl s\u00e9 soil\u00e9ir conas an bhearna eatarthu a laghd\u00fa.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><a id=\"OLE_LINK11\"><\/a><!-- \/wp:freeform --><!-- wp:freeform --><a id=\"OLE_LINK12\"><\/a><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:center;margin-top:5pt;padding-top:0;margin-bottom:5pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"> <span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform -->","_et_gb_content_width":"","footnotes":""},"categories":[33,35,38],"tags":[],"class_list":["post-7922","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cursai-reatha","category-nuacht-idirnaisiunta","category-polaitiocht"],"_links":{"self":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/7922","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/comments?post=7922"}],"version-history":[{"count":3,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/7922\/revisions"}],"predecessor-version":[{"id":9540,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/7922\/revisions\/9540"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/media\/6850"}],"wp:attachment":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/media?parent=7922"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/categories?post=7922"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/tags?post=7922"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}