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