=_('Before you can add a GPG key you need to %{help_link_start}Generate it.%{help_link_end}'.html_safe)%{help_link_start: help_link_start,help_link_end: '</a>'.html_safe}
=_('Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}').html_safe%{help_link_start: help_link_start,help_link_end: '</a>'.html_safe}
%p=_("Paste your public SSH key, which is usually contained in the file '~/.ssh/id_ed25519.pub' or '~/.ssh/id_rsa.pub' and begins with 'ssh-ed25519' or 'ssh-rsa'. Do not paste your private SSH key, as that can compromise your identity.")
=_('Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}').html_safe%{help_link_start: help_link_start,help_link_end: '</a>'.html_safe}
=_('To add an SSH key you need to %{generate_link_start}generate one%{link_end} or use an %{existing_link_start}existing key%{link_end}.').html_safe%{generate_link_start: generate_link_start,existing_link_start: existing_link_start,link_end: '</a>'.html_safe}
msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
msgstr ""
...
@@ -2075,6 +2078,9 @@ msgstr ""
...
@@ -2075,6 +2078,9 @@ msgstr ""
msgid "Add an SSH key"
msgid "Add an SSH key"
msgstr ""
msgstr ""
msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
msgid "Add an existing issue"
msgid "Add an existing issue"
msgstr ""
msgstr ""
...
@@ -25690,9 +25696,6 @@ msgstr ""
...
@@ -25690,9 +25696,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
msgid "Paste this DSN into your Sentry SDK"
msgstr ""
msgstr ""
msgid "Paste your public SSH key, which is usually contained in the file '~/.ssh/id_ed25519.pub' or '~/.ssh/id_rsa.pub' and begins with 'ssh-ed25519' or 'ssh-rsa'. Do not paste your private SSH key, as that can compromise your identity."
msgstr ""
msgid "Patch to apply"
msgid "Patch to apply"
msgstr ""
msgstr ""
...
@@ -27097,6 +27100,9 @@ msgstr ""
...
@@ -27097,6 +27100,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
msgstr ""
msgid "Profiles|Begins with %{ssh_key_algorithms}."
msgstr ""
msgid "Profiles|Bio"
msgid "Profiles|Bio"
msgstr ""
msgstr ""
...
@@ -27346,9 +27352,6 @@ msgstr ""
...
@@ -27346,9 +27352,6 @@ msgstr ""
msgid "Profiles|Type your %{confirmationValue} to confirm:"
msgid "Profiles|Type your %{confirmationValue} to confirm:"
msgstr ""
msgstr ""
msgid "Profiles|Typically starts with \"ssh-ed25519 …\" or \"ssh-rsa …\""
msgstr ""
msgid "Profiles|Update profile settings"
msgid "Profiles|Update profile settings"
msgstr ""
msgstr ""
...
@@ -37053,9 +37056,6 @@ msgstr ""
...
@@ -37053,9 +37056,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgstr ""
msgid "To add an SSH key you need to %{generate_link_start}generate one%{link_end} or use an %{existing_link_start}existing key%{link_end}."
msgstr ""
msgid "To add the entry manually, provide the following details to the application on your phone."
msgid "To add the entry manually, provide the following details to the application on your phone."
expect(rendered).tohave_text("Paste your public SSH key, which is usually contained in the file '~/.ssh/id_ed25519.pub' or '~/.ssh/id_rsa.pub' and begins with 'ssh-ed25519' or 'ssh-rsa'. Do not paste your private SSH key, as that can compromise your identity.")
expect(rendered).tohave_text(s_('Profiles|Begins with %{ssh_key_algorithms}.')%{ssh_key_algorithms: ssh_key_allowed_algorithms})