Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LEGO: Pull request from lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20240322085123308 to Localization #4727

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";AgentOutOfMemoryFailure" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The agent worker exited with code 137, which means it ran out of memory. Make sure the agent (container) host has sufficient memory configured.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[에이전트 작업자가 코드 137로 종료되었습니다. 즉, 메모리가 부족합니다. 에이전트(컨테이너) 호스트에 충분한 메모리가 구성되어 있는지 확인합니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";AgentReplaced" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Successfully replaced the agent]]></Val>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";AgentOutOfMemoryFailure" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The agent worker exited with code 137, which means it ran out of memory. Make sure the agent (container) host has sufficient memory configured.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[代理程式背景工作角色已結束,代碼為 137,這表示記憶體不足。請確定代理程式 (容器) 主機已設定足夠的記憶體。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";AgentReplaced" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Successfully replaced the agent]]></Val>
Expand Down
Loading