@@ -1685,16 +1685,16 @@ issues.timetracker_timer_manually_add = Add Time
16851685
16861686issues.time_estimate_set = Set estimated time
16871687issues.time_estimate_display = Estimate: %s
1688- issues.change_time_estimate_at = changed time estimate to <b>%s</b> %s
1688+ issues.change_time_estimate_at = changed time estimate to <b>%[1] s</b> %[2] s
16891689issues.remove_time_estimate_at = removed time estimate %s
16901690issues.time_estimate_invalid = Time estimate format is invalid
16911691issues.start_tracking_history = started working %s
16921692issues.tracker_auto_close = Timer will be stopped automatically when this issue gets closed
16931693issues.tracking_already_started = `You have already started time tracking on <a href=" %s" >another issue</a>!`
1694- issues.stop_tracking_history = worked for <b>%s</b> %s
1694+ issues.stop_tracking_history = worked for <b>%[1] s</b> %[2] s
16951695issues.cancel_tracking_history = `canceled time tracking %s`
16961696issues.del_time = Delete this time log
1697- issues.add_time_history = added spent time <b>%s</b> %s
1697+ issues.add_time_history = added spent time <b>%[1] s</b> %[2] s
16981698issues.del_time_history= `deleted spent time %s`
16991699issues.add_time_manually = Manually Add Time
17001700issues.add_time_hours = Hours
@@ -2714,6 +2714,8 @@ branch.create_branch_operation = Create branch
27142714branch.new_branch = Create new branch
27152715branch.new_branch_from = Create new branch from "%s"
27162716branch.renamed = Branch %s was renamed to %s.
2717+ branch.rename_default_or_protected_branch_error = Only admins can rename default or protected branches.
2718+ branch.rename_protected_branch_failed = This branch is protected by glob-based protection rules.
27172719
27182720tag.create_tag = Create tag %s
27192721tag.create_tag_operation = Create tag
0 commit comments