_GTR |
首页 后退 前进 |
将指定的字符串转换为Google或Yandex.
_GTR('string','language1|language2',option,metod)
参数
返回值 返回转换的字符串 注释:
要转换为Yandex,在YandexKey键中TCIMGU.ini的[Setting]中有必要规定API密钥 示例 [Setting] ... YandexKey=trnsl.1.1.201511403Z.71fbfbe30.e5616a434b...
该函数可以通过命令调用 exect 参见: exect=$var_s=_GTR('ут或та','ru|en',1)||_ViewValues('$var_s') ;; 在Google中转换"ut或ta"(需要连接到互联网)
exect=$var_s=_GTR('ут或та','ru|en',1,1)||_ViewValues('$var_s') ;;在Yandex中转换"ut-ta"(需要连接到互联网)
lists=%Z%L||##path<4> exect=$var_s=_GTR(ClipGet(),'ru|en',1,1)||_ViewValues('$var_s') ;; 将选定的对象名称转换为Yandex的扩展名(需要连接到Internet)
exect=$var_stroka=##[combo=BOX1] exect=$var_s=_GTR('$var_stroka','ru|en',1,1) textv=$var_s||viewtext<Буфер|800|300|-1|-1|-1|14|993366|FFFFE0> ;; 在Yandex中将俄语转换成英文,并在观众中打开
exect=$var_stroka=##[combo=BOX1] exect=$var_s=_GTR('$var_stroka','ru|en',1,1)||_ViewValues('$var_s') ;; 从俄语转换成英文的Yandex
exect=$var_s=_GTR(ClipGet(),'en|ru',1,1) textv=$var_s ;; 将剪贴板中的短语从英语转换成俄文到Yandex(需要连接到互联网)
exect=$var_s=_GTR('Привет','ru|en',1) textv=$var_s ;; 将所有转换选项(需要互联网连接)转换为Google, exect=$var_s=_GTR('Привет','ru|en',0) textv=$var_s ;; 将单词“hello”转换成Google(需要互联网连接)
© Аверин Андрей для Total Commander Image Averin-And@yandex.ru |