You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: s__('UsageQuota|Pipeline artifacts and job artifacts, created with CI/CD.'),
8
8
warningMessage: s__(
9
-
'UsageQuota|There is a known issue with Artifact storage where the total could be incorrect for some projects. More details and progress are available in %{warningLinkStart}the epic%{warningLinkEnd}.',
9
+
'UsageQuota|Because of a known issue, the artifact total for some projects may be incorrect. For more details, read %{warningLinkStart}the epic%{warningLinkEnd}.',
Copy file name to clipboardexpand all lines: locale/gitlab.pot
+10-7
Original file line number
Diff line number
Diff line change
@@ -36811,6 +36811,9 @@ msgstr ""
36811
36811
msgid "UsageQuota|Audio samples, videos, datasets, and graphics."
36812
36812
msgstr ""
36813
36813
36814
+
msgid "UsageQuota|Because of a known issue, the artifact total for some projects may be incorrect. For more details, read %{warningLinkStart}the epic%{warningLinkEnd}."
36815
+
msgstr ""
36816
+
36814
36817
msgid "UsageQuota|Buy additional minutes"
36815
36818
msgstr ""
36816
36819
@@ -36829,10 +36832,10 @@ msgstr ""
36829
36832
msgid "UsageQuota|File attachments and smaller design graphics."
36830
36833
msgstr ""
36831
36834
36832
-
msgid "UsageQuota|Git repository, managed by the Gitaly service."
36835
+
msgid "UsageQuota|Git repository."
36833
36836
msgstr ""
36834
36837
36835
-
msgid "UsageQuota|Includes project registry, artifacts, packages, wiki, uploads and other items."
36838
+
msgid "UsageQuota|Includes artifacts, repositories, wiki, uploads, and other items."
36836
36839
msgstr ""
36837
36840
36838
36841
msgid "UsageQuota|Increase storage temporarily"
@@ -36844,6 +36847,9 @@ msgstr ""
36844
36847
msgid "UsageQuota|LFS Storage"
36845
36848
msgstr ""
36846
36849
36850
+
msgid "UsageQuota|LFS storage"
36851
+
msgstr ""
36852
+
36847
36853
msgid "UsageQuota|Learn more about excess storage usage"
36848
36854
msgstr ""
36849
36855
@@ -36889,9 +36895,6 @@ msgstr ""
36889
36895
msgid "UsageQuota|Storage type"
36890
36896
msgstr ""
36891
36897
36892
-
msgid "UsageQuota|There is a known issue with Artifact storage where the total could be incorrect for some projects. More details and progress are available in %{warningLinkStart}the epic%{warningLinkEnd}."
36893
-
msgstr ""
36894
-
36895
36898
msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace."
36896
36899
msgstr ""
36897
36900
@@ -36931,10 +36934,10 @@ msgstr ""
36931
36934
msgid "UsageQuota|Usage"
36932
36935
msgstr ""
36933
36936
36934
-
msgid "UsageQuota|Usage Breakdown"
36937
+
msgid "UsageQuota|Usage Quotas"
36935
36938
msgstr ""
36936
36939
36937
-
msgid "UsageQuota|Usage Quotas"
36940
+
msgid "UsageQuota|Usage breakdown"
36938
36941
msgstr ""
36939
36942
36940
36943
msgid "UsageQuota|Usage of group resources across the projects in the %{strong_start}%{group_name}%{strong_end} group"
Copy file name to clipboardexpand all lines: spec/frontend/projects/storage_counter/mock_data.js
+3-3
Original file line number
Diff line number
Diff line change
@@ -28,15 +28,15 @@ export const projectData = {
28
28
name: 'Artifacts',
29
29
description: 'Pipeline artifacts and job artifacts, created with CI/CD.',
30
30
warningMessage:
31
-
'There is a known issue with Artifact storage where the total could be incorrect for some projects. More details and progress are available in %{warningLinkStart}the epic%{warningLinkEnd}.',
31
+
'Because of a known issue, the artifact total for some projects may be incorrect. For more details, read %{warningLinkStart}the epic%{warningLinkEnd}.',
32
32
helpPath: '/build-artifacts',
33
33
},
34
34
value: 400000,
35
35
},
36
36
{
37
37
storageType: {
38
38
id: 'lfsObjectsSize',
39
-
name: 'LFS Storage',
39
+
name: 'LFS storage',
40
40
description: 'Audio samples, videos, datasets, and graphics.',
41
41
helpPath: '/lsf-objects',
42
42
},
@@ -55,7 +55,7 @@ export const projectData = {
55
55
storageType: {
56
56
id: 'repositorySize',
57
57
name: 'Repository',
58
-
description: 'Git repository, managed by the Gitaly service.',
0 commit comments