From 081485ecfddc88a05fdea0b0230672271658c086 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 1 Feb 2017 10:36:08 +0800 Subject: add milestone changed traker on issue view (#804) --- options/locale/locale_en-US.ini | 3 +++ options/locale/locale_zh-CN.ini | 3 +++ 2 files changed, 6 insertions(+) (limited to 'options') diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 546b9489b1..cd2b67f8da 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -543,6 +543,9 @@ issues.label_templates.use = Use this label set issues.label_templates.fail_to_load_file = Failed to load label template file '%s': %v issues.add_label_at = `added the
%s
label %s` issues.remove_label_at = `removed the
%s
label %s` +issues.add_milestone_at = `added this to the %s milestone %s` +issues.change_milestone_at = `modified the milestone from %s to %s %s` +issues.remove_milestone_at = `removed this from the %s milestone %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 840ff36b5f..dfb9bbb172 100644 --- a/options/locale/locale_zh-CN.ini +++ b/options/locale/locale_zh-CN.ini @@ -503,6 +503,9 @@ issues.label_templates.use=加载标签模板 issues.label_templates.fail_to_load_file=加载标签模板文件 '%s' 时发生错误:%v issues.add_label_at = ` %[4]s 添加了标签
%[3]s
` issues.remove_label_at = ` %[4]s 删除了标签
%[3]s
` +issues.add_milestone_at = ` %[2]s 添加了里程碑 %[1]s` +issues.change_milestone_at = `%[3]s 修改了里程碑从 %[1]s%[2]s` +issues.remove_milestone_at = `%[2]s 删除了里程碑 %[1]s` issues.open_tab=%d 个开启中 issues.close_tab=%d 个已关闭 issues.filter_label=标签筛选 -- cgit v1.2.3