Commit 25eb4333 authored by Jacques Erasmus's avatar Jacques Erasmus

Merge branch 'Externalise-strings-in-help/index.html.haml' into 'master'

Externalize strings in help/index.html.haml

See merge request gitlab-org/gitlab!58441
parents c4b8fe7e 762b5e5b
......@@ -13,19 +13,20 @@
- unless Gitlab::CurrentSettings.help_page_hide_commercial_content?
%p.slead
GitLab is open source software to collaborate on code.
= _('GitLab is open source software to collaborate on code.')
%br
Manage git repositories with fine-grained access controls that keep your code secure.
= _('Manage git repositories with fine-grained access controls that keep your code secure.')
%br
Perform code reviews and enhance collaboration with merge requests.
= _('Perform code reviews and enhance collaboration with merge requests.')
%br
Each project can also have an issue tracker and a wiki.
= _('Each project can also have an issue tracker and a wiki.')
%br
Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises.
= _('Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises.')
%br
Read more about GitLab at #{link_to promo_host, promo_url, target: '_blank', rel: 'noopener noreferrer'}.
- link_to_promo = link_to(promo_host, promo_url, target: '_blank', rel: 'noopener noreferrer')
= _("Read more about GitLab at %{link_to_promo}.").html_safe % { link_to_promo: link_to_promo }
%p= link_to 'Check the current instance configuration ', help_instance_configuration_url
%p= link_to _('Check the current instance configuration '), help_instance_configuration_url
%hr
.row.gl-mt-3
......@@ -35,15 +36,15 @@
.col-md-4
.card.links-card
.card-header
Quick help
= _('Quick help')
%ul.content-list
%li= link_to 'See our website for getting help', support_url
%li= link_to _('See our website for getting help'), support_url
%li
%button.btn-blank.btn-link.js-trigger-search-bar{ type: 'button' }
Use the search bar on the top of this page
= _('Use the search bar on the top of this page')
%li
%button.btn-blank.btn-link.js-trigger-shortcut{ type: 'button' }
Use shortcuts
= _('Use shortcuts')
- unless Gitlab::CurrentSettings.help_page_hide_commercial_content?
%li= link_to 'Get a support subscription', 'https://about.gitlab.com/pricing/'
%li= link_to 'Compare GitLab editions', 'https://about.gitlab.com/features/#compare'
%li= link_to _('Get a support subscription'), 'https://about.gitlab.com/pricing/'
%li= link_to _('Compare GitLab editions'), 'https://about.gitlab.com/features/#compare'
---
title: Externalize strings in help/index.html.haml
merge_request: 58441
author: nuwe1
type: other
......@@ -5910,6 +5910,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
msgid "Check the current instance configuration "
msgstr ""
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
......@@ -7886,6 +7889,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
msgid "Compare GitLab editions"
msgstr ""
msgid "Compare Revisions"
msgstr ""
......@@ -11352,6 +11358,9 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
msgid "Each project can also have an issue tracker and a wiki."
msgstr ""
msgid "Edit"
msgstr ""
......@@ -14348,6 +14357,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
msgid "Get a support subscription"
msgstr ""
msgid "Get started"
msgstr ""
......@@ -14477,6 +14489,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
msgid "GitLab is open source software to collaborate on code."
msgstr ""
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
......@@ -18963,6 +18978,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
msgid "Manage git repositories with fine-grained access controls that keep your code secure."
msgstr ""
msgid "Manage group labels"
msgstr ""
......@@ -22671,6 +22689,9 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
msgid "Perform code reviews and enhance collaboration with merge requests."
msgstr ""
msgid "Perform common operations on GitLab project"
msgstr ""
......@@ -25542,6 +25563,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
msgid "Quick help"
msgstr ""
msgid "Quick range"
msgstr ""
......@@ -25581,6 +25605,9 @@ msgstr ""
msgid "Read more"
msgstr ""
msgid "Read more about GitLab at %{link_to_promo}."
msgstr ""
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
......@@ -27768,6 +27795,9 @@ msgstr ""
msgid "See metrics"
msgstr ""
msgid "See our website for getting help"
msgstr ""
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
......@@ -33598,9 +33628,15 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
msgid "Use shortcuts"
msgstr ""
msgid "Use template"
msgstr ""
msgid "Use the search bar on the top of this page"
msgstr ""
msgid "Use this token to validate received payloads."
msgstr ""
......@@ -33616,6 +33652,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
msgstr ""
msgid "Used programming language"
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