Warning: Cannot modify header information - headers already sent by (output started at /home/www/dynamic/pluto.ro/traduceri.pluto.ro/public_html/index.php:2) in /home/www/dynamic/pluto.ro/traduceri.pluto.ro/public_html/wordpress/wp-includes/feed-rss2.php on line 8
![]() XHost |
Servere virtuale de la 20 eur / luna. Servere dedicate de la 100 eur / luna - servicii de administrare si monitorizare incluse. Colocare servere si echipamente de la 75 eur / luna. Pentru detalii accesati site-ul BluePink. |
This content is password protected. To view it please enter your password below:
]]>
::ccx:: ; ^ circumflex, caret – Chr(94) {ASC 0094} {U+005E}
SendInput {U+005E}
return
::sqt:: ; ` grave/accent – {U+0060} {ASC 0096}
SendInput {U+0060}
return
::aps:: ; apostrophe ‘ `{U+0039} {ASC 0039} ALT+039
SendInput {U+0027}
Return
::uds:: ; Underscore _ {U+005F} {ASC 0095} ALT+095 _
SendInput {U+005F}
Return
::phi:: ; Diameter symbol Ø {U+00D8} {ASC 0216} ALT+0216 Ø Ø ~
SendInput {U+00D8}
Return
::ac1:: ; alt+123 { {U+007B} {ASC 0123}
SendInput {U+007B}
return
::ac2:: ; alt+125 } {ASC 0125} {U+007d}
SendInput {U+007d}
return
::a2::ä
::A2::Ä
::u2::ü
::U2::Ü
::o2::ö
::O2::Ö
::sfs::ß
::dz::#
::g1::„ ; Alt+0132 „
::g2::” ; Alt+0148 ”
::g3::” ; Alt+034 “
::gs1::«
::gs2::»
::sk::ș ; ș {U+0219} ş alt+0186 U015F New comma bellow
::skm::Ș ; Ș {U+0218} Ş ; alt+0170 U015E New comma bellow
::tk::ț ; ț {U+021B} ţ alt+0254 U0163 New comma bellow
::tkm::Ț ; Ț {U+021A} Ţ alt+0222 U0162 New comma bellow
::sc::ş ; ș {U+0219} ş alt+0186 U015F
::scm::Ş ; Ș {U+0218} Ş ; alt+0170 U015E
::tc::ţ ; ț {U+021B} ţ alt+0254 U0163
::tcm::Ţ ; Ț {U+021A} Ţ alt+0222 U0162
::+-::±
::lln::{U+02015} ; — EM dash 8212 {U+02014} ― Horizontal bar 8213 {U+02015}
::blt::•
::pgf::§
::bks::\
::trm::®
::cpr::©
::eur::€
::px::| ; Chr(124) Sheffer stroke (in logic), verti-bar, vbar, stick, vertical line, vertical slash, bar, obelisk, pike, pipe
::tld::~ ; ~ Tilde chr(126) Alt +126 {ASC 126}
::pp1::[
::pp2::]
::m1::<
::m2::>
::ms1::≤
::ms2::≥
:O:tb::{U+0009} ; Send raw {TAB} {U+0009} %A_Tab% :O: Omit the ending character of auto-replace hotstrings when the replacement is produced. Write without trailing space.
auth_key = ‘your_API_key_here’
target_lang = sys.argv[1]
text = sys.argv[2]
data = {
‘auth_key’: auth_key,
‘text’: text,
‘target_lang’: target_lang}
response = requests.post(‘https://api-free.deepl.com/v2/translate’, data=data)
print(response.json()[“translations”][0][“text”])
]]>