Skip to content

Commit

Permalink
New translations l10n-clustermanagement-clustersettings-clustervisibi…
Browse files Browse the repository at this point in the history
…lity.js (Hindi)
  • Loading branch information
ks-ci-bot committed Nov 5, 2024
1 parent d481003 commit 87bfff2
Showing 1 changed file with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
/*
* Please refer to the LICENSE file in the root directory of the project.
* https://github.com/kubesphere/console/blob/master/LICENSE
*/
module.exports = {
// Banner
CLUSTER_VISIBILITY: 'Cluster Visibility',
EDIT_VISIBILITY_DESC: 'Edit the cluster visibility in workspaces.',
UNAUTHORIZED: 'Unauthorized',
CLUSTER_VISIBILITY_DESC: 'Cluster visibility controls the cluster authorization to workspaces. After a cluster is authorized to workspaces, you can view and manage the cluster resources in the workspaces.',
CLUSTER_VISIBILITY_Q1: 'How do I authorize a cluster to specific workspaces?',
CLUSTER_VISIBILITY_A1: 'You can assign a cluster to specific workspaces by clicking Edit Visibility.',
CLUSTER_VISIBILITY_Q2: 'What are public clusters?',
CLUSTER_VISIBILITY_A2: 'Public clusters can be accessed by all platform users. Users can create and schedule resources on public clusters.',
// List
WORKSPACE: 'Workspace',
CLUSTER_VISIBILITY_SCAP: 'Cluster visibility',
AUTHORIZATION_TIME_TCAP: 'Authorization Time',
// List > Edit Visibility
EDIT_VISIBILITY: 'Edit Visibility',
AUTHORIZED: 'Authorized',
SET_PUBLIC_CLUSTER: 'Set as Public Cluster',
HOST_CLUSTER_VISIBILITY_WARNING: 'The stability of the multi-cluster system will decrease if the host cluster is overloaded. Exercise caution when assigning the host cluster to workspaces.',
CLUSTER_VISIBILITY_REMOVE_WARNING: 'After the authorization for a workspace to use the cluster is removed, all resources of the workspace on the cluster will be deleted.',
REMOVE_WORKSPACE_CONFIRM_TITLE: 'Remove Authorization',
REMOVE_WORKSPACE_CONFIRM_SI: 'Enter the workspace name <strong>{resource}</strong> to confirm that you understand the risks of this operation.',
REMOVE_WORKSPACE_CONFIRM_PL: 'Enter the workspace names <strong>{resource}</strong> to confirm that you understand the risks of this operation.',
REMOVE_WORKSPACE_CONFIRM_TIP: 'Delete projects in the workspace'
};

0 comments on commit 87bfff2

Please sign in to comment.