CtrlK
BlogDocsLog inGet started
Tessl Logo

transtools

将内容从一种语言翻译为另一种语言。当用户提到翻译、中英互译、多语言翻译、自动翻译时使用。

72

Quality

87%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

transtools Skill

将内容从一种语言翻译为另一种语言

功能描述

使用翻译引擎将内容从源语言翻译为目标语言。

所属分类

office/skills/tools/transtools/

调用方式

from office.skills.tools import transtools

result = transtools(
    to_lang='en',
    content='你好世界',
    from_lang='zh'
)
print(result)

参数说明

参数类型必填默认值说明
to_langstr-目标语言
contentstr-待翻译的内容
from_langstr'zh'源语言(默认中文)

返回值

str:翻译后的结果

使用示例

from office.skills.tools import transtools
result = transtools(to_lang='en', content='你好,世界!')
print(result)  # Hello, world!

原始函数

office.api.tools.transtools

Repository
CoderWanFeng/python-office
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.