From db58dbabfc53c96fb47bcfa195ace2a5d61908ad Mon Sep 17 00:00:00 2001
From: GiteaBot <teabot@gitea.io>
Date: Fri, 8 Feb 2019 16:48:45 +0000
Subject: [PATCH] [skip ci] Updated translations via Crowdin

---
 options/locale/locale_ja-JP.ini | 6 ++++--
 options/locale/locale_pt-BR.ini | 2 ++
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/options/locale/locale_ja-JP.ini b/options/locale/locale_ja-JP.ini
index 8f019404c7..5b300ac68f 100644
--- a/options/locale/locale_ja-JP.ini
+++ b/options/locale/locale_ja-JP.ini
@@ -732,8 +732,10 @@ issues.action_milestone=マイルストーン
 issues.action_milestone_no_select=マイルストーンなし
 issues.action_assignee=担当者
 issues.action_assignee_no_select=担当者なし
-issues.opened_by=<a href="%[2]s">%[3]s</a>が %[1]s に作成
-issues.opened_by_fake=%[2]s が %[1]s に作成
+issues.opened_by=<a href="%[2]s">%[3]s</a>が%[1]sに作成
+pulls.merged_by=<a href="%[2]s">%[3]s</a>が%[1]sにマージ
+issues.closed_by=<a href="%[2]s">%[3]s</a>が%[1]sにクローズ
+issues.opened_by_fake=%[2]sが%[1]sに作成
 issues.previous=前ページ
 issues.next=次ページ
 issues.open_title=オープン
diff --git a/options/locale/locale_pt-BR.ini b/options/locale/locale_pt-BR.ini
index 53d2a06345..036cf48464 100644
--- a/options/locale/locale_pt-BR.ini
+++ b/options/locale/locale_pt-BR.ini
@@ -733,6 +733,8 @@ issues.action_milestone_no_select=Sem marco
 issues.action_assignee=Responsável
 issues.action_assignee_no_select=Sem responsável
 issues.opened_by=aberto por <a href="%[2]s">%[3]s</a> %[1]s
+pulls.merged_by=merge aplicado %[1]s por <a href="%[2]s">%[3]s</a>
+issues.closed_by=fechado %[1]s por <a href="%[2]s">%[3]s</a>
 issues.opened_by_fake=aberto por %[2]s %[1]s
 issues.previous=Anterior
 issues.next=Próximo