Google Translate lets you translate words or phrases from one language to another, but did you know that there’s a formula you can use to translate a batch of words directly in Google Sheets? Here’s how to do it.

Google翻译可让您将单词或短语从一种语言翻译成另一种语言,但是您是否知道可以使用一种公式直接在Google表格中翻译一批单词? 这是操作方法。

翻译Google表格中的文本 (Translating Text in Google Sheets)

Integrating Google Translate with Google Sheets was a good call. Now you no longer have to switch back and forth between tabs to translate text. Translating text in Sheets is as simple as inputting a formula. Here’s the structure of the formula:

将Google Translate与Google Sheets集成是一个不错的选择。 现在,您不再需要在选项卡之间来回切换即可翻译文本。 在表格中翻译文本就像输入公式一样简单。 这是公式的结构:

=GOOGLETRANSLATE(“text”, “source language”, “target language”)

When entering the text to be translated, you can either type the actual word in the formula itself, or you can input a cell containing the word to be translated.

输入要翻译的文本时,可以在公式本身中键入实际单词,也可以输入包含要翻译的单词的单元格。

In this example, we want to translate the English words in column A (which we’ve named “English”) into their Chinese equivalents in column B (which we’ve named “Chinese”). Since we have the words already in the sheet, we can just call the cells that contain them. Here, we’re calling cell A2, which contains the word “Cake.”

在此示例中,我们希望将A列(我们称为“英语”)中的英语单词翻译成B列(我们称为“中文”)中的英语等效词。 由于工作表中已经有单词,因此我们可以调用包含它们的单元格。 在这里,我们调用单元格A2,其中包含单词“ Cake”。

Note: If you input the text directly in the formula, you must include quotation marks around the word. If you enter the cell in which the word is residing, you must leave off the quotation marks.

注意:如果直接在公式中输入文本,则必须在单词周围加上引号。 如果您输入单词所在的单元格,则必须省略引号。

Next in our formula comes the source language. When entering the source language, you need to enter the two-letter language code. If you’re unsure of what the source language is, you can enter in “auto” and Google will auto-detect the language. We know “cake” is an English word, so we’ll use “en” here. Note that you must include the quotation marks around the two-letter language code.

我们公式中的下一个是源语言。 输入源语言时,需要输入两个字母的语言代码。 如果不确定源语言是什么,可以输入“自动”,Google会自动检测该语言。 我们知道“ cake”是一个英文单词,因此我们在此处使用“ en”。 请注意,您必须在两个字母的语言代码两边加上引号。

Finally, we need to input our target language in the same way. Here, we’re using “zh”—the two-letter code for Chinese.

最后,我们需要以相同的方式输入目标语言。 在这里,我们使用“ zh”(中文的两个字母的代码)。

Once you’re finished, press Enter and watch the magic happen.

完成后,按Enter键并观看魔术发生。

If you have a list of words in column A that you’d like to translate, all you need to do is select the cell that contains the formula we just entered, click and grab the bottom-right corner, and drag to the desired row.

如果您要翻译的A列中有一个单词列表,您需要做的就是选择包含我们刚刚输入的公式的单元格,单击并抓住右下角,然后拖动到所需的行。

As with any translation software out there, this is not always 100% accurate. For less complicated vocabulary though, this should be a reasonably reliable solution.

与现有的任何翻译软件一样,这并不总是100%准确。 但是,对于不太复杂的词汇表,这应该是一个合理可靠的解决方案。

翻译自: https://www.howtogeek.com/412296/how-to-use-google-translate-directly-in-google-sheets/

如何在Google表格中直接使用Google翻译相关推荐

  1. 利用云功能和API监视Google表格中的Cloud Dataprep作业状态

    If you manage a data and analytics pipeline in Google Cloud, you may want to monitor it and obtain a ...

  2. 如何在谷歌地图自定义范围_如何在Google表格中更改和创建自定义数字格式

    如何在谷歌地图自定义范围 Khamosh Pathak Khamosh Pathak By default, Google Sheets doesn't format numbers. If you' ...

  3. 电子表格多轴图表_如何在Google表格中切换图表轴

    电子表格多轴图表 When you're creating graphs or charts in Google Sheets, you don't need to stick with the de ...

  4. 如何在Google表格中使用QUERY函数

    If you need to manipulate data in Google Sheets, the QUERY function can help! It brings powerful, da ...

  5. 如何在Google表格中添加当前日期和时间

    Rather than manually inserting times and dates into a Google Sheets spreadsheet, you can use the NOW ...

  6. axure低保真原型_如何在Google表格中创建低保真原型

    axure低保真原型 Google Sheets is a spreadsheet, just like Microsoft Excel. Google表格是一个电子表格,就像Microsoft Ex ...

  7. wps迷你版表格内文字缩放_如何在Google表格中使用迷你图

    wps迷你版表格内文字缩放 When you're working with large amounts of data in a Google Sheets spreadsheet, it isn' ...

  8. vue校验表格数据_如何通过数据验证限制Google表格中的数据

    vue校验表格数据 If you use Google Sheets to collaborate with others, you can prevent people from typing th ...

  9. 谷歌表格_如何计算Google表格中的空白或空单元格

    谷歌表格 When you're analyzing data in a spreadsheet, counting empty or blank cells could help you focus ...

最新文章

  1. php安装redis扩展模块
  2. struct2(二) struct2的hello world 程序
  3. 有法院被执行人记录还能贷款吗?
  4. 结构型模式--装饰模式
  5. 密码编码学之AES及其工作模式详解
  6. 你还不知道Redis 高延迟时发生了啥嘛?
  7. ~~高精度除以低精度
  8. 14.各种所需内存计算
  9. 从雷声谈云层中的电能
  10. Python进行停用词表去重
  11. ubuntu安装gcc和g++
  12. w ndows7手机桌面,Windows 7中有哪些常用的桌面小工具
  13. Web 攻防第一阶段 I-03:收集 Web 站点信息
  14. 基于端口号的虚拟主机
  15. 惠普打印机介质不匹配_HP打印机驱动安装失败的解决办法
  16. 操作系统与裸机的区别
  17. python做值班表_如何用Python 实现自动排班
  18. 【 数据分析概述与职业操守】——CDA level1
  19. 统计每个部门下男、女人数;统计所有部门中全是男生、全是女生、即有男生又有女生个数
  20. MYSQL学习教程总结

热门文章

  1. Android 短视频编辑开发之摄像头预览实时美颜(三)
  2. Pygame实战之外星人入侵NO.9——消灭外星人
  3. 【经验】 - 如何优雅的在 Microsoft word中插入代码
  4. SVN如何对已经提交的注释进行再次修改?
  5. 利用Freemarker模板生成doc或者docx文档(转载整理)
  6. Python直角坐标系画图
  7. java unbox_Java中Auto Box/Unbox容易踩到的“坑”,Integer
  8. 路由器工作原理及路由、路由表
  9. Android蓝牙搜索连接通信
  10. 基于python-flask制作的论坛