mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-26 13: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:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Aspertia City Gym",
|
||||
fr: "Arène de Pavonnay",
|
||||
es: "Gimnasio Engobe",
|
||||
it: "Palestra di Alisopoli",
|
||||
pt: "Ginásio da Cidade de Aspertia",
|
||||
de: "Eventura City-Arena"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Uncommon",
|
||||
@ -24,6 +28,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Ajoute 20 PV à chacun des Pokémon Colorless en jeu (les vôtres et ceux de votre adversaire).",
|
||||
en: "Each Colorless Pokémon in play (both yours and your opponent’s) gets +20 HP.",
|
||||
es: "Cada Pokémon Colorless en juego (tanto tuyos como de tu rival) obtiene 20 PV más.",
|
||||
it: "Ciascun Pokémon Colorless in gioco, sia tuo che del tuo avversario, ha 20 PV in più.",
|
||||
pt: "Cada Pokémon Colorless em jogo (tanto seu quanto do seu oponente) recebe +20 PS.",
|
||||
de: "Jedes Colorless-Pokémon im Spiel (deine und die deines Gegners) erhält +20 KP."
|
||||
},
|
||||
trainerType: "Stadium",
|
||||
|
||||
|
Reference in New Issue
Block a user