Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(i18n): optimize Chinese i18n #1292

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 35 additions & 10 deletions locales/zh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,15 +186,15 @@ tools:
description: 将字符串编码和解码为其 Base64 格式表示形式即可。

toml-to-yaml:
title: TOML YAML
description: Parse and convert TOML to YAML.
title: TOML YAML
description: 解析TOML并将其转换为YAML。

math-evaluator:
title: 数学计算器
description: 计算数学表达式的计算器。您可以使用sqrt、cos、sin、abs等函数。

json-to-yaml-converter:
title: JSON到YAML转换器
title: JSON 转 YAML
description: 在线转换将JSON转换为YAML。

url-parser:
Expand Down Expand Up @@ -226,7 +226,7 @@ tools:
description: 将JSON字符串修饰为友好的可读格式。

docker-run-to-docker-compose-converter:
title: Docker Run docker-compose 转换器
title: Docker Run docker-compose
description: 将 docker run 命令行转换为 docker-compose 文件!

mac-address-lookup:
Expand All @@ -238,7 +238,7 @@ tools:
description: 将mime类型转换为扩展,反之亦然。

toml-to-json:
title: TOML JSON
title: TOML JSON
description: 解析TOML并将其转换为JSON。

lorem-ipsum-generator:
Expand Down Expand Up @@ -274,7 +274,7 @@ tools:
description: 在线HTML编辑器具有功能丰富的所见即所得编辑器,立即获得内容的源代码。

yaml-to-toml:
title: YAML TOML
title: YAML TOML
description: 解析YAML并将其转换为TOML。

mac-address-generator:
Expand Down Expand Up @@ -341,7 +341,7 @@ tools:
description: 在不同的基数(十进制、十六进制、二进制、八进制、base64…)之间转换数字

yaml-to-json-converter:
title: YAML到JSON转换器
title: YAML 转 JSON
description: 使用此在线转换器将YAML转换为JSON。

uuid-generator:
Expand All @@ -357,15 +357,15 @@ tools:
description: 获取有关文本、字符数、字数、大小等的信息

text-to-nato-alphabet:
title: 文本转北约字母表
title: 文本 转 北约字母表
description: 将文本转换为北约拼音字母以进行口头传播。

basic-auth-generator:
title: 基本身份验证生成器
description: 从用户名和密码生成 base64 基本身份验证标头。

text-to-unicode:
title: 文本转 Unicode
title: 文本 转 Unicode
description: 解析文本并将其转换为 unicode,反之亦然

ipv4-range-expander:
Expand All @@ -385,5 +385,30 @@ tools:
description: 编码为url编码格式(也称为“百分比编码”)或从中解码。

text-to-binary:
title: 文本到 ASCII 二进制
title: 文本 转 ASCII
description: 将文本转换为其 ASCII 二进制表示形式,反之亦然。

markdown-to-html:
title: Markdown 转 HTML
description: 将Markdown转换为Html并允许打印(以PDF格式)。

email-normalizer:
title: Email格式化
description: 将电子邮件地址规范化为标准格式,以便于比较。用于重复数据删除和数据清理。

safelink-decoder:
title: Outlook安全连接解码器
description: 解码Outlook安全连接

xml-to-json:
title: XML 转 JSON
description: 将XML转换为JSON。

json-to-xml:
title: JSON 转 XML
description: 将JSON转换为XML。

ascii-text-drawer:
title: ASCII 艺术画生成器
description: 生成各种字体或样式的ASCII 艺术画

Loading