-
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-workspaces-workspacesettings-basicinformation.j…
…s (Hindi)
- Loading branch information
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
48 changes: 48 additions & 0 deletions
48
locales/hi/l10n-workspaces-workspaceSettings-basicInformation.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,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 <https://www.gnu.org/licenses/>. | ||
*/ | ||
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 <strong>{resource}</strong>? The workspace cannot be restored after it is deleted and all resources in the workspace will be removed.' | ||
}; |