Commit 0c0f7bb9 authored by Olena Horal-Koretska's avatar Olena Horal-Koretska

Merge branch 'Externalise-strings-in-_profile.html.haml' into 'master'

Externalize strings in users/_profile.html.haml

See merge request gitlab-org/gitlab!58106
parents 1903dadf 2ef2ece1
.card .card
.card-header .card-header
Profile = _('Profile')
%ul.content-list %ul.content-list
%li %li
%span.light Member since %span.light= _('Member since')
%strong= user.created_at.to_s(:medium) %strong= user.created_at.to_s(:medium)
- unless user.public_email.blank? - unless user.public_email.blank?
%li %li
%span.light E-mail: %span.light= _('E-mail:')
%strong= link_to user.public_email, "mailto:#{user.public_email}" %strong= link_to user.public_email, "mailto:#{user.public_email}"
- unless user.skype.blank? - unless user.skype.blank?
%li %li
%span.light Skype: %span.light= _('Skype:')
%strong= link_to user.skype, "skype:#{user.skype}" %strong= link_to user.skype, "skype:#{user.skype}"
- unless user.linkedin.blank? - unless user.linkedin.blank?
%li %li
%span.light LinkedIn: %span.light= _('LinkedIn:')
%strong= link_to user.linkedin, "https://www.linkedin.com/in/#{user.linkedin}" %strong= link_to user.linkedin, "https://www.linkedin.com/in/#{user.linkedin}"
- unless user.twitter.blank? - unless user.twitter.blank?
%li %li
%span.light Twitter: %span.light= _('Twitter:')
%strong= link_to user.twitter, "https://twitter.com/#{user.twitter}" %strong= link_to user.twitter, "https://twitter.com/#{user.twitter}"
- unless user.website_url.blank? - unless user.website_url.blank?
%li %li
%span.light Website: %span.light= _('Website:')
%strong= link_to user.short_website_url, user.full_website_url %strong= link_to user.short_website_url, user.full_website_url
- unless user.location.blank? - unless user.location.blank?
%li %li
%span.light Location: %span.light= _('Location:')
%strong= user.location %strong= user.location
---
title: Externalize strings in admin/users/_profile.html.haml
merge_request: 58106
author: nuwe1
type: other
...@@ -11657,6 +11657,9 @@ msgstr "" ...@@ -11657,6 +11657,9 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)" msgid "Dynamic Application Security Testing (DAST)"
msgstr "" msgstr ""
msgid "E-mail:"
msgstr ""
msgid "Each project can also have an issue tracker and a wiki." msgid "Each project can also have an issue tracker and a wiki."
msgstr "" msgstr ""
...@@ -19259,6 +19262,9 @@ msgstr "" ...@@ -19259,6 +19262,9 @@ msgstr ""
msgid "LinkedIn" msgid "LinkedIn"
msgstr "" msgstr ""
msgid "LinkedIn:"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines" msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr "" msgstr ""
...@@ -19346,6 +19352,9 @@ msgstr "" ...@@ -19346,6 +19352,9 @@ msgstr ""
msgid "Location" msgid "Location"
msgstr "" msgstr ""
msgid "Location:"
msgstr ""
msgid "Lock" msgid "Lock"
msgstr "" msgstr ""
...@@ -19853,6 +19862,9 @@ msgstr "" ...@@ -19853,6 +19862,9 @@ msgstr ""
msgid "Member lock" msgid "Member lock"
msgstr "" msgstr ""
msgid "Member since"
msgstr ""
msgid "Member since %{date}" msgid "Member since %{date}"
msgstr "" msgstr ""
...@@ -29460,6 +29472,9 @@ msgstr "" ...@@ -29460,6 +29472,9 @@ msgstr ""
msgid "Skipped deployment to" msgid "Skipped deployment to"
msgstr "" msgstr ""
msgid "Skype:"
msgstr ""
msgid "Slack application" msgid "Slack application"
msgstr "" msgstr ""
...@@ -33591,6 +33606,9 @@ msgstr "" ...@@ -33591,6 +33606,9 @@ msgstr ""
msgid "Twitter" msgid "Twitter"
msgstr "" msgstr ""
msgid "Twitter:"
msgstr ""
msgid "Two-Factor Authentication" msgid "Two-Factor Authentication"
msgstr "" msgstr ""
...@@ -35599,6 +35617,9 @@ msgstr "" ...@@ -35599,6 +35617,9 @@ msgstr ""
msgid "Webhooks|Wiki page events" msgid "Webhooks|Wiki page events"
msgstr "" msgstr ""
msgid "Website:"
msgstr ""
msgid "Wednesday" msgid "Wednesday"
msgstr "" msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment