diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2017-02-11 12:00:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-11 12:00:29 +0800 |
commit | cf0f451c37496c84795e98191a20350e0f5be35c (patch) | |
tree | cea8b11a1a9afbf29f828c6132dc19c07c741bdc /options | |
parent | 3576e1ee739cc03f87e6ce98dbef2f32b517b202 (diff) | |
download | gitea-cf0f451c37496c84795e98191a20350e0f5be35c.tar.gz gitea-cf0f451c37496c84795e98191a20350e0f5be35c.zip |
Add delete branch track on pull request comments (#888)
* add delete branch track on pull request comments
* don't change vendor
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 | ||||
-rw-r--r-- | options/locale/locale_zh-CN.ini | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 3d1fd9da58..7e0d3feec9 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -551,6 +551,7 @@ issues.self_assign_at = `self-assigned this %s` issues.add_assignee_at = `was assigned by <b>%s</b> %s` issues.remove_assignee_at = `removed their assignment %s` issues.change_title_at = `changed title from <b>%s</b> to <b>%s</b> %s` +issues.delete_branch_at = `deleted branch <b>%s</b> %s` issues.open_tab = %d Open issues.close_tab = %d Closed issues.filter_label = Label diff --git a/options/locale/locale_zh-CN.ini b/options/locale/locale_zh-CN.ini index 3356a41280..74810cd882 100644 --- a/options/locale/locale_zh-CN.ini +++ b/options/locale/locale_zh-CN.ini @@ -510,6 +510,7 @@ issues.self_assign_at = `于 %s 指派给自己` issues.add_assignee_at = `于 %[2]s 被 <b>%[1]s</b> 指派` issues.remove_assignee_at = `于 %s 取消了指派` issues.change_title_at = `于 %[3]s 修改标题 <b>%[1]s</b> 为 <b>%[2]s</b>` +issues.delete_branch_at = `于 %[2]s 删除了分支 <b>%[1]s` issues.open_tab=%d 个开启中 issues.close_tab=%d 个已关闭 issues.filter_label=标签筛选 |