diff --git a/src/translations.js b/src/translations.js index 490dc56..7f3a0f1 100644 --- a/src/translations.js +++ b/src/translations.js @@ -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",