diff options
author | GiteaBot <teabot@gitea.io> | 2019-12-23 12:34:47 +0000 |
---|---|---|
committer | GiteaBot <teabot@gitea.io> | 2019-12-23 12:34:47 +0000 |
commit | 2de8b27dd1a109e923af7e9026e541539ec054ed (patch) | |
tree | 5a88047207710e5d2656603b1d44edeb0ac934ae /options | |
parent | 89b4e0477b4e1b9e1cccd87b68fde4ea8a578e9c (diff) | |
download | gitea-2de8b27dd1a109e923af7e9026e541539ec054ed.tar.gz gitea-2de8b27dd1a109e923af7e9026e541539ec054ed.zip |
[skip ci] Updated translations via Crowdin
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_ja-JP.ini | 3 | ||||
-rw-r--r-- | options/locale/locale_pt-BR.ini | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/options/locale/locale_ja-JP.ini b/options/locale/locale_ja-JP.ini index e797a7aa31..2ac06d0263 100644 --- a/options/locale/locale_ja-JP.ini +++ b/options/locale/locale_ja-JP.ini @@ -2045,7 +2045,8 @@ reopen_issue=`が課題 <a href="%s/issues/%s">%s#%[2]s</a> を再オープン create_pull_request=`がプルリクエスト <a href="%s/pulls/%s">%s#%[2]s</a> を作成しました` close_pull_request=`がプルリクエスト <a href="%s/pulls/%s">%s#%[2]s</a> をクローズしました` reopen_pull_request=`がプルリクエスト <a href="%s/pulls/%s">%s#%[2]s</a> を再オープンしました` -comment_issue=`が課題 <a href="%s/issues/%s">%s#%[2]s</a> へコメントしました` +comment_issue=`が課題 <a href="%s/issues/%s">%s#%[2]s</a> にコメントしました` +comment_pull=`がプルリクエスト <a href="%s/pulls/%s">%s#%[2]s</a> にコメントしました` merge_pull_request=`がプルリクエスト <a href="%s/pulls/%s">%s#%[2]s</a> をマージしました` transfer_repo=がリポジトリ <code>%s</code> を <a href="%s">%s</a> へ移転しました push_tag=がタグ <a href="%s/src/tag/%s">%[2]s</a> を <a href="%[1]s">%[3]s</a> にプッシュしました diff --git a/options/locale/locale_pt-BR.ini b/options/locale/locale_pt-BR.ini index fa0c7c65b0..19e30c4631 100644 --- a/options/locale/locale_pt-BR.ini +++ b/options/locale/locale_pt-BR.ini @@ -2046,6 +2046,7 @@ create_pull_request=`criou o pull request <a href="%s/pulls/%s">%s#%[2]s</a>` close_pull_request=`fechou o pull request <a href="%s/pulls/%s">%s#%[2]s</a>` reopen_pull_request=`reabriu o pull request <a href="%s/pulls/%s">%s#%[2]s</a>` comment_issue=`comentou sobre a issue <a href="%s/issues/%s">%s#%[2]s</a>` +comment_pull=`comentou no pull request <a href="%s/pulls/%s">%s#%[2]s</a>` merge_pull_request=`aplicou merge do pull request <a href="%s/pulls/%s">%s#%[2]s</a>` transfer_repo=transferiu repositório de <code>%s</code> para <a href="%s">%s</a> push_tag=realizou push da tag <a href="%s/src/tag/%s">%[2]s</a> para <a href="%[1]s">%[3]s</a> |