=s_('InviteEmail|Join your team on GitLab! %{inviter} invited you to %{project_or_group_name}')%{inviter: inviter_name,project_or_group_name: placeholders[:project_or_group_name]}
-else
=s_('InviteEmail|Join your team on GitLab! You are invited to %{project_or_group_name}')%{project_or_group_name: placeholders[:project_or_group_name]}
=html_escape(s_("InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}"))%placeholders.merge({inviter: (link_tomember.created_by.name,user_url(member.created_by)).html_safe})
=html_escape(s_("InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}"))%placeholders.merge({inviter: (link_toinviter_name,user_url(member.created_by)).html_safe})
-else
=html_escape(s_("InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}"))%placeholders
msgid "InviteEmail|Join your team on GitLab! %{inviter} invited you to %{project_or_group_name}"
msgstr ""
msgid "InviteEmail|Join your team on GitLab! You are invited to %{project_or_group_name}"
msgstr ""
msgid "InviteEmail|Projects are used to host and collaborate on code, track issues, and continuously build, test, and deploy your app with built-in GitLab CI/CD."