1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-24 12:59:18 +00:00

Added BW translation (#65)

* Added basic translation
IT will need a second checkup by another source
as attacks are not correcly ordered

Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>

* Removed bugged file

Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-09-02 12:01:58 +02:00
committed by GitHub
parent b46b2c4fb9
commit e21ea0646e
1290 changed files with 8757 additions and 1960 deletions

View File

@ -4,7 +4,11 @@ import Set from '../Boundaries Crossed'
const card: Card = {
name: {
en: "Gold Potion",
fr: "Potion d'Or",
fr: "Potion dOr",
es: "Poción Áurea",
it: "Pozione dOro",
pt: "Poção de Ouro",
de: "Goldtrank"
},
illustrator: "Ryo Ueda",
rarity: "Rare",
@ -24,6 +28,11 @@ const card: Card = {
effect: {
fr: "Soignez 90 dégâts à votre Pokémon Actif.",
en: "Heal 90 damage from your Active Pokémon.",
es: "Cura 90 puntos de daño a tu Pokémon Activo.",
it: "Cura il tuo Pokémon attivo da 90 danni.",
pt: "Cure 90 de danos do seu Pokémon Ativo.",
de: "Heile 90 Schadenspunkte bei deinem Aktiven Pokémon."
},
trainerType: "Item",