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

Adding Translate Persian (Fa) #3922

Open
wants to merge 1 commit 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 |
| `fa` | Persian |

</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 @@ -24,6 +24,7 @@ const statCardLocales = ({ name, apostrophe }) => {
en: `${encodedName}'${apostrophe} GitHub Stats`,
bn: `${encodedName} এর GitHub পরিসংখ্যান`,
es: `Estadísticas de GitHub de ${encodedName}`,
fa: `${encodedName} آمار گیت هاب`,
fr: `Statistiques GitHub de ${encodedName}`,
hu: `${encodedName} GitHub statisztika`,
it: `Statistiche GitHub di ${encodedName}`,
Expand Down Expand Up @@ -55,6 +56,7 @@ const statCardLocales = ({ name, apostrophe }) => {
en: `${encodedName}'${apostrophe} GitHub Rank`,
bn: `${encodedName} এর GitHub পরিসংখ্যান`,
es: `Estadísticas de GitHub de ${encodedName}`,
fa: `${encodedName} رتبه گیت هاب`,
fr: `Statistiques GitHub de ${encodedName}`,
hu: `${encodedName} GitHub statisztika`,
it: `Statistiche GitHub di ${encodedName}`,
Expand Down Expand Up @@ -86,6 +88,7 @@ const statCardLocales = ({ name, apostrophe }) => {
en: "Total Stars Earned",
bn: "সর্বমোট Star",
es: "Estrellas totales",
fa: "کل ستاره های کسب شده",
fr: "Total d'étoiles",
hu: "Csillagok",
it: "Stelle totali",
Expand Down Expand Up @@ -117,6 +120,7 @@ const statCardLocales = ({ name, apostrophe }) => {
en: "Total Commits",
bn: "সর্বমোট Commit",
es: "Commits totales",
fa: "کل کامیت ها",
fr: "Total des Commits",
hu: "Összes commit",
it: "Commit totali",
Expand Down Expand Up @@ -148,6 +152,7 @@ const statCardLocales = ({ name, apostrophe }) => {
en: "Total PRs",
bn: "সর্বমোট PR",
es: "PRs totales",
fa: "کل درخواست تغییرات",
fr: "Total des PRs",
hu: "Összes PR",
it: "PR totali",
Expand Down Expand Up @@ -179,6 +184,7 @@ const statCardLocales = ({ name, apostrophe }) => {
en: "Total Issues",
bn: "সর্বমোট Issue",
es: "Issues totales",
fa: "کل پرسش ها",
fr: "Nombre total d'incidents",
hu: "Összes hibajegy",
it: "Segnalazioni totali",
Expand Down Expand Up @@ -210,6 +216,7 @@ const statCardLocales = ({ name, apostrophe }) => {
en: "Contributed to (last year)",
bn: "অবদান (গত বছর)",
es: "Contribuciones en (el año pasado)",
fa: "مشارکت به (سال گذشته)",
fr: "Contribué à (l'année dernière)",
hu: "Hozzájárulások (tavaly)",
it: "Ha contribuito a (l'anno scorso)",
Expand Down Expand Up @@ -241,6 +248,7 @@ const statCardLocales = ({ name, apostrophe }) => {
en: "Total PRs Reviewed",
bn: "সর্বমোট পুনরালোচনা করা PR",
es: "PR totales revisados",
fa: "کل درخواست تغییرات بررسی شده",
fr: "Nombre total de PR examinés",
hu: "Összes ellenőrzött PR",
it: "PR totali esaminati",
Expand Down Expand Up @@ -272,6 +280,7 @@ const statCardLocales = ({ name, apostrophe }) => {
en: "Total Discussions Started",
bn: "সর্বমোট আলোচনা শুরু",
es: "Discusiones totales iniciadas",
fa: "کل بحث های شروع شده",
fr: "Nombre total de discussions lancées",
hu: "Összes megkezdett megbeszélés",
it: "Discussioni totali avviate",
Expand Down Expand Up @@ -303,6 +312,7 @@ const statCardLocales = ({ name, apostrophe }) => {
en: "Total Discussions Answered",
bn: "সর্বমোট আলোচনা উত্তর",
es: "Discusiones totales respondidas",
fa: "کل بحث های پاسخ داده شده",
fr: "Nombre total de discussions répondues",
hu: "Összes megválaszolt megbeszélés",
it: "Discussioni totali risposte",
Expand Down Expand Up @@ -334,6 +344,7 @@ const statCardLocales = ({ name, apostrophe }) => {
en: "Total PRs Merged",
bn: "সর্বমোট PR একত্রীকৃত",
es: "PR totales fusionados",
fa: "کل درخواست تغییرات ادغام شده",
fr: "Nombre total de PR fusionnés",
hu: "Összes egyesített PR",
it: "PR totali uniti",
Expand Down Expand Up @@ -364,6 +375,7 @@ const statCardLocales = ({ name, apostrophe }) => {
en: "Merged PRs Percentage",
bn: "PR একত্রীকরণের শতাংশ",
es: "Porcentaje de PR fusionados",
fa: "درصد درخواست تغییرات ادغام شده",
fr: "Pourcentage de PR fusionnés",
hu: "Egyesített PR-k százaléka",
it: "Percentuale di PR uniti",
Expand Down Expand Up @@ -398,6 +410,7 @@ const repoCardLocales = {
de: "Vorlage",
en: "Template",
es: "Plantilla",
fa: "پوسته",
fr: "Modèle",
hu: "Sablon",
it: "Template",
Expand Down Expand Up @@ -429,6 +442,7 @@ const repoCardLocales = {
de: "Archiviert",
en: "Archived",
es: "Archivados",
fa: "بایگانی شده",
fr: "Archivé",
hu: "Archivált",
it: "Archiviata",
Expand Down Expand Up @@ -463,6 +477,7 @@ const langCardLocales = {
bn: "সর্বাধিক ব্যবহৃত ভাষা সমূহ",
en: "Most Used Languages",
es: "Lenguajes más usados",
fa: "پرکاربردترین زبان های استفاده شده",
fr: "Langages les plus utilisés",
hu: "Leggyakrabban használt nyelvek",
it: "Linguaggi più utilizzati",
Expand Down Expand Up @@ -494,6 +509,7 @@ const langCardLocales = {
bn: "কোন ভাষার ডেটা নেই।",
en: "No languages data.",
es: "Sin datos de idiomas.",
fa: "داده زبان ها موجود نیست",
fr: "Aucune donnée sur les langues.",
hu: "Nincsenek nyelvi adatok.",
it: "Nessun dato sulle lingue.",
Expand Down Expand Up @@ -528,6 +544,7 @@ const wakatimeCardLocales = {
en: "WakaTime Stats",
bn: "WakaTime স্ট্যাটাস",
es: "Estadísticas de WakaTime",
fa: "آمار زمان صرف شده",
fr: "Statistiques de WakaTime",
hu: "WakaTime statisztika",
it: "Statistiche WakaTime",
Expand Down Expand Up @@ -559,6 +576,7 @@ const wakatimeCardLocales = {
en: "last year",
bn: "গত বছর",
es: "El año pasado",
fa: "سال گذشته",
fr: "L'année dernière",
hu: "Tavaly",
it: "L'anno scorso",
Expand Down Expand Up @@ -590,6 +608,7 @@ const wakatimeCardLocales = {
en: "last 7 days",
bn: "গত ৭ দিন",
es: "Últimos 7 días",
fa: "در 7 روز گذشته",
fr: "7 derniers jours",
hu: "Elmúlt 7 nap",
it: "Ultimi 7 giorni",
Expand Down Expand Up @@ -621,6 +640,7 @@ const wakatimeCardLocales = {
en: "WakaTime user profile not public",
bn: "WakaTime ব্যবহারকারীর প্রোফাইল প্রকাশ্য নয়",
es: "Perfil de usuario de WakaTime no público",
fa: "نمایه کاربر آمار زمان صرف شده عمومی نیست",
fr: "Profil utilisateur WakaTime non public",
hu: "A WakaTime felhasználói profilja nem nyilvános",
it: "Profilo utente WakaTime non pubblico",
Expand Down Expand Up @@ -652,6 +672,7 @@ const wakatimeCardLocales = {
en: "User doesn't publicly share detailed code statistics",
bn: "ব্যবহারকারী বিস্তারিত কোড পরিসংখ্যান প্রকাশ করেন না",
es: "El usuario no comparte públicamente estadísticas detalladas de código",
fa: "کاربر آمار دقیق کد را به صورت عمومی به اشتراک نمی گذارد",
fr: "L'utilisateur ne partage pas publiquement de statistiques de code détaillées",
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",
Expand Down Expand Up @@ -685,6 +706,7 @@ const wakatimeCardLocales = {
en: "No coding activity this week",
bn: "এই সপ্তাহে কোন কোডিং অ্যাক্টিভিটি নেই",
es: "No hay actividad de codificación esta semana",
fa: "هیچ فعالیت کدنویسی در این هفته انجام نشده است",
fr: "Aucune activité de codage cette semaine",
hu: "Nem volt aktivitás ezen a héten",
it: "Nessuna attività in questa settimana",
Expand Down