问题标签 [google-translator-toolkit]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
jquery - 单击按钮时按空格键
众所周知,使用谷歌音译时必须按空格键进行翻译。
但要求是转换从数据库获取的输入中已经存储的值,而不是实时用户键入的值。
我怀疑我们可以用 google jspi自动翻译输入值。
不按空格键就无法翻译,所以我试图在单击特定按钮时按空格键到每个班级,所以它会被翻译。
例如,这里是按钮,如果单击此按钮,则按空格键到每个类并自动翻译。
我尝试在值后附加空格,但没有空格键事件没有任何改变
python - 用python翻译数据框列
我想将我的数据框列从法语翻译成英语。
我做了这些行,但我发现了一个错误。请问我该如何解决。?
flutter - 谷歌翻译工具包淘汰后如何翻译flutter的intl .arb文件?
2019 年 12 月 4 日之后,Google 翻译工具包将不再可用。
Flutter 的国际化包intl_translate基于 .arb 文件,只能使用 Google Translate Toolkit 进行翻译。
我搜索了很多,但找不到翻译 arb 文件的替代方法。
您打算如何在没有 Google 翻译工具包的情况下支持您的 Flutter 应用程序国际化?
提前致谢。
python - googletrans not fully translating from English to Italian
I have just installed the library googletrans
but when i try to translate a simple sentence from English to Italian, it does not work properly. Here is the code:
The output is the following: The quick brown fox -> Il quick brown fox
As you can see the translated part is still in English except the article (The -> Il
). How is this possible? How can i make it work correclty?
Note: by using the google translate website i am able to obtain the right translation: La rapida volpe marrone
python - 如何离线翻译并保持文档格式?
我使用了google 的文档翻译 API。我也可以使用Google-trans Python。
但是,我想不出办法:
- 翻译文件
- 保留高比例的原始格式,例如谷歌翻译工具包。
您是否有过离线翻译文档并保留文档格式的经历或建议?
python-3.x - 使用 googletrans 和 python 制作我自己的翻译器
我只是准备了一些东西,但我的代码不起作用我的意思是我得到一个白屏并且页面上没有显示按钮。我认为问题可能出在我的电脑上,我仍在使用配备英特尔奔腾 32 位的电脑,但我也可能错了,所以我的代码在下面发布,如果你能帮助我,我将不胜感激。
python - Python代码将中文字母从Dataframe翻译成英文
我正在尝试翻译一个包含中国公司名称的列,我想将其翻译成实际的英文单词而不是单词的含义。有人能帮我一下吗。
php - 谷歌翻译问题与下拉
我的网站使用谷歌翻译时出现问题,问题是当我选择英语以外的任何其他语言时,不是我的国家下拉列表中的所有记录都被翻译?
250 个国家/地区名称中的以下代码仅翻译顶部的 20 和底部的 10-15,但中间没有任何翻译
但是后来我尝试使选择字段 size="4" 如果我使用 size 属性并使下拉列表更大,那么一切都会被翻译。
这是什么奇怪的问题以及如何解决它?
这种方式可以工作,但我不希望使下拉大小更大。
谢谢
amp-html - 将自定义函数附加到放大器“on”属性
我想要的是能够在 amp 页面上执行doGTranslate(this)函数。我是 amp 新手,所以正在尝试一个项目。
谢谢。