mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-19 02:39:18 +00:00
feat: Add the TCG Pocket cards in other languages (#734)
This commit is contained in:
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Fletchling"
|
||||
en: "Fletchling",
|
||||
fr: "Passerouge",
|
||||
es: "Fletchling",
|
||||
it: "Fletchling",
|
||||
de: "Dartiri",
|
||||
'pt-br': "Fletchling",
|
||||
ko: "화살꼬빈"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Colorless"],
|
||||
|
||||
description: {
|
||||
en: "This Pokémon is normally calm, but once it enters battle, its hormonal balance changes and it becomes aggressive."
|
||||
en: "This Pokémon is normally calm, but once it enters battle, its hormonal balance changes and it becomes aggressive.",
|
||||
fr: "Il a un tempérament généralement calme,\nmais son équilibre hormonal se modifie\nlors des combats et le rend plus agressif.",
|
||||
es: "Por lo general se muestra calmado, pero, al entrar en combate,\nsu equilibrio hormonal se altera y se vuelve agresivo.",
|
||||
it: "Di solito ha un'indole molto tranquilla, ma quando lotta\nil suo equilibrio ormonale cambia, rendendolo aggressivo.",
|
||||
de: "Normalerweise sind Dartiri friedfertig, doch wenn\nsie kämpfen, ändert sich ihr Hormonhaushalt und\nsie werden angriffslustig.",
|
||||
'pt-br': "Este Pokémon é geralmente calmo, mas quando entra\nem batalha, seu equilíbrio hormonal muda, fazendo\ncom que se torne agressivo.",
|
||||
ko: "평소에는 온순하지만\n싸움에 들어가면 호르몬의\n균형이 바뀌어 공격적이게 된다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Flap"
|
||||
en: "Flap",
|
||||
fr: "Battement",
|
||||
es: "Aleteo",
|
||||
it: "Alabattito",
|
||||
de: "Flattern",
|
||||
'pt-br': "Asa",
|
||||
ko: "홰치기"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user