Commit e4165802 authored by Amy Qualls's avatar Amy Qualls Committed by Enrique Alcántara

Polish UI text for web terminals

parent 905e6500
...@@ -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'
......
...@@ -16805,6 +16805,9 @@ msgstr "" ...@@ -16805,6 +16805,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 ""
...@@ -20954,10 +20957,10 @@ msgstr "" ...@@ -20954,10 +20957,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"
...@@ -30796,9 +30799,6 @@ msgstr "" ...@@ -30796,9 +30799,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 ""
...@@ -30847,6 +30847,9 @@ msgstr "" ...@@ -30847,6 +30847,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