Skip to content
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.

Add missing item descriptions EN-US, DE #1462

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
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
16 changes: 14 additions & 2 deletions PokemonGo-UWP/MultilingualResources/PokemonGo-UWP.de.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ Du hast auch {1} Sternenstaub, {2} Bonbon und {3} EP erhalten.</target>
</trans-unit>
<trans-unit id="D_ItemSuperPotion" translate="yes" xml:space="preserve">
<source>A spray-type medicine for treating wounds. It restores the HP of one Pokémon by 50 points.</source>
<target state="translated">Eine sprayförmige Medizin um Wunden zu behandeln. Es regeneriert die KP eines Pokémon um 50 Punkte.</target>
<target state="translated">Hilft bei Wunden. Füllt 50 der KP eines Pokémon wieder auf.</target>
</trans-unit>
<trans-unit id="D_ItemTroyDisk" translate="yes" xml:space="preserve">
<source>A module that attracts Pokémon to a Pokéstop for 30 min. The effect benefits other people nearby.</source>
Expand All @@ -1001,6 +1001,18 @@ Du hast auch {1} Sternenstaub, {2} Bonbon und {3} EP erhalten.</target>
<source>Feed this to a Pokémon, and it will be easier to catch on your next throw.</source>
<target state="translated">Wenn du sie einem Pokémon zum Essen gibst, lässt es sich leichter fangen.</target>
</trans-unit>
<trans-unit id="D_ItemHyperPotion" translate="yes" xml:space="preserve">
<source>A spray-type medicine for treating wounds. It restores the HP of one Pokémon by 200 points.</source>
<target state="translated">Hilft bei Wunden. Füllt 200 der KP eines Pokémon wieder auf.</target>
</trans-unit>
<trans-unit id="D_ItemMaxPotion" translate="yes" xml:space="preserve">
<source>A spray-type medicine for treating wounds. It will completely restore the max HP of a single Pokémon.</source>
<target state="translated">Hilft bei Wunden. Füllt alle KP eines Pokémon wieder auf.</target>
</trans-unit>
<trans-unit id="D_ItemMaxRevive" translate="yes" xml:space="preserve">
<source>A medicine that can revive fainted Pokémon. It also fully restores a fainted Pokémon's maximum HP.</source>
<target state="translated">Eine Medizin, die ein kampfunfähiges Pokémon wiederbelebt. Die KP werden vollständig wiederhergestellt.</target>
</trans-unit>
</group>
</body>
</file>
Expand Down Expand Up @@ -3044,4 +3056,4 @@ Du hast auch {1} Sternenstaub, {2} Bonbon und {3} EP erhalten.</target>
</group>
</body>
</file>
</xliff>
</xliff>
9 changes: 9 additions & 0 deletions PokemonGo-UWP/Strings/en-US/Items.resw
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,13 @@
<data name="ItemXMiracle" xml:space="preserve">
<value>X Miracle</value>
</data>
<data name="D_ItemHyperPotion" xml:space="preserve">
<value>A spray-type medicine for treating wounds. It restores the HP of one Pokémon by 200 points.</value>
</data>
<data name="D_ItemMaxPotion" xml:space="preserve">
<value>A spray-type medicine for treating wounds. It will completely restore the max HP of a single Pokémon.</value>
</data>
<data name="D_ItemMaxRevive" xml:space="preserve">
<value>A medicine that can revive fainted Pokémon. It also fully restores a fainted Pokémon's maximum HP.</value>
</data>
</root>