|
1 | 1 | const{ encodeHTML}=require("./common/utils"); |
2 | 2 |
|
3 | 3 | conststatCardLocales=({ name, apostrophe})=>{ |
| 4 | +constencodedName=encodeHTML(name); |
4 | 5 | return{ |
5 | 6 | "statcard.title":{ |
6 | | -cn:`${encodeHTML(name)} 的 GitHub 统计数据`, |
7 | | -cs:`GitHub statistiky uživatele${encodeHTML(name)}`, |
8 | | -de:`${encodeHTML(name)+apostrophe} GitHub-Statistiken`, |
9 | | -en:`${encodeHTML(name)}'${apostrophe} GitHub Stats`, |
10 | | -es:`Estadísticas de GitHub de${encodeHTML(name)}`, |
11 | | -fr:`Statistiques GitHub de${encodeHTML(name)}`, |
12 | | -hu:`${encodeHTML(name)} GitHub statisztika`, |
13 | | -it:`Statistiche GitHub di${encodeHTML(name)}`, |
14 | | -ja:`${encodeHTML(name)}の GitHub 統計`, |
15 | | -kr:`${encodeHTML(name)}의 GitHub 통계`, |
16 | | -nl:`${encodeHTML(name)}'${apostrophe} GitHub Statistieken`, |
17 | | -"pt-pt":`Estatísticas do GitHub de${encodeHTML(name)}`, |
18 | | -"pt-br":`Estatísticas do GitHub de${encodeHTML(name)}`, |
19 | | -np:`${encodeHTML(name)}'${apostrophe} गिटहब तथ्याङ्क`, |
20 | | -el:`Στατιστικά GitHub του${encodeHTML(name)}`, |
21 | | -ru:`Статистика GitHub пользователя${encodeHTML(name)}`, |
22 | | -"uk-ua":`Статистика GitHub користувача${encodeHTML(name)}`, |
23 | | -id:`Statistik GitHub${encodeHTML(name)}`, |
24 | | -my:`Statistik GitHub${encodeHTML(name)}`, |
25 | | -sk:`GitHub štatistiky používateľa${encodeHTML(name)}`, |
26 | | -tr:`${encodeHTML(name)} Hesabının GitHub Yıldızları`, |
27 | | -pl:`Statystyki GitHub użytkownika${encodeHTML(name)}`, |
| 7 | +cn:`${encodedName} 的 GitHub 统计数据`, |
| 8 | +cs:`GitHub statistiky uživatele${encodedName}`, |
| 9 | +de:`${encodedName+apostrophe} GitHub-Statistiken`, |
| 10 | +en:`${encodedName}'${apostrophe} GitHub Stats`, |
| 11 | +es:`Estadísticas de GitHub de${encodedName}`, |
| 12 | +fr:`Statistiques GitHub de${encodedName}`, |
| 13 | +hu:`${encodedName} GitHub statisztika`, |
| 14 | +it:`Statistiche GitHub di${encodedName}`, |
| 15 | +ja:`${encodedName}の GitHub 統計`, |
| 16 | +kr:`${encodedName}의 GitHub 통계`, |
| 17 | +nl:`${encodedName}'${apostrophe} GitHub Statistieken`, |
| 18 | +"pt-pt":`Estatísticas do GitHub de${encodedName}`, |
| 19 | +"pt-br":`Estatísticas do GitHub de${encodedName}`, |
| 20 | +np:`${encodedName}'${apostrophe} गिटहब तथ्याङ्क`, |
| 21 | +el:`Στατιστικά GitHub του${encodedName}`, |
| 22 | +ru:`Статистика GitHub пользователя${encodedName}`, |
| 23 | +"uk-ua":`Статистика GitHub користувача${encodedName}`, |
| 24 | +id:`Statistik GitHub${encodedName}`, |
| 25 | +my:`Statistik GitHub${encodedName}`, |
| 26 | +sk:`GitHub štatistiky používateľa${encodedName}`, |
| 27 | +tr:`${encodedName} Hesabının GitHub Yıldızları`, |
| 28 | +pl:`Statystyki GitHub użytkownika${encodedName}`, |
28 | 29 | }, |
29 | 30 | "statcard.totalstars":{ |
30 | 31 | cn:"获标星数(star)", |
|