Commit 776cb1a3 authored by Jonston Chan's avatar Jonston Chan

Externalize messages on EKS settings page

Externalizes messages on EKS settings page

Changelog: changed
parent b040c392
...@@ -17,18 +17,18 @@ ...@@ -17,18 +17,18 @@
.form-check .form-check
= f.check_box :eks_integration_enabled, class: 'form-check-input' = f.check_box :eks_integration_enabled, class: 'form-check-input'
= f.label :eks_integration_enabled, class: 'form-check-label' do = f.label :eks_integration_enabled, class: 'form-check-label' do
Enable Amazon EKS integration = _('Enable Amazon EKS integration')
.form-group .form-group
= f.label :eks_account_id, 'Account ID', class: 'label-bold' = f.label :eks_account_id, _('Account ID'), class: 'label-bold'
= f.text_field :eks_account_id, class: 'form-control gl-form-input' = f.text_field :eks_account_id, class: 'form-control gl-form-input'
.form-group .form-group
= f.label :eks_access_key_id, 'Access key ID', class: 'label-bold' = f.label :eks_access_key_id, _('Access key ID'), class: 'label-bold'
= f.text_field :eks_access_key_id, class: 'form-control gl-form-input' = f.text_field :eks_access_key_id, class: 'form-control gl-form-input'
.form-text.text-muted .form-text.text-muted
= _('AWS Access Key. Only required if not using role instance credentials') = _('AWS Access Key. Only required if not using role instance credentials')
.form-group .form-group
= f.label :eks_secret_access_key, 'Secret access key', class: 'label-bold' = f.label :eks_secret_access_key, _('Secret access key'), class: 'label-bold'
= f.password_field :eks_secret_access_key, autocomplete: 'off', class: 'form-control gl-form-input' = f.password_field :eks_secret_access_key, autocomplete: 'off', class: 'form-control gl-form-input'
.form-text.text-muted .form-text.text-muted
= _('AWS Secret Access Key. Only required if not using role instance credentials') = _('AWS Secret Access Key. Only required if not using role instance credentials')
......
...@@ -1719,6 +1719,9 @@ msgstr "" ...@@ -1719,6 +1719,9 @@ msgstr ""
msgid "Access granted" msgid "Access granted"
msgstr "" msgstr ""
msgid "Access key ID"
msgstr ""
msgid "Access requests" msgid "Access requests"
msgstr "" msgstr ""
...@@ -12338,6 +12341,9 @@ msgstr "" ...@@ -12338,6 +12341,9 @@ msgstr ""
msgid "Enable" msgid "Enable"
msgstr "" msgstr ""
msgid "Enable Amazon EKS integration"
msgstr ""
msgid "Enable Auto DevOps" msgid "Enable Auto DevOps"
msgstr "" msgstr ""
...@@ -29475,6 +29481,9 @@ msgstr "" ...@@ -29475,6 +29481,9 @@ msgstr ""
msgid "Secret Detection" msgid "Secret Detection"
msgstr "" msgstr ""
msgid "Secret access key"
msgstr ""
msgid "Secret token" msgid "Secret token"
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