Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix the text description of deleting expired branches in a multi-branch pipeline setup is inaccurate. #4223

Merged
merged 2 commits into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions locales/en/l10n-devopsProjects-pipeline-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ module.exports = {
BRANCH_EXCLUDED: 'Excluded Branches',
BRANCH_INCLUDED: 'Included Branches',
// List > Create > Advanced Settings
DELETE_OUTDATED_BRANCHES: 'Delete outdated branches',
DELETE_OUTDATED_BRANCHES_TIP: 'Set the system to automatically delete outdated branches to save disk space.',
BRANCH_SETTINGS: 'Branch Settings',
BRANCH_RETENTION_PERIOD_DAYS: 'Branch Retention Period (days)',
MAXIMUM_BRANCHES: 'Maximum Branches',
BRANCH_RETENTION_PERIOD_DAYS_DESC: 'Branches that exceed the retention period are deleted. The default value is 7.',
MAXIMUM_BRANCHES_DESC: 'When the number of branches exceeds the maximum number allowed, the earliest branch is deleted. The default value is 5.',
DELETE_OUTDATED_BRANCHES: 'Delete outdated pipelines',
DELETE_OUTDATED_BRANCHES_TIP: 'Set the system to automatically delete outdated pipelines to save disk space.',
BRANCH_SETTINGS: 'Pipelines Settings',
BRANCH_RETENTION_PERIOD_DAYS: 'Pipelines Retention Period (days)',
MAXIMUM_BRANCHES: 'Maximum Pipelines',
BRANCH_RETENTION_PERIOD_DAYS_DESC: 'Pipelines that exceed the retention period are deleted. The default value is 7.',
MAXIMUM_BRANCHES_DESC: 'When the number of pipelines exceeds the maximum number allowed, the earliest pipeline is deleted. The default value is 5.',
ADD_STRATEGY: 'Add Strategy',
DISCOVER_TAG_BRANCHES: 'Discover Tags',
DISCOVER_BRANCHES: 'Discover Branches',
Expand Down
12 changes: 6 additions & 6 deletions locales/tc/l10n-devopsProjects-pipeline-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ module.exports = {
BRANCH_EXCLUDED: '排除分支',
BRANCH_INCLUDED: '包括分支',
// List > Create > Advanced Settings
DELETE_OUTDATED_BRANCHES: '丢棄舊的分支',
DELETE_OUTDATED_BRANCHES: '丢棄舊的流水線',
DELETE_OUTDATED_BRANCHES_TIP: 'Set the system to automatically delete outdated branches to save disk space.',
BRANCH_SETTINGS: ' 分支設置',
BRANCH_RETENTION_PERIOD_DAYS: '保留分支的天數',
MAXIMUM_BRANCHES: '保留分支的最大個數',
BRANCH_RETENTION_PERIOD_DAYS_DESC: '達到保留天數的分支將被刪除,默認值為 7。',
MAXIMUM_BRANCHES_DESC: '如果分支數量超過保留的最大數量,將丟棄舊的分支。默認值為 5。',
BRANCH_SETTINGS: ' 流水線設置',
BRANCH_RETENTION_PERIOD_DAYS: '保留流水線的天數',
MAXIMUM_BRANCHES: '保留流水線的最大個數',
BRANCH_RETENTION_PERIOD_DAYS_DESC: '達到保留天數的流水線將被刪除,默認值為 7。',
MAXIMUM_BRANCHES_DESC: '如果流水線數量超過保留的最大數量,將丟棄舊的流水線。默認值為 5。',
ADD_STRATEGY: 'Add Strategy',
DISCOVER_TAG_BRANCHES: '發現 Tag 分支',
DISCOVER_BRANCHES: '發現分支',
Expand Down
12 changes: 6 additions & 6 deletions locales/zh/l10n-devopsProjects-pipeline-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ module.exports = {
BRANCH_EXCLUDED: '排除分支',
BRANCH_INCLUDED: '包括分支',
// List > Create > Advanced Settings
DELETE_OUTDATED_BRANCHES: '删除旧分支',
DELETE_OUTDATED_BRANCHES_TIP: '设置系统自动删除过期分支以节省磁盘空间。',
BRANCH_SETTINGS: ' 分支设置',
BRANCH_RETENTION_PERIOD_DAYS: '分支保留天数(天)',
MAXIMUM_BRANCHES: '分支最大数量',
BRANCH_RETENTION_PERIOD_DAYS_DESC: '超过保留期限的分支将被删除。默认值为 7。',
DELETE_OUTDATED_BRANCHES: '删除旧流水线',
DELETE_OUTDATED_BRANCHES_TIP: '设置系统自动删除过期流水线以节省磁盘空间。',
BRANCH_SETTINGS: ' 流水线设置',
BRANCH_RETENTION_PERIOD_DAYS: '流水线保留天数(天)',
MAXIMUM_BRANCHES: '流水线最大数量',
BRANCH_RETENTION_PERIOD_DAYS_DESC: '超过保留期限的流水线将被删除。默认值为 7。',
MAXIMUM_BRANCHES_DESC: '当构建记录数量超过允许的最大数量,最早的构建记录将被删除。默认值为 5。',
ADD_STRATEGY: '添加策略',
DISCOVER_TAG_BRANCHES: '发现标签',
Expand Down
Loading