1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-14 13:55:09 +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

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Archeops",
fr: "Aéroptéryx",
es: "Archeops",
it: "Archeops",
pt: "Archeops",
de: "Aeropteryx"
},
illustrator: "Kouki Saitou",
rarity: "Rare",
@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Ancient Power",
fr: "Pouv.Antique",
es: "Poder Pasado",
it: "Forzantica",
pt: "Poder Ancestral",
de: "Antik-Kraft"
},
effect: {
en: "Each player can't play any Pokémon from his or her hand to evolve his or her Pokémon.",
en: "Each player cant play any Pokémon from his or her hand to evolve his or her Pokémon.",
fr: "Aucun joueur ne peut jouer de Pokémon de sa main pour faire évoluer ses Pokémon.",
es: "Los jugadores no pueden jugar ningún Pokémon de su mano para evolucionar a sus Pokémon.",
it: "Nessun giocatore può giocare dei Pokémon dalla propria mano per far evolvere altri Pokémon.",
pt: "Nenhum jogador pode jogar nenhum Pokémon de sua própria mão para evoluir o Pokémon desse jogador.",
de: "Kein Spieler darf Pokémon von seiner Hand spielen, um die eigenen Pokémon zu entwickeln."
},
},
],