1
0
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:
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: "Conkeldurr",
fr: "Bétochef",
es: "Conkeldurr",
it: "Conkeldurr",
pt: "Conkeldurr",
de: "Meistagrif"
},
illustrator: "kawayoo",
rarity: "Rare",
@ -29,11 +33,19 @@ const card: Card = {
type: "Ability",
name: {
en: "Craftsmanship",
fr: "Maître d'Œuvre",
fr: "Maître dŒuvre",
es: "Maestro de Obras",
it: "Maestria",
pt: "Manufatura",
de: "Handwerkskunst"
},
effect: {
en: "This Pokémon gets +20 HP for each Fighting Energy attached to it.",
fr: "Chaque Énergie Fighting attachée à ce Pokémon lui ajoute 20 PV.",
es: "Este Pokémon obtiene 20 PV más por cada Energía Fighting unida a él.",
it: "Questo Pokémon ha 20 PV in più per ogni Energia Fighting assegnatagli.",
pt: "Este Pokémon recebe mais 20 PS para cada Energia Fighting ligada a ele.",
de: "Dieses Pokémon erhält +20 KP für jede an es angelegte Fighting-Energie."
},
},
],