Skip to content

Commit 2e56641

Browse files
authored
feat(i18n): improve chinese i18n (CorentinTh#757)
1 parent a1037cf commit 2e56641

File tree

1 file changed

+28
-22
lines changed

1 file changed

+28
-22
lines changed

locales/zh.yml

Lines changed: 28 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
home:
22
categories:
33
newestTools: '最新工具'
4-
favoriteTools: '收藏的工具'
4+
favoriteTools: '我的收藏'
55
allTools: '全部工具'
66
subtitle: '助力开发人员和 IT 工作者'
77
toggleMenu: '切换菜单'
88
home: '主页'
99
uiLib: 'UI 库'
10+
support: '支持 IT 工具开发'
1011
buyMeACoffee: '赞助'
1112
follow:
1213
title: '关注我们'
13-
p1: '给我们Star'
14+
p1: '给我们 Star'
1415
githubRepository: 'GitHub 仓库'
1516
p2: '关注我们的'
1617
twitterAccount: 'Twitter'
@@ -20,39 +21,44 @@ home:
2021
githubRepository: 'GitHub 仓库'
2122
twitter: 'Twitter 账号'
2223
twitterAccount: 'Twitter 账号'
23-
about: '关于'
24-
aboutLabel: '关于 IT-Tools'
24+
about: '关于 IT-Tools'
25+
aboutLabel: '关于'
2526
darkMode: '深色模式'
2627
lightMode: '浅色模式'
2728
mode: '颜色模式'
2829
about:
29-
h1: '关于 IT-Tools'
30-
h1p1: 'IT-Tools 由'
31-
h1p2: "开发,致力于助力开发人员和 IT 行业工作者。如果对您有帮助,请将其分享给您的朋友,并且添加到收藏夹中!"
32-
h1p3: 'IT Tools 永久免费且开源 (MIT 许可证) , 但需要资金用于托管和续订域名. 欢迎'
33-
h1p4: '赞助我们'
34-
h2: '技术'
35-
h2p1: 'IT Tools 采用 Vue.js (Vue 3) 和 Naive UI 组件库制作,由 Vercel 托管和持续部署。 某些工具使用了第三方开源库,您可以在存储库的'
36-
h2p2: '文件中找到完整列表'
37-
h3: '有Bug? 缺少功能?'
38-
h3p1: '如果您需要的工具目前此处不存在,并且您认为可能有必要,欢迎您在 GitHub 存储库的'
39-
h3p2: 'issues'
40-
h3p3: '提交新增功能的请求。'
41-
h3p4: "如果您发现Bug或某些内容未按预期工作,请在 GitHub 存储库的"
42-
h3p5: 'issues'
43-
h3p6: '部分提交错误报告。'
30+
content: >
31+
# 关于 IT-Tools
32+
33+
IT-Tools 由 [Corentin Thomasset](https://github.com/CorentinTh) 用 ❤ 开发,汇集了对开发人员和 IT 从业者有用的工具。如果对您有帮助,请将其分享给您的朋友,并且添加到收藏夹中!
34+
35+
IT-Tools 永久免费且开源(MIT 许可证),但需要资金用于托管和续订域名。如果您想支持我的工作,并鼓励我添加更多工具,请考虑通过 [赞助我](https://www.buymeacoffee.com/cthmsst) 进行支持。
36+
37+
## 技术
38+
39+
IT-Tools 采用 Vue.js(Vue 3)和 Naive UI 组件库开发,并由 Vercel 托管和持续部署。某些工具使用了第三方开源库,您可以在仓库的 [package.json](https://github.com/CorentinTh/it-tools/blob/main/package.json) 文件中找到完整的列表。
40+
41+
## 发现了 Bug?缺少工具?
42+
43+
如果目前这里没有您需要的工具,并且您认为它可能有用,欢迎在 GitHub 仓库的 [issues](https://github.com/CorentinTh/it-tools/issues/new/choose) 中提交新增功能的请求。
44+
45+
如果您发现了 Bug,或者某些功能未能按预期工作,请在 GitHub 仓库的 [issues](https://github.com/CorentinTh/it-tools/issues/new/choose) 中提交错误报告。
46+
4447
404:
4548
notFound: '404 页面不存在'
46-
sorry: '抱歉,您访问的页面不存在。'
47-
maybe: '也许您可以尝试以下链接:'
49+
sorry: '抱歉,该页面似乎不存在'
50+
maybe: '也许缓存出现了一些问题,试试强制刷新页面?'
4851
backHome: '返回主页'
52+
favoriteButton:
53+
remove: '取消收藏'
54+
add: '加入收藏'
4955
toolCard:
5056
new: ''
5157
search:
5258
label: '搜索'
5359
tools:
5460
categories:
55-
favorite-tools: '收藏的工具'
61+
favorite-tools: '我的收藏'
5662
crypto: '加密'
5763
converter: '转换器'
5864
web: Web

0 commit comments

Comments
 (0)