Commit a0b2c1ef authored by Marvin Karegyeya's avatar Marvin Karegyeya Committed by Markus Koller

Externalize strings in application_settings/_terminal.html.haml

parent 59f03403
...@@ -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
...@@ -19179,6 +19179,9 @@ msgstr "" ...@@ -19179,6 +19179,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 ""
...@@ -19293,6 +19296,9 @@ msgstr "" ...@@ -19293,6 +19296,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