fix: update Simplified Chinese translations (#3766)

* chore(translations): Update translation for cn

Signed-off-by: crrashh1542 <kotsuki@crrashh.com>

* update tests

* prettier

---------

Signed-off-by: crrashh1542 <kotsuki@crrashh.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
This commit is contained in:
Yunxiao Crrashh
2025-09-15 20:12:33 +03:00
committed by GitHub
co-authored by Alexandr
parent b13d6a9ca2
commit 70add4cfcf
2 changed files with 13 additions and 15 deletions
+8 -8
View File
@@ -82,7 +82,7 @@ const statCardLocales = ({ name, apostrophe }) => {
"statcard.totalstars": {
ar: "مجموع النجوم",
az: "Ümumi Ulduz",
cn: "获标星数star",
cn: "获标星数",
"zh-tw": "得標星星數量(Star",
cs: "Celkem hvězd",
de: "Insgesamt erhaltene Sterne",
@@ -114,7 +114,7 @@ const statCardLocales = ({ name, apostrophe }) => {
"statcard.commits": {
ar: "مجموع المساهمات",
az: "Ümumi Commit",
cn: "累计提交数commit",
cn: "累计提交数",
"zh-tw": "累計提交數量(Commit",
cs: "Celkem commitů",
de: "Anzahl Commits",
@@ -146,7 +146,7 @@ const statCardLocales = ({ name, apostrophe }) => {
"statcard.prs": {
ar: "مجموع طلبات السحب",
az: "Ümumi PR",
cn: "拉取请求数(PR",
cn: "发起的 PR 总数",
"zh-tw": "拉取請求數量(PR",
cs: "Celkem PRs",
de: "PRs Insgesamt",
@@ -178,7 +178,7 @@ const statCardLocales = ({ name, apostrophe }) => {
"statcard.issues": {
ar: "مجموع التحسينات",
az: "Ümumi Problem",
cn: "指出问题数(issue",
cn: "提出的 issue 总数",
"zh-tw": "提出問題數量(Issue",
cs: "Celkem problémů",
de: "Anzahl Issues",
@@ -210,7 +210,7 @@ const statCardLocales = ({ name, apostrophe }) => {
"statcard.contribs": {
ar: "ساهم في (العام الماضي)",
az: "Töhfə verdi (ötən il)",
cn: "贡献(去年)",
cn: "贡献的项目数(去年)",
"zh-tw": "參與項目數量(去年)",
cs: "Přispěl k (minulý rok)",
de: "Beigetragen zu (letztes Jahr)",
@@ -242,7 +242,7 @@ const statCardLocales = ({ name, apostrophe }) => {
"statcard.reviews": {
ar: "طلبات السحب التي تم مراجعتها",
az: "Nəzərdən Keçirilən Ümumi PR",
cn: "查的 PR 總數",
cn: "查的 PR 总数",
"zh-tw": "審核的 PR 總計",
cs: "Celkový počet PR",
de: "Insgesamt überprüfte PRs",
@@ -369,7 +369,7 @@ const statCardLocales = ({ name, apostrophe }) => {
"statcard.prs-merged-percentage": {
ar: "نسبة طلبات السحب المُدمجة",
az: "Birləşdirilmiş PR-ların Faizi",
cn: "合并的 PR 百分比",
cn: "合并的 PR 比",
"zh-tw": "合併的 PR 百分比",
cs: "Sloučené PRs v procentech",
de: "Zusammengeführte PRs in Prozent",
@@ -503,7 +503,7 @@ const langCardLocales = {
"langcard.nodata": {
ar: "لا توجد بيانات للغات.",
az: "Dil məlumatı yoxdur.",
cn: "沒有語言數據。",
cn: "没有语言数据。",
"zh-tw": "沒有語言資料。",
cs: "Žádné jazykové údaje.",
de: "Keine Sprachdaten.",
+5 -7
View File
@@ -382,29 +382,27 @@ describe("Test renderStatsCard", () => {
document.querySelector(
'g[transform="translate(0, 0)"]>.stagger>.stat.bold',
).textContent,
).toMatchInlineSnapshot(`"获标星数star:"`);
).toMatchInlineSnapshot(`"获标星数:"`);
expect(
document.querySelector(
'g[transform="translate(0, 25)"]>.stagger>.stat.bold',
).textContent,
).toMatchInlineSnapshot(
`"累计提交数(commit (${new Date().getFullYear()}):"`,
);
).toMatchInlineSnapshot(`"累计提交总数 (${new Date().getFullYear()}):"`);
expect(
document.querySelector(
'g[transform="translate(0, 50)"]>.stagger>.stat.bold',
).textContent,
).toMatchInlineSnapshot(`"拉取请求数(PR:"`);
).toMatchInlineSnapshot(`"发起的 PR 总数:"`);
expect(
document.querySelector(
'g[transform="translate(0, 75)"]>.stagger>.stat.bold',
).textContent,
).toMatchInlineSnapshot(`"指出问题数(issue:"`);
).toMatchInlineSnapshot(`"提出的 issue 总数:"`);
expect(
document.querySelector(
'g[transform="translate(0, 100)"]>.stagger>.stat.bold',
).textContent,
).toMatchInlineSnapshot(`"贡献(去年):"`);
).toMatchInlineSnapshot(`"贡献的项目数(去年):"`);
});
it("should render without rounding", () => {