diff --git a/index.js b/index.js index 6c89bb5..0f15c77 100644 --- a/index.js +++ b/index.js @@ -26388,14 +26388,14 @@ const statCardLocales = ({ name, apostrophe }) => { 'zh-tw': `${encodedName} 的 GitHub 統計數據`, cs: `GitHub statistiky uživatele ${encodedName}`, de: `${encodedName + apostrophe} GitHub-Statistiken`, - en: `${encodedName}'${apostrophe} GitHub Stats`, + en: `${encodedName}'${apostrophe} GitHub Contributor Stats`, bn: `${encodedName} এর GitHub পরিসংখ্যান`, es: `Estadísticas de GitHub de ${encodedName}`, fr: `Statistiques GitHub de ${encodedName}`, hu: `${encodedName} GitHub statisztika`, it: `Statistiche GitHub di ${encodedName}`, ja: `${encodedName}の GitHub 統計`, - kr: `${encodedName}의 GitHub 통계`, + kr: `${encodedName}의 GitHub 기여 통계`, nl: `${encodedName}'${apostrophe} GitHub-statistieken`, 'pt-pt': `Estatísticas do GitHub de ${encodedName}`, 'pt-br': `Estatísticas do GitHub de ${encodedName}`, diff --git a/src/translations.ts b/src/translations.ts index 3d8d994..2a553e5 100644 --- a/src/translations.ts +++ b/src/translations.ts @@ -9,14 +9,14 @@ const statCardLocales = ({ name, apostrophe }) => { 'zh-tw': `${encodedName} 的 GitHub 統計數據`, cs: `GitHub statistiky uživatele ${encodedName}`, de: `${encodedName + apostrophe} GitHub-Statistiken`, - en: `${encodedName}'${apostrophe} GitHub Stats`, + en: `${encodedName}'${apostrophe} GitHub Contributor Stats`, bn: `${encodedName} এর GitHub পরিসংখ্যান`, es: `Estadísticas de GitHub de ${encodedName}`, fr: `Statistiques GitHub de ${encodedName}`, hu: `${encodedName} GitHub statisztika`, it: `Statistiche GitHub di ${encodedName}`, ja: `${encodedName}の GitHub 統計`, - kr: `${encodedName}의 GitHub 통계`, + kr: `${encodedName}의 GitHub 기여 통계`, nl: `${encodedName}'${apostrophe} GitHub-statistieken`, 'pt-pt': `Estatísticas do GitHub de ${encodedName}`, 'pt-br': `Estatísticas do GitHub de ${encodedName}`,