Skip to content

Commit

Permalink
New translations l10n-workspaces-workspacesettings-basicinformation.j…
Browse files Browse the repository at this point in the history
…s (Chinese Traditional)
  • Loading branch information
ks-ci-bot committed Nov 5, 2024
1 parent 1df0d69 commit d481003
Showing 1 changed file with 20 additions and 12 deletions.
32 changes: 20 additions & 12 deletions locales/tc/l10n-workspaces-workspaceSettings-basicInformation.js
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>.
*/

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',
Expand All @@ -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:
'確定刪除企業空間 <strong> {resource} </strong> ? 刪除後將無法恢復,企業空間下的資源也同時會被銷毀。',
};
DELETE_WORKSPACE_TIP: '確定刪除企業空間 <strong> {resource} </strong> ? 刪除後將無法恢復,企業空間下的資源也同時會被銷毀。'
};

0 comments on commit d481003

Please sign in to comment.