New translations

This commit is contained in:
Łukasz Domeradzki
2017-01-07 06:30:23 +01:00
parent 16450a0d8d
commit 6d4f4afadb

View File

@@ -441,11 +441,25 @@ ASF 실행 파일의 이름이 적절한지 확인하시기 바랍니다!</value
<data name="PlayingNotAvailable" xml:space="preserve">
<value>농사가 현재 불가능 합니다. 나중에 다시 시도합니다!</value>
</data>
<data name="StillIdling" xml:space="preserve">
<value>아직 농사 중: {0} ({1})</value>
<comment>{0} will be replaced by game's appID (number), {1} will be replaced by game's name</comment>
</data>
<data name="StillIdlingList" xml:space="preserve">
<value>아직 농사 중: {0}</value>
<comment>{0} will be replaced by list of the games (appIDs, numbers), separated by a comma</comment>
</data>
<data name="StoppedIdling" xml:space="preserve">
<value>농사 멈춤: {0} ({1})</value>
<comment>{0} will be replaced by game's appID (number), {1} will be replaced by game's name</comment>
</data>
<data name="StoppedIdlingList" xml:space="preserve">
<value>농사 멈춤: {0}</value>
<comment>{0} will be replaced by list of the games (appIDs, numbers), separated by a comma</comment>
</data>
<data name="UnknownCommand" xml:space="preserve">
<value>알 수 없는 명령어!</value>
</data>