Skip to content

Commit

Permalink
chore: added Czech locale (anuraghazra#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
karelkryda authored and Kab1r committed Apr 4, 2022
1 parent f794e6b commit 8504b90
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 @@ -4,6 +4,7 @@ const statCardLocales = ({ name, apostrophe }) => {
return {
"statcard.title": {
cn: `${encodeHTML(name)} 的 GitHub 统计`,
cs: `GitHub statistiky uživatele ${encodeHTML(name)}`,
de: `${encodeHTML(name) + apostrophe} GitHub-Statistiken`,
en: `${encodeHTML(name)}'${apostrophe} GitHub Stats`,
es: `Estadísticas de GitHub de ${encodeHTML(name)}`,
Expand All @@ -24,6 +25,7 @@ const statCardLocales = ({ name, apostrophe }) => {
},
"statcard.totalstars": {
cn: "总 Star",
cs: "Celkem hvězd",
de: "Sterne Insgesamt",
en: "Total Stars",
es: "Estrellas totales",
Expand All @@ -44,6 +46,7 @@ const statCardLocales = ({ name, apostrophe }) => {
},
"statcard.commits": {
cn: "总提交",
cs: "Celkem commitů",
de: "Anzahl Commits",
en: "Total Commits",
es: "Compromisos totales",
Expand All @@ -64,6 +67,7 @@ const statCardLocales = ({ name, apostrophe }) => {
},
"statcard.prs": {
cn: "总 PR",
cs: "Celkem PRs",
de: "PRs Insgesamt",
en: "Total PRs",
es: "RP totales",
Expand All @@ -84,6 +88,7 @@ const statCardLocales = ({ name, apostrophe }) => {
},
"statcard.issues": {
cn: "总 Issue",
cs: "Celkem problémů",
de: "Anzahl Issues",
en: "Total Issues",
es: "Problemas totales",
Expand All @@ -104,6 +109,7 @@ const statCardLocales = ({ name, apostrophe }) => {
},
"statcard.contribs": {
cn: "总贡献",
cs: "Přispěl k",
de: "Beigetragen zu",
en: "Contributed to",
es: "Contribuido a",
Expand All @@ -128,6 +134,7 @@ const statCardLocales = ({ name, apostrophe }) => {
const repoCardLocales = {
"repocard.template": {
cn: "模板",
cs: "Šablona",
de: "Vorlage",
en: "Template",
es: "Modelo",
Expand All @@ -148,6 +155,7 @@ const repoCardLocales = {
},
"repocard.archived": {
cn: "已归档",
cs: "Archivováno",
de: "Archiviert",
en: "Archived",
es: "Archivé",
Expand All @@ -171,6 +179,7 @@ const repoCardLocales = {
const langCardLocales = {
"langcard.title": {
cn: "最常用的语言",
cs: "Nejpoužívanější jazyky",
de: "Meist verwendete Sprachen",
en: "Most Used Languages",
es: "Idiomas más usados",
Expand All @@ -194,6 +203,7 @@ const langCardLocales = {
const wakatimeCardLocales = {
"wakatimecard.title": {
cn: "Wakatime 周统计",
cs: "Statistiky týdne Wakatime",
de: "Wakatime Wochen Status",
en: "Wakatime Week Stats",
es: "Estadísticas de la semana de Wakatime",
Expand All @@ -214,6 +224,7 @@ const wakatimeCardLocales = {
},
"wakatimecard.nocodingactivity": {
cn: "本周没有编程活动",
cs: "Tento týden žádná aktivita v kódování",
de: "Keine Aktivitäten in dieser Woche",
en: "No coding activity this week",
es: "No hay actividad de codificación esta semana",
Expand Down

0 comments on commit 8504b90

Please sign in to comment.