%p=s_('Environments|This action will relaunch the job for commit %{commit_id}, putting the environment in a previous version. Are you sure you want to continue?').html_safe%{commit_id: commit_sha}
%p=s_('Environments|This action will relaunch the job for commit %{commit_id}, putting the environment in a previous version. Are you sure you want to continue?').html_safe%{commit_id: commit_sha}
-else
-else
%p
%p
=s_('Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?').html_safe%{commit_id: commit_sha}
=s_('Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?').html_safe%{commit_id: commit_sha,environment_name: @environment.name}
NOTE: **Note:** Enabling a storage driver other than `filesystem` would mean
NOTE: **Note:** Enabling a storage driver other than `filesystem` would mean
that your Docker client needs to be able to access the storage backend directly.
that your Docker client needs to be able to access the storage backend directly.
In that case, you must use an address that resolves and is accessible outside GitLab server.
In that case, you must use an address that resolves and is accessible outside GitLab server. The Docker client will continue to authenticate via GitLab but data transfer will be direct to and from the storage backend.
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
msgstr ""
msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgstr ""
msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgstr ""
msgid "Environments|Updated"
msgid "Environments|Updated"
...
@@ -8210,6 +8210,24 @@ msgstr ""
...
@@ -8210,6 +8210,24 @@ msgstr ""
msgid "Grafana URL"
msgid "Grafana URL"
msgstr ""
msgstr ""
msgid "GrafanaIntegration|API Token"
msgstr ""
msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
msgstr ""
msgid "GrafanaIntegration|Enter the Grafana API Token."
msgstr ""
msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
msgstr ""
msgid "GrafanaIntegration|Grafana Authentication"
msgstr ""
msgid "GrafanaIntegration|Grafana URL"
msgstr ""
msgid "Grant access"
msgid "Grant access"
msgstr ""
msgstr ""
...
@@ -8273,6 +8291,9 @@ msgstr ""
...
@@ -8273,6 +8291,9 @@ msgstr ""
msgid "Group name"
msgid "Group name"
msgstr ""
msgstr ""
msgid "Group overview"
msgstr ""
msgid "Group overview content"
msgid "Group overview content"
msgstr ""
msgstr ""
...
@@ -12737,6 +12758,9 @@ msgstr ""
...
@@ -12737,6 +12758,9 @@ msgstr ""
msgid "Project name"
msgid "Project name"
msgstr ""
msgstr ""
msgid "Project overview"
msgstr ""
msgid "Project slug"
msgid "Project slug"
msgstr ""
msgstr ""
...
@@ -15847,6 +15871,9 @@ msgstr ""
...
@@ -15847,6 +15871,9 @@ msgstr ""
msgid "StorageSize|Unknown"
msgid "StorageSize|Unknown"
msgstr ""
msgstr ""
msgid "Subgroup overview"
msgstr ""
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgid "SubgroupCreationLevel|Allowed to create subgroups"
expect(rendered).tohave_selector('p',text: "This action will run the job defined by staging for commit #{deployment.short_sha}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?")
expect(rendered).tohave_selector('p',text: "This action will run the job defined by #{environment.name} for commit #{deployment.short_sha}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?")