Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
parent
4d0bc99be4
commit
84e29d9728
3 changed files with 12 additions and 8 deletions
|
@ -40,7 +40,7 @@ export function createApolloProvider() {
|
||||||
type: 'TITLE',
|
type: 'TITLE',
|
||||||
enabled: true,
|
enabled: true,
|
||||||
// eslint-disable-next-line @gitlab/require-i18n-strings
|
// eslint-disable-next-line @gitlab/require-i18n-strings
|
||||||
contentText: 'Test',
|
contentText: 'Test Work Item Title',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
|
@ -36,7 +36,11 @@ export default {
|
||||||
<section>
|
<section>
|
||||||
<!-- Title widget placeholder -->
|
<!-- Title widget placeholder -->
|
||||||
<div>
|
<div>
|
||||||
<h2 v-if="titleWidgetData" class="title" data-testid="title">
|
<h2
|
||||||
|
v-if="titleWidgetData"
|
||||||
|
class="gl-font-weight-normal gl-sm-font-weight-bold gl-my-5"
|
||||||
|
data-testid="title"
|
||||||
|
>
|
||||||
{{ titleWidgetData.contentText }}
|
{{ titleWidgetData.contentText }}
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -15602,6 +15602,9 @@ msgstr ""
|
||||||
msgid "GitLab project export"
|
msgid "GitLab project export"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "GitLab runs a background job to export pseudonymized CSVs of the GitLab database. The CSV files are then uploaded to your configured object storage directory."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "GitLab single sign-on URL"
|
msgid "GitLab single sign-on URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -15617,9 +15620,6 @@ msgstr ""
|
||||||
msgid "GitLab version"
|
msgid "GitLab version"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "GitLab.com"
|
msgid "GitLab.com"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -27808,6 +27808,9 @@ msgstr ""
|
||||||
msgid "Proxy support for this API is not available currently"
|
msgid "Proxy support for this API is not available currently"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Pseudonymized data collection is disabled. When enabled, GitLab runs a background job to export pseudonymized CSVs of the GitLab database. The CSV files are then uploaded to your configured object storage directory."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Pseudonymizer data collection"
|
msgid "Pseudonymizer data collection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -34204,9 +34207,6 @@ msgstr ""
|
||||||
msgid "The project was successfully imported."
|
msgid "The project was successfully imported."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "The pseudonymizer data collection is disabled. When enabled, GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "The regular expression used to find test coverage output in the job log. For example, use %{regex} for Simplecov (Ruby). Leave blank to disable."
|
msgid "The regular expression used to find test coverage output in the job log. For example, use %{regex} for Simplecov (Ruby). Leave blank to disable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue