Skip to content

Commit 68d296b

Browse files
committed
upd: readme
1 parent 4e107f1 commit 68d296b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 多翻译平台终端包
1+
# 多平台终端翻译包
22

33
![Static Badge](https://img.shields.io/badge/npm-6.14.17-blue)
44
![Static Badge](https://img.shields.io/badge/node->=14.8.0-97CA00)
@@ -79,7 +79,7 @@ $ tlm p hello world
7979
## 注意事项
8080

8181
- 翻译插件本身并没有翻译文字的能力,而是通过调用翻译平台提供的API进行翻译,目前支持的平台都有免费的翻译额度,对于大部分人来说是完全足够的。
82-
- 除了谷歌翻译,所有翻译平台都需要去申请应用ID和密钥,具体申请教程请看:[翻译平台API申请教程](https://flowus.cn/chiko_tlm/share/c721cbc9-6537-41e5-99b9-fd6299ec5b01?code=B8NQGQ)
82+
- 除了谷歌翻译,所有翻译平台都需要去申请应用ID和密钥,具体申请教程请看:[翻译平台API申请教程](https://flowus.cn/chiko_tlm/share/91538d60-cf6e-48a6-b2b3-bc14eed4f066?code=B8NQGQ)
8383
- 由于本插件是终端运行,也并没有提供服务器的打算,所以谷歌翻译需要通过代理才能使用,如果开启代理还不能使用,请开启代理的Tun模式。
8484

8585

README_EN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Multi-translation platform terminal package
1+
# Multiplatform terminal translation package
22

33
![Static Badge](https://img.shields.io/badge/npm-6.14.17-blue)
44
![Static Badge](https://img.shields.io/badge/node->=14.8.0-97CA00)
@@ -78,7 +78,7 @@ $ tlm p hello world
7878
## Precautions
7979

8080
- The translation plug-in itself does not have the ability to translate text, but instead translates by calling the API provided by the translation platform. Currently supported platforms have free translation quotas, which is completely sufficient for most people.
81-
- Except for Google Translate, all translation platforms need to apply for application ID and key, Please see the specific tutorial: [Translation platform API application tutorial](https://flowus.cn/chiko_tlm/share/c721cbc9-6537-41e5-99b9-fd6299ec5b01?code=B8NQGQ).
81+
- Except for Google Translate, all translation platforms need to apply for application ID and key, Please see the specific tutorial: [Translation platform API application tutorial](https://flowus.cn/chiko_tlm/share/91538d60-cf6e-48a6-b2b3-bc14eed4f066?code=B8NQGQ).
8282
- Since this plug-in runs in the terminal and there is no plan to provide a server, Google Translate needs to be used through a proxy. If it still does not work after turning on the proxy, please turn on the Tun mode of the proxy.
8383

8484
## Connect

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tlm",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"type": "module",
55
"description": "Terminal packages that support multiple translation platforms",
66
"main": "./dist/cli.js",

0 commit comments

Comments
 (0)