Skip to content

Commit

Permalink
Add traditional Chinese (zh-tw) (anuraghazra#1238)
Browse files Browse the repository at this point in the history
Add traditional Chinese (zh-tw)
  • Loading branch information
YueMiyuki authored Feb 17, 2022
1 parent 70a59fa commit 36aeb5c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const statCardLocales = ({ name, apostrophe }) => {
"statcard.title": {
ar: `${encodedName} إحصائيات غيت هاب`,
cn: `${encodedName} 的 GitHub 统计数据`,
"zh-tw": `${encodedName} 的 GitHub 統計數據`,
cs: `GitHub statistiky uživatele ${encodedName}`,
de: `${encodedName + apostrophe} GitHub-Statistiken`,
en: `${encodedName}'${apostrophe} GitHub Stats`,
Expand Down Expand Up @@ -33,6 +34,7 @@ const statCardLocales = ({ name, apostrophe }) => {
"statcard.totalstars": {
ar: "مجموع النجوم",
cn: "获标星数(star)",
"zh-tw": "獲標星數(star)",
cs: "Celkem hvězd",
de: "Insgesamt erhaltene Sterne",
en: "Total Stars Earned",
Expand Down Expand Up @@ -60,6 +62,7 @@ const statCardLocales = ({ name, apostrophe }) => {
"statcard.commits": {
ar: "مجموع الحفظ",
cn: "累计提交数(commit)",
"zh-tw": "累計提交數(commit)",
cs: "Celkem commitů",
de: "Anzahl Commits",
en: "Total Commits",
Expand Down Expand Up @@ -87,6 +90,7 @@ const statCardLocales = ({ name, apostrophe }) => {
"statcard.prs": {
ar: "مجموع طلبات السحب",
cn: "拉取请求数(PR)",
"zh-tw": "拉取請求數(PR)",
cs: "Celkem PRs",
de: "PRs Insgesamt",
en: "Total PRs",
Expand Down Expand Up @@ -114,6 +118,7 @@ const statCardLocales = ({ name, apostrophe }) => {
"statcard.issues": {
ar: "مجموع التحسينات",
cn: "指出问题数(issue)",
"zh-tw": "指出問題數(issue)",
cs: "Celkem problémů",
de: "Anzahl Issues",
en: "Total Issues",
Expand Down Expand Up @@ -141,6 +146,7 @@ const statCardLocales = ({ name, apostrophe }) => {
"statcard.contribs": {
ar: "ساهم في",
cn: "参与项目数",
"zh-tw": "參與項目數",
cs: "Přispěl k",
de: "Beigetragen zu",
en: "Contributed to",
Expand Down Expand Up @@ -172,6 +178,7 @@ const repoCardLocales = {
"repocard.template": {
ar: "قالب",
cn: "模板",
"zh-tw": "模板",
cs: "Šablona",
de: "Vorlage",
en: "Template",
Expand All @@ -198,6 +205,7 @@ const repoCardLocales = {
"repocard.archived": {
ar: "محفوظ",
cn: "已归档",
"zh-tw": "已歸檔",
cs: "Archivováno",
de: "Archiviert",
en: "Archived",
Expand Down Expand Up @@ -227,6 +235,7 @@ const langCardLocales = {
"langcard.title": {
ar: "أكثر اللغات إستخداماً",
cn: "最常用的语言",
"zh-tw": "最常用的語言",
cs: "Nejpoužívanější jazyky",
de: "Meist verwendete Sprachen",
en: "Most Used Languages",
Expand Down Expand Up @@ -256,6 +265,7 @@ const wakatimeCardLocales = {
"wakatimecard.title": {
ar: "إحصائيات واكا تايم",
cn: "Wakatime 周统计",
"zh-tw": "Wakatime 周統計",
cs: "Statistiky Wakatime",
de: "Wakatime Status",
en: "Wakatime Stats",
Expand All @@ -282,6 +292,7 @@ const wakatimeCardLocales = {
"wakatimecard.nocodingactivity": {
ar: "لا يوجد نشاط برمجي لهذا الأسبوع",
cn: "本周没有编程活动",
"zh-tw": "本周沒有編程活動",
cs: "Tento týden žádná aktivita v kódování",
de: "Keine Aktivitäten in dieser Woche",
en: "No coding activity this week",
Expand Down

0 comments on commit 36aeb5c

Please sign in to comment.