docs(translation): update chinese translations.js (#836)

improve Chinese Translation
This commit is contained in:
Haoran Du 2021-03-08 00:33:33 +08:00 committed by GitHub
parent c27f920616
commit d5679b5e28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ const { encodeHTML } = require("./common/utils");
const statCardLocales = ({ name, apostrophe }) => {
return {
"statcard.title": {
cn: `${encodeHTML(name)} 的 GitHub 统计`,
cn: `${encodeHTML(name)} 的 GitHub 统计数据`,
cs: `GitHub statistiky uživatele ${encodeHTML(name)}`,
de: `${encodeHTML(name) + apostrophe} GitHub-Statistiken`,
en: `${encodeHTML(name)}'${apostrophe} GitHub Stats`,
@ -27,7 +27,7 @@ const statCardLocales = ({ name, apostrophe }) => {
pl: `Statystyki GitHub użytkownika ${encodeHTML(name)}`,
},
"statcard.totalstars": {
cn: "获标星star",
cn: "获标星star",
cs: "Celkem hvězd",
de: "Sterne Insgesamt",
en: "Total Stars",
@ -51,7 +51,7 @@ const statCardLocales = ({ name, apostrophe }) => {
pl: "Liczba Gwiazdek",
},
"statcard.commits": {
cn: "累计提交commit",
cn: "累计提交commit",
cs: "Celkem commitů",
de: "Anzahl Commits",
en: "Total Commits",
@ -75,7 +75,7 @@ const statCardLocales = ({ name, apostrophe }) => {
pl: "Wszystkie commity",
},
"statcard.prs": {
cn: "提案PR",
cn: "拉取请求PR",
cs: "Celkem PRs",
de: "PRs Insgesamt",
en: "Total PRs",
@ -99,7 +99,7 @@ const statCardLocales = ({ name, apostrophe }) => {
pl: "Wszystkie PR",
},
"statcard.issues": {
cn: "指出问题issue",
cn: "指出问题issue",
cs: "Celkem problémů",
de: "Anzahl Issues",
en: "Total Issues",