Skip to content

Commit

Permalink
fix translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Schmitt committed Jul 31, 2016
1 parent bcee6bd commit c7e5ece
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
58 changes: 29 additions & 29 deletions app/assets/json/inventory.de.js
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
module.exports = {
0: "Unknown",
1: "Pokeball",
2: "Great Ball",
3: "Ultra Ball",
4: "Master Ball",
101: "Potion",
102: "Super Potion",
103: "Hyper Potion",
104: "Max Potion",
201: "Revive",
202: "Max Revive",
301: "Lure",
401: "Incense",
402: "Incense Spicy",
403: "Incense Cool",
404: "Incense Floral",
501: "Troy Disk",
602: "X Attack",
603: "X Defense",
604: "X Miracle",
701: "Razberry",
702: "Blukberry",
703: "Weparberry",
705: "Pinapberry",
801: "Camera",
901: "Incubator ∞",
902: "Incubator",
1001: "Pokemon Storage Upgrade",
1002: "Item Storage Upgrade"
0: "Unbekannt",
1: "Pokéball",
2: "Superball",
3: "Hyperball",
4: "Meisterball",
101: "Trank",
102: "Supertrank",
103: "Hypertrank",
104: "Top-Trank",
201: "Beleber",
202: "Top-Beleber",
301: "Glücks-Ei",
401: "Rauch",
402: "Kräftiger-Rauch",
403: "Kühler-Rauch",
404: "Pflanzen-Rauch",
501: "Lockmodul",
602: "X-Angriff",
603: "X-Abwehr",
604: "X-Wunder",
701: "Himmihbeere",
702: "Morbbeere",
703: "Nirbebeere",
705: "Sananabeere",
801: "Kamera",
901: "Ei-Brutmaschine ∞",
902: "Ei-Brutmaschine",
1001: "Pokémon-Aufbewahung-Plus",
1002: "Beutel-Plus"
}
4 changes: 2 additions & 2 deletions app/assets/json/inventory.en.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ module.exports = {
104: "Max Potion",
201: "Revive",
202: "Max Revive",
301: "Lure",
301: "Lucky Egg",
401: "Incense",
402: "Incense Spicy",
403: "Incense Cool",
404: "Incense Floral",
501: "Troy Disk",
501: "Lure Module",
602: "X Attack",
603: "X Defense",
604: "X Miracle",
Expand Down

0 comments on commit c7e5ece

Please sign in to comment.