mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-07 14:57:12 -04:00
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (210 of 210 strings) Translation: it-tools/chinese Translate-URL: http://weblate.bifangfang.top/projects/it-tools/chinese/zh_Hans/
This commit is contained in:
parent
08d977b8cd
commit
7c8332f361
1 changed files with 17 additions and 10 deletions
|
@ -11,7 +11,7 @@ home:
|
||||||
support: '支持 IT 工具开发'
|
support: '支持 IT 工具开发'
|
||||||
buyMeACoffee: '赞助'
|
buyMeACoffee: '赞助'
|
||||||
follow:
|
follow:
|
||||||
title: '关注我们'
|
title: '喜欢 it-tools 吗?'
|
||||||
p1: '给我们 Star'
|
p1: '给我们 Star'
|
||||||
githubRepository: 'GitHub 仓库'
|
githubRepository: 'GitHub 仓库'
|
||||||
p2: '关注我们的'
|
p2: '关注我们的'
|
||||||
|
@ -31,19 +31,25 @@ about:
|
||||||
content: >
|
content: >
|
||||||
# 关于 IT-Tools
|
# 关于 IT-Tools
|
||||||
|
|
||||||
IT-Tools 由 [Corentin Thomasset](https://corentin.tech?utm_source=it-tools&utm_medium=about) 用 ❤ 开发,汇集了对开发人员和 IT 从业者有用的工具。如果对您有帮助,请将其分享给您的朋友,并且添加到收藏夹中!
|
IT-Tools 由 [Corentin Thomasset](https://corentin.tech?utm_source=it-tools&utm_medium=about)
|
||||||
|
用 ❤ 开发,汇集了对开发人员和 IT 从业者有用的工具。如果对您有帮助,请将其分享给您的朋友,并且添加到收藏夹中!
|
||||||
|
|
||||||
IT-Tools 永久免费且开源(GPL-3.0 许可证),但需要资金用于托管和续订域名。如果您想支持我的工作,并鼓励我添加更多工具,请考虑通过 [赞助我](https://www.buymeacoffee.com/cthmsst) 进行支持。
|
IT-Tools 永久免费且开源(GPL-3.0 许可证),但需要资金用于托管和续订域名。如果您想支持我的工作,并鼓励我添加更多工具,请考虑通过 [赞助我](https://www.buymeacoffee.com/cthmsst)
|
||||||
|
进行支持。
|
||||||
|
|
||||||
## 技术
|
## 技术
|
||||||
|
|
||||||
IT-Tools 采用 Vue.js(Vue 3)和 Naive UI 组件库开发,并由 Vercel 托管和持续部署。某些工具使用了第三方开源库,您可以在仓库的 [package.json](https://github.com/CorentinTh/it-tools/blob/main/package.json) 文件中找到完整的列表。
|
IT-Tools 采用 Vue.js(Vue 3)和 Naive UI 组件库开发,并由 Vercel 托管和持续部署。某些工具使用了第三方开源库,您可以在仓库的
|
||||||
|
[package.json](https://github.com/CorentinTh/it-tools/blob/main/package.json)
|
||||||
|
文件中找到完整的列表。
|
||||||
|
|
||||||
## 发现了 Bug?缺少工具?
|
## 发现了 Bug?缺少工具?
|
||||||
|
|
||||||
如果目前这里没有您需要的工具,并且您认为它可能有用,欢迎在 GitHub 仓库的 [issues](https://github.com/CorentinTh/it-tools/issues/new/choose) 中提交新增功能的请求。
|
如果目前这里没有您需要的工具,并且您认为它可能有用,欢迎在 GitHub 仓库的 [issues](https://github.com/CorentinTh/it-tools/issues/new/choose)
|
||||||
|
中提交新增功能的请求。
|
||||||
|
|
||||||
如果您发现了 Bug,或者某些功能未能按预期工作,请在 GitHub 仓库的 [issues](https://github.com/CorentinTh/it-tools/issues/new/choose) 中提交错误报告。
|
如果您发现了 Bug,或者某些功能未能按预期工作,请在 GitHub 仓库的 [issues](https://github.com/CorentinTh/it-tools/issues/new/choose)
|
||||||
|
中提交错误报告。
|
||||||
|
|
||||||
404:
|
404:
|
||||||
notFound: '404 页面不存在'
|
notFound: '404 页面不存在'
|
||||||
|
@ -188,7 +194,7 @@ tools:
|
||||||
|
|
||||||
toml-to-yaml:
|
toml-to-yaml:
|
||||||
title: TOML 到 YAML
|
title: TOML 到 YAML
|
||||||
description: Parse and convert TOML to YAML.
|
description: 解析并转换TOML到YAML。
|
||||||
|
|
||||||
math-evaluator:
|
math-evaluator:
|
||||||
title: 数学计算器
|
title: 数学计算器
|
||||||
|
@ -347,15 +353,16 @@ tools:
|
||||||
|
|
||||||
uuid-generator:
|
uuid-generator:
|
||||||
title: UUIDs 生成器
|
title: UUIDs 生成器
|
||||||
description: 通用唯一标识符(UUID)是一个128位数字,用于标识计算机系统中的信息。可能的UUID数量为16^32,即2^128或约3.4x10^38(这是一个很大的数字!)。
|
description:
|
||||||
|
通用唯一标识符(UUID)是一个128位数字,用于标识计算机系统中的信息。可能的UUID数量为16^32,即2^128或约3.4x10^38(这是一个很大的数字!)。
|
||||||
|
|
||||||
ipv4-address-converter:
|
ipv4-address-converter:
|
||||||
title: Ipv4地址转换器
|
title: Ipv4地址转换器
|
||||||
description: 在ipv6中,将ip地址转换为十进制、二进制、十六进制或事件
|
description: 将IP地址转换为十进制、二进制、十六进制或甚至IPv6表示形式。
|
||||||
|
|
||||||
text-statistics:
|
text-statistics:
|
||||||
title: 文本统计
|
title: 文本统计
|
||||||
description: 获取有关文本、字符数、字数、大小等的信息
|
description: 获取文本信息,字符数量、词汇数量、文件大小等...的信息
|
||||||
|
|
||||||
text-to-nato-alphabet:
|
text-to-nato-alphabet:
|
||||||
title: 文本转北约字母表
|
title: 文本转北约字母表
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue