Skip to content

Instantly share code, notes, and snippets.

@niwaniwa
Last active September 8, 2015 01:24
Show Gist options
  • Save niwaniwa/54f7051b21fb57ae638d to your computer and use it in GitHub Desktop.
Save niwaniwa/54f7051b21fb57ae638d to your computer and use it in GitHub Desktop.
<map>
<!-- ver 1.0.0E -->
<!-- 多言語化 -->
<locales>
<!-- ja_JP -->
<locale lang="ja_JP">
<string name="Grab the three wool's from the enemy's wool room and place it on your victory monument." value="敵本拠地にある三つの羊毛を奪取し、台座に設置"/>
<string name="You may not modify base." value="拠点は編集できません。"/>
<string name="You may not modify outside." value="範囲外は編集できません。"/>
<string name="Don't enter the enemy spawn." value="敵の陣地には侵入できません。"/>
<string name="You may not enter your own wool room." value="自軍の羊毛部屋には侵入出来ません。"/>
<string name="You may not modify your own wool room." value="自軍の羊毛部屋は編集出来ません。"/>
<string name="You may not modify enemy wool room chest." value="羊毛部屋のチェストは編集できません。"/>
<string name="You may not modify." value="編集できません。"/>
<string name="You may not modify chest." value="チェストは編集できません。"/>
<string name="Destruction of obsidian in the enemy lines." value="敵陣にある黒曜石の破壊"/>
</locale>
<!-- フランス語 -->
<locale lang="fr_FR">
<string name="Grab the three wool's from the enemy's wool room and place it on your victory monument." value="Prenez la laine de la chambre de laine de l'ennemi et placez-le sur votre monument de la victoire."/>
<string name="You may not modify base." value="Vous ne pouvez pas modifier la base."/>
<string name="You may not modify outside." value="Vous ne pouvez pas modifier la outside."/>
<string name="You may not modify." value="Vous ne pouvez pas modifier."/>
<string name="You may not modify chest." value="Vous ne pouvez pas modifier la chest."/>
</locale>
<!-- 中国語 -->
<locale lang="zh_TW">
<string name="Grab the three wool's from the enemy's wool room and place it on your victory monument." value="從敵人的羊毛房間奪取羊毛,為台座設置"/>
<string name="You may not modify base." value="您不得修改基地"/>
<string name="You may not modify." value="您不得修改"/>
</locale>
<locale lang="hi_IN">
<string name="Grab the three wool's from the enemy's wool room and place it on your victory monument." value="और दुश्मन के गढ़ में ऊन के तीन लेता है, एक आसन पर स्थापित किया गया था"/>
<string name="You may not modify." value="संपादित नहीं कर सकते"/>
</locale>
</locales>
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment