Skip to content

Commit

Permalink
docs(translation): update chinese translations.js (anuraghazra#836)
Browse files Browse the repository at this point in the history
improve Chinese Translation
  • Loading branch information
xiaopangju authored Mar 7, 2021
1 parent c27f920 commit d5679b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit d5679b5

Please sign in to comment.