Advertisement
Psycho_Coder

GTranslate Sample Output Log

Dec 14th, 2014
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. root@pentest:~/PycharmProjects/P.I.N.N/pinn/utils# python CLILangTrans.py "Hello My name is Mr Monkey"
  2. こんにちは私の名前はミスターモンキーです
  3. root@pentest:~/PycharmProjects/P.I.N.N/pinn/utils# python CLILangTrans.py --to fr "Hello My name is Mr Monkey"
  4. Bonjour Mon nom est M. Singe
  5. root@pentest:~/PycharmProjects/P.I.N.N/pinn/utils# python CLILangTrans.py -t de "Hello My name is Mr Monkey"
  6. Hallo Mein Name ist Herr Affe
  7. root@pentest:~/PycharmProjects/P.I.N.N/pinn/utils# python CLILangTrans.py -t en -f de "Hallo Mein Name ist Herr Affe"
  8. Hello My name is Mr. Monkey
  9. root@pentest:~/PycharmProjects/P.I.N.N/pinn/utils# python CLILangTrans.py --to zh-CN --from de "Hallo Mein Name ist Herr Affe"
  10. 你好我的名字是猴子先生
  11. root@pentest:~/PycharmProjects/P.I.N.N/pinn/utils# python CLILangTrans.py --to fr --from zh-CN 你好我的名字是猴子先生
  12. Bonjour mon nom est le premier singe
  13. root@pentest:~/PycharmProjects/P.I.N.N/pinn/utils# python CLILangTrans.py --to ja --from zh-CN 你好我的名字是猴子先Herr Affe"
  14. こんにちは私の名前は最初の猿です
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement