mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -4,7 +4,11 @@ import Set from '../Furious Fists'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Training Center",
|
||||
fr: "Centre d’Entraînement",
|
||||
fr: "Centre d'Entraînement",
|
||||
es: "Centro de Entrenamiento",
|
||||
it: "Centro Allenamento",
|
||||
pt: "Centro de Treinamento",
|
||||
de: "Trainingscenter"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Uncommon",
|
||||
@ -24,7 +28,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Ajoute 30 PV à chacun des Pokémon de Niveau 1 et de Niveau 2 en jeu (les vôtres et ceux de votre adversaire).",
|
||||
en: "Each Stage 1 and Stage 2 Pokémon in play (both yours and your opponent’s) gets +30 HP."
|
||||
en: "Each Stage 1 and Stage 2 Pokémon in play (both yours and your opponent's) gets +30 HP.",
|
||||
es: "Cada Pokémon de Fase 1 y de Fase 2 en juego (tanto tuyos como de tu rival) obtiene 30 PS más.",
|
||||
it: "Tutti i Pokémon di Fase 1 e di Fase 2 in gioco, sia tuoi che del tuo avversario, hanno 30 PS in più.",
|
||||
pt: "Cada Pokémon Estágio 1 e Estágio 2 em jogo (seu e do seu oponente) recebe +30 PS.",
|
||||
de: "Jedes Phase-1- und Phase-2-Pokémon im Spiel (deine und die deines Gegners) erhält +30 KP."
|
||||
},
|
||||
trainerType: "Stadium",
|
||||
|
||||
|
Reference in New Issue
Block a user