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:
Carlos_Mesquita 2021-01-03 04:51:22 -03:00 committed by GitHub
parent d04f72134a
commit 68f02b095a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: "Наиболее часто используемые языки",