Skip to content

Commit

Permalink
feat(i18n): add zh-CN i18n for external page (#399)
Browse files Browse the repository at this point in the history
* feat(i18n): add `zh-CN` i18n for external page

* fix(i18n): fix external zh-CN translation

* fix(i18n): fix external zh-CN translation
  • Loading branch information
pionxzh authored Sep 14, 2024
1 parent fea4fb1 commit 49a5c50
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions locales/external/zh-CN.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"feed": {
"follow_one": "关注者",
"follow_other": "关注者",
"followsAndReads": "在 {{appName}} 上有 {{subscriptionCount}} 个{{subscriptionNoun}},{{readCount}} 篇{{readNoun}}",
"read_one": "文章",
"read_other": "文章"
},
"header": {
"app": "应用",
"download": "下载"
},
"invitation": {
"activate": "激活",
"codeOptions": {
"1": "寻找任何内测用户来邀请你。",
"2": "加入我们的 Discord 服务器,获取不定期的赠送机会。",
"3": "关注我们的 X 账号,获取不定期的赠送机会。"
},
"earlyAccess": "Follow 目前处于早期访问阶段,需要邀请码才能使用。",
"earlyAccessMessage": "😰 抱歉,Follow 目前处于早期访问阶段,需要邀请码才能使用。",
"generateButton": "生成新邀请码",
"generateCost": "你可以花费 {{INVITATION_PRICE}} Power 生成一个邀请码给你的朋友。",
"getCodeMessage": "你可以通过以下方式获取邀请码:",
"title": "邀请码"
},
"login": {
"backToWebApp": "返回网页版",
"continueWithGitHub": "通过 GitHub 继续",
"continueWithGoogle": "通过 Google 继续",
"logInTo": "登录到 ",
"openApp": "打开应用",
"redirecting": "重定向中",
"welcomeTo": "欢迎来到 "
},
"redirect": {
"continueInBrowser": "在浏览器中继续",
"instruction": "现在可以打开 {{APP_NAME}} 并安心地关闭此页面。",
"openApp": "打开 {{APP_NAME}}",
"successMessage": "你已成功连接到 {{APP_NAME}} 账户。"
}
}

0 comments on commit 49a5c50

Please sign in to comment.