Skip to content

Commit

Permalink
Merge pull request #5781 from GuoLiBin6/feat/glb-to-3.11/src
Browse files Browse the repository at this point in the history
feat: add extdb i18n
  • Loading branch information
easy-mj authored Dec 18, 2023
2 parents cc0ab11 + 6e08785 commit b470856
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Icon/assets/extdb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/constants/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const HYPERVISORS = [
{ key: 'bingocloud', label: i18n.t('scopeCloudPrvidersMap.BingoCloud'), provider: 'BingoCloud', brand: 'BingoCloud', host_type: 'bingocloud', hypervisor: 'bingocloud', env: 'private', cloud_env: 'private' },
{ key: 'incloudsphere', label: 'InCloudSphere', provider: 'InCloudSphere', brand: 'InCloudSphere', host_type: 'incloudsphere', hypervisor: 'incloudsphere', env: 'private', cloud_env: 'private' },
{ key: 'remotefile', label: i18n.t('cloudPrvidersMap.RemoteFile'), provider: 'RemoteFile', brand: 'RemoteFile', host_type: 'remotefile', hypervisor: 'remotefile', env: 'private', cloud_env: 'private' },
{ key: 'extdb', label: i18n.t('cloudPrvidersMap.extdb'), provider: 'extdb', brand: 'extdb', host_type: 'extdb', hypervisor: 'dxtdb', env: 'private', cloud_env: 'private' },
{ key: 'proxmox', label: i18n.t('cloudPrvidersMap.Proxmox'), provider: 'Proxmox', brand: 'Proxmox', host_type: 'proxmox', hypervisor: 'proxmox', env: 'private', cloud_env: 'private' },
{ key: 'h3c', label: i18n.t('cloudPrvidersMap.H3C'), provider: 'H3C', brand: 'H3C', host_type: 'h3c', hypervisor: 'h3c', env: 'private', cloud_env: 'private' },
// Public
Expand Down
1 change: 1 addition & 0 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1834,6 +1834,7 @@
"Nutanix": "Nutanix",
"BingoCloud": "BingoCloud",
"RemoteFile": "RemoteFile",
"extdb": "External resources",
"Proxmox": "Proxmox",
"H3C": "H3C"
},
Expand Down
1 change: 1 addition & 0 deletions src/locales/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -1847,6 +1847,7 @@
"Nutanix": "ヌタニックス",
"BingoCloud": "ビンゴクラウド",
"RemoteFile": "外部データ",
"extdb": "外部データ",
"Proxmox": "プロキシモックス",
"H3C": "H3C",
"Ksyun": "キングソフトクラウド"
Expand Down
1 change: 1 addition & 0 deletions src/locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -1847,6 +1847,7 @@
"Nutanix": "Nutanix",
"BingoCloud": "BingoCloud",
"RemoteFile": "外部数据",
"extdb": "外部数据",
"Proxmox": "Proxmox",
"H3C": "H3C",
"Ksyun": "金山云"
Expand Down

0 comments on commit b470856

Please sign in to comment.