Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix translation of zh&zh_TW #318

Merged
merged 2 commits into from
Aug 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,25 +164,25 @@
"operating system": "操作系统",
"Projects": "项目",
"Timezone": "时区",
"Contributions in the year": "%s 今年的贡献 %s",
"Used in GitHub's Storage": "%s 占用了 GitHub 内存",
"Contributions in the year": "%s 次贡献于 %s",
"Used in GitHub's Storage": " 使用了 %s GitHub 存储空间",
"Opted to Hire": "开放招聘",
"Not Opted to Hire": "不开放招聘",
"Profile Views": "个人封面观看次数",
"From Hello World I have written": "从「你好世界」我已经写了",
"I am Most Productive on": "我最有效率是 %s",
"Profile Views": "个人资料观看次数",
"From Hello World I have written": "从「Hello World」起我已经写了",
"I am Most Productive on": "我最有效率是在 %s",
"This Week I Spend My Time On": "这周我的时间花在了",
"I Mostly Code in": "我主要编写 %s",
"I Mostly Code in": "我最常使用 %s",
"Timeline": "时间线",
"No Activity Tracked This Week": "本周没有记录任何活动",
"No Activity Tracked This Week": "本周没有记录到任何活动",
"My GitHub Data": "我的 GitHub 数据",
"Lines of code": "行代码",
"public repository": "%d 公共仓库",
"public repositories": "%d 公共仓库",
"private repository": "%d 私人仓库",
"private repositories": "%d 私人仓库",
"public repository": "%d 个公共仓库",
"public repositories": "%d 个公共仓库",
"private repository": "%d 个私人仓库",
"private repositories": "%d 个私人仓库",
"I am an Early": "我是早起的 🐤",
"I am a Night": "我是晚睡的 🦉"
"I am a Night": "我是夜猫子 🦉"
},
"zh_TW": {
"Monday": "星期一",
Expand All @@ -209,7 +209,7 @@
"From Hello World I have written": "從「Hello World」我已經寫了",
"I am Most Productive on": "我最有效率是在 %s",
"This Week I Spend My Time On": "本週的花費時間",
"I Mostly Code in": "我主要撰寫 %s",
"I Mostly Code in": "我最經常使用 %s",
"Timeline": "時間軸",
"No Activity Tracked This Week": "本週沒有任何活動",
"My GitHub Data": "我的 GitHub 數據",
Expand Down Expand Up @@ -665,4 +665,4 @@
"I am an Early": "Tôi không phải cú đêm 🐤",
"I am a Night": "Tôi là cú đêm 🦉"
}
}
}