mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-03 00:49:19 +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: "Hugh",
|
||||
fr: "Matis",
|
||||
es: "Matís",
|
||||
it: "Toni",
|
||||
pt: "Hugh",
|
||||
de: "Matisse"
|
||||
},
|
||||
illustrator: "Yusuke Ohmura",
|
||||
rarity: "Uncommon",
|
||||
@ -23,7 +27,12 @@ const card: Card = {
|
||||
|
||||
|
||||
effect: {
|
||||
fr: "Chaque joueur pioche ou défausse des cartes jusqu'à avoir 5 cartes dans sa main. (Votre adversaire le fait en premier.)",
|
||||
fr: "Chaque joueur pioche ou défausse des cartes jusqu’à avoir 5 cartes dans sa main. (Votre adversaire le fait en premier.)",
|
||||
en: "Each player either draws or discards cards until he or she has 5 cards in his or her hand. (Your opponent does this first.)",
|
||||
es: "Cada jugador roba o descarta cartas hasta tener 5 cartas en su mano. (Tu rival lo hace primero.)",
|
||||
it: "Ciascun giocatore pesca o scarta carte fino ad avere cinque carte in mano. Inizia il tuo avversario.",
|
||||
pt: "Cada jogador compra ou descarta cards até ter 5 cards na mão. (Seu oponente faz isso primeiro.)",
|
||||
de: "Jeder Spieler muss so viele Karten ziehen oder ablegen, bis er 5 Karten auf der Hand hat. (Dein Gegner beginnt.)"
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
Reference in New Issue
Block a user