Skip to content

Commit

Permalink
feat(translation): added Hungarian card translations (anuraghazra#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pethical authored Oct 31, 2020
1 parent a15fe13 commit 9f84fa6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const statCardLocales = ({ name, apostrophe }) => {
en: `${encodeHTML(name)}'${apostrophe} GitHub Stats`,
es: `Estadísticas de GitHub de ${encodeHTML(name)}`,
fr: `Statistiques GitHub de ${encodeHTML(name)}`,
hu: `${encodeHTML(name)} GitHub statisztika`,
it: `Statistiche GitHub di ${encodeHTML(name)}`,
ja: `${encodeHTML(name)}の GitHub 統計`,
kr: `${encodeHTML(name)}의 GitHub 통계`,
Expand All @@ -22,6 +23,7 @@ const statCardLocales = ({ name, apostrophe }) => {
en: "Total Stars",
es: "Estrellas totales",
fr: "Total d'étoiles",
hu: "Csillagok",
it: "Stelle totali",
ja: "スターされた数",
kr: "총 별",
Expand All @@ -36,6 +38,7 @@ const statCardLocales = ({ name, apostrophe }) => {
en: "Total Commits",
es: "Compromisos totales",
fr: "Total des engagements",
hu: "Összes commit",
it: "Commit totali",
ja: "合計コミット数",
kr: "총 커밋",
Expand All @@ -50,6 +53,7 @@ const statCardLocales = ({ name, apostrophe }) => {
en: "Total PRs",
es: "RP totales",
fr: "Total des PR",
hu: "Összes PR",
it: "PR totali",
ja: "合計 PR",
kr: "총 PR",
Expand All @@ -64,6 +68,7 @@ const statCardLocales = ({ name, apostrophe }) => {
en: "Total Issues",
es: "Problemas totales",
fr: "Nombre total de problèmes",
hu: "Összes hibajegy",
it: "Segnalazioni totali",
ja: "合計 issue",
kr: "총 문제",
Expand All @@ -78,6 +83,7 @@ const statCardLocales = ({ name, apostrophe }) => {
en: "Contributed to",
es: "Contribuido a",
fr: "Contribué à",
hu: "Hozzájárulások",
it: "Ha contribuito a",
ja: "コントリビュートしたリポジトリ",
kr: "에 기여하다",
Expand All @@ -96,6 +102,7 @@ const repoCardLocales = {
en: "Template",
es: "Modelo",
fr: "Modèle",
hu: "Sablon",
it: "Template",
ja: "テンプレート",
kr: "주형",
Expand All @@ -110,6 +117,7 @@ const repoCardLocales = {
en: "Archived",
es: "Archivé",
fr: "Archivé",
hu: "Archivált",
it: "Archiviata",
ja: "アーカイブ済み",
kr: "보관 됨",
Expand All @@ -127,6 +135,7 @@ const langCardLocales = {
en: "Most Used Languages",
es: "Idiomas más usados",
fr: "Langues les plus utilisées",
hu: "Leggyakrabban használt nyelvek",
it: "Linguaggi più utilizzati",
ja: "最もよく使っている言語",
kr: "가장 많이 사용되는 언어",
Expand All @@ -144,6 +153,7 @@ const wakatimeCardLocales = {
en: "Wakatime Week Stats",
es: "Estadísticas de la semana de Wakatime",
fr: "Statistiques de la semaine Wakatime",
hu: "Wakatime heti statisztika",
it: "Statistiche della settimana di Wakatime",
ja: "Wakatime ウィーク統計",
kr: "Wakatime 주간 통계",
Expand All @@ -158,6 +168,7 @@ const wakatimeCardLocales = {
en: "No coding activity this week",
es: "No hay actividad de codificación esta semana",
fr: "Aucune activité de codage cette semaine",
hu: "Nem volt aktivitás ezen a héten",
it: "Nessuna attività in questa settimana",
ja: "今週のコーディング活動はありません",
kr: "이번 주 코딩 활동 없음",
Expand Down

0 comments on commit 9f84fa6

Please sign in to comment.