mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2025-02-05 14:13:31 +08:00
chore(translation): added Bengali language (bn) to the stat card. (#1157)
This commit is contained in:
parent
2b0efb8d29
commit
e088a16151
@ -9,6 +9,7 @@ const statCardLocales = ({ name, apostrophe }) => {
|
||||
cs: `GitHub statistiky uživatele ${encodedName}`,
|
||||
de: `${encodedName + apostrophe} GitHub-Statistiken`,
|
||||
en: `${encodedName}'${apostrophe} GitHub Stats`,
|
||||
bn: `${encodedName} এর GitHub পরিসংখ্যান`,
|
||||
es: `Estadísticas de GitHub de ${encodedName}`,
|
||||
fr: `Statistiques GitHub de ${encodedName}`,
|
||||
hu: `${encodedName} GitHub statisztika`,
|
||||
@ -34,6 +35,7 @@ const statCardLocales = ({ name, apostrophe }) => {
|
||||
cs: "Celkem hvězd",
|
||||
de: "Sterne Insgesamt",
|
||||
en: "Total Stars",
|
||||
bn: "সর্বমোট Stars",
|
||||
es: "Estrellas totales",
|
||||
fr: "Total d'étoiles",
|
||||
hu: "Csillagok",
|
||||
@ -59,6 +61,7 @@ const statCardLocales = ({ name, apostrophe }) => {
|
||||
cs: "Celkem commitů",
|
||||
de: "Anzahl Commits",
|
||||
en: "Total Commits",
|
||||
bn: "সর্বমোট Commits",
|
||||
es: "Commits totales",
|
||||
fr: "Total des validations",
|
||||
hu: "Összes commit",
|
||||
@ -84,6 +87,7 @@ const statCardLocales = ({ name, apostrophe }) => {
|
||||
cs: "Celkem PRs",
|
||||
de: "PRs Insgesamt",
|
||||
en: "Total PRs",
|
||||
bn: "সর্বমোট PRs",
|
||||
es: "PRs totales",
|
||||
fr: "Total des PR",
|
||||
hu: "Összes PR",
|
||||
@ -109,6 +113,7 @@ const statCardLocales = ({ name, apostrophe }) => {
|
||||
cs: "Celkem problémů",
|
||||
de: "Anzahl Issues",
|
||||
en: "Total Issues",
|
||||
bn: "সর্বমোট Issues",
|
||||
es: "Issues totales",
|
||||
fr: "Nombre total d'incidents",
|
||||
hu: "Összes hibajegy",
|
||||
@ -134,6 +139,7 @@ const statCardLocales = ({ name, apostrophe }) => {
|
||||
cs: "Přispěl k",
|
||||
de: "Beigetragen zu",
|
||||
en: "Contributed to",
|
||||
bn: "অবদান রেখেছেন",
|
||||
es: "Contribuciones en",
|
||||
fr: "Contribué à",
|
||||
hu: "Hozzájárulások",
|
||||
|
Loading…
Reference in New Issue
Block a user