Fix translation on Deployment Only dashboard panel

Closes-Bug: #1661162

Change-Id: Ia77a1d88d2aeb6667e7b290137a7cd35406a01ac
This commit is contained in:
Julia Aranovich 2017-02-06 12:28:25 +03:00
parent be80843f05
commit 9bf605f613
1 changed files with 2 additions and 2 deletions

View File

@ -824,8 +824,8 @@
"description": "\"Advanced deployment\" deploys OpenStack services on nodes which have the operating system already provisioned.\nTo complete provisioning and deployment at the same time, select \"Provisioning + Deployment\" from the Deployment Mode dropdown.",
"nodes_to_redeploy": "__count__ node to redeploy",
"nodes_to_redeploy_plural": "__count__ nodes to redeploy",
"provisioned_nodes_to_deploy": "__count__ node is provisioned",
"provisioned_nodes_to_deploy_plural": "__count__ nodes are provisioned",
"provisioned_nodes": "__count__ node is provisioned",
"provisioned_nodes_plural": "__count__ nodes are provisioned",
"no_nodes": "Nodes can only be deployed using the \"Deployment only\" feature if they have been provisioned with an operating system.\nPlease select \"Provisioning only\" or \"Provisioning + Deployment\" from the Deployment Mode dropdown to continue.",
"button_title_all_nodes": "Deploy __count__ Node",
"button_title_all_nodes_plural": "Deploy __count__ Nodes",