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

chore(translations): Update translation for cn #3766

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
16 changes: 8 additions & 8 deletions src/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const statCardLocales = ({ name, apostrophe }) => {
},
"statcard.totalstars": {
ar: "مجموع النجوم",
cn: "获标星数(star)",
cn: "获标星数",
"zh-tw": "獲標星數(star)",
cs: "Celkem hvězd",
de: "Insgesamt erhaltene Sterne",
Expand Down Expand Up @@ -110,7 +110,7 @@ const statCardLocales = ({ name, apostrophe }) => {
},
"statcard.commits": {
ar: "مجموع الحفظ",
cn: "累计提交数(commit)",
cn: "累计提交总数",
"zh-tw": "累計提交數(commit)",
cs: "Celkem commitů",
de: "Anzahl Commits",
Expand Down Expand Up @@ -141,7 +141,7 @@ const statCardLocales = ({ name, apostrophe }) => {
},
"statcard.prs": {
ar: "مجموع طلبات السحب",
cn: "拉取请求数(PR)",
cn: "发起的 PR 总数",
"zh-tw": "拉取請求數(PR)",
cs: "Celkem PRs",
de: "PRs Insgesamt",
Expand Down Expand Up @@ -172,7 +172,7 @@ const statCardLocales = ({ name, apostrophe }) => {
},
"statcard.issues": {
ar: "مجموع التحسينات",
cn: "指出问题数(issue",
cn: "提出的 issue 总数",
"zh-tw": "指出問題數(issue)",
cs: "Celkem problémů",
de: "Anzahl Issues",
Expand Down Expand Up @@ -203,7 +203,7 @@ const statCardLocales = ({ name, apostrophe }) => {
},
"statcard.contribs": {
ar: "ساهم في (العام الماضي)",
cn: "贡献于(去年)",
cn: "贡献的项目数(去年)",
"zh-tw": "參與項目數 (去年)",
cs: "Přispěl k (minulý rok)",
de: "Beigetragen zu (letztes Jahr)",
Expand Down Expand Up @@ -234,7 +234,7 @@ const statCardLocales = ({ name, apostrophe }) => {
},
"statcard.reviews": {
ar: "تمت مراجعة إجمالي العلاقات العامة",
cn: "審查的 PR 總數",
cn: "审查的 PR 总数",
"zh-tw": "审查的 PR 总数",
cs: "Celkový počet PR",
de: "Insgesamt überprüfte PRs",
Expand Down Expand Up @@ -357,7 +357,7 @@ const statCardLocales = ({ name, apostrophe }) => {
},
"statcard.prs-merged-percentage": {
ar: "نسبة الطلبات المدمجة",
cn: "合并的 PR 百分比",
cn: "被合并的 PR 占比",
"zh-tw": "合併的 PR 百分比",
cs: "Sloučené PRs v procentech",
de: "Zusammengeführte PRs in Prozent",
Expand Down Expand Up @@ -487,7 +487,7 @@ const langCardLocales = {
},
"langcard.nodata": {
ar: "لا توجد بيانات لغات.",
cn: "沒有語言數據。",
cn: "没有语言数据。",
"zh-tw": "沒有語言數據。",
cs: "Žádné jazykové údaje.",
de: "Keine Sprachdaten.",
Expand Down