Commit 76ddb27a authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'jivanvl-add-missing-translations' into 'master'

Add missing translation files

See merge request gitlab-org/gitlab!37360
parents 2d7b2eef 3ad3b10f
- page_title _('Request details') - page_title _('Request details')
%h3.page-title %h3.page-title
Request details = _("Request details")
%hr %hr
= link_to 'Resend Request', retry_admin_hook_hook_log_path(@hook, @hook_log), method: :post, class: "btn btn-default float-right gl-ml-3" = link_to _("Resend Request"), retry_admin_hook_hook_log_path(@hook, @hook_log), method: :post, class: "btn btn-default float-right gl-ml-3"
= render partial: 'shared/hook_logs/content', locals: { hook_log: @hook_log } = render partial: 'shared/hook_logs/content', locals: { hook_log: @hook_log }
%h3.page-title Authorization required %h3.page-title
= _("Authorization required")
%main{ :role => "main" } %main{ :role => "main" }
%p.h4 %p.h4
Authorize = _("Authorize <strong>%{user}</strong> to use your account?").html_safe % { user: @chat_name_params[:chat_name] }
%strong.text-info= @chat_name_params[:chat_name]
to use your account?
%hr %hr
.actions .actions
= form_tag profile_chat_names_path, method: :post do = form_tag profile_chat_names_path, method: :post do
= hidden_field_tag :token, @chat_name_token.token = hidden_field_tag :token, @chat_name_token.token
= submit_tag "Authorize", class: "btn btn-success wide float-left" = submit_tag _("Authorize"), class: "btn btn-success wide float-left"
= form_tag deny_profile_chat_names_path, method: :delete do = form_tag deny_profile_chat_names_path, method: :delete do
= hidden_field_tag :token, @chat_name_token.token = hidden_field_tag :token, @chat_name_token.token
= submit_tag "Deny", class: "btn btn-danger gl-ml-3" = submit_tag _("Deny"), class: "btn btn-danger gl-ml-3"
...@@ -3429,6 +3429,9 @@ msgstr "" ...@@ -3429,6 +3429,9 @@ msgstr ""
msgid "Authorization key" msgid "Authorization key"
msgstr "" msgstr ""
msgid "Authorization required"
msgstr ""
msgid "Authorization was granted by entering your username and password in the application." msgid "Authorization was granted by entering your username and password in the application."
msgstr "" msgstr ""
...@@ -3438,6 +3441,9 @@ msgstr "" ...@@ -3438,6 +3441,9 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?" msgid "Authorize %{link_to_client} to use your account?"
msgstr "" msgstr ""
msgid "Authorize <strong>%{user}</strong> to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab" msgid "Authorize external services to send alerts to GitLab"
msgstr "" msgstr ""
...@@ -20114,6 +20120,9 @@ msgstr[1] "" ...@@ -20114,6 +20120,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements." msgid "Requires values to meet regular expression requirements."
msgstr "" msgstr ""
msgid "Resend Request"
msgstr ""
msgid "Resend confirmation email" msgid "Resend confirmation email"
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