Update localization for strings (#2902)

This commit is contained in:
Jiangtian Li 2018-05-10 16:08:34 -07:00 коммит произвёл Jack Francis
Родитель c9f2949a10
Коммит 03208b30b1
6 изменённых файлов: 525 добавлений и 485 удалений

Просмотреть файл

@ -0,0 +1,6 @@
#!/bin/bash
scripts/update-translation.sh -l en_US -p
mv acsengine.po translations/en_US/LC_MESSAGES/acsengine.po
rm acsengine.pot

Просмотреть файл

@ -1,6 +1,6 @@
#!/bin/bash
GO_SOURCE="pkg/acsengine/*.go pkg/api/*.go pkg/operations/*.go pkg/operations/kubernetesupgrade/*.go"
GO_SOURCE="pkg/acsengine/*.go pkg/acsengine/transform/*.go pkg/api/*.go pkg/operations/*.go pkg/operations/kubernetesupgrade/*.go"
LANGUAGE="en_US"
DOMAIN="acsengine"
generate_po="false"
@ -33,7 +33,7 @@ done
if ! which go-xgettext > /dev/null; then
echo 'Can not find go-xgettext, install with:'
echo 'go get github.com/gosexy/gettext/go-xgettext'
echo 'go get github.com/JiangtianLi/gettext/go-xgettext'
exit 1
fi

Просмотреть файл

@ -18,104 +18,115 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 2.0.3\n"
#: pkg/acsengine/engine.go:239
#: pkg/operations/kubernetesupgrade/upgrader.go:202
#: pkg/operations/kubernetesupgrade/upgrader.go:217
#, c-format
msgid "Error generating upgrade template: %s"
msgstr "Error generating upgrade template: %s"
#: pkg/acsengine/engine.go:251
#, c-format
msgid "Error reading file %s, Error: %s"
msgstr "Error reading file %s, Error: %s"
#: pkg/operations/kubernetesupgrade/upgradecluster.go:71
#: pkg/operations/kubernetesupgrade/upgradecluster.go:76
#, c-format
msgid "Error while querying ARM for resources: %+v"
msgstr "Error while querying ARM for resources: %+v"
#: pkg/acsengine/transform.go:99
#: pkg/acsengine/transform/transform.go:121
#: pkg/acsengine/transform/transform.go:129
#, c-format
msgid "Found 2 resources with type %s in the template. There should only be 1"
msgstr "Found 2 resources with type %s in the template. There should only be 1"
#: pkg/acsengine/transform.go:122
#: pkg/acsengine/transform/transform.go:158
#, c-format
msgid "Found no resources with type %s in the template. There should have been 1"
msgstr "Found no resources with type %s in the template. There should have been 1"
msgid ""
"Found no resources with type %s in the template. There should have been 1"
msgstr ""
"Found no resources with type %s in the template. There should have been 1"
#: pkg/operations/kubernetesupgrade/v162upgrader.go:102
#: pkg/operations/kubernetesupgrade/upgradeagentnode.go:125
#, c-format
msgid "Node was not ready within %v"
msgstr "Node was not ready within %v"
#: pkg/api/apiloader.go:205 pkg/api/apiloader.go:210 pkg/api/apiloader.go:225
#: pkg/api/apiloader.go:230
#, c-format
msgid "The selected orchestrator version '%s' is not supported"
msgstr "The selected orchestrator version '%s' is not supported"
#: pkg/operations/kubernetesupgrade/upgrader.go:120
#, c-format
msgid "Total count of master VMs: %d exceeded expected count: %d"
msgstr "Total count of master VMs: %d exceeded expected count: %d"
#: pkg/operations/kubernetesupgrade/v162upgrader.go:30
#: pkg/operations/kubernetesupgrade/upgradecluster.go:110
#, c-format
msgid "Upgrade to Kubernetes 1.6.2 is not supported from version: %s"
msgstr "Upgrade to Kubernetes 1.6.2 is not supported from version: %s"
msgid "Upgrade to Kubernetes version %s is not supported"
msgstr "Upgrade to Kubernetes version %s is not supported"
#: pkg/operations/kubernetesupgrade/upgradecluster.go:86
#, c-format
msgid "Upgrade to Kubernetes version: %s is not supported from version: %s"
msgstr "Upgrade to Kubernetes version: %s is not supported from version: %s"
#: pkg/acsengine/filesaver.go:24
#: pkg/acsengine/filesaver.go:26
#, c-format
msgid "error creating directory '%s': %s"
msgstr "error creating directory '%s': %s"
#: pkg/acsengine/engine.go:1194
#: pkg/acsengine/engine.go:2545
#, c-format
msgid "error executing template for file %s: %v"
msgstr "error executing template for file %s: %v"
#: pkg/operations/kubernetesupgrade/v162upgrader.go:67
#: pkg/operations/kubernetesupgrade/v162upgrader.go:182
#: pkg/operations/kubernetesupgrade/v162upgrader.go:295
#: pkg/operations/kubernetesupgrade/upgrader.go:78
#: pkg/operations/kubernetesupgrade/upgrader.go:391
#, c-format
msgid "error generating upgrade template: %s"
msgstr "error generating upgrade template: %s"
#: pkg/acsengine/engine.go:1189
#: pkg/acsengine/engine.go:2540
#, c-format
msgid "error parsing file %s: %v"
msgstr "error parsing file %s: %v"
#: pkg/api/apiloader.go:24 pkg/api/upgradeapiloader.go:20
#: pkg/api/apiloader.go:32
#, c-format
msgid "error reading file %s: %s"
msgstr "error reading file %s: %s"
#: pkg/acsengine/ssh.go:55
#, c-format
msgid "failed to create openssh public key string: %q"
msgstr "failed to create openssh public key string: %q"
#: pkg/acsengine/ssh.go:49
#, c-format
msgid "failed to generate private key for ssh: %q"
msgstr "failed to generate private key for ssh: %q"
#: pkg/operations/kubernetesupgrade/v162upgrader.go:289
#: pkg/operations/kubernetesupgrade/upgrader.go:385
#, c-format
msgid "failed to initialize template generator: %s"
msgstr "failed to initialize template generator: %s"
#: pkg/api/apiloader.go:161 pkg/api/upgradeapiloader.go:70
#: pkg/api/apiloader.go:342 pkg/api/apiloader.go:369
#, c-format
msgid "invalid version %s for conversion back from unversioned object"
msgstr "invalid version %s for conversion back from unversioned object"
#: pkg/acsengine/engine.go:322
#: pkg/acsengine/engine.go:399
#, c-format
msgid "orchestrator '%s' is unsupported"
msgstr "orchestrator '%s' is unsupported"
#: pkg/acsengine/engine.go:187
#: pkg/acsengine/engine.go:195
#, c-format
msgid "template file %s does not exist"
msgstr "template file %s does not exist"
#: pkg/api/apiloader.go:98 pkg/api/upgradeapiloader.go:51
#: pkg/api/apiloader.go:184
#, c-format
msgid "unrecognized APIVersion '%s'"
msgstr "unrecognized APIVersion '%s'"
#: pkg/acsengine/engine.go:1183
#: pkg/api/apiloader.go:272
#, c-format
msgid ""
"unrecognized APIVersion in LoadContainerServiceForAgentPoolOnlyCluster '%s'"
msgstr ""
"unrecognized APIVersion in LoadContainerServiceForAgentPoolOnlyCluster '%s'"
#: pkg/acsengine/engine.go:2534
#, c-format
msgid "yaml file %s does not exist"
msgstr "yaml file %s does not exist"

Просмотреть файл

@ -2,85 +2,85 @@
<LCX SchemaVersion="6.0" Name="acsengine" PsrId="1" SrcCul="en-US" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<Item ItemType="0" ItemId="1" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error reading file %s, Error: %s]]></Val>
<Val><![CDATA[Error generating upgrade template: %s]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemType="0" ItemId="2" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error while querying ARM for resources: %+v]]></Val>
<Val><![CDATA[Error reading file %s, Error: %s]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemType="0" ItemId="3" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Found 2 resources with type %s in the template. There should only be 1]]></Val>
<Val><![CDATA[Error while querying ARM for resources: %+v]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemType="0" ItemId="4" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Found no resources with type %s in the template. There should have been 1]]></Val>
<Val><![CDATA[Found 2 resources with type %s in the template. There should only be 1]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemType="0" ItemId="5" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Total count of master VMs: %d exceeded expected count: %d]]></Val>
<Val><![CDATA[Found no resources with type %s in the template. There should have been 1]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemType="0" ItemId="6" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Upgrade to Kubernetes 1.6.2 is not supported from version: %s]]></Val>
<Val><![CDATA[Node was not ready within %v]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemType="0" ItemId="7" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Upgrade to Kubernetes version: %s is not supported from version: %s]]></Val>
<Val><![CDATA[The selected orchestrator version '%s' is not supported]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemType="0" ItemId="8" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[error creating directory '%s': %s]]></Val>
<Val><![CDATA[Total count of master VMs: %d exceeded expected count: %d]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemType="0" ItemId="9" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[error executing template for file %s: %v]]></Val>
<Val><![CDATA[Upgrade to Kubernetes version %s is not supported]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemType="0" ItemId="10" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[error generating upgrade template: %s]]></Val>
<Val><![CDATA[error creating directory '%s': %s]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemType="0" ItemId="11" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[error parsing file %s: %v]]></Val>
<Val><![CDATA[error executing template for file %s: %v]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemType="0" ItemId="12" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[error reading file %s: %s]]></Val>
<Val><![CDATA[error generating upgrade template: %s]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemType="0" ItemId="13" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[failed to create openssh public key string: %q]]></Val>
<Val><![CDATA[error parsing file %s: %v]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemType="0" ItemId="14" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[failed to generate private key for ssh: %q]]></Val>
<Val><![CDATA[error reading file %s: %s]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
@ -115,6 +115,12 @@
<Disp Icon="Str" />
</Item>
<Item ItemType="0" ItemId="20" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[unrecognized APIVersion in LoadContainerServiceForAgentPoolOnlyCluster '%s']]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemType="0" ItemId="21" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[yaml file %s does not exist]]></Val>
</Str>

Просмотреть файл

@ -1,6 +1,15 @@
<?xml version="1.0"?>
<LCX SchemaVersion="6.0" Name="acsengine" PsrId="1" SrcCul="en-US" TgtCul="en-US" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<Item ItemType="0" ItemId="1" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error generating upgrade template: %s]]></Val>
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved">
<Val><![CDATA[Error generating upgrade template: %s]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemType="0" ItemId="2" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error reading file %s, Error: %s]]></Val>
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved">
@ -9,7 +18,7 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemType="0" ItemId="2" PsrId="1" Leaf="true">
<Item ItemType="0" ItemId="3" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error while querying ARM for resources: %+v]]></Val>
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved">
@ -18,7 +27,7 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemType="0" ItemId="3" PsrId="1" Leaf="true">
<Item ItemType="0" ItemId="4" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Found 2 resources with type %s in the template. There should only be 1]]></Val>
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved">
@ -27,7 +36,7 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemType="0" ItemId="4" PsrId="1" Leaf="true">
<Item ItemType="0" ItemId="5" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Found no resources with type %s in the template. There should have been 1]]></Val>
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved">
@ -36,7 +45,25 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemType="0" ItemId="5" PsrId="1" Leaf="true">
<Item ItemType="0" ItemId="6" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Node was not ready within %v]]></Val>
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved">
<Val><![CDATA[Node was not ready within %v]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemType="0" ItemId="7" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The selected orchestrator version '%s' is not supported]]></Val>
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved">
<Val><![CDATA[The selected orchestrator version '%s' is not supported]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemType="0" ItemId="8" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Total count of master VMs: %d exceeded expected count: %d]]></Val>
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved">
@ -45,25 +72,16 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemType="0" ItemId="6" PsrId="1" Leaf="true">
<Item ItemType="0" ItemId="9" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Upgrade to Kubernetes 1.6.2 is not supported from version: %s]]></Val>
<Val><![CDATA[Upgrade to Kubernetes version %s is not supported]]></Val>
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved">
<Val><![CDATA[Upgrade to Kubernetes 1.6.2 is not supported from version: %s]]></Val>
<Val><![CDATA[Upgrade to Kubernetes version %s is not supported]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemType="0" ItemId="7" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Upgrade to Kubernetes version: %s is not supported from version: %s]]></Val>
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved">
<Val><![CDATA[Upgrade to Kubernetes version: %s is not supported from version: %s]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemType="0" ItemId="8" PsrId="1" Leaf="true">
<Item ItemType="0" ItemId="10" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[error creating directory '%s': %s]]></Val>
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved">
@ -72,7 +90,7 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemType="0" ItemId="9" PsrId="1" Leaf="true">
<Item ItemType="0" ItemId="11" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[error executing template for file %s: %v]]></Val>
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved">
@ -81,7 +99,7 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemType="0" ItemId="10" PsrId="1" Leaf="true">
<Item ItemType="0" ItemId="12" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[error generating upgrade template: %s]]></Val>
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved">
@ -90,7 +108,7 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemType="0" ItemId="11" PsrId="1" Leaf="true">
<Item ItemType="0" ItemId="13" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[error parsing file %s: %v]]></Val>
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved">
@ -99,7 +117,7 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemType="0" ItemId="12" PsrId="1" Leaf="true">
<Item ItemType="0" ItemId="14" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[error reading file %s: %s]]></Val>
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved">
@ -108,24 +126,6 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemType="0" ItemId="13" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[failed to create openssh public key string: %q]]></Val>
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved">
<Val><![CDATA[failed to create openssh public key string: %q]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemType="0" ItemId="14" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[failed to generate private key for ssh: %q]]></Val>
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved">
<Val><![CDATA[failed to generate private key for ssh: %q]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemType="0" ItemId="15" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[failed to initialize template generator: %s]]></Val>
@ -172,6 +172,15 @@
<Disp Icon="Str" />
</Item>
<Item ItemType="0" ItemId="20" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[unrecognized APIVersion in LoadContainerServiceForAgentPoolOnlyCluster '%s']]></Val>
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved">
<Val><![CDATA[unrecognized APIVersion in LoadContainerServiceForAgentPoolOnlyCluster '%s']]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemType="0" ItemId="21" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[yaml file %s does not exist]]></Val>
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved">

Просмотреть файл

@ -2,123 +2,131 @@
<LCX SchemaVersion="6.0" Name="acsengine" PsrId="1" SrcCul="en-US" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<Item ItemId="1">
<Props>
<Str Name="PO_Metadata0" Val="#: pkg/acsengine/engine.go:239" />
<Str Name="PO_Metadata1" Val="#, c-format" />
<Str Name="PO_Metadata0" Val="#: pkg/operations/kubernetesupgrade/upgrader.go:202" />
<Str Name="PO_Metadata1" Val="#: pkg/operations/kubernetesupgrade/upgrader.go:217" />
<Str Name="PO_Metadata2" Val="#, c-format" />
</Props>
</Item>
<Item ItemId="2">
<Props>
<Str Name="PO_Metadata0" Val="#: pkg/operations/kubernetesupgrade/upgradecluster.go:71" />
<Str Name="PO_Metadata0" Val="#: pkg/acsengine/engine.go:251" />
<Str Name="PO_Metadata1" Val="#, c-format" />
</Props>
</Item>
<Item ItemId="3">
<Props>
<Str Name="PO_Metadata0" Val="#: pkg/acsengine/transform.go:99" />
<Str Name="PO_Metadata0" Val="#: pkg/operations/kubernetesupgrade/upgradecluster.go:76" />
<Str Name="PO_Metadata1" Val="#, c-format" />
</Props>
</Item>
<Item ItemId="4">
<Props>
<Str Name="PO_Metadata0" Val="#: pkg/acsengine/transform.go:122" />
<Str Name="PO_Metadata1" Val="#, c-format" />
<Str Name="PO_Metadata0" Val="#: pkg/acsengine/transform/transform.go:121" />
<Str Name="PO_Metadata1" Val="#: pkg/acsengine/transform/transform.go:129" />
<Str Name="PO_Metadata2" Val="#, c-format" />
</Props>
</Item>
<Item ItemId="5">
<Props>
<Str Name="PO_Metadata0" Val="#: pkg/operations/kubernetesupgrade/v162upgrader.go:102" />
<Str Name="PO_Metadata0" Val="#: pkg/acsengine/transform/transform.go:158" />
<Str Name="PO_Metadata1" Val="#, c-format" />
</Props>
</Item>
<Item ItemId="6">
<Props>
<Str Name="PO_Metadata0" Val="#: pkg/operations/kubernetesupgrade/v162upgrader.go:30" />
<Str Name="PO_Metadata0" Val="#: pkg/operations/kubernetesupgrade/upgradeagentnode.go:125" />
<Str Name="PO_Metadata1" Val="#, c-format" />
</Props>
</Item>
<Item ItemId="7">
<Props>
<Str Name="PO_Metadata0" Val="#: pkg/operations/kubernetesupgrade/upgradecluster.go:86" />
<Str Name="PO_Metadata1" Val="#, c-format" />
<Str Name="PO_Metadata0" Val="#: pkg/api/apiloader.go:205 pkg/api/apiloader.go:210 pkg/api/apiloader.go:225" />
<Str Name="PO_Metadata1" Val="#: pkg/api/apiloader.go:230" />
<Str Name="PO_Metadata2" Val="#, c-format" />
</Props>
</Item>
<Item ItemId="8">
<Props>
<Str Name="PO_Metadata0" Val="#: pkg/acsengine/filesaver.go:24" />
<Str Name="PO_Metadata0" Val="#: pkg/operations/kubernetesupgrade/upgrader.go:120" />
<Str Name="PO_Metadata1" Val="#, c-format" />
</Props>
</Item>
<Item ItemId="9">
<Props>
<Str Name="PO_Metadata0" Val="#: pkg/acsengine/engine.go:1194" />
<Str Name="PO_Metadata0" Val="#: pkg/operations/kubernetesupgrade/upgradecluster.go:110" />
<Str Name="PO_Metadata1" Val="#, c-format" />
</Props>
</Item>
<Item ItemId="10">
<Props>
<Str Name="PO_Metadata0" Val="#: pkg/operations/kubernetesupgrade/v162upgrader.go:67" />
<Str Name="PO_Metadata1" Val="#: pkg/operations/kubernetesupgrade/v162upgrader.go:182" />
<Str Name="PO_Metadata2" Val="#: pkg/operations/kubernetesupgrade/v162upgrader.go:295" />
<Str Name="PO_Metadata3" Val="#, c-format" />
<Str Name="PO_Metadata0" Val="#: pkg/acsengine/filesaver.go:26" />
<Str Name="PO_Metadata1" Val="#, c-format" />
</Props>
</Item>
<Item ItemId="11">
<Props>
<Str Name="PO_Metadata0" Val="#: pkg/acsengine/engine.go:1189" />
<Str Name="PO_Metadata0" Val="#: pkg/acsengine/engine.go:2545" />
<Str Name="PO_Metadata1" Val="#, c-format" />
</Props>
</Item>
<Item ItemId="12">
<Props>
<Str Name="PO_Metadata0" Val="#: pkg/api/apiloader.go:24 pkg/api/upgradeapiloader.go:20" />
<Str Name="PO_Metadata1" Val="#, c-format" />
<Str Name="PO_Metadata0" Val="#: pkg/operations/kubernetesupgrade/upgrader.go:78" />
<Str Name="PO_Metadata1" Val="#: pkg/operations/kubernetesupgrade/upgrader.go:391" />
<Str Name="PO_Metadata2" Val="#, c-format" />
</Props>
</Item>
<Item ItemId="13">
<Props>
<Str Name="PO_Metadata0" Val="#: pkg/acsengine/ssh.go:55" />
<Str Name="PO_Metadata0" Val="#: pkg/acsengine/engine.go:2540" />
<Str Name="PO_Metadata1" Val="#, c-format" />
</Props>
</Item>
<Item ItemId="14">
<Props>
<Str Name="PO_Metadata0" Val="#: pkg/acsengine/ssh.go:49" />
<Str Name="PO_Metadata0" Val="#: pkg/api/apiloader.go:32" />
<Str Name="PO_Metadata1" Val="#, c-format" />
</Props>
</Item>
<Item ItemId="15">
<Props>
<Str Name="PO_Metadata0" Val="#: pkg/operations/kubernetesupgrade/v162upgrader.go:289" />
<Str Name="PO_Metadata0" Val="#: pkg/operations/kubernetesupgrade/upgrader.go:385" />
<Str Name="PO_Metadata1" Val="#, c-format" />
</Props>
</Item>
<Item ItemId="16">
<Props>
<Str Name="PO_Metadata0" Val="#: pkg/api/apiloader.go:161 pkg/api/upgradeapiloader.go:70" />
<Str Name="PO_Metadata0" Val="#: pkg/api/apiloader.go:342 pkg/api/apiloader.go:369" />
<Str Name="PO_Metadata1" Val="#, c-format" />
</Props>
</Item>
<Item ItemId="17">
<Props>
<Str Name="PO_Metadata0" Val="#: pkg/acsengine/engine.go:322" />
<Str Name="PO_Metadata0" Val="#: pkg/acsengine/engine.go:399" />
<Str Name="PO_Metadata1" Val="#, c-format" />
</Props>
</Item>
<Item ItemId="18">
<Props>
<Str Name="PO_Metadata0" Val="#: pkg/acsengine/engine.go:187" />
<Str Name="PO_Metadata0" Val="#: pkg/acsengine/engine.go:195" />
<Str Name="PO_Metadata1" Val="#, c-format" />
</Props>
</Item>
<Item ItemId="19">
<Props>
<Str Name="PO_Metadata0" Val="#: pkg/api/apiloader.go:98 pkg/api/upgradeapiloader.go:51" />
<Str Name="PO_Metadata0" Val="#: pkg/api/apiloader.go:184" />
<Str Name="PO_Metadata1" Val="#, c-format" />
</Props>
</Item>
<Item ItemId="20">
<Props>
<Str Name="PO_Metadata0" Val="#: pkg/acsengine/engine.go:1183" />
<Str Name="PO_Metadata0" Val="#: pkg/api/apiloader.go:272" />
<Str Name="PO_Metadata1" Val="#, c-format" />
</Props>
</Item>
<Item ItemId="21">
<Props>
<Str Name="PO_Metadata0" Val="#: pkg/acsengine/engine.go:2534" />
<Str Name="PO_Metadata1" Val="#, c-format" />
</Props>
</Item>
@ -127,7 +135,7 @@
<Str Name="CopyrightHeader1" Val="# Copyright (C) 2017" />
<Str Name="CopyrightHeader2" Val="# This file is distributed under the same license as the acs-engine package." />
<Str Name="CopyrightHeader3" Val="# Jiangtian Li &lt;jiangtianli@hotmail.com&gt;, 2017." />
<Str Name="FromFile" Val="D:\GoWork\src\github.com\Azure\acs-engine\translations\en_US\LC_MESSAGES\acsengine.po" />
<Str Name="FromFile" Val="translations/en_US/LC_MESSAGES/acsengine.po" />
<Str Name="FromRepository" Val="acsengine" />
<Str Name="PO_Header" Val="Project-Id-Version: acsengine\nReport-Msgid-Bugs-To: \nPOT-Creation-Date: 2017-07-25 00:04+0000\nPO-Revision-Date: 2017-07-24 17:23-0700\nLast-Translator: Jiangtian Li &lt;jiangtianli@hotmail.com&gt;\nLanguage-Team: English\nLanguage: en_US\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=2; plural=(n != 1);\nX-Generator: Poedit 2.0.3\n" />
<Str Name="NPlurals" Val="2" />