diff options
author | GiteaBot <teabot@gitea.io> | 2019-02-08 16:48:45 +0000 |
---|---|---|
committer | GiteaBot <teabot@gitea.io> | 2019-02-08 16:48:45 +0000 |
commit | db58dbabfc53c96fb47bcfa195ace2a5d61908ad (patch) | |
tree | b4be2b41bc8b84259a482b9048b4d86aa4ab1cbd /options | |
parent | ba91214633280313a7b97205b9a7cb6e43001680 (diff) | |
download | gitea-db58dbabfc53c96fb47bcfa195ace2a5d61908ad.tar.gz gitea-db58dbabfc53c96fb47bcfa195ace2a5d61908ad.zip |
[skip ci] Updated translations via Crowdin
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_ja-JP.ini | 6 | ||||
-rw-r--r-- | 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 |