mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2024-12-15 06:04:17 +08:00
chore: fix pt br locales (#767)
* fix: the correct term is 'Commits' instead of 'Compromissos' * fix: the correct term is 'Commits' instead of 'Problemas' * fix: the correct term is 'Arquivados' instead of 'Arquivada' * fix: the correct term is 'Linguagens' instead of 'Linguas'
This commit is contained in:
parent
d04f72134a
commit
68f02b095a
@ -57,7 +57,7 @@ const statCardLocales = ({ name, apostrophe }) => {
|
||||
kr: "전체 커밋 수",
|
||||
nl: "Totale Commits",
|
||||
"pt-pt": "Total de Commits",
|
||||
"pt-br": "Total de compromissos",
|
||||
"pt-br": "Total de Commits",
|
||||
np: "कुल Commits",
|
||||
el: "Σύνολο Commits",
|
||||
ru: "Всего коммитов",
|
||||
@ -99,7 +99,7 @@ const statCardLocales = ({ name, apostrophe }) => {
|
||||
kr: "이슈 개수",
|
||||
nl: "Totale Issues",
|
||||
"pt-pt": "Total de Issues",
|
||||
"pt-br": "Total de problemas",
|
||||
"pt-br": "Total de Issues",
|
||||
np: "कुल मुद्दाहरू",
|
||||
el: "Σύνολο Ζητημάτων",
|
||||
ru: "Всего issue",
|
||||
@ -166,7 +166,7 @@ const repoCardLocales = {
|
||||
kr: "보관됨",
|
||||
nl: "Gearchiveerd",
|
||||
"pt-pt": "Arquivados",
|
||||
"pt-br": "Arquivada",
|
||||
"pt-br": "Arquivados",
|
||||
np: "अभिलेख राखियो",
|
||||
el: "Αρχειοθετημένα",
|
||||
ru: "Архивирован",
|
||||
@ -190,7 +190,7 @@ const langCardLocales = {
|
||||
kr: "가장 많이 사용된 언어",
|
||||
nl: "Meest gebruikte talen",
|
||||
"pt-pt": "Idiomas mais usados",
|
||||
"pt-br": "Línguas Mais Usadas",
|
||||
"pt-br": "Linguagens mais usadas",
|
||||
np: "अधिक प्रयोग गरिएको भाषाहरू",
|
||||
el: "Οι περισσότερο χρησιμοποιούμενες γλώσσες",
|
||||
ru: "Наиболее часто используемые языки",
|
||||
|
Loading…
Reference in New Issue
Block a user