Skip to content

Commit

Permalink
locale: update locales (#4935)
Browse files Browse the repository at this point in the history
Signed-off-by: yazhou <[email protected]>
  • Loading branch information
yazhouio committed Sep 19, 2024
1 parent 69df875 commit f8947c5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions locales/en/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -541,4 +541,5 @@ module.exports = {
'Observer of the DevOps project, capable of viewing the running status of pipelines',
DEVOPS_PROJECT_DESC:
"DevOps projects are used to group resources for management and to control different users' resource management permissions.",
PLEASE_SELECT_CLUSTER: 'Please select a cluster',
};
1 change: 1 addition & 0 deletions locales/es/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -541,4 +541,5 @@ module.exports = {
'Observer of the DevOps project, capable of viewing the running status of pipelines',
DEVOPS_PROJECT_DESC:
"DevOps projects are used to group resources for management and to control different users' resource management permissions.",
PLEASE_SELECT_CLUSTER: 'Please select a cluster',
};
1 change: 1 addition & 0 deletions locales/tc/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -541,4 +541,5 @@ module.exports = {
'Observer of the DevOps project, capable of viewing the running status of pipelines',
DEVOPS_PROJECT_DESC:
"DevOps projects are used to group resources for management and to control different users' resource management permissions.",
PLEASE_SELECT_CLUSTER: '請選擇集群',
};
2 changes: 1 addition & 1 deletion locales/zh/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ module.exports = {
pipeline_developer: 'DevOps 业务的开发者,可以进行流水线的触发以及查看',
pipeline_reporter: 'DevOps 业务的观察者,可以查看流水线的运行情况',
DEVOPS_PROJECT_DESC: 'DevOps 业务用于对资源进行分组管理以及控制不同用户的资源管理权限。',

PLEASE_SELECT_CLUSTER: '请选择集群',
// 应用介绍
NO_DOCUMENT_DESC: '未发现应用介绍。',
DOCUMENTATION: '应用介绍',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ const Devops = () => {
if (!cluster) {
return {
image: <StrategyGroup size={40} />,
description: t('PLEASE_SELECT_CLUSTER_OR_PROJECT'),
description: t('PLEASE_SELECT_CLUSTER'),
};
}
return {
Expand Down

0 comments on commit f8947c5

Please sign in to comment.