1
0
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:
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 '../Plasma Storm'
const card: Card = {
name: {
en: "Virbank City Gym",
fr: "Arène d'Ondes-sur-Mer",
fr: "Arène dOndes-sur-Mer",
es: "Gimnasio Hormigón",
it: "Palestra di Zondopoli",
pt: "Ginásio da Cidade de Virbank",
de: "Vapydro City-Arena"
},
illustrator: "Ryo Ueda",
rarity: "Uncommon",
@ -24,6 +28,11 @@ const card: Card = {
effect: {
fr: "Placez 2 marqueurs de dégâts supplémentaires sur les Pokémon Empoisonnés (les vôtres et ceux de votre adversaire) entre chaque tour.",
en: "Put 2 more damage counters on Poisoned Pokémon (both yours and your opponents) between turns.",
es: "Pon 2 contadores de daño más sobre los Pokémon Envenenados (tanto tuyos como de tu rival) entre turnos.",
it: "Metti altri due segnalini danno sui Pokémon avvelenati, sia tuoi che del tuo avversario, tra un turno e laltro.",
pt: "Coloque 2 marcadores de danos adicionais nos Pokémon Envenenados (tanto seus quanto do seu oponente) entre as vezes de jogar.",
de: "Lege zwischen den Zügen 2 weitere Schadensmarken auf vergiftete Pokémon (deine und die deines Gegners)."
},
trainerType: "Stadium",