Commit ad555aa8 authored by Markus Koller's avatar Markus Koller

Merge branch 'Externalize-strings-in-_terminal.html.haml' into 'master'

Externalize strings in  application_settings/_terminal.html.haml

See merge request gitlab-org/gitlab!58081
parents 617741a3 a0b2c1ef
...@@ -3,9 +3,8 @@ ...@@ -3,9 +3,8 @@
%fieldset %fieldset
.form-group .form-group
= 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). = _('Maximum time for web terminal websocket connection (in seconds). 0 for unlimited.')
0 for unlimited. = f.submit _('Save changes'), class: "gl-button btn btn-confirm"
= f.submit 'Save changes', class: "gl-button btn btn-confirm"
---
title: Externalize strings in application_settings/_terminal.html.haml
merge_request: 58081
author: nuwe1
type: other
...@@ -19538,6 +19538,9 @@ msgstr "" ...@@ -19538,6 +19538,9 @@ msgstr ""
msgid "Max role" msgid "Max role"
msgstr "" msgstr ""
msgid "Max session time"
msgstr ""
msgid "Max unauthenticated requests per period per IP" msgid "Max unauthenticated requests per period per IP"
msgstr "" msgstr ""
...@@ -19652,6 +19655,9 @@ msgstr "" ...@@ -19652,6 +19655,9 @@ 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."
msgstr ""
msgid "May" msgid "May"
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