-
Notifications
You must be signed in to change notification settings - Fork 455
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New translations l10n-clustermanagement-clustersettings-clustervisibi…
…lity.js (Hindi)
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
locales/hi/l10n-clusterManagement-clusterSettings-clusterVisibility.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
}; |