Skip to content

Commit 324119b

Browse files
committed
fix: update social link phrasing in return message for clarity
1 parent 252c3a6 commit 324119b

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

i18n/locales/zh-CN.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1128,5 +1128,40 @@
11281128
"p1": "如果你在 {app} 上遇到无障碍问题,请通过在我们的 {link} 上提交问题来告诉我们。我们会认真对待这些报告,并尽力解决它们。",
11291129
"link": "GitHub 仓库"
11301130
}
1131+
},
1132+
"vacations": {
1133+
"title": "休假中",
1134+
"meta_description": "npmx 团队正在充电。Discord 社区将于一周后重新开放。",
1135+
"heading": "充电中",
1136+
"subtitle": "我们最近为了 npmx 没日没夜地赶进度。已经让{some}都快没觉睡了!我们可不想让这变成常态!所以,我们决定集体放假一周。",
1137+
"illustration_alt": "一排温馨的图标",
1138+
"poke_log": "拨弄一下营火",
1139+
"what": {
1140+
"title": "发生什么事了",
1141+
"p1": "Discord 在 {dates} 关闭。",
1142+
"dates": "2 月 14 日至 21 日",
1143+
"p2": "所有邀请链接都已删除,频道已锁定⸺除了 {garden},供想继续留在这里的伙伴们闲聊。",
1144+
"garden": "#garden"
1145+
},
1146+
"meantime": {
1147+
"title": "在此期间",
1148+
"p1": "{site} 和 {repo} 保持开放⸺欢迎研究代码、提交 issue 和 PR。我们回来后会处理所有问题。只是别指望很快就能通过审核,我们可能正窝在舒适的壁炉旁呢。",
1149+
"repo_link": "代码仓库"
1150+
},
1151+
"return": {
1152+
"title": "稍后见",
1153+
"p1": "我们会带着满满的能量归来,为 3 月 3 日的冲刺做好准备。请 {social} 了解我们的最新动态。",
1154+
"social_link": "在 Bluesky 上关注我们",
1155+
"add_to_calendar": "Discord 重新开放时提醒我"
1156+
},
1157+
"stats": {
1158+
"contributors": "贡献者",
1159+
"commits": "提交",
1160+
"pr": "合并 PR",
1161+
"subtitle": {
1162+
"some": "某些",
1163+
"all": "所有人"
1164+
}
1165+
}
11311166
}
11321167
}

0 commit comments

Comments
 (0)