LCF-AT Posted June 4, 2022 Share Posted June 4, 2022 6 hours ago, whoknows said: Mozilla made a Firefox plugin for offline translation www.engadget.com/mozilla-firefox-offline-translation-plugin-190545071.html Sounds pretty good. Thanks for the info wk. Do you also know some offline translater tools for PC? Link to comment Share on other sites More sharing options...
LCF-AT Posted June 4, 2022 Author Share Posted June 4, 2022 Hey wk, I found this tool called "QTranslate" from here... https://windowsreport.com/offline-translation-software-pc/ QTranslate is a powerful offline translation tool that supports most of the widely spoken languages around the world. ...so it sais OFFLINE. Now I tried it out and did download the portable version but it does not work offline only using online services like google, MS, DeepL etc which are working so far. Online yes, Offline No. greetz Link to comment Share on other sites More sharing options...
whoknows Posted June 4, 2022 Share Posted June 4, 2022 (edited) quest-app.appspot.com/download @LCF-AT so yes is dictionary no sentence trans! so overall is to have an ANDROID emulator and use gTRANS! too complicated software to be < 600mb!! Edited June 4, 2022 by whoknows 1 Link to comment Share on other sites More sharing options...
LCF-AT Posted June 4, 2022 Author Share Posted June 4, 2022 Hey wk, yes that xdxf files I can download and add but its only a dictionary to check single words etc what is ok but I wanted to have a total translation tool for entire text. By the way, that "Firefox plugin for offline translation" does really work without internet to translate sites. Something like that I need just for text to copy / paste etc. Are there also any extensions I can use to translate some text parts via selection without to go any translate site and doing it manually? greetz Link to comment Share on other sites More sharing options...
whoknows Posted June 5, 2022 Share Posted June 5, 2022 @LCF so if is working simple put the your TEXT to a text.html load it to FFox and translate it (?) 1 Link to comment Share on other sites More sharing options...
LCF-AT Posted June 5, 2022 Author Share Posted June 5, 2022 Hi wk, so to copy / paste text into html page, save it and load it is again a pretty detour. Is there a way to load a empty custom html page in browser where I can paste text into and then using that Mozilla translate plugin? Something like a own html page with a field to paste text. I did forget already how to make it with tags xy et so maybe you can post anything I can try out and check whether it would work. greetz Link to comment Share on other sites More sharing options...
whoknows Posted June 5, 2022 Share Posted June 5, 2022 if you paste here and ask for TRANS, what is doing ? <!DOCTYPE html> <html> <head> <title> How to make 100% tetxarea without overflowing when padding is present? </title> <style> .wrapper { padding: 20px; margin: 15px 0; background-color: #0f9d58; } textarea { font-size: 20px; width: 100%; } </style> </head> <body> <div class="wrapper"> <textarea cols="30" rows="30"></textarea> </div> </body> </html> 1 Link to comment Share on other sites More sharing options...
whoknows Posted June 5, 2022 Share Posted June 5, 2022 rev2 <!DOCTYPE html> <html> <!-- hi LCF, add something to Windows Clipboard run this html, give focus to page, and press CTRL+V --> <body> <div id="data"> </div> </body> <script> let text = document.getElementById('data') document.addEventListener('paste', e=>{ let data = (e.clipboardData || window.clipboardData).getData('text/plain'); text.innerHTML = data; }) </script> </html> 1 Link to comment Share on other sites More sharing options...
foje333 Posted October 25, 2022 Share Posted October 25, 2022 This https://gotranscript.com/blog/real-time-language-translator article says that Microsoft’s Translator app and, surprisingly, Apple's SIRI offers offliine translation. Personally, I've never tried it,but I suggest you considering these options. Link to comment Share on other sites More sharing options...
LCF-AT Posted March 6 Author Share Posted March 6 Hi guys, just have new question about online translation extensions. Normally I'm using DuckDuckGo translation, but I'm looking for a faster solution to translate small text parts etc. Now I found an extension & add on called “Simple Translate”… https://chrome.google.com/webstore/detail/simple-translate/ibplnjkanclpjokhdolnendpplpjiace https://addons.mozilla.org/de/firefox/addon/simple-translate/ …which looks good so far, but it's using Google Translate API (no registering is needed) and DeepL API you can choose too, but this is total bad because they tell you that you can use it also for free but if you register then you need to fill some credit information etc. Total crap! Also, when using the Google version in text field directly then I get a message about user limit reached, but when clicking on the icon then it does translate the text. No idea what the problem is. Now that I can only use Google Translate API in this extension and add on, I don't know whether it's a good idea using Google Translate or not what I normally circumvent to prevent collecting data about me (ID) what I did translate. What do you think? Or do you have some alternatively extensions and add-ons you can recommend for this task without using Google Translate, possibly? greetz Link to comment Share on other sites More sharing options...
whoknows Posted March 7 Share Posted March 7 firefox only (you can choose between G and Yandex) github.com/FilipePS/Traduzir-paginas-web/ 1 Link to comment Share on other sites More sharing options...
LCF-AT Posted March 7 Author Share Posted March 7 Thanks wk. Yandex works, but Bing not (nothing comes). Just wonder why there are not more translate services out there. Even when you do use the TTS engine to let the voice speak your text, it will send to G. greetz Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now