Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Hindi language support to README and translation.js #3985

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ Here is a list of all available locales:
| `uz` | Uzbek |
| `vi` | Vietnamese |
| `se` | Swedish |
| `hi` | Hindi |

</td></tr>
</table>
Expand Down
22 changes: 22 additions & 0 deletions src/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const statCardLocales = ({ name, apostrophe }) => {
bn: `${encodedName} এর GitHub পরিসংখ্যান`,
es: `Estadísticas de GitHub de ${encodedName}`,
fr: `Statistiques GitHub de ${encodedName}`,
hi: `${encodedName} के GitHub आँकड़े`,
hu: `${encodedName} GitHub statisztika`,
it: `Statistiche GitHub di ${encodedName}`,
ja: `${encodedName}の GitHub 統計`,
Expand Down Expand Up @@ -56,6 +57,7 @@ const statCardLocales = ({ name, apostrophe }) => {
bn: `${encodedName} এর GitHub পরিসংখ্যান`,
es: `Estadísticas de GitHub de ${encodedName}`,
fr: `Statistiques GitHub de ${encodedName}`,
hi: `${encodedName} का GitHub स्थान`,
hu: `${encodedName} GitHub statisztika`,
it: `Statistiche GitHub di ${encodedName}`,
ja: `${encodedName} の GitHub ランク`,
Expand Down Expand Up @@ -87,6 +89,7 @@ const statCardLocales = ({ name, apostrophe }) => {
bn: "সর্বমোট Star",
es: "Estrellas totales",
fr: "Total d'étoiles",
hi: `कुल अर्जित सितारे`,
hu: "Csillagok",
it: "Stelle totali",
ja: "スターされた数",
Expand Down Expand Up @@ -118,6 +121,7 @@ const statCardLocales = ({ name, apostrophe }) => {
bn: "সর্বমোট Commit",
es: "Commits totales",
fr: "Total des Commits",
hi: `कुल commits`,
hu: "Összes commit",
it: "Commit totali",
ja: "合計コミット数",
Expand Down Expand Up @@ -149,6 +153,7 @@ const statCardLocales = ({ name, apostrophe }) => {
bn: "সর্বমোট PR",
es: "PRs totales",
fr: "Total des PRs",
hi: `कुल PR`,
hu: "Összes PR",
it: "PR totali",
ja: "合計 PR",
Expand Down Expand Up @@ -180,6 +185,7 @@ const statCardLocales = ({ name, apostrophe }) => {
bn: "সর্বমোট Issue",
es: "Issues totales",
fr: "Nombre total d'incidents",
hi: `कुल मुद्दे`,
hu: "Összes hibajegy",
it: "Segnalazioni totali",
ja: "合計 issue",
Expand Down Expand Up @@ -211,6 +217,7 @@ const statCardLocales = ({ name, apostrophe }) => {
bn: "অবদান (গত বছর)",
es: "Contribuciones en (el año pasado)",
fr: "Contribué à (l'année dernière)",
hi: `(पिछले वर्ष) में योगदान दिया`,
hu: "Hozzájárulások (tavaly)",
it: "Ha contribuito a (l'anno scorso)",
ja: "貢献したリポジトリ (昨年)",
Expand Down Expand Up @@ -242,6 +249,7 @@ const statCardLocales = ({ name, apostrophe }) => {
bn: "সর্বমোট পুনরালোচনা করা PR",
es: "PR totales revisados",
fr: "Nombre total de PR examinés",
hi: `कुल PRs की समीक्षा की गई`,
hu: "Összes ellenőrzött PR",
it: "PR totali esaminati",
ja: "レビューされた PR の総数",
Expand Down Expand Up @@ -273,6 +281,7 @@ const statCardLocales = ({ name, apostrophe }) => {
bn: "সর্বমোট আলোচনা শুরু",
es: "Discusiones totales iniciadas",
fr: "Nombre total de discussions lancées",
hi: `कुल चर्चा शुरू हुई`,
hu: "Összes megkezdett megbeszélés",
it: "Discussioni totali avviate",
ja: "開始されたディスカッションの総数",
Expand Down Expand Up @@ -304,6 +313,7 @@ const statCardLocales = ({ name, apostrophe }) => {
bn: "সর্বমোট আলোচনা উত্তর",
es: "Discusiones totales respondidas",
fr: "Nombre total de discussions répondues",
hi: `कुल चर्चाओं का उत्तर दिया गया`,
hu: "Összes megválaszolt megbeszélés",
it: "Discussioni totali risposte",
ja: "回答されたディスカッションの総数",
Expand Down Expand Up @@ -335,6 +345,7 @@ const statCardLocales = ({ name, apostrophe }) => {
bn: "সর্বমোট PR একত্রীকৃত",
es: "PR totales fusionados",
fr: "Nombre total de PR fusionnés",
hi: `कुल PR का विलय`,
hu: "Összes egyesített PR",
it: "PR totali uniti",
ja: "マージされた PR の総数",
Expand Down Expand Up @@ -365,6 +376,7 @@ const statCardLocales = ({ name, apostrophe }) => {
bn: "PR একত্রীকরণের শতাংশ",
es: "Porcentaje de PR fusionados",
fr: "Pourcentage de PR fusionnés",
hi: "मर्ज किए गए PR प्रतिशत",
hu: "Egyesített PR-k százaléka",
it: "Percentuale di PR uniti",
ja: "マージされた PR の割合",
Expand Down Expand Up @@ -399,6 +411,7 @@ const repoCardLocales = {
en: "Template",
es: "Plantilla",
fr: "Modèle",
hi: `खाका`,
hu: "Sablon",
it: "Template",
ja: "テンプレート",
Expand Down Expand Up @@ -430,6 +443,7 @@ const repoCardLocales = {
en: "Archived",
es: "Archivados",
fr: "Archivé",
hi: "संग्रहीत",
hu: "Archivált",
it: "Archiviata",
ja: "アーカイブ済み",
Expand Down Expand Up @@ -464,6 +478,7 @@ const langCardLocales = {
en: "Most Used Languages",
es: "Lenguajes más usados",
fr: "Langages les plus utilisés",
hi: "सर्वाधिक प्रयुक्त भाषा",
hu: "Leggyakrabban használt nyelvek",
it: "Linguaggi più utilizzati",
ja: "最もよく使っている言語",
Expand Down Expand Up @@ -495,6 +510,7 @@ const langCardLocales = {
en: "No languages data.",
es: "Sin datos de idiomas.",
fr: "Aucune donnée sur les langues.",
hi: "कोई भाषा डेटा नहीं",
hu: "Nincsenek nyelvi adatok.",
it: "Nessun dato sulle lingue.",
ja: "言語データがありません。",
Expand Down Expand Up @@ -529,6 +545,7 @@ const wakatimeCardLocales = {
bn: "WakaTime স্ট্যাটাস",
es: "Estadísticas de WakaTime",
fr: "Statistiques de WakaTime",
hi: "वाकाटाइम आँकड़े",
hu: "WakaTime statisztika",
it: "Statistiche WakaTime",
ja: "WakaTime ワカタイム統計",
Expand Down Expand Up @@ -560,6 +577,7 @@ const wakatimeCardLocales = {
bn: "গত বছর",
es: "El año pasado",
fr: "L'année dernière",
hi: "पिछले साल",
hu: "Tavaly",
it: "L'anno scorso",
ja: "昨年",
Expand Down Expand Up @@ -591,6 +609,7 @@ const wakatimeCardLocales = {
bn: "গত ৭ দিন",
es: "Últimos 7 días",
fr: "7 derniers jours",
hi: "पिछले 7 दिन",
hu: "Elmúlt 7 nap",
it: "Ultimi 7 giorni",
ja: "過去 7 日間",
Expand Down Expand Up @@ -622,6 +641,7 @@ const wakatimeCardLocales = {
bn: "WakaTime ব্যবহারকারীর প্রোফাইল প্রকাশ্য নয়",
es: "Perfil de usuario de WakaTime no público",
fr: "Profil utilisateur WakaTime non public",
hi: "WakaTime उपयोगकर्ता प्रोफ़ाइल सार्वजनिक नहीं है",
hu: "A WakaTime felhasználói profilja nem nyilvános",
it: "Profilo utente WakaTime non pubblico",
ja: "WakaTime ユーザープロファイルは公開されていません",
Expand Down Expand Up @@ -653,6 +673,7 @@ const wakatimeCardLocales = {
bn: "ব্যবহারকারী বিস্তারিত কোড পরিসংখ্যান প্রকাশ করেন না",
es: "El usuario no comparte públicamente estadísticas detalladas de código",
fr: "L'utilisateur ne partage pas publiquement de statistiques de code détaillées",
hi: "उपयोगकर्ता विस्तृत कोड आँकड़े सार्वजनिक रूप से साझा नहीं करता है",
hu: "A felhasználó nem osztja meg nyilvánosan a részletes kódstatisztikákat",
it: "L'utente non condivide pubblicamente statistiche dettagliate sul codice",
ja: "ユーザーは詳細なコード統計を公開しません",
Expand Down Expand Up @@ -686,6 +707,7 @@ const wakatimeCardLocales = {
bn: "এই সপ্তাহে কোন কোডিং অ্যাক্টিভিটি নেই",
es: "No hay actividad de codificación esta semana",
fr: "Aucune activité de codage cette semaine",
hi: "इस सप्ताह कोई कोडिंग गतिविधि नहीं",
hu: "Nem volt aktivitás ezen a héten",
it: "Nessuna attività in questa settimana",
ja: "今週のコーディング活動はありません",
Expand Down