Commit 2ef2ece1 authored by Marvin Karegyeya's avatar Marvin Karegyeya Committed by Olena Horal-Koretska

Externalize strings in users/_profile.html.haml

parent fa991d51
.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
...@@ -11642,6 +11642,9 @@ msgstr "" ...@@ -11642,6 +11642,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 ""
...@@ -19193,6 +19196,9 @@ msgstr "" ...@@ -19193,6 +19196,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 ""
...@@ -19280,6 +19286,9 @@ msgstr "" ...@@ -19280,6 +19286,9 @@ msgstr ""
msgid "Location" msgid "Location"
msgstr "" msgstr ""
msgid "Location:"
msgstr ""
msgid "Lock" msgid "Lock"
msgstr "" msgstr ""
...@@ -19784,6 +19793,9 @@ msgstr "" ...@@ -19784,6 +19793,9 @@ msgstr ""
msgid "Member lock" msgid "Member lock"
msgstr "" msgstr ""
msgid "Member since"
msgstr ""
msgid "Member since %{date}" msgid "Member since %{date}"
msgstr "" msgstr ""
...@@ -29376,6 +29388,9 @@ msgstr "" ...@@ -29376,6 +29388,9 @@ msgstr ""
msgid "Skipped deployment to" msgid "Skipped deployment to"
msgstr "" msgstr ""
msgid "Skype:"
msgstr ""
msgid "Slack application" msgid "Slack application"
msgstr "" msgstr ""
...@@ -33489,6 +33504,9 @@ msgstr "" ...@@ -33489,6 +33504,9 @@ msgstr ""
msgid "Twitter" msgid "Twitter"
msgstr "" msgstr ""
msgid "Twitter:"
msgstr ""
msgid "Two-Factor Authentication" msgid "Two-Factor Authentication"
msgstr "" msgstr ""
...@@ -35494,6 +35512,9 @@ msgstr "" ...@@ -35494,6 +35512,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