From 87bfff254828ea37fd8c63bbaaa8d41cd8e56dd9 Mon Sep 17 00:00:00 2001
From: KubeSphere CI Bot <47586280+ks-ci-bot@users.noreply.github.com>
Date: Tue, 5 Nov 2024 20:12:18 +0800
Subject: [PATCH] New translations
l10n-clustermanagement-clustersettings-clustervisibility.js (Hindi)
---
...ement-clusterSettings-clusterVisibility.js | 29 +++++++++++++++++++
1 file changed, 29 insertions(+)
create mode 100644 locales/hi/l10n-clusterManagement-clusterSettings-clusterVisibility.js
diff --git a/locales/hi/l10n-clusterManagement-clusterSettings-clusterVisibility.js b/locales/hi/l10n-clusterManagement-clusterSettings-clusterVisibility.js
new file mode 100644
index 00000000000..27e35a428ba
--- /dev/null
+++ b/locales/hi/l10n-clusterManagement-clusterSettings-clusterVisibility.js
@@ -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 {resource} to confirm that you understand the risks of this operation.',
+ REMOVE_WORKSPACE_CONFIRM_PL: 'Enter the workspace names {resource} to confirm that you understand the risks of this operation.',
+ REMOVE_WORKSPACE_CONFIRM_TIP: 'Delete projects in the workspace'
+};
\ No newline at end of file