mirror of https://github.com/rancher/ui.git
Merge pull request #3283 from ly5156/driver-trans
[UI] add baidu and pingan driver name translation
This commit is contained in:
commit
fb55d60a74
|
|
@ -6594,6 +6594,7 @@ kontainerDriver:
|
||||||
import: Import
|
import: Import
|
||||||
rancherKubernetesEngine: Rancher RKE
|
rancherKubernetesEngine: Rancher RKE
|
||||||
tencentkubernetesengine: Tencent TKE
|
tencentkubernetesengine: Tencent TKE
|
||||||
|
baiducloudcontainerengine: Baidu CCE
|
||||||
|
|
||||||
|
|
||||||
nodeDriver:
|
nodeDriver:
|
||||||
|
|
@ -6627,6 +6628,8 @@ nodeDriver:
|
||||||
upcloud: UpCloud
|
upcloud: UpCloud
|
||||||
vmwarevsphere: vSphere
|
vmwarevsphere: vSphere
|
||||||
zstack: ZStack
|
zstack: ZStack
|
||||||
|
pinganyunecs: Pinganyun ECS
|
||||||
|
baidu: Baidu CCE
|
||||||
driverOptions: "{driver} Options"
|
driverOptions: "{driver} Options"
|
||||||
templateOptions: "{appName} Template"
|
templateOptions: "{appName} Template"
|
||||||
amazoneks:
|
amazoneks:
|
||||||
|
|
|
||||||
|
|
@ -6591,6 +6591,7 @@ kontainerDriver:
|
||||||
import: Import
|
import: Import
|
||||||
rancherKubernetesEngine: Rancher RKE
|
rancherKubernetesEngine: Rancher RKE
|
||||||
tencentkubernetesengine: Tencent TKE
|
tencentkubernetesengine: Tencent TKE
|
||||||
|
baiducloudcontainerengine: Baidu CCE
|
||||||
|
|
||||||
|
|
||||||
nodeDriver:
|
nodeDriver:
|
||||||
|
|
@ -6623,6 +6624,8 @@ nodeDriver:
|
||||||
upcloud: UpCloud
|
upcloud: UpCloud
|
||||||
vmwarevsphere: vSphere
|
vmwarevsphere: vSphere
|
||||||
zstack: ZStack
|
zstack: ZStack
|
||||||
|
pinganyunecs: Pinganyun ECS
|
||||||
|
baidu: Baidu CCE
|
||||||
driverOptions: "{driver}选项"
|
driverOptions: "{driver}选项"
|
||||||
templateOptions: "{appName}模板"
|
templateOptions: "{appName}模板"
|
||||||
amazoneks:
|
amazoneks:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue