From 9346bdda61781eed0cffcc2bcfca875546dbfea0 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:11:19 +0800
Subject: [PATCH 01/24] New translations
l10n-clustermanagement-clustersettings-clustervisibility.js (French)
---
...ement-clusterSettings-clusterVisibility.js | 29 +++++++++++++++++++
1 file changed, 29 insertions(+)
create mode 100644 locales/fr/l10n-clusterManagement-clusterSettings-clusterVisibility.js
diff --git a/locales/fr/l10n-clusterManagement-clusterSettings-clusterVisibility.js b/locales/fr/l10n-clusterManagement-clusterSettings-clusterVisibility.js
new file mode 100644
index 00000000000..27e35a428ba
--- /dev/null
+++ b/locales/fr/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
From 0d472053baf3c54bf25b85ff9ee33cd7941fb43d 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:11:20 +0800
Subject: [PATCH 02/24] New translations
l10n-workspaces-workspacesettings-basicinformation.js (French)
---
...aces-workspaceSettings-basicInformation.js | 48 +++++++++++++++++++
1 file changed, 48 insertions(+)
create mode 100644 locales/fr/l10n-workspaces-workspaceSettings-basicInformation.js
diff --git a/locales/fr/l10n-workspaces-workspaceSettings-basicInformation.js b/locales/fr/l10n-workspaces-workspaceSettings-basicInformation.js
new file mode 100644
index 00000000000..10848c7d03d
--- /dev/null
+++ b/locales/fr/l10n-workspaces-workspaceSettings-basicInformation.js
@@ -0,0 +1,48 @@
+/*
+ * This file is part of KubeSphere Console.
+ * Copyright (C) 2019 The KubeSphere Console Authors.
+ *
+ * KubeSphere Console is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * KubeSphere Console is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with KubeSphere Console. If not, see .
+ */
+module.exports = {
+ // Navigation Pane
+ WORKSPACE_SETTINGS: 'Workspace Settings',
+ // Banner
+ WORKSPACE_BASIC_INFO_DESC: 'Basic information provides the overview of the workspace. You can view the basic information of the workspace.',
+ WORKSPACE_BASE_INFO_Q1: 'How do I apply for more clusters for the workspace?',
+ WORKSPACE_BASE_INFO_A1: 'Contact the platform or cluster administrator to apply for more clusters.',
+ // Workspace Information
+ WORKSPACE_INFO: 'Workspace Information',
+ WORKSPACE_MEMBER_TCAP: 'Workspace member',
+ WORKSPACE_MEMBER_TCAP_PL: 'Workspace members',
+ WS_MEMBER_SCAP: 'Workspace member',
+ WS_MEMBER_SCAP_PL: 'Workspace members',
+ DEVOPS_PROJECT_TCAP: 'DevOps project',
+ DEVOPS_PROJECT_TCAP_PL: 'DevOps projects',
+ DEVOPS_PROJECT_LOW: 'DevOps project',
+ DEVOPS_PROJECT_LOW_PL: 'DevOps projects',
+ PROJECTS: 'Projects',
+ // Workspace Information > Edit Information
+ // Network Isolation
+ ON: 'On',
+ OFF: 'Off',
+ WS_NETWORK_ISOLATION: 'Workspace network isolation',
+ NETWORK_POLICY_UNINSATLLED_DESC: 'The network policy component is not installed in this cluster.',
+ // Delete Workspace
+ DELETE_DESC: 'Are you sure you want to delete the resource? The resource cannot be restored after it is deleted.',
+ // Delete Workspace > Delete
+ DELETE_WORKSPACE_PROJECTS_DESC: 'Delete projects in the workspace',
+ DELETE_WORKSPACE_DESC: 'The workspace cannot be restored after it is deleted and all resources in the workspace will be removed.',
+ DELETE_WORKSPACE_TIP: 'Are you sure you want to delete the workspace {resource}? The workspace cannot be restored after it is deleted and all resources in the workspace will be removed.'
+};
\ No newline at end of file
From cfd8bcbbae83353cd1de113313025a2c57d4fd52 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:11:21 +0800
Subject: [PATCH 03/24] New translations
l10n-clustermanagement-clustersettings-clustervisibility.js (Spanish)
---
...ement-clusterSettings-clusterVisibility.js | 26 +++++++------------
1 file changed, 9 insertions(+), 17 deletions(-)
diff --git a/locales/es/l10n-clusterManagement-clusterSettings-clusterVisibility.js b/locales/es/l10n-clusterManagement-clusterSettings-clusterVisibility.js
index 72f2a386bec..175eae1a154 100644
--- a/locales/es/l10n-clusterManagement-clusterSettings-clusterVisibility.js
+++ b/locales/es/l10n-clusterManagement-clusterSettings-clusterVisibility.js
@@ -2,20 +2,16 @@
* 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_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_A1: 'You can assign a cluster to specific workspaces by clicking Edit Visibility.',
CLUSTER_VISIBILITY_Q2: '¿Qué es un clúster público?',
- CLUSTER_VISIBILITY_A2:
- 'Un clúster público significa que todos los usuarios de la plataforma pueden acceder al clúster, en el que pueden crear y programar recursos.',
+ CLUSTER_VISIBILITY_A2: 'Un clúster público significa que todos los usuarios de la plataforma pueden acceder al clúster, en el que pueden crear y programar recursos.',
// List
WORKSPACE: 'Espacio de trabajo',
CLUSTER_VISIBILITY_SCAP: 'Visibilidad de clúster',
@@ -24,14 +20,10 @@ module.exports = {
EDIT_VISIBILITY: 'Editar visibilidad',
AUTHORIZED: 'Autorizado',
SET_PUBLIC_CLUSTER: 'Set as Public Cluster',
- HOST_CLUSTER_VISIBILITY_WARNING:
- 'The visibility of the multi-cluster environment 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.',
+ HOST_CLUSTER_VISIBILITY_WARNING: 'The visibility of the multi-cluster environment 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',
-};
+ 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: 'Eliminar el proyecto asociado con el espacio empresarial'
+};
\ No newline at end of file
From 7c4d05f7598e2d427843d2305fa8743f307d68e8 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:11:23 +0800
Subject: [PATCH 04/24] New translations
l10n-workspaces-workspacesettings-basicinformation.js (Spanish)
---
...aces-workspaceSettings-basicInformation.js | 35 +++++++++++--------
1 file changed, 21 insertions(+), 14 deletions(-)
diff --git a/locales/es/l10n-workspaces-workspaceSettings-basicInformation.js b/locales/es/l10n-workspaces-workspaceSettings-basicInformation.js
index e2642579db3..86ab2a426c8 100644
--- a/locales/es/l10n-workspaces-workspaceSettings-basicInformation.js
+++ b/locales/es/l10n-workspaces-workspaceSettings-basicInformation.js
@@ -1,17 +1,27 @@
/*
- * Please refer to the LICENSE file in the root directory of the project.
- * https://github.com/kubesphere/console/blob/master/LICENSE
+ * This file is part of KubeSphere Console.
+ * Copyright (C) 2019 The KubeSphere Console Authors.
+ *
+ * KubeSphere Console is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * KubeSphere Console is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with KubeSphere Console. If not, see .
*/
-
module.exports = {
// Navigation Pane
WORKSPACE_SETTINGS: 'Configuración del espacio de trabajo',
// Banner
- WORKSPACE_BASIC_INFO_DESC:
- 'Basic information provides the overview of the workspace. You can view the basic information of the workspace.',
+ WORKSPACE_BASIC_INFO_DESC: 'Basic information provides the overview of the workspace. You can view the basic information of the workspace.',
WORKSPACE_BASE_INFO_Q1: '¿Cómo solicitar más clústeres para el espacio de trabajo?',
- WORKSPACE_BASE_INFO_A1:
- 'Contact the platform or cluster administrator to apply for more clusters.',
+ WORKSPACE_BASE_INFO_A1: 'Contact the platform or cluster administrator to apply for more clusters.',
// Workspace Information
WORKSPACE_INFO: 'Información del espacio de trabajo',
WORKSPACE_MEMBER_TCAP: 'Workspace member',
@@ -30,12 +40,9 @@ module.exports = {
WS_NETWORK_ISOLATION: 'Aislamiento de red de espacio de trabajo',
NETWORK_POLICY_UNINSATLLED_DESC: 'The network policy component is not installed in this cluster.',
// Delete Workspace
- DELETE_DESC:
- 'Are you sure you want to delete the resource? The resource cannot be restored after it is deleted.',
+ DELETE_DESC: 'Are you sure you want to delete the resource? The resource cannot be restored after it is deleted.',
// Delete Workspace > Delete
DELETE_WORKSPACE_PROJECTS_DESC: 'Eliminar el proyecto asociado con el espacio empresarial',
- DELETE_WORKSPACE_DESC:
- 'El espacio de trabajo no se puede restaurar después de ser eliminado y los recursos en el espacio de trabajo también se eliminarán.',
- DELETE_WORKSPACE_TIP:
- '¿Estás seguro de eliminar el espacio de trabajo {resource} ? No podrás recuperarlo, y los recursos en el espacio de trabajo también se eliminarán.',
-};
+ DELETE_WORKSPACE_DESC: 'El espacio de trabajo no se puede restaurar después de ser eliminado y los recursos en el espacio de trabajo también se eliminarán.',
+ DELETE_WORKSPACE_TIP: '¿Estás seguro de eliminar el espacio de trabajo {resource} ? No podrás recuperarlo, y los recursos en el espacio de trabajo también se eliminarán.'
+};
\ No newline at end of file
From a1feb30adb9c381ac3efdd21be425b643320eac7 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:11:26 +0800
Subject: [PATCH 05/24] New translations
l10n-clustermanagement-clustersettings-clustervisibility.js (Arabic)
---
...ement-clusterSettings-clusterVisibility.js | 29 +++++++++++++++++++
1 file changed, 29 insertions(+)
create mode 100644 locales/ar/l10n-clusterManagement-clusterSettings-clusterVisibility.js
diff --git a/locales/ar/l10n-clusterManagement-clusterSettings-clusterVisibility.js b/locales/ar/l10n-clusterManagement-clusterSettings-clusterVisibility.js
new file mode 100644
index 00000000000..27e35a428ba
--- /dev/null
+++ b/locales/ar/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
From 7e4f5cd1e18c10e038fc9d82a3359266633b7a49 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:11:29 +0800
Subject: [PATCH 06/24] New translations
l10n-workspaces-workspacesettings-basicinformation.js (Arabic)
---
...aces-workspaceSettings-basicInformation.js | 48 +++++++++++++++++++
1 file changed, 48 insertions(+)
create mode 100644 locales/ar/l10n-workspaces-workspaceSettings-basicInformation.js
diff --git a/locales/ar/l10n-workspaces-workspaceSettings-basicInformation.js b/locales/ar/l10n-workspaces-workspaceSettings-basicInformation.js
new file mode 100644
index 00000000000..10848c7d03d
--- /dev/null
+++ b/locales/ar/l10n-workspaces-workspaceSettings-basicInformation.js
@@ -0,0 +1,48 @@
+/*
+ * This file is part of KubeSphere Console.
+ * Copyright (C) 2019 The KubeSphere Console Authors.
+ *
+ * KubeSphere Console is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * KubeSphere Console is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with KubeSphere Console. If not, see .
+ */
+module.exports = {
+ // Navigation Pane
+ WORKSPACE_SETTINGS: 'Workspace Settings',
+ // Banner
+ WORKSPACE_BASIC_INFO_DESC: 'Basic information provides the overview of the workspace. You can view the basic information of the workspace.',
+ WORKSPACE_BASE_INFO_Q1: 'How do I apply for more clusters for the workspace?',
+ WORKSPACE_BASE_INFO_A1: 'Contact the platform or cluster administrator to apply for more clusters.',
+ // Workspace Information
+ WORKSPACE_INFO: 'Workspace Information',
+ WORKSPACE_MEMBER_TCAP: 'Workspace member',
+ WORKSPACE_MEMBER_TCAP_PL: 'Workspace members',
+ WS_MEMBER_SCAP: 'Workspace member',
+ WS_MEMBER_SCAP_PL: 'Workspace members',
+ DEVOPS_PROJECT_TCAP: 'DevOps project',
+ DEVOPS_PROJECT_TCAP_PL: 'DevOps projects',
+ DEVOPS_PROJECT_LOW: 'DevOps project',
+ DEVOPS_PROJECT_LOW_PL: 'DevOps projects',
+ PROJECTS: 'Projects',
+ // Workspace Information > Edit Information
+ // Network Isolation
+ ON: 'On',
+ OFF: 'Off',
+ WS_NETWORK_ISOLATION: 'Workspace network isolation',
+ NETWORK_POLICY_UNINSATLLED_DESC: 'The network policy component is not installed in this cluster.',
+ // Delete Workspace
+ DELETE_DESC: 'Are you sure you want to delete the resource? The resource cannot be restored after it is deleted.',
+ // Delete Workspace > Delete
+ DELETE_WORKSPACE_PROJECTS_DESC: 'Delete projects in the workspace',
+ DELETE_WORKSPACE_DESC: 'The workspace cannot be restored after it is deleted and all resources in the workspace will be removed.',
+ DELETE_WORKSPACE_TIP: 'Are you sure you want to delete the workspace {resource}? The workspace cannot be restored after it is deleted and all resources in the workspace will be removed.'
+};
\ No newline at end of file
From b83a3cf53284d5865bbffb9da816c7657593f165 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:11:31 +0800
Subject: [PATCH 07/24] New translations
l10n-clustermanagement-clustersettings-clustervisibility.js (German)
---
...ement-clusterSettings-clusterVisibility.js | 29 +++++++++++++++++++
1 file changed, 29 insertions(+)
create mode 100644 locales/de/l10n-clusterManagement-clusterSettings-clusterVisibility.js
diff --git a/locales/de/l10n-clusterManagement-clusterSettings-clusterVisibility.js b/locales/de/l10n-clusterManagement-clusterSettings-clusterVisibility.js
new file mode 100644
index 00000000000..fcd9df5bfff
--- /dev/null
+++ b/locales/de/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 Sichtbarkeit',
+ EDIT_VISIBILITY_DESC: 'Bearbeiten Sie die Sichtbarkeit des Clusters in Arbeitsbereichen.',
+ UNAUTHORIZED: 'Unautorisiert',
+ CLUSTER_VISIBILITY_DESC: 'Die Cluster-Sichtbarkeit steuert die Cluster-Autorisierung für Arbeitsbereiche. Nachdem ein Cluster für Arbeitsbereiche autorisiert wurde, können Sie die Cluster Ressourcen in den Arbeitsbereichen anzeigen und verwalten.',
+ CLUSTER_VISIBILITY_Q1: 'Wie autorisiere ich einen Cluster zu bestimmten Arbeitsbereichen?',
+ CLUSTER_VISIBILITY_A1: 'Sie können einen Cluster bestimmten Arbeitsbereichen zuordnen, indem Sie auf Sichtbarkeit bearbeiten klicken.',
+ CLUSTER_VISIBILITY_Q2: 'Was sind öffentliche Cluster?',
+ CLUSTER_VISIBILITY_A2: 'Öffentliche Cluster können von allen Plattformnutzern genutzt werden. Benutzer können Ressourcen für öffentliche Cluster erstellen und planen.',
+ // List
+ WORKSPACE: 'Arbeitsbereich',
+ CLUSTER_VISIBILITY_SCAP: 'Cluster Sichtbarkeit',
+ AUTHORIZATION_TIME_TCAP: 'Autorisierungszeit',
+ // List > Edit Visibility
+ EDIT_VISIBILITY: 'Sichtbarkeit bearbeiten',
+ AUTHORIZED: 'Autorisiert',
+ SET_PUBLIC_CLUSTER: 'Als öffentlicher Cluster festlegen',
+ HOST_CLUSTER_VISIBILITY_WARNING: 'Die Stabilität des Multi-Cluster-Systems nimmt ab, wenn der Host-Cluster überlastet ist. Gehen Sie beim Zuweisen des Host-Clusters zu Arbeitsbereichen vorsichtig vor.',
+ CLUSTER_VISIBILITY_REMOVE_WARNING: 'Nachdem die Berechtigung für einen Arbeitsbereich zur Nutzung des Clusters entfernt wurde, werden alle Ressourcen des Arbeitsbereichs auf dem Cluster gelöscht.',
+ REMOVE_WORKSPACE_CONFIRM_TITLE: 'Autorisierung entfernen',
+ REMOVE_WORKSPACE_CONFIRM_SI: 'Geben Sie den Namen des Arbeitsbereiches {resource} ein, um zu bestätigen, dass Sie die Risiken dieser Operation verstehen.',
+ REMOVE_WORKSPACE_CONFIRM_PL: 'Geben Sie die Arbeitsbereichsnamen {resource} ein, um zu bestätigen, dass Sie die Risiken dieses Vorgangs verstehen.',
+ REMOVE_WORKSPACE_CONFIRM_TIP: 'Delete projects in the workspace'
+};
\ No newline at end of file
From bb3c18f82e67e3f9e43b9bd19692a86d09f4846b 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:11:33 +0800
Subject: [PATCH 08/24] New translations
l10n-workspaces-workspacesettings-basicinformation.js (German)
---
...aces-workspaceSettings-basicInformation.js | 48 +++++++++++++++++++
1 file changed, 48 insertions(+)
create mode 100644 locales/de/l10n-workspaces-workspaceSettings-basicInformation.js
diff --git a/locales/de/l10n-workspaces-workspaceSettings-basicInformation.js b/locales/de/l10n-workspaces-workspaceSettings-basicInformation.js
new file mode 100644
index 00000000000..26e3f438c51
--- /dev/null
+++ b/locales/de/l10n-workspaces-workspaceSettings-basicInformation.js
@@ -0,0 +1,48 @@
+/*
+ * This file is part of KubeSphere Console.
+ * Copyright (C) 2019 The KubeSphere Console Authors.
+ *
+ * KubeSphere Console is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * KubeSphere Console is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with KubeSphere Console. If not, see .
+ */
+module.exports = {
+ // Navigation Pane
+ WORKSPACE_SETTINGS: 'Workspace Settings',
+ // Banner
+ WORKSPACE_BASIC_INFO_DESC: 'Basic information provides the overview of the workspace. You can view the basic information of the workspace.',
+ WORKSPACE_BASE_INFO_Q1: 'Wie beantrage ich mehr Cluster für den Arbeitsbereich?',
+ WORKSPACE_BASE_INFO_A1: 'Wenden Sie sich an den Plattform- oder Clusteradministrator, um weitere Cluster zu beantragen.',
+ // Workspace Information
+ WORKSPACE_INFO: 'Workspace Information',
+ WORKSPACE_MEMBER_TCAP: 'Workspace member',
+ WORKSPACE_MEMBER_TCAP_PL: 'Workspace members',
+ WS_MEMBER_SCAP: 'Workspace member',
+ WS_MEMBER_SCAP_PL: 'Workspace members',
+ DEVOPS_PROJECT_TCAP: 'DevOps project',
+ DEVOPS_PROJECT_TCAP_PL: 'DevOps projects',
+ DEVOPS_PROJECT_LOW: 'DevOps project',
+ DEVOPS_PROJECT_LOW_PL: 'DevOps projects',
+ PROJECTS: 'Projects',
+ // Workspace Information > Edit Information
+ // Network Isolation
+ ON: 'On',
+ OFF: 'Off',
+ WS_NETWORK_ISOLATION: 'Workspace network isolation',
+ NETWORK_POLICY_UNINSATLLED_DESC: 'The network policy component is not installed in this cluster.',
+ // Delete Workspace
+ DELETE_DESC: 'Are you sure you want to delete the resource? The resource cannot be restored after it is deleted.',
+ // Delete Workspace > Delete
+ DELETE_WORKSPACE_PROJECTS_DESC: 'Delete projects in the workspace',
+ DELETE_WORKSPACE_DESC: 'The workspace cannot be restored after it is deleted and all resources in the workspace will be removed.',
+ DELETE_WORKSPACE_TIP: 'Are you sure you want to delete the workspace {resource}? The workspace cannot be restored after it is deleted and all resources in the workspace will be removed.'
+};
\ No newline at end of file
From 24c877b46799dafeded07bc1b4500b4cba847e14 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:11:35 +0800
Subject: [PATCH 09/24] New translations
l10n-clustermanagement-clustersettings-clustervisibility.js (Korean)
---
...ement-clusterSettings-clusterVisibility.js | 29 +++++++++++++++++++
1 file changed, 29 insertions(+)
create mode 100644 locales/ko/l10n-clusterManagement-clusterSettings-clusterVisibility.js
diff --git a/locales/ko/l10n-clusterManagement-clusterSettings-clusterVisibility.js b/locales/ko/l10n-clusterManagement-clusterSettings-clusterVisibility.js
new file mode 100644
index 00000000000..a6eeb77f9e1
--- /dev/null
+++ b/locales/ko/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: '클러스터 가시성',
+ EDIT_VISIBILITY_DESC: '워크스페이스에서 클러스터 가시성을 편집합니다.',
+ UNAUTHORIZED: '엑세스 권한 없음',
+ CLUSTER_VISIBILITY_DESC: '클러스터 가시성은 워크스페이스에 대한 클러스터 권한 부여를 제어합니다. 클러스터에 워크스페이스 권한이 부여되면 워크스페이스에서 클러스터 리소스를 보고 관리할 수 있습니다.',
+ CLUSTER_VISIBILITY_Q1: '어떻게 클러스터를 특정 워크스페이스에 위임하여 사용할 수 있습니까?',
+ CLUSTER_VISIBILITY_A1: '가시성 편집을 클릭하여 특정 워크스페이스에 클러스터를 \b위임할 수 있습니다.',
+ CLUSTER_VISIBILITY_Q2: '공용 클러스터란 무엇입니까?',
+ CLUSTER_VISIBILITY_A2: '공용 클러스터는 모든 플랫폼 사용자가 액세스할 수 있습니다. 사용자는 공용 클러스터에 리소스를 만들고 예약할 수 있습니다.',
+ // List
+ WORKSPACE: '워크스페이스',
+ CLUSTER_VISIBILITY_SCAP: '클러스터 가시성',
+ AUTHORIZATION_TIME_TCAP: '인증 시간',
+ // List > Edit Visibility
+ EDIT_VISIBILITY: '가시성 편집',
+ AUTHORIZED: '권한 부여 됨',
+ SET_PUBLIC_CLUSTER: '공용 클러스터로 설정',
+ HOST_CLUSTER_VISIBILITY_WARNING: '호스트 클러스터를 워크스페이스에 할당할 때는 신중해야 합니다. 호스트 클러스터의 부하가 너무 높으면 멀티 클러스터 시스템의 안정성이 저하될 수 있습니다.',
+ CLUSTER_VISIBILITY_REMOVE_WARNING: '클러스터를 사용하는 워크스페이스에 대한 권한이 제거되면 클러스터에 있는 워크스페이스의 모든 리소스가 삭제됩니다.',
+ REMOVE_WORKSPACE_CONFIRM_TITLE: '권한 제거',
+ REMOVE_WORKSPACE_CONFIRM_SI: '워크스페이스 이름 {resource}을 입력하여 이 작업의 위험을 이해하고 있는지 확인합니다.',
+ REMOVE_WORKSPACE_CONFIRM_PL: '워크스페이스 이름 {resource}들을 입력하여 이 작업의 위험을 이해하고 있는지 확인합니다.',
+ REMOVE_WORKSPACE_CONFIRM_TIP: '\b워크스페이스 내 모든 프로젝트 삭제'
+};
\ No newline at end of file
From 162994fe5eaca0631518dbae8803369b35090c39 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:11:37 +0800
Subject: [PATCH 10/24] New translations
l10n-workspaces-workspacesettings-basicinformation.js (Korean)
---
...aces-workspaceSettings-basicInformation.js | 48 +++++++++++++++++++
1 file changed, 48 insertions(+)
create mode 100644 locales/ko/l10n-workspaces-workspaceSettings-basicInformation.js
diff --git a/locales/ko/l10n-workspaces-workspaceSettings-basicInformation.js b/locales/ko/l10n-workspaces-workspaceSettings-basicInformation.js
new file mode 100644
index 00000000000..bb197aee5e1
--- /dev/null
+++ b/locales/ko/l10n-workspaces-workspaceSettings-basicInformation.js
@@ -0,0 +1,48 @@
+/*
+ * This file is part of KubeSphere Console.
+ * Copyright (C) 2019 The KubeSphere Console Authors.
+ *
+ * KubeSphere Console is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * KubeSphere Console is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with KubeSphere Console. If not, see .
+ */
+module.exports = {
+ // Navigation Pane
+ WORKSPACE_SETTINGS: '워크스페이스 설정',
+ // Banner
+ WORKSPACE_BASIC_INFO_DESC: '기본 정보는 워크스페이스의 개요를 제공합니다. 워크스페이스의 기본 정보를 확인 할 수 있습니다.',
+ WORKSPACE_BASE_INFO_Q1: '워크스페이스에 더 많은 클러스터를 신청하려면 어떻게 해야 합니까?',
+ WORKSPACE_BASE_INFO_A1: '더 많은 클러스터를 신청하려면 플랫폼 또는 클러스터 관리자에게 문의하십시오.',
+ // Workspace Information
+ WORKSPACE_INFO: '워크스페이스 정보',
+ WORKSPACE_MEMBER_TCAP: '워크스페이스 맴버',
+ WORKSPACE_MEMBER_TCAP_PL: '워크스페이스 맴버',
+ WS_MEMBER_SCAP: '워크스페이스 맴버',
+ WS_MEMBER_SCAP_PL: '워크스페이스 맴버',
+ DEVOPS_PROJECT_TCAP: '데브옵스 프로젝트',
+ DEVOPS_PROJECT_TCAP_PL: '데브옵스 프로젝트',
+ DEVOPS_PROJECT_LOW: '데브옵스 프로젝트',
+ DEVOPS_PROJECT_LOW_PL: '데브옵스 프로젝트',
+ PROJECTS: '프로젝트',
+ // Workspace Information > Edit Information
+ // Network Isolation
+ ON: 'On',
+ OFF: 'Off',
+ WS_NETWORK_ISOLATION: '워크스페이스 네트워크 분리',
+ NETWORK_POLICY_UNINSATLLED_DESC: '네트워크 정책 구성 요소가 이 클러스터에 설치되어 있지 않습니다.',
+ // Delete Workspace
+ DELETE_DESC: '리소스를 삭제하시겠습니까? 리소스를 삭제한 후에는 복원할 수 없습니다.',
+ // Delete Workspace > Delete
+ DELETE_WORKSPACE_PROJECTS_DESC: '\b워크스페이스 내 모든 프로젝트 삭제',
+ DELETE_WORKSPACE_DESC: '워크스페이스를 삭제한 후에는 복원할 수 없으며 워크스페이스에 포함 된 모든 리소스가 제거됩니다.',
+ DELETE_WORKSPACE_TIP: '워크스페이스 {resource}을(를) 삭제하시겠습니까? 워크스페이스를 삭제한 후에는 복원할 수 없으며 워크스페이스 내 모든 리소스가 제거됩니다.'
+};
\ No newline at end of file
From 6deafe49effd63d75dbef26a79c292eaf7db868c 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:11:39 +0800
Subject: [PATCH 11/24] New translations
l10n-clustermanagement-clustersettings-clustervisibility.js (Lithuanian)
---
...ement-clusterSettings-clusterVisibility.js | 29 +++++++++++++++++++
1 file changed, 29 insertions(+)
create mode 100644 locales/lt/l10n-clusterManagement-clusterSettings-clusterVisibility.js
diff --git a/locales/lt/l10n-clusterManagement-clusterSettings-clusterVisibility.js b/locales/lt/l10n-clusterManagement-clusterSettings-clusterVisibility.js
new file mode 100644
index 00000000000..27e35a428ba
--- /dev/null
+++ b/locales/lt/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
From 33e31c9e0756059d6704a5d5bf7121911e069001 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:11:41 +0800
Subject: [PATCH 12/24] New translations
l10n-workspaces-workspacesettings-basicinformation.js (Lithuanian)
---
...aces-workspaceSettings-basicInformation.js | 48 +++++++++++++++++++
1 file changed, 48 insertions(+)
create mode 100644 locales/lt/l10n-workspaces-workspaceSettings-basicInformation.js
diff --git a/locales/lt/l10n-workspaces-workspaceSettings-basicInformation.js b/locales/lt/l10n-workspaces-workspaceSettings-basicInformation.js
new file mode 100644
index 00000000000..10848c7d03d
--- /dev/null
+++ b/locales/lt/l10n-workspaces-workspaceSettings-basicInformation.js
@@ -0,0 +1,48 @@
+/*
+ * This file is part of KubeSphere Console.
+ * Copyright (C) 2019 The KubeSphere Console Authors.
+ *
+ * KubeSphere Console is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * KubeSphere Console is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with KubeSphere Console. If not, see .
+ */
+module.exports = {
+ // Navigation Pane
+ WORKSPACE_SETTINGS: 'Workspace Settings',
+ // Banner
+ WORKSPACE_BASIC_INFO_DESC: 'Basic information provides the overview of the workspace. You can view the basic information of the workspace.',
+ WORKSPACE_BASE_INFO_Q1: 'How do I apply for more clusters for the workspace?',
+ WORKSPACE_BASE_INFO_A1: 'Contact the platform or cluster administrator to apply for more clusters.',
+ // Workspace Information
+ WORKSPACE_INFO: 'Workspace Information',
+ WORKSPACE_MEMBER_TCAP: 'Workspace member',
+ WORKSPACE_MEMBER_TCAP_PL: 'Workspace members',
+ WS_MEMBER_SCAP: 'Workspace member',
+ WS_MEMBER_SCAP_PL: 'Workspace members',
+ DEVOPS_PROJECT_TCAP: 'DevOps project',
+ DEVOPS_PROJECT_TCAP_PL: 'DevOps projects',
+ DEVOPS_PROJECT_LOW: 'DevOps project',
+ DEVOPS_PROJECT_LOW_PL: 'DevOps projects',
+ PROJECTS: 'Projects',
+ // Workspace Information > Edit Information
+ // Network Isolation
+ ON: 'On',
+ OFF: 'Off',
+ WS_NETWORK_ISOLATION: 'Workspace network isolation',
+ NETWORK_POLICY_UNINSATLLED_DESC: 'The network policy component is not installed in this cluster.',
+ // Delete Workspace
+ DELETE_DESC: 'Are you sure you want to delete the resource? The resource cannot be restored after it is deleted.',
+ // Delete Workspace > Delete
+ DELETE_WORKSPACE_PROJECTS_DESC: 'Delete projects in the workspace',
+ DELETE_WORKSPACE_DESC: 'The workspace cannot be restored after it is deleted and all resources in the workspace will be removed.',
+ DELETE_WORKSPACE_TIP: 'Are you sure you want to delete the workspace {resource}? The workspace cannot be restored after it is deleted and all resources in the workspace will be removed.'
+};
\ No newline at end of file
From 914475d2f3111f5be0a7ae7acac531c82ffa3413 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:11:42 +0800
Subject: [PATCH 13/24] New translations
l10n-clustermanagement-clustersettings-clustervisibility.js (Polish)
---
...ement-clusterSettings-clusterVisibility.js | 29 +++++++++++++++++++
1 file changed, 29 insertions(+)
create mode 100644 locales/pl/l10n-clusterManagement-clusterSettings-clusterVisibility.js
diff --git a/locales/pl/l10n-clusterManagement-clusterSettings-clusterVisibility.js b/locales/pl/l10n-clusterManagement-clusterSettings-clusterVisibility.js
new file mode 100644
index 00000000000..27e35a428ba
--- /dev/null
+++ b/locales/pl/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
From 6c4890b640cd92a11d0c2032bdf24c022f9046eb 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:11:44 +0800
Subject: [PATCH 14/24] New translations
l10n-workspaces-workspacesettings-basicinformation.js (Polish)
---
...aces-workspaceSettings-basicInformation.js | 48 +++++++++++++++++++
1 file changed, 48 insertions(+)
create mode 100644 locales/pl/l10n-workspaces-workspaceSettings-basicInformation.js
diff --git a/locales/pl/l10n-workspaces-workspaceSettings-basicInformation.js b/locales/pl/l10n-workspaces-workspaceSettings-basicInformation.js
new file mode 100644
index 00000000000..10848c7d03d
--- /dev/null
+++ b/locales/pl/l10n-workspaces-workspaceSettings-basicInformation.js
@@ -0,0 +1,48 @@
+/*
+ * This file is part of KubeSphere Console.
+ * Copyright (C) 2019 The KubeSphere Console Authors.
+ *
+ * KubeSphere Console is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * KubeSphere Console is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with KubeSphere Console. If not, see .
+ */
+module.exports = {
+ // Navigation Pane
+ WORKSPACE_SETTINGS: 'Workspace Settings',
+ // Banner
+ WORKSPACE_BASIC_INFO_DESC: 'Basic information provides the overview of the workspace. You can view the basic information of the workspace.',
+ WORKSPACE_BASE_INFO_Q1: 'How do I apply for more clusters for the workspace?',
+ WORKSPACE_BASE_INFO_A1: 'Contact the platform or cluster administrator to apply for more clusters.',
+ // Workspace Information
+ WORKSPACE_INFO: 'Workspace Information',
+ WORKSPACE_MEMBER_TCAP: 'Workspace member',
+ WORKSPACE_MEMBER_TCAP_PL: 'Workspace members',
+ WS_MEMBER_SCAP: 'Workspace member',
+ WS_MEMBER_SCAP_PL: 'Workspace members',
+ DEVOPS_PROJECT_TCAP: 'DevOps project',
+ DEVOPS_PROJECT_TCAP_PL: 'DevOps projects',
+ DEVOPS_PROJECT_LOW: 'DevOps project',
+ DEVOPS_PROJECT_LOW_PL: 'DevOps projects',
+ PROJECTS: 'Projects',
+ // Workspace Information > Edit Information
+ // Network Isolation
+ ON: 'On',
+ OFF: 'Off',
+ WS_NETWORK_ISOLATION: 'Workspace network isolation',
+ NETWORK_POLICY_UNINSATLLED_DESC: 'The network policy component is not installed in this cluster.',
+ // Delete Workspace
+ DELETE_DESC: 'Are you sure you want to delete the resource? The resource cannot be restored after it is deleted.',
+ // Delete Workspace > Delete
+ DELETE_WORKSPACE_PROJECTS_DESC: 'Delete projects in the workspace',
+ DELETE_WORKSPACE_DESC: 'The workspace cannot be restored after it is deleted and all resources in the workspace will be removed.',
+ DELETE_WORKSPACE_TIP: 'Are you sure you want to delete the workspace {resource}? The workspace cannot be restored after it is deleted and all resources in the workspace will be removed.'
+};
\ No newline at end of file
From fe6aeb9d05fc6aaa1441383ae7378519633e73c5 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:11:45 +0800
Subject: [PATCH 15/24] New translations
l10n-clustermanagement-clustersettings-clustervisibility.js (Portuguese)
---
...ement-clusterSettings-clusterVisibility.js | 29 +++++++++++++++++++
1 file changed, 29 insertions(+)
create mode 100644 locales/pt/l10n-clusterManagement-clusterSettings-clusterVisibility.js
diff --git a/locales/pt/l10n-clusterManagement-clusterSettings-clusterVisibility.js b/locales/pt/l10n-clusterManagement-clusterSettings-clusterVisibility.js
new file mode 100644
index 00000000000..27e35a428ba
--- /dev/null
+++ b/locales/pt/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
From 03ccb49b612e6b615a29cd6a6a9e9d0f3f70a36d 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:11:46 +0800
Subject: [PATCH 16/24] New translations
l10n-workspaces-workspacesettings-basicinformation.js (Portuguese)
---
...aces-workspaceSettings-basicInformation.js | 48 +++++++++++++++++++
1 file changed, 48 insertions(+)
create mode 100644 locales/pt/l10n-workspaces-workspaceSettings-basicInformation.js
diff --git a/locales/pt/l10n-workspaces-workspaceSettings-basicInformation.js b/locales/pt/l10n-workspaces-workspaceSettings-basicInformation.js
new file mode 100644
index 00000000000..10848c7d03d
--- /dev/null
+++ b/locales/pt/l10n-workspaces-workspaceSettings-basicInformation.js
@@ -0,0 +1,48 @@
+/*
+ * This file is part of KubeSphere Console.
+ * Copyright (C) 2019 The KubeSphere Console Authors.
+ *
+ * KubeSphere Console is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * KubeSphere Console is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with KubeSphere Console. If not, see .
+ */
+module.exports = {
+ // Navigation Pane
+ WORKSPACE_SETTINGS: 'Workspace Settings',
+ // Banner
+ WORKSPACE_BASIC_INFO_DESC: 'Basic information provides the overview of the workspace. You can view the basic information of the workspace.',
+ WORKSPACE_BASE_INFO_Q1: 'How do I apply for more clusters for the workspace?',
+ WORKSPACE_BASE_INFO_A1: 'Contact the platform or cluster administrator to apply for more clusters.',
+ // Workspace Information
+ WORKSPACE_INFO: 'Workspace Information',
+ WORKSPACE_MEMBER_TCAP: 'Workspace member',
+ WORKSPACE_MEMBER_TCAP_PL: 'Workspace members',
+ WS_MEMBER_SCAP: 'Workspace member',
+ WS_MEMBER_SCAP_PL: 'Workspace members',
+ DEVOPS_PROJECT_TCAP: 'DevOps project',
+ DEVOPS_PROJECT_TCAP_PL: 'DevOps projects',
+ DEVOPS_PROJECT_LOW: 'DevOps project',
+ DEVOPS_PROJECT_LOW_PL: 'DevOps projects',
+ PROJECTS: 'Projects',
+ // Workspace Information > Edit Information
+ // Network Isolation
+ ON: 'On',
+ OFF: 'Off',
+ WS_NETWORK_ISOLATION: 'Workspace network isolation',
+ NETWORK_POLICY_UNINSATLLED_DESC: 'The network policy component is not installed in this cluster.',
+ // Delete Workspace
+ DELETE_DESC: 'Are you sure you want to delete the resource? The resource cannot be restored after it is deleted.',
+ // Delete Workspace > Delete
+ DELETE_WORKSPACE_PROJECTS_DESC: 'Delete projects in the workspace',
+ DELETE_WORKSPACE_DESC: 'The workspace cannot be restored after it is deleted and all resources in the workspace will be removed.',
+ DELETE_WORKSPACE_TIP: 'Are you sure you want to delete the workspace {resource}? The workspace cannot be restored after it is deleted and all resources in the workspace will be removed.'
+};
\ No newline at end of file
From 87afedf47ad7198d641c70d3e5025d9991289991 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:11:48 +0800
Subject: [PATCH 17/24] New translations
l10n-clustermanagement-clustersettings-clustervisibility.js (Turkish)
---
...ement-clusterSettings-clusterVisibility.js | 29 +++++++++++++++++++
1 file changed, 29 insertions(+)
create mode 100644 locales/tr/l10n-clusterManagement-clusterSettings-clusterVisibility.js
diff --git a/locales/tr/l10n-clusterManagement-clusterSettings-clusterVisibility.js b/locales/tr/l10n-clusterManagement-clusterSettings-clusterVisibility.js
new file mode 100644
index 00000000000..072cd3fba5a
--- /dev/null
+++ b/locales/tr/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: 'Küme Görünürlüğü',
+ EDIT_VISIBILITY_DESC: 'Çalışma alanlarında küme görünürlüğünü düzenleyin.',
+ UNAUTHORIZED: 'İzin Yok',
+ CLUSTER_VISIBILITY_DESC: 'Küme görünürlüğü, çalışma alanları için küme yetkilendirmesini kontrol eder. Bir küme çalışma alanlarına yetkilendirildikten sonra, çalışma alanlarındaki küme kaynaklarını görüntüleyebilir ve yönetebilirsiniz.',
+ CLUSTER_VISIBILITY_Q1: 'Bir kümeyi belirli çalışma alanlarına nasıl yetkilendiririm?',
+ CLUSTER_VISIBILITY_A1: 'Görünürlüğü Düzenle\'yi tıklatarak belirli çalışma alanlarına bir küme atayabilirsiniz.',
+ CLUSTER_VISIBILITY_Q2: 'Genel kümeler nedir?',
+ CLUSTER_VISIBILITY_A2: 'Genel kümelere tüm platform kullanıcıları tarafından erişilebilir. Kullanıcılar, genel kümelerde kaynaklar oluşturabilir ve zamanlayabilir.',
+ // List
+ WORKSPACE: 'Çalışma alanları',
+ CLUSTER_VISIBILITY_SCAP: 'Küme Görünürlüğü',
+ AUTHORIZATION_TIME_TCAP: 'Yetkilendirme süresi',
+ // List > Edit Visibility
+ EDIT_VISIBILITY: 'Görünürlüğü düzenle',
+ AUTHORIZED: 'Yetki',
+ SET_PUBLIC_CLUSTER: 'Genel Küme olarak ayarla',
+ HOST_CLUSTER_VISIBILITY_WARNING: 'Ana bilgisayar kümesi aşırı yüklenirse, çoklu küme sisteminin kararlılığı azalacaktır. Ana bilgisayar kümesini çalışma alanlarına atarken dikkatli olun.',
+ CLUSTER_VISIBILITY_REMOVE_WARNING: 'Bir çalışma alanının kümeyi kullanma yetkisi kaldırıldıktan sonra, kümedeki çalışma alanının tüm kaynakları silinecektir.',
+ REMOVE_WORKSPACE_CONFIRM_TITLE: 'Yetkilendirmeyi Kaldır',
+ REMOVE_WORKSPACE_CONFIRM_SI: 'Bu işlemin risklerini anladığınızı doğrulamak için {resource} çalışma alanı adını girin.',
+ REMOVE_WORKSPACE_CONFIRM_PL: 'Bu işlemin risklerini anladığınızı doğrulamak için {resource} çalışma alanı adlarını girin.',
+ REMOVE_WORKSPACE_CONFIRM_TIP: 'Çalışma alanındaki projeleri sil'
+};
\ No newline at end of file
From 2f61dd1f971a24e3793acf7bdc04c6dc7cc15b95 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:11:50 +0800
Subject: [PATCH 18/24] New translations
l10n-workspaces-workspacesettings-basicinformation.js (Turkish)
---
...aces-workspaceSettings-basicInformation.js | 48 +++++++++++++++++++
1 file changed, 48 insertions(+)
create mode 100644 locales/tr/l10n-workspaces-workspaceSettings-basicInformation.js
diff --git a/locales/tr/l10n-workspaces-workspaceSettings-basicInformation.js b/locales/tr/l10n-workspaces-workspaceSettings-basicInformation.js
new file mode 100644
index 00000000000..a3a0424f7b7
--- /dev/null
+++ b/locales/tr/l10n-workspaces-workspaceSettings-basicInformation.js
@@ -0,0 +1,48 @@
+/*
+ * This file is part of KubeSphere Console.
+ * Copyright (C) 2019 The KubeSphere Console Authors.
+ *
+ * KubeSphere Console is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * KubeSphere Console is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with KubeSphere Console. If not, see .
+ */
+module.exports = {
+ // Navigation Pane
+ WORKSPACE_SETTINGS: 'Çalışma Alanı Ayarları',
+ // Banner
+ WORKSPACE_BASIC_INFO_DESC: 'Temel bilgiler çalışma alanı hakkında önizleme sağlar. Çalışma alanının temel bilgilerini görüntüleyebilirsiniz.',
+ WORKSPACE_BASE_INFO_Q1: 'Çalışma alanı için daha fazla kümeyi nasıl talep edebilirim?',
+ WORKSPACE_BASE_INFO_A1: 'Daha fazla küme talep etmek için platform veya küme yöneticisi ile iletişime geçiniz.',
+ // Workspace Information
+ WORKSPACE_INFO: 'Çalışma Alanı Bilgisi',
+ WORKSPACE_MEMBER_TCAP: 'Çalışma alanı üyesi',
+ WORKSPACE_MEMBER_TCAP_PL: 'Çalışma alanı üyeleri',
+ WS_MEMBER_SCAP: 'Çalışma alanı üyesi',
+ WS_MEMBER_SCAP_PL: 'Çalışma alanı üyeleri',
+ DEVOPS_PROJECT_TCAP: 'DevOps Projesi',
+ DEVOPS_PROJECT_TCAP_PL: 'DevOps projeleri',
+ DEVOPS_PROJECT_LOW: 'DevOps projesi',
+ DEVOPS_PROJECT_LOW_PL: 'DevOps projeleri',
+ PROJECTS: 'Projeler',
+ // Workspace Information > Edit Information
+ // Network Isolation
+ ON: 'Açık',
+ OFF: 'Kapalı',
+ WS_NETWORK_ISOLATION: 'Çalışma alanı ağ izolasyonu',
+ NETWORK_POLICY_UNINSATLLED_DESC: 'Ağ politikası bileşeni bu kümede yüklü değildir.',
+ // Delete Workspace
+ DELETE_DESC: 'Are you sure you want to delete the resource? The resource cannot be restored after it is deleted.',
+ // Delete Workspace > Delete
+ DELETE_WORKSPACE_PROJECTS_DESC: 'Çalışma alanındaki projeleri sil',
+ DELETE_WORKSPACE_DESC: 'Çalışma alanı silindikten sonra tekrar kurtarılamaz ve içerisindeki tüm kaynaklar kaldırılır.',
+ DELETE_WORKSPACE_TIP: '{resource} çalışma alanını silmek istediğinizden emin misiniz? Çalışma alanı silindikten sonra tekrar kurtarılamaz ve içerisindeki tüm kaynaklar kaldırılır.'
+};
\ No newline at end of file
From 4f95dd3737848fa1011e46292fc53a069a1bd88e 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:11:54 +0800
Subject: [PATCH 19/24] New translations
l10n-clustermanagement-clustersettings-clustervisibility.js (Chinese
Simplified)
---
...ement-clusterSettings-clusterVisibility.js | 23 +++++++------------
1 file changed, 8 insertions(+), 15 deletions(-)
diff --git a/locales/zh/l10n-clusterManagement-clusterSettings-clusterVisibility.js b/locales/zh/l10n-clusterManagement-clusterSettings-clusterVisibility.js
index 659732ccbeb..02f580934fb 100644
--- a/locales/zh/l10n-clusterManagement-clusterSettings-clusterVisibility.js
+++ b/locales/zh/l10n-clusterManagement-clusterSettings-clusterVisibility.js
@@ -2,19 +2,16 @@
* 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: '集群可见性',
EDIT_VISIBILITY_DESC: '编辑集群在企业空间中的可见性。',
UNAUTHORIZED: '未授权',
- CLUSTER_VISIBILITY_DESC:
- '集群可见性控制集群对企业空间的授权。将集群授权给企业空间后,即可在企业空间中查看并管理集群资源。',
+ CLUSTER_VISIBILITY_DESC: '集群可见性控制集群对企业空间的授权。将集群授权给企业空间后,即可在企业空间中查看并管理集群资源。',
CLUSTER_VISIBILITY_Q1: '如何将集群授权给指定的企业空间使用?',
CLUSTER_VISIBILITY_A1: '您可以点击编辑可见性将集群授权给指定的企业空间使用。',
CLUSTER_VISIBILITY_Q2: '什么是公开集群?',
- CLUSTER_VISIBILITY_A2:
- '公开状态的集群意味着平台内的用户都可以使用该集群,并在集群中创建和调度资源。',
+ CLUSTER_VISIBILITY_A2: '公开状态的集群意味着平台内的用户都可以使用该集群,并在集群中创建和调度资源。',
// List
WORKSPACE: '企业空间',
CLUSTER_VISIBILITY_SCAP: '集群可见性',
@@ -23,14 +20,10 @@ module.exports = {
EDIT_VISIBILITY: '编辑可见性',
AUTHORIZED: '已授权',
SET_PUBLIC_CLUSTER: '设置为公开集群',
- HOST_CLUSTER_VISIBILITY_WARNING:
- '请谨慎将主集群授权给企业空间,主集群负载过高会导致多集群系统稳定性下降。',
- CLUSTER_VISIBILITY_REMOVE_WARNING:
- '移除集群对企业空间的授权后,该企业空间在当前集群下的所有资源将被删除。',
+ HOST_CLUSTER_VISIBILITY_WARNING: '请谨慎将主集群授权给企业空间,主集群负载过高会导致多集群系统稳定性下降。',
+ CLUSTER_VISIBILITY_REMOVE_WARNING: '移除集群对企业空间的授权后,该企业空间在当前集群下的所有资源将被删除。',
REMOVE_WORKSPACE_CONFIRM_TITLE: '移除授权',
- REMOVE_WORKSPACE_CONFIRM_SI:
- '请输入企业空间名称 {resource} 确保您已了解操作所带来的风险。',
- REMOVE_WORKSPACE_CONFIRM_PL:
- '请输入企业空间名称 {resource} 确保您已了解操作所带来的风险。',
- REMOVE_WORKSPACE_CONFIRM_TIP: '删除企业空间的项目',
-};
+ REMOVE_WORKSPACE_CONFIRM_SI: '请输入企业空间名称 {resource} 确保您已了解操作所带来的风险。',
+ REMOVE_WORKSPACE_CONFIRM_PL: '请输入企业空间名称 {resource} 确保您已了解操作所带来的风险。',
+ REMOVE_WORKSPACE_CONFIRM_TIP: '删除企业空间中的项目'
+};
\ No newline at end of file
From 22e943315497f07ec5ce3224c00466f252a1450d 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:00 +0800
Subject: [PATCH 20/24] New translations
l10n-workspaces-workspacesettings-basicinformation.js (Chinese Simplified)
---
...aces-workspaceSettings-basicInformation.js | 23 ++++++++++++++-----
1 file changed, 17 insertions(+), 6 deletions(-)
diff --git a/locales/zh/l10n-workspaces-workspaceSettings-basicInformation.js b/locales/zh/l10n-workspaces-workspaceSettings-basicInformation.js
index 71362808b61..5a97837097e 100644
--- a/locales/zh/l10n-workspaces-workspaceSettings-basicInformation.js
+++ b/locales/zh/l10n-workspaces-workspaceSettings-basicInformation.js
@@ -1,8 +1,20 @@
/*
- * Please refer to the LICENSE file in the root directory of the project.
- * https://github.com/kubesphere/console/blob/master/LICENSE
+ * This file is part of KubeSphere Console.
+ * Copyright (C) 2019 The KubeSphere Console Authors.
+ *
+ * KubeSphere Console is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * KubeSphere Console is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with KubeSphere Console. If not, see .
*/
-
module.exports = {
// Navigation Pane
WORKSPACE_SETTINGS: '企业空间设置',
@@ -32,6 +44,5 @@ module.exports = {
// Delete Workspace > Delete
DELETE_WORKSPACE_PROJECTS_DESC: '删除企业空间中的项目',
DELETE_WORKSPACE_DESC: '企业空间删除后将无法恢复, 企业空间下的资源也同时会被销毁。',
- DELETE_WORKSPACE_TIP:
- '确定删除企业空间 {resource} ? 删除后将无法恢复, 企业空间下的资源也同时会被销毁。',
-};
+ DELETE_WORKSPACE_TIP: '确定删除企业空间 {resource} ? 删除后将无法恢复, 企业空间下的资源也同时会被销毁。'
+};
\ No newline at end of file
From 1df0d69b6aeb540c8b41edc256d23ce37aeb8e40 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:08 +0800
Subject: [PATCH 21/24] New translations
l10n-clustermanagement-clustersettings-clustervisibility.js (Chinese
Traditional)
---
...ement-clusterSettings-clusterVisibility.js | 23 +++++++------------
1 file changed, 8 insertions(+), 15 deletions(-)
diff --git a/locales/tc/l10n-clusterManagement-clusterSettings-clusterVisibility.js b/locales/tc/l10n-clusterManagement-clusterSettings-clusterVisibility.js
index 9ae99ea81bc..0a85f6f3e1b 100644
--- a/locales/tc/l10n-clusterManagement-clusterSettings-clusterVisibility.js
+++ b/locales/tc/l10n-clusterManagement-clusterSettings-clusterVisibility.js
@@ -2,19 +2,16 @@
* 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: '集群能見度',
EDIT_VISIBILITY_DESC: '編輯集群在企業空間中的能見度。',
UNAUTHORIZED: '未授權',
- CLUSTER_VISIBILITY_DESC:
- '集群能見度控制集群對企業空間的授權。將集群授權給企業空間後,即可在企業空間中查看並管理集群資源。',
+ CLUSTER_VISIBILITY_DESC: '集群能見度控制集群對企業空間的授權。將集群授權給企業空間後,即可在企業空間中查看並管理集群資源。',
CLUSTER_VISIBILITY_Q1: '如何將集群授權給指定的企業空間使用?',
CLUSTER_VISIBILITY_A1: '您可以點擊編輯能見度將集群授權給指定的企業空間使用。',
CLUSTER_VISIBILITY_Q2: '什麼是公開集群?',
- CLUSTER_VISIBILITY_A2:
- '公開狀態的集群意味著平台内的用戶都可以使用該集群,並在集群中創建和調度資源。',
+ CLUSTER_VISIBILITY_A2: '公開狀態的集群意味著平台内的用戶都可以使用該集群,並在集群中創建和調度資源。',
// List
WORKSPACE: '企業空間',
CLUSTER_VISIBILITY_SCAP: '集群能見度',
@@ -23,14 +20,10 @@ module.exports = {
EDIT_VISIBILITY: '編輯能見度',
AUTHORIZED: '已授權',
SET_PUBLIC_CLUSTER: '設置為公開集群',
- HOST_CLUSTER_VISIBILITY_WARNING:
- '請謹慎將主集群授權给企業空間,主集群負載過高會導致多集群系統穩定性下降。',
- CLUSTER_VISIBILITY_REMOVE_WARNING:
- '移除集群對企業空間的授權後,該企業空間在目前集群下的所有資源將被刪除。',
+ HOST_CLUSTER_VISIBILITY_WARNING: '請謹慎將主集群授權给企業空間,主集群負載過高會導致多集群系統穩定性下降。',
+ CLUSTER_VISIBILITY_REMOVE_WARNING: '移除集群對企業空間的授權後,該企業空間在目前集群下的所有資源將被刪除。',
REMOVE_WORKSPACE_CONFIRM_TITLE: '移除授權',
- REMOVE_WORKSPACE_CONFIRM_SI:
- '請輸入企業空間名稱 {resource} 確保您已了解操作所带来的風險。',
- REMOVE_WORKSPACE_CONFIRM_PL:
- '請輸入企業空間名稱 {resource} 確保您已了解操作所带来的風險。',
- REMOVE_WORKSPACE_CONFIRM_TIP: '刪除企業空間的項目',
-};
+ REMOVE_WORKSPACE_CONFIRM_SI: '請輸入企業空間名稱 {resource} 確保您已了解操作所带来的風險。',
+ REMOVE_WORKSPACE_CONFIRM_PL: '請輸入企業空間名稱 {resource} 確保您已了解操作所带来的風險。',
+ REMOVE_WORKSPACE_CONFIRM_TIP: '刪除該企業空間關聯項目'
+};
\ No newline at end of file
From d481003427c027fbb28a7f510797a68a99b4d3f9 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:15 +0800
Subject: [PATCH 22/24] New translations
l10n-workspaces-workspacesettings-basicinformation.js (Chinese Traditional)
---
...aces-workspaceSettings-basicInformation.js | 32 ++++++++++++-------
1 file changed, 20 insertions(+), 12 deletions(-)
diff --git a/locales/tc/l10n-workspaces-workspaceSettings-basicInformation.js b/locales/tc/l10n-workspaces-workspaceSettings-basicInformation.js
index da7889b398e..47b5ad28eef 100644
--- a/locales/tc/l10n-workspaces-workspaceSettings-basicInformation.js
+++ b/locales/tc/l10n-workspaces-workspaceSettings-basicInformation.js
@@ -1,17 +1,27 @@
/*
- * Please refer to the LICENSE file in the root directory of the project.
- * https://github.com/kubesphere/console/blob/master/LICENSE
+ * This file is part of KubeSphere Console.
+ * Copyright (C) 2019 The KubeSphere Console Authors.
+ *
+ * KubeSphere Console is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * KubeSphere Console is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with KubeSphere Console. If not, see .
*/
-
module.exports = {
// Navigation Pane
WORKSPACE_SETTINGS: '企業空間設置',
// Banner
- WORKSPACE_BASIC_INFO_DESC:
- 'Basic information provides the overview of the workspace. You can view the basic information of the workspace.',
+ WORKSPACE_BASIC_INFO_DESC: 'Basic information provides the overview of the workspace. You can view the basic information of the workspace.',
WORKSPACE_BASE_INFO_Q1: '如何為企業空間申請更多的集群?',
- WORKSPACE_BASE_INFO_A1:
- 'Contact the platform or cluster administrator to apply for more clusters.',
+ WORKSPACE_BASE_INFO_A1: 'Contact the platform or cluster administrator to apply for more clusters.',
// Workspace Information
WORKSPACE_INFO: '企業空間資訊',
WORKSPACE_MEMBER_TCAP: 'Workspace member',
@@ -30,11 +40,9 @@ module.exports = {
WS_NETWORK_ISOLATION: '企業空間網路隔離',
NETWORK_POLICY_UNINSATLLED_DESC: 'The network policy component is not installed in this cluster.',
// Delete Workspace
- DELETE_DESC:
- 'Are you sure you want to delete the resource? The resource cannot be restored after it is deleted.',
+ DELETE_DESC: 'Are you sure you want to delete the resource? The resource cannot be restored after it is deleted.',
// Delete Workspace > Delete
DELETE_WORKSPACE_PROJECTS_DESC: '刪除該企業空間關聯項目',
DELETE_WORKSPACE_DESC: '刪除後將無法恢復,企業空間下的資源也同時會被銷毀。',
- DELETE_WORKSPACE_TIP:
- '確定刪除企業空間 {resource} ? 刪除後將無法恢復,企業空間下的資源也同時會被銷毀。',
-};
+ DELETE_WORKSPACE_TIP: '確定刪除企業空間 {resource} ? 刪除後將無法恢復,企業空間下的資源也同時會被銷毀。'
+};
\ No newline at end of file
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 23/24] 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
From b328f0f16d0bb78b1cca09d1c0b88e90ba444e00 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:20 +0800
Subject: [PATCH 24/24] New translations
l10n-workspaces-workspacesettings-basicinformation.js (Hindi)
---
...aces-workspaceSettings-basicInformation.js | 48 +++++++++++++++++++
1 file changed, 48 insertions(+)
create mode 100644 locales/hi/l10n-workspaces-workspaceSettings-basicInformation.js
diff --git a/locales/hi/l10n-workspaces-workspaceSettings-basicInformation.js b/locales/hi/l10n-workspaces-workspaceSettings-basicInformation.js
new file mode 100644
index 00000000000..10848c7d03d
--- /dev/null
+++ b/locales/hi/l10n-workspaces-workspaceSettings-basicInformation.js
@@ -0,0 +1,48 @@
+/*
+ * This file is part of KubeSphere Console.
+ * Copyright (C) 2019 The KubeSphere Console Authors.
+ *
+ * KubeSphere Console is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * KubeSphere Console is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with KubeSphere Console. If not, see .
+ */
+module.exports = {
+ // Navigation Pane
+ WORKSPACE_SETTINGS: 'Workspace Settings',
+ // Banner
+ WORKSPACE_BASIC_INFO_DESC: 'Basic information provides the overview of the workspace. You can view the basic information of the workspace.',
+ WORKSPACE_BASE_INFO_Q1: 'How do I apply for more clusters for the workspace?',
+ WORKSPACE_BASE_INFO_A1: 'Contact the platform or cluster administrator to apply for more clusters.',
+ // Workspace Information
+ WORKSPACE_INFO: 'Workspace Information',
+ WORKSPACE_MEMBER_TCAP: 'Workspace member',
+ WORKSPACE_MEMBER_TCAP_PL: 'Workspace members',
+ WS_MEMBER_SCAP: 'Workspace member',
+ WS_MEMBER_SCAP_PL: 'Workspace members',
+ DEVOPS_PROJECT_TCAP: 'DevOps project',
+ DEVOPS_PROJECT_TCAP_PL: 'DevOps projects',
+ DEVOPS_PROJECT_LOW: 'DevOps project',
+ DEVOPS_PROJECT_LOW_PL: 'DevOps projects',
+ PROJECTS: 'Projects',
+ // Workspace Information > Edit Information
+ // Network Isolation
+ ON: 'On',
+ OFF: 'Off',
+ WS_NETWORK_ISOLATION: 'Workspace network isolation',
+ NETWORK_POLICY_UNINSATLLED_DESC: 'The network policy component is not installed in this cluster.',
+ // Delete Workspace
+ DELETE_DESC: 'Are you sure you want to delete the resource? The resource cannot be restored after it is deleted.',
+ // Delete Workspace > Delete
+ DELETE_WORKSPACE_PROJECTS_DESC: 'Delete projects in the workspace',
+ DELETE_WORKSPACE_DESC: 'The workspace cannot be restored after it is deleted and all resources in the workspace will be removed.',
+ DELETE_WORKSPACE_TIP: 'Are you sure you want to delete the workspace {resource}? The workspace cannot be restored after it is deleted and all resources in the workspace will be removed.'
+};
\ No newline at end of file