=html_escape(_("%{user_name} (%{user_username}) was removed from the following escalation policies in %{project_link}: "))%{user_name: @user.name,user_username: @user.username,project_link: link_to(@project.name,project_url(@project).html_safe)}
%li=html_escape(_("%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"))%{policy_link: policy_link,elapsed_time: rule.elapsed_time_seconds/60,status: rule.status}
%p
=html_escape(_("Please review the updated escalation policies for %{project_link}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."))%{project_link: link_to(@project.name,project_url(@project).html_safe)}
<%=_("%{user_name} (%{user_username}) was removed from the following escalation policies in %{project}:")%{user_name: @user.name,user_username: @user.username,project: @project.name}%>
<%=_("Please review the updated escalation policies for %{project}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage.")%{project: @project.name}%>
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
msgid "%{primary} (%{secondary})"
msgstr ""
...
...
@@ -1035,6 +1038,12 @@ msgstr ""
msgid "%{user_name} (%{user_username}) was removed from %{rotation} in %{schedule} in %{project}. "
msgstr ""
msgid "%{user_name} (%{user_username}) was removed from the following escalation policies in %{project_link}: "
msgstr ""
msgid "%{user_name} (%{user_username}) was removed from the following escalation policies in %{project}:"
msgstr ""
msgid "%{user_name} profile page"
msgstr ""
...
...
@@ -1215,6 +1224,9 @@ msgstr ""
msgid ", or "
msgstr ""
msgid "- %{policy_name} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
msgid "- Available to run jobs."
msgstr ""
...
...
@@ -26189,6 +26201,12 @@ msgstr ""
msgid "Please refer to %{docs_url}"
msgstr ""
msgid "Please review the updated escalation policies for %{project_link}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
msgid "Please review the updated escalation policies for %{project}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."