Skip to content

Commit d87e85c

Browse files
authored
fix(i18n): update zh-CN translation (#1915)
1 parent 225b6d4 commit d87e85c

File tree

1 file changed

+45
-1
lines changed

1 file changed

+45
-1
lines changed

i18n/locales/zh-CN.json

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"source": "源码",
1919
"social": "社交媒体",
2020
"chat": "聊天",
21+
"builders_chat": "构建者",
2122
"keyboard_shortcuts": "键盘快捷键"
2223
},
2324
"shortcuts": {
@@ -64,7 +65,13 @@
6465
"org": "组织",
6566
"view_user_packages": "查看该用户的包",
6667
"view_org_packages": "查看该组织的包"
67-
}
68+
},
69+
"instant_search": "即时搜索",
70+
"instant_search_on": "已开启",
71+
"instant_search_off": "已关闭",
72+
"instant_search_turn_on": "开启",
73+
"instant_search_turn_off": "关闭",
74+
"instant_search_advisory": "{label} {state} — {action}"
6875
},
6976
"nav": {
7077
"main_navigation": "主页",
@@ -85,6 +92,8 @@
8592
"author": {
8693
"view_profile": "在 Bluesky 上查看 {name} 的资料"
8794
},
95+
"draft_badge": "草稿",
96+
"draft_banner": "这是一篇未发布的草稿。内容可能不完整或包含不准确的信息。",
8897
"atproto": {
8998
"view_on_bluesky": "在 Bluesky 上查看",
9099
"reply_on_bluesky": "在 Bluesky 上回复",
@@ -120,6 +129,8 @@
120129
"algolia": "Algolia",
121130
"algolia_description": "使用 Algolia 来实现更快的搜索,适用于组织页和用户页。"
122131
},
132+
"instant_search": "即时搜索",
133+
"instant_search_description": "导航到搜索页面并在输入时更新结果。",
123134
"relative_dates": "相对时间",
124135
"include_types": "在安装时包含 {'@'}types",
125136
"include_types_description": "为未提供类型定义的包自动添加 {'@'}types 包到安装命令",
@@ -954,6 +965,11 @@
954965
"description": "聊天、提出问题并分享想法。",
955966
"cta": "加入 Discord"
956967
},
968+
"builders": {
969+
"title": "参与构建 npmx",
970+
"description": "加入构建者团队,共同塑造 npmx 的未来。",
971+
"cta": "加入构建者 Discord"
972+
},
957973
"follow": {
958974
"title": "保持更新",
959975
"description": "了解 npmx 的最新动态。",
@@ -1163,6 +1179,34 @@
11631179
"close_files_panel": "关闭文件面板",
11641180
"filter_files_label": "按更改类型筛选文件"
11651181
},
1182+
"pds": {
1183+
"title": "npmx.social",
1184+
"meta_description": "npmx 社区的官方 AT Protocol 个人数据服务器 (PDS)。",
1185+
"join": {
1186+
"title": "加入社区",
1187+
"description": "无论你是第一次在 Atmosphere 上创建账户,还是迁移现有账户,这里都是你的归属。你可以迁移当前账户,而不会丢失你的账户、帖子或关注者。",
1188+
"migrate": "使用 PDS MOOver 迁移"
1189+
},
1190+
"server": {
1191+
"title": "服务器详情",
1192+
"location_label": "位置:",
1193+
"location_value": "德国,纽伦堡",
1194+
"infrastructure_label": "基础设施:",
1195+
"infrastructure_value": "托管于 Hetzner",
1196+
"privacy_label": "隐私:",
1197+
"privacy_value": "受欧盟严格的数据保护法律约束",
1198+
"learn_more": "了解 npmx 如何使用 Atmosphere"
1199+
},
1200+
"community": {
1201+
"title": "谁在这里",
1202+
"description": "在 {count} 个已将 npmx.social 视为家的账户中,这里有一些:",
1203+
"loading": "正在加载 PDS 社区...",
1204+
"error": "加载 PDS 社区失败。",
1205+
"empty": "没有社区成员可显示。",
1206+
"view_profile": "查看 {handle} 的资料",
1207+
"new_accounts": "...以及 {count} 个新加入 Atmosphere 的账户"
1208+
}
1209+
},
11661210
"privacy_policy": {
11671211
"title": "隐私政策",
11681212
"last_updated": "上次更新:{date}",

0 commit comments

Comments
 (0)