output<<content_tag(:span,access,class: "user-access-role has-tooltip d-none d-xl-inline-block gl-ml-3 ",title: _("This user is a %{access} of the %{name} project.")%{access: access.downcase,name: project.name})
output<<content_tag(:span,_("Contributor"),class: "user-access-role has-tooltip d-none d-xl-inline-block gl-ml-3",title: _("This user has previously committed to the %{name} project.")%{name: project.name})
%span{class: 'note-role user-access-role has-tooltip d-none d-md-inline-block',title: _("This user is the author of this %{noteable}.")%{noteable: @noteable.human_class_name}}=_("Author")
-ifaccess
%span{class: 'note-role user-access-role has-tooltip',title: _("This user is a %{access} of the %{name} project.")%{access: access.downcase,name: note.project_name}}=access
-elsifnote.contributor?
%span{class: 'note-role user-access-role has-tooltip',title: _("This user has previously committed to the %{name} project.")%{name: note.project_name}}=_("Contributor")
msgid "This is a security log of important events involving your account."
msgstr ""
msgid "This is the author's first Merge Request to this project."
msgstr ""
msgid "This is the highest peak of users on your installation since the license started."
msgstr ""
...
...
@@ -25852,6 +25852,15 @@ msgstr ""
msgid "This user has no identities"
msgstr ""
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user is a %{access} of the %{name} project."
msgstr ""
msgid "This user is the author of this %{noteable}."
msgstr ""
msgid "This user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."