Skip to content

Commit 4815274

Browse files
nersohchinesedfan
authored andcommitted
fix(locale): Update locale text for pt-Br (#896)
1 parent f4ab867 commit 4815274

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/locale/languages/it.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = {
1414
'Are you sure?': 'Sei sicuro?',
1515
'Assign Yourself': 'Autoassegna',
1616
Assignees: 'Assegnatari',
17-
'Author: ': 'Autori',
17+
'Author: ': 'Autori: ',
1818
BIO: 'BIO',
1919
CANCEL: 'ANNULLA',
2020
CONTACT: 'CONTATTI',
@@ -34,7 +34,7 @@ module.exports = {
3434
'Commit Message': 'Messaggio di commit',
3535
'Commit Title': 'Titolo del commit',
3636
Commits: 'Commit',
37-
'Committer: ': 'Autore del commit',
37+
'Committer: ': 'Autore del commit: ',
3838
'Communicate on conversations, merge pull requests and more':
3939
'Comunica su conversazioni, fai il merge di PR e altro',
4040
Company: 'Azienda',

src/locale/languages/pt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = {
1414
'Are you sure?': 'Tem a certeza?',
1515
'Assign Yourself': 'Atribua a você',
1616
Assignees: 'Atribuída a',
17-
'Author: ': 'Autor',
17+
'Author: ': 'Autor: ',
1818
BIO: 'BIOGRAFIA',
1919
CANCEL: 'CANCELAR',
2020
CONTACT: 'CONTATO',

src/locale/languages/ptBr.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = {
1414
'Are you sure?': 'Tem certeza?',
1515
'Assign Yourself': 'Atribua a você',
1616
Assignees: 'Atribuída a',
17-
'Author: ': 'Autor',
17+
'Author: ': 'Autor: ',
1818
BIO: 'BIO',
1919
CANCEL: 'CANCELAR',
2020
CONTACT: 'CONTATO',
@@ -164,7 +164,7 @@ module.exports = {
164164
Users: 'Usuários',
165165
'View All': 'Ver Todos',
166166
'View Code': 'Ver Código',
167-
'View Commits': '',
167+
'View Commits': 'Ver Commits',
168168
'View and control all of your unread and participating notifications':
169169
'Ver e controlar todas as suas notificações',
170170
Watch: 'Acompanhar',
@@ -238,7 +238,7 @@ module.exports = {
238238
'{actor} reaberto issue {issue} em {repo}',
239239
'{actor} reopened pull request {pr} at {repo}':
240240
'{actor} reaberto pull request {pr} em {repo}',
241-
'{actor} starred {repo}': '{actor} favoritado {repo}',
241+
'{actor} starred {repo}': '{actor} favoritou {repo}',
242242
'{almostXYears}y': '',
243243
'{halfAMinute}s': '',
244244
'{lessThanXMinutes}m': '',

0 commit comments

Comments
 (0)