LEGO: check in for master to temporary branch. (#1593)

This commit is contained in:
csigs 2017-10-18 09:22:32 -07:00 коммит произвёл Jack Francis
Родитель aa2197bd2a
Коммит 8795ed4b77
1 изменённых файлов: 60 добавлений и 0 удалений

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

@ -7,120 +7,180 @@
<Item ItemId="1" ItemType="0" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error reading file %s, Error: %s]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[%s 파일을 읽는 중 오류 발생, 오류: %s]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId="2" ItemType="0" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error while querying ARM for resources: %+v]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[ARM에 리소스를 쿼리하는 중 오류 발생: %+v]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId="3" ItemType="0" 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" Orig="New">
<Val><![CDATA[템플릿에서 유형이 %s인 리소스를 2개 찾았습니다. 1개만 있어야 합니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId="4" ItemType="0" 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" Orig="New">
<Val><![CDATA[템플릿에서 유형이 %s인 리소스를 찾을 수 없습니다. 1개가 있어야 합니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId="5" ItemType="0" 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" Orig="New">
<Val><![CDATA[마스터 VM의 총 수 %d이(가) 예상한 수 %d을(를) 초과했습니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId="6" ItemType="0" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Upgrade to Kubernetes 1.6.2 is not supported from version: %s]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[%s 버전에서 Kubernetes 1.6.2로의 업그레이드는 지원되지 않습니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId="7" ItemType="0" 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" Orig="New">
<Val><![CDATA[%s 버전에서 Kubernetes %s 버전으로의 업그레이드는 지원되지 않습니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId="8" ItemType="0" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[error creating directory '%s': %s]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA['%s' 디렉터리를 만드는 중 오류 발생: %s]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId="9" ItemType="0" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[error executing template for file %s: %v]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[%s 파일에 대한 템플릿을 실행하는 중 오류 발생: %v]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId="10" ItemType="0" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[error generating upgrade template: %s]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[업그레이드 템플릿을 생성하는 중 오류 발생: %s]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId="11" ItemType="0" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[error parsing file %s: %v]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[%s 파일을 구문 분석하는 중 오류 발생: %v]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId="12" ItemType="0" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[error reading file %s: %s]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[%s 파일을 읽는 동안 오류 발생: %s]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId="13" ItemType="0" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[failed to create openssh public key string: %q]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[openssh 공개 키 문자열을 만들지 못함: %q]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId="14" ItemType="0" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[failed to generate private key for ssh: %q]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[ssh에 대한 개인 키를 생성하지 못함: %q]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId="15" ItemType="0" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[failed to initialize template generator: %s]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[템플릿 생성기를 초기화하지 못함: %s]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId="16" ItemType="0" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[invalid version %s for conversion back from unversioned object]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[버전이 지정되지 않은 개체로부터 다시 변환하기 위한 버전 %s가 잘못됨]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId="17" ItemType="0" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[orchestrator '%s' is unsupported]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Orchestrator '%s'은(는) 지원되지 않습니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId="18" ItemType="0" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[template file %s does not exist]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[템플릿 파일 %s이(가) 없습니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId="19" ItemType="0" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[unrecognized APIVersion '%s']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[인식할 수 없는 APIVersion '%s']]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId="20" ItemType="0" PsrId="1" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[yaml file %s does not exist]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[YAML 파일 %s이(가) 없습니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>