Skip to content
代码片段 群组 项目
提交 03bc1473 编辑于 作者: Miranda Fluharty's avatar Miranda Fluharty
浏览文件

Merge branch 'bmarjanovic/improve-limit-translation' into 'master'

No related branches found
No related tags found
无相关合并请求
......@@ -34,7 +34,7 @@
= f.label :bulk_import_max_download_file_size, s_('BulkImport|Direct transfer maximum download file size (MB)'), class: 'label-light'
= f.number_field :bulk_import_max_download_file_size, class: 'form-control gl-form-input', title: s_('BulkImport|Maximum download file size when importing from source GitLab instances by direct transfer.'), data: { toggle: 'tooltip', container: 'body' }
.form-group
= f.label :max_decompressed_archive_size, s_('Import|Maximum decompressed size (MiB)'), class: 'label-light'
= f.label :max_decompressed_archive_size, s_('Import|Maximum decompressed file size for archives from imports (MiB)'), class: 'label-light'
= f.number_field :max_decompressed_archive_size, class: 'form-control gl-form-input', title: s_('Import|Maximum size of decompressed archive.'), data: { toggle: 'tooltip', container: 'body' }
%span.form-text.text-muted= _('Set to 0 for no size limit.')
.form-group
......
......@@ -137,7 +137,8 @@ To modify the maximum download file size for imports by direct transfer:
## Maximum decompressed file size for imported archives
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/128218) in GitLab 16.3.
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/128218) in GitLab 16.3.
> - **Maximum decompressed file size for archives from imports** field [renamed](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130081) from **Maximum decompressed size** in GitLab 16.4.
When you import a project using [file exports](../../user/project/settings/import_export.md) or [direct transfer](../../user/group/import/index.md#migrate-groups-by-direct-transfer-recommended), you can specify the maximum decompressed file size for imported archives. The default value is 25 GB.
......@@ -153,7 +154,7 @@ To modify the maximum decompressed file size for imports in GitLab:
1. Select **Admin Area**.
1. Select **Settings > General**.
1. Expand **Account and limit**.
1. Set another value for **Maximum decompressed size (MiB)**.
1. Set another value for **Maximum decompressed file size for archives from imports (MiB)**.
## Timeout for decompressing archived files
......
......@@ -24235,7 +24235,7 @@ msgstr ""
msgid "Import|GitHub import details"
msgstr ""
 
msgid "Import|Maximum decompressed size (MiB)"
msgid "Import|Maximum decompressed file size for archives from imports (MiB)"
msgstr ""
 
msgid "Import|Maximum import remote file size (MB)"
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册