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

docs: Update UI text #3644

Merged
merged 1 commit into from
Sep 1, 2022
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
2 changes: 0 additions & 2 deletions locales/ar/monitoring.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ module.exports = {
// Cluster Status
DISK_USAGE_SCAP: 'Disk usage',
// Application Resources
SERVICES: 'Services',
ROUTES: 'Routes',
// Custom Monitoring
CUSTOM_MONITOR_DASHBOARD: 'Custom Monitoring Dashboard',
CUSTOM_MONITOR_DASHBOARD_CREATE_DESC: 'You can customize application monitoring dashboards based on your needs.'
Expand Down
1 change: 0 additions & 1 deletion locales/ar/role.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ module.exports = {
'Edit Role': 'Edit Role',
'Federated Projects Management': 'Federated Project Management',
'Invalid role name': 'Invalid role name.',
'Invited Successfully': 'Invited successfully.',
Member: 'Member',
'Network Policies Management': 'Network Policy Management',
'Network Policies View': 'Network Policy Viewing',
Expand Down
1 change: 0 additions & 1 deletion locales/ar/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ module.exports = {
'Bound Volume': 'Storage volume bound',
'Used Capacity': 'Used Capacity',
BACKEND_IDENTIFIER: 'Backend Identifier',
VOLUMES: 'Volume',
'The volume name exists': 'The volume name exists',
'The volume size must be greater than zero': 'The volume size must be greater than zero',
'Volume Usage': 'Volume Usage',
Expand Down
1 change: 0 additions & 1 deletion locales/ar/workload.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ module.exports = {
// Pods Page
NODE_IP: '{node} ({ip})',
// Jobs
JOBS: 'Jobs',
// Cronjobs
ADD_VOLUME: 'Add Volume',
MOUNT_VOLUMES: 'Mount Volumes',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ module.exports = {
SPECIFY_SUBPATH: 'Specify Subpath',
SPECIFY_SUBPATH_TIP: 'Specify a volume subpath to be mounted to the container.',
MOUNT_PATH: 'Mount path',
MOUNT_PATH_NOT_SPECIFIED: 'Please select a key to be mounted and the mount path of the key.',
MOUNT_PATH_REPEATED: 'The mount path is duplicated.',
// List > Create > Advanced Settings
NETWORK_SEGMENT_SCAP: 'Network segment',
AVAILABLE_ADDRESSES: 'Available addresses',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ module.exports = {
THRESHOLD_DURATION_MIN: 'Threshold Duration (min)',
ALERT_DURATION: 'The status of the alerting policy becomes Firing when the duration of the condition configured in the alerting rule reaches the threshold.',
LONG_NAME_DESC: 'The name can contain only lowercase letters, numbers, and hyphens (-), and must start and end with a lowercase letter or number. The maximum length is 253 characters.',
NAME_EXIST_DESC: 'The name already exists. Please enter another name.',
// List > Create > Rule Settings > Rule Template
RULE_SETTINGS: 'Rule Settings',
MONITORING_TARGETS: 'Monitoring Targets',
Expand Down
2 changes: 1 addition & 1 deletion locales/en/l10n-clusterManagement-projects-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = {
CREATE_NAME: 'Create {name}',
DESCRIPTION: 'Description',
NAME_VALIDATION_FAILED: 'The name cannot start with kube-, which is reserved for the Kubernetes system.',
NAME_EXIST_DESC: 'The name already exists. Please enter another name.',
PROJECT_NAME_EXIST_DESC: 'The name already exists. Please enter another name. Project names must be unique on the entire platform.',
NAME_EMPTY_DESC: 'Please set a name.',
OK: 'OK',
NAME_DESC: 'The name can contain only lowercase letters, numbers, and hyphens (-), and must start and end with a lowercase letter or number. The maximum length is 63 characters.',
Expand Down
6 changes: 6 additions & 0 deletions locales/en/l10n-projects-projectSettings-basicInformation.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,10 @@ module.exports = {
// Project Quotas
PROJECT_QUOTA_PL: 'Project Quotas',
RESOURCE_TYPE_SCAP: 'Resource type',
PODS: 'Pods',
JOBS: 'Jobs',
VOLUMES: 'Volumes',
SERVICES: 'Services',
ROUTES: 'Routes',
SECRETS: 'Secrets',
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ module.exports = {
INVITE_WORKSPACE_MEMBER_DESC: 'Invite users to the workspace.',
INVITE_MEMBER: 'Invite Member',
INVITE: 'Invite',
INVITED_SUCESSFULLY: 'Invited successfully.',
// List > Remove
REMOVE_MEMBER_TIP: 'Enter the username <strong>{resource}</strong> to confirm that you understand the risks of this operation.',
}
2 changes: 0 additions & 2 deletions locales/en/monitoring.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ module.exports = {
DISK_USAGE_SCAP: 'Disk usage',
// Application Resources

SERVICES: 'Services',
ROUTES: 'Routes',
// Custom Monitoring
CUSTOM_MONITOR_DASHBOARD: 'Custom Monitoring Dashboard',
CUSTOM_MONITOR_DASHBOARD_CREATE_DESC: 'You can customize application monitoring dashboards based on your needs.',
Expand Down
1 change: 0 additions & 1 deletion locales/en/role.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ module.exports = {
'Edit Role': 'Edit Role',
'Federated Projects Management': 'Federated Project Management',
'Invalid role name': 'Invalid role name.',
'Invited Successfully': 'Invited successfully.',
Member: 'Member',
'Network Policies Management': 'Network Policy Management',
'Network Policies View': 'Network Policy Viewing',
Expand Down
1 change: 0 additions & 1 deletion locales/en/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ module.exports = {
'Bound Volume': 'Storage volume bound',
'Used Capacity': 'Used Capacity',
BACKEND_IDENTIFIER: 'Backend Identifier',
VOLUMES: 'Volume',
'The volume name exists': 'The volume name exists',
'The volume size must be greater than zero': 'The volume size must be greater than zero',
'Volume Usage': 'Volume Usage',
Expand Down
3 changes: 0 additions & 3 deletions locales/en/workload.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@

module.exports = {
CONTAINER_IMAGE: 'Container Image',
MOUNT_PATH_NOT_SPECIFY: 'Please select a specific key to be mounted to the containers.',
MOUNT_PATH_REPEAT: 'The mount path is duplicated.',
MOUNT_PATH_EMPTY: 'Please enter a mount path.',
IMAGE_TIME_SIZE_LAYER_PL: 'Updated {time}, {size}, {layer} layers',
IMAGE_TIME_SIZE_LAYER_SI: 'Updated {time}, {size}, {layer} layer',
Expand Down Expand Up @@ -294,7 +292,6 @@ module.exports = {
NODE_IP: '{node} ({ip})',
// Jobs

JOBS: 'Jobs',
// Cronjobs
ADD_VOLUME: 'Add Volume',
MOUNT_VOLUMES: 'Mount Volumes',
Expand Down
2 changes: 0 additions & 2 deletions locales/es/monitoring.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ module.exports = {
// Cluster Status
DISK_USAGE_SCAP: 'Disk usage',
// Application Resources
SERVICES: 'Services',
ROUTES: 'Routes',
// Custom Monitoring
CUSTOM_MONITOR_DASHBOARD: 'Custom Monitoring Dashboard',
CUSTOM_MONITOR_DASHBOARD_CREATE_DESC: 'You can customize application monitoring dashboards based on your needs.'
Expand Down
1 change: 0 additions & 1 deletion locales/es/role.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ module.exports = {
'Edit Role': 'Editar rol',
'Federated Projects Management': 'Gestión de proyectos federados',
'Invalid role name': 'Nombre de rol inválido',
'Invited Successfully': 'Invitado con éxito',
Member: 'Miembro',
'Network Policies Management': 'Gestión de políticas de red',
'Network Policies View': 'Vista de políticas de red',
Expand Down
1 change: 0 additions & 1 deletion locales/es/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ module.exports = {
'Bound Volume': 'Límite de volumen de almacenamiento',
'Used Capacity': 'Capacidad utilizada',
BACKEND_IDENTIFIER: 'Backend Identifier',
VOLUMES: 'Volume',
'The volume name exists': 'nombre de volumen existe',
'The volume size must be greater than zero': 'The volume size must be greater than zero',
'Volume Usage': 'Uso de volumen',
Expand Down
1 change: 0 additions & 1 deletion locales/es/workload.js
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ module.exports = {
// Pods Page
NODE_IP: '{node} ({ip})',
// Jobs
JOBS: 'Jobs',
// Cronjobs
ADD_VOLUME: 'Add Volume',
MOUNT_VOLUMES: 'Mount Volumes',
Expand Down
2 changes: 0 additions & 2 deletions locales/fr/monitoring.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ module.exports = {
// Cluster Status
DISK_USAGE_SCAP: 'Disk usage',
// Application Resources
SERVICES: 'Services',
ROUTES: 'Routes',
// Custom Monitoring
CUSTOM_MONITOR_DASHBOARD: 'Custom Monitoring Dashboard',
CUSTOM_MONITOR_DASHBOARD_CREATE_DESC: 'You can customize application monitoring dashboards based on your needs.'
Expand Down
1 change: 0 additions & 1 deletion locales/fr/role.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ module.exports = {
'Edit Role': 'Edit Role',
'Federated Projects Management': 'Federated Project Management',
'Invalid role name': 'Invalid role name.',
'Invited Successfully': 'Invited successfully.',
Member: 'Member',
'Network Policies Management': 'Network Policy Management',
'Network Policies View': 'Network Policy Viewing',
Expand Down
1 change: 0 additions & 1 deletion locales/fr/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ module.exports = {
'Bound Volume': 'Storage volume bound',
'Used Capacity': 'Used Capacity',
BACKEND_IDENTIFIER: 'Backend Identifier',
VOLUMES: 'Volume',
'The volume name exists': 'The volume name exists',
'The volume size must be greater than zero': 'The volume size must be greater than zero',
'Volume Usage': 'Volume Usage',
Expand Down
1 change: 0 additions & 1 deletion locales/fr/workload.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ module.exports = {
// Pods Page
NODE_IP: '{node} ({ip})',
// Jobs
JOBS: 'Jobs',
// Cronjobs
ADD_VOLUME: 'Add Volume',
MOUNT_VOLUMES: 'Mount Volumes',
Expand Down
2 changes: 0 additions & 2 deletions locales/hi/monitoring.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ module.exports = {
// Cluster Status
DISK_USAGE_SCAP: 'Disk usage',
// Application Resources
SERVICES: 'Services',
ROUTES: 'Routes',
// Custom Monitoring
CUSTOM_MONITOR_DASHBOARD: 'Custom Monitoring Dashboard',
CUSTOM_MONITOR_DASHBOARD_CREATE_DESC: 'You can customize application monitoring dashboards based on your needs.'
Expand Down
1 change: 0 additions & 1 deletion locales/hi/role.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ module.exports = {
'Edit Role': 'Edit Role',
'Federated Projects Management': 'Federated Project Management',
'Invalid role name': 'Invalid role name.',
'Invited Successfully': 'Invited successfully.',
Member: 'Member',
'Network Policies Management': 'Network Policy Management',
'Network Policies View': 'Network Policy Viewing',
Expand Down
1 change: 0 additions & 1 deletion locales/hi/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ module.exports = {
'Bound Volume': 'Storage volume bound',
'Used Capacity': 'Used Capacity',
BACKEND_IDENTIFIER: 'Backend Identifier',
VOLUMES: 'Volume',
'The volume name exists': 'The volume name exists',
'The volume size must be greater than zero': 'The volume size must be greater than zero',
'Volume Usage': 'Volume Usage',
Expand Down
1 change: 0 additions & 1 deletion locales/hi/workload.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ module.exports = {
// Pods Page
NODE_IP: '{node} ({ip})',
// Jobs
JOBS: 'Jobs',
// Cronjobs
ADD_VOLUME: 'Add Volume',
MOUNT_VOLUMES: 'Mount Volumes',
Expand Down
2 changes: 0 additions & 2 deletions locales/ko/monitoring.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ module.exports = {

// Application Resources

SERVICES: 'Services',
ROUTES: 'Routes',

// Custom Monitoring
CUSTOM_MONITOR_DASHBOARD: 'Custom Monitoring Dashboard',
Expand Down
1 change: 0 additions & 1 deletion locales/ko/role.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ module.exports = {
'Edit Role': 'Edit Role',
'Federated Projects Management': 'Federated Project Management',
'Invalid role name': 'Invalid role name.',
'Invited Successfully': 'Invited successfully.',
Member: 'Member',

'Network Policies Management': 'Network Policy Management',
Expand Down
1 change: 0 additions & 1 deletion locales/ko/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ module.exports = {
'Used Capacity': 'Used Capacity',

BACKEND_IDENTIFIER: 'Backend Identifier',
VOLUMES: 'Volume',

'The volume name exists': 'The volume name exists',

Expand Down
1 change: 0 additions & 1 deletion locales/ko/workload.js
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,6 @@ module.exports = {

// Jobs

JOBS: 'Jobs',

// Cronjobs
ADD_VOLUME: 'Add Volume',
Expand Down
2 changes: 0 additions & 2 deletions locales/lt/monitoring.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ module.exports = {
// Cluster Status
DISK_USAGE_SCAP: 'Disk usage',
// Application Resources
SERVICES: 'Services',
ROUTES: 'Routes',
// Custom Monitoring
CUSTOM_MONITOR_DASHBOARD: 'Custom Monitoring Dashboard',
CUSTOM_MONITOR_DASHBOARD_CREATE_DESC: 'You can customize application monitoring dashboards based on your needs.'
Expand Down
1 change: 0 additions & 1 deletion locales/lt/role.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ module.exports = {
'Edit Role': 'Edit Role',
'Federated Projects Management': 'Federated Project Management',
'Invalid role name': 'Invalid role name.',
'Invited Successfully': 'Invited successfully.',
Member: 'Member',
'Network Policies Management': 'Network Policy Management',
'Network Policies View': 'Network Policy Viewing',
Expand Down
1 change: 0 additions & 1 deletion locales/lt/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ module.exports = {
'Bound Volume': 'Storage volume bound',
'Used Capacity': 'Used Capacity',
BACKEND_IDENTIFIER: 'Backend Identifier',
VOLUMES: 'Volume',
'The volume name exists': 'The volume name exists',
'The volume size must be greater than zero': 'The volume size must be greater than zero',
'Volume Usage': 'Volume Usage',
Expand Down
1 change: 0 additions & 1 deletion locales/lt/workload.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ module.exports = {
// Pods Page
NODE_IP: '{node} ({ip})',
// Jobs
JOBS: 'Jobs',
// Cronjobs
ADD_VOLUME: 'Add Volume',
MOUNT_VOLUMES: 'Mount Volumes',
Expand Down
2 changes: 0 additions & 2 deletions locales/pl/monitoring.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ module.exports = {
// Cluster Status
DISK_USAGE_SCAP: 'Disk usage',
// Application Resources
SERVICES: 'Services',
ROUTES: 'Routes',
// Custom Monitoring
CUSTOM_MONITOR_DASHBOARD: 'Custom Monitoring Dashboard',
CUSTOM_MONITOR_DASHBOARD_CREATE_DESC: 'You can customize application monitoring dashboards based on your needs.'
Expand Down
1 change: 0 additions & 1 deletion locales/pl/role.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ module.exports = {
'Edit Role': 'Edit Role',
'Federated Projects Management': 'Federated Project Management',
'Invalid role name': 'Invalid role name.',
'Invited Successfully': 'Invited successfully.',
Member: 'Member',
'Network Policies Management': 'Network Policy Management',
'Network Policies View': 'Network Policy Viewing',
Expand Down
2 changes: 1 addition & 1 deletion locales/pl/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module.exports = {
'Bound Volume': 'Storage volume bound',
'Used Capacity': 'Used Capacity',
BACKEND_IDENTIFIER: 'Backend Identifier',
VOLUMES: 'Volume',

'The volume name exists': 'The volume name exists',
'The volume size must be greater than zero': 'The volume size must be greater than zero',
'Volume Usage': 'Volume Usage',
Expand Down
1 change: 0 additions & 1 deletion locales/pl/workload.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ module.exports = {
// Pods Page
NODE_IP: '{node} ({ip})',
// Jobs
JOBS: 'Jobs',
// Cronjobs
ADD_VOLUME: 'Add Volume',
MOUNT_VOLUMES: 'Mount Volumes',
Expand Down
2 changes: 0 additions & 2 deletions locales/tc/monitoring.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ module.exports = {
// Cluster Status
DISK_USAGE_SCAP: 'Disk usage',
// Application Resources
SERVICES: 'Services',
ROUTES: 'Routes',
// Custom Monitoring
CUSTOM_MONITOR_DASHBOARD: 'Custom Monitoring Dashboard',
CUSTOM_MONITOR_DASHBOARD_CREATE_DESC: 'You can customize application monitoring dashboards based on your needs.'
Expand Down
1 change: 0 additions & 1 deletion locales/tc/role.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ module.exports = {
'Edit Role': '編輯角色',
'Federated Projects Management': 'Federated Project Management',
'Invalid role name': '角色名稱格式不合法',
'Invited Successfully': 'Invited successfully.',
Member: '成員',
'Network Policies Management': '網路策略管理',
'Network Policies View': '網路策略查看',
Expand Down
2 changes: 1 addition & 1 deletion locales/tc/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module.exports = {
'Bound Volume': '已綁定存儲卷',
'Used Capacity': '已分配儲存容量',
BACKEND_IDENTIFIER: 'Backend Identifier',
VOLUMES: '儲存卷',

'The volume name exists': 'The volume name exists',
'The volume size must be greater than zero': 'The volume size must be greater than zero',
'Volume Usage': '儲存卷用量',
Expand Down
1 change: 0 additions & 1 deletion locales/tc/workload.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ module.exports = {
// Pods Page
NODE_IP: '{node}({ip})',
// Jobs
JOBS: 'Jobs',
// Cronjobs
ADD_VOLUME: 'Add Volume',
MOUNT_VOLUMES: 'Mount Volumes',
Expand Down
2 changes: 0 additions & 2 deletions locales/tr/monitoring.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ module.exports = {
// Cluster Status
DISK_USAGE_SCAP: 'Disk usage',
// Application Resources
SERVICES: 'Services',
ROUTES: 'Routes',
// Custom Monitoring
CUSTOM_MONITOR_DASHBOARD: 'Custom Monitoring Dashboard',
CUSTOM_MONITOR_DASHBOARD_CREATE_DESC: 'You can customize application monitoring dashboards based on your needs.'
Expand Down
1 change: 0 additions & 1 deletion locales/tr/role.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ module.exports = {
'Edit Role': 'Edit Role',
'Federated Projects Management': 'Federated Project Management',
'Invalid role name': 'Invalid role name.',
'Invited Successfully': 'Invited successfully.',
Member: 'Member',
'Network Policies Management': 'Network Policy Management',
'Network Policies View': 'Network Policy Viewing',
Expand Down
2 changes: 1 addition & 1 deletion locales/tr/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module.exports = {
'Bound Volume': 'Storage volume bound',
'Used Capacity': 'Used Capacity',
BACKEND_IDENTIFIER: 'Backend Identifier',
VOLUMES: 'Volume',

'The volume name exists': 'The volume name exists',
'The volume size must be greater than zero': 'The volume size must be greater than zero',
'Volume Usage': 'Volume Usage',
Expand Down
1 change: 0 additions & 1 deletion locales/tr/workload.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ module.exports = {
// Pods Page
NODE_IP: '{node} ({ip})',
// Jobs
JOBS: 'Jobs',
// Cronjobs
ADD_VOLUME: 'Add Volume',
MOUNT_VOLUMES: 'Mount Volumes',
Expand Down
2 changes: 0 additions & 2 deletions locales/zh/monitoring.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ module.exports = {
// Cluster Status
DISK_USAGE_SCAP: '磁盘用量',
// Application Resources
SERVICES: '服务',
ROUTES: '应用路由',
// Custom Monitoring
CUSTOM_MONITOR_DASHBOARD: '自定义监控面板',
CUSTOM_MONITOR_DASHBOARD_CREATE_DESC: '您可以根据需求自定义应用监控面板。'
Expand Down
Loading