Commit def56e9a authored by Enrique Alcántara's avatar Enrique Alcántara

Merge branch '330187-aqualls-web-terminal' into 'master'

Polish UI text for web terminals

See merge request gitlab-org/gitlab!70322
parents c60c141d e4165802
...@@ -6,5 +6,5 @@ ...@@ -6,5 +6,5 @@
= f.label :terminal_max_session_time, _('Max session time'), class: 'label-bold' = f.label :terminal_max_session_time, _('Max session time'), class: 'label-bold'
= f.number_field :terminal_max_session_time, class: 'form-control gl-form-input' = f.number_field :terminal_max_session_time, class: 'form-control gl-form-input'
.form-text.text-muted .form-text.text-muted
= _('Maximum time for web terminal websocket connection (in seconds). 0 for unlimited.') = _('Maximum time, in seconds, for a web terminal websocket connection. 0 for unlimited.')
= f.submit _('Save changes'), class: "gl-button btn btn-confirm" = f.submit _('Save changes'), class: "gl-button btn btn-confirm"
...@@ -79,7 +79,8 @@ ...@@ -79,7 +79,8 @@
%button.btn.gl-button.btn-default.js-settings-toggle{ type: 'button' } %button.btn.gl-button.btn-default.js-settings-toggle{ type: 'button' }
= expanded_by_default? ? _('Collapse') : _('Expand') = expanded_by_default? ? _('Collapse') : _('Expand')
%p %p
= _('Set max session time for web terminal.') = _('Set the maximum session time for a web terminal.')
= link_to _('How do I use a web terminal?'), help_page_path('ci/environments/index.md', anchor: 'web-terminals'), target: '_blank', rel: 'noopener noreferrer'
.settings-content .settings-content
= render 'terminal' = render 'terminal'
......
...@@ -16817,6 +16817,9 @@ msgstr "" ...@@ -16817,6 +16817,9 @@ msgstr ""
msgid "How do I set up this service?" msgid "How do I set up this service?"
msgstr "" msgstr ""
msgid "How do I use a web terminal?"
msgstr ""
msgid "How it works" msgid "How it works"
msgstr "" msgstr ""
...@@ -20969,10 +20972,10 @@ msgstr "" ...@@ -20969,10 +20972,10 @@ msgstr ""
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize." msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr "" msgstr ""
msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited." msgid "Maximum time that users are allowed to skip the setup of two-factor authentication (in hours). Set to 0 (zero) to enforce at next sign in."
msgstr "" msgstr ""
msgid "Maximum time that users are allowed to skip the setup of two-factor authentication (in hours). Set to 0 (zero) to enforce at next sign in." msgid "Maximum time, in seconds, for a web terminal websocket connection. 0 for unlimited."
msgstr "" msgstr ""
msgid "Maximum unauthenticated API requests per rate limit period per IP" msgid "Maximum unauthenticated API requests per rate limit period per IP"
...@@ -30808,9 +30811,6 @@ msgstr "" ...@@ -30808,9 +30811,6 @@ msgstr ""
msgid "Set limits for web and API requests." msgid "Set limits for web and API requests."
msgstr "" msgstr ""
msgid "Set max session time for web terminal."
msgstr ""
msgid "Set milestone" msgid "Set milestone"
msgstr "" msgstr ""
...@@ -30859,6 +30859,9 @@ msgstr "" ...@@ -30859,6 +30859,9 @@ msgstr ""
msgid "Set the iteration to %{iteration_reference}." msgid "Set the iteration to %{iteration_reference}."
msgstr "" msgstr ""
msgid "Set the maximum session time for a web terminal."
msgstr ""
msgid "Set the milestone to %{milestone_reference}." msgid "Set the milestone to %{milestone_reference}."
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