Skip to content

Commit

Permalink
t [fix]i118 error
Browse files Browse the repository at this point in the history
  • Loading branch information
QiRaining committed Mar 6, 2017
1 parent 33c8195 commit b016e95
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions zstack_dashboard/static/resources/locale-en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
"cluster.createCluster.L2 NETWORK": "L2 NETWORK",
"cluster.createCluster.HINT4": "(Optional) select one or more l2 network to attach. Or do it later after creating cluster",
"cluster.createCluster.Previous": "Previous",
"cluster.detachL2Network.hasL2Network()": "No L2 Network has been attached to this cluster.",
"cluster.detachL2Network.hasL2Network": "No L2 Network has been attached to this cluster.",
"cluster.detachL2Network.DETACH L2 NETWORK": "DETACH L2 NETWORK",
"cluster.detachL2Network.L2 NETWORK": "L2 NETWORK",
"cluster.detachL2Network.HINT": "(Required) select one or more l2Network to detach",
Expand Down Expand Up @@ -483,9 +483,9 @@
"primaryStorage.detachCluster.HINT2": "Type 'ok' to confirm",
"primaryStorage.detachCluster.Cancel": "Cancel",
"primaryStorage.detachCluster.Detach": "Detach",
"primaryStorage.attachCluster.ALERT1": "No cluster has been created. Please go to ",
"primaryStorage.detachCluster.ALERT1.2": "cluster page",
"primaryStorage.detachCluster.ALERT1.3": " to create a new one.",
"primaryStorage.attachCluster.ALERT1.1": "No cluster has been created. Please go to ",
"primaryStorage.attachCluster.ALERT1.2": "cluster page",
"primaryStorage.attachCluster.ALERT1.3": " to create a new one.",
"primaryStorage.attachCluster.ATTACH CLUSTER": "ATTACH CLUSTER",
"primaryStorage.attachCluster.CLUSTER": "CLUSTER",
"primaryStorage.attachCluster.HINT1": "(Required) select one or more cluster to attach",
Expand Down
8 changes: 4 additions & 4 deletions zstack_dashboard/static/resources/locale-zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
"cluster.createCluster.L2 NETWORK": "L2网络",
"cluster.createCluster.HINT4": "(可选) 选择一个或多个需挂载的L2网络。也可以创建集群后再挂载",
"cluster.createCluster.Previous": "上一页",
"cluster.detachL2Network.hasL2Network()": "没有L2网络挂载到此集群",
"cluster.detachL2Network.hasL2Network": "没有L2网络挂载到此集群",
"cluster.detachL2Network.DETACH L2 NETWORK": "卸载L2网络",
"cluster.detachL2Network.L2 NETWORK": "L2网络",
"cluster.detachL2Network.HINT": "(必填) 选择卸载一个或多个L2网络",
Expand Down Expand Up @@ -483,9 +483,9 @@
"primaryStorage.detachCluster.HINT2": "输入ok确认",
"primaryStorage.detachCluster.Cancel": "取消",
"primaryStorage.detachCluster.Detach": "卸载",
"primaryStorage.attachCluster.ALERT1": "无可用的集群,请转到",
"primaryStorage.detachCluster.ALERT1.2": "集群页",
"primaryStorage.detachCluster.ALERT1.3": "创建新的集群",
"primaryStorage.attachCluster.ALERT1.1": "无可用的集群,请转到",
"primaryStorage.attachCluster.ALERT1.2": "集群页",
"primaryStorage.attachCluster.ALERT1.3": "创建新的集群",
"primaryStorage.attachCluster.ATTACH CLUSTER": "挂载集群",
"primaryStorage.attachCluster.CLUSTER": "集群",
"primaryStorage.attachCluster.HINT1": "(必填) 选择待挂载的集群",
Expand Down
8 changes: 4 additions & 4 deletions zstack_dashboard/static/resources/locale-zh_TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
"cluster.createCluster.L2 NETWORK": "L2 網路",
"cluster.createCluster.HINT4": "(可選) 選擇一個或多個需要掛載的L2網路。也可以在新增叢集後再做",
"cluster.createCluster.Previous": "上一頁",
"cluster.detachL2Network.hasL2Network()": "沒有已掛載到此叢集的L2網路",
"cluster.detachL2Network.hasL2Network": "沒有已掛載到此叢集的L2網路",
"cluster.detachL2Network.DETACH L2 NETWORK": "卸載L2網路",
"cluster.detachL2Network.L2 NETWORK": "L2 網路",
"cluster.detachL2Network.HINT": "(必填) 選擇卸載一個或多個L2網路",
Expand Down Expand Up @@ -483,9 +483,9 @@
"primaryStorage.detachCluster.HINT2": "輸入ok來確認",
"primaryStorage.detachCluster.Cancel": "取消",
"primaryStorage.detachCluster.Detach": "卸載",
"primaryStorage.attachCluster.ALERT1": "無已新增的叢集,請轉到",
"primaryStorage.detachCluster.ALERT1.2": "叢集頁",
"primaryStorage.detachCluster.ALERT1.3": "來新增一個新",
"primaryStorage.attachCluster.ALERT1.1": "無已新增的叢集,請轉到",
"primaryStorage.attachCluster.ALERT1.2": "叢集頁",
"primaryStorage.attachCluster.ALERT1.3": "來新增一個新",
"primaryStorage.attachCluster.ATTACH CLUSTER": "掛載叢集",
"primaryStorage.attachCluster.CLUSTER": "叢集",
"primaryStorage.attachCluster.HINT1": "(必填) 選擇一個或多個用於掛載的叢集",
Expand Down

0 comments on commit b016e95

Please sign in to comment.