1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-28 14:59: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: "Bronzong",
fr: "Archéodong",
es: "Bronzong",
it: "Bronzong",
pt: "Bronzong",
de: "Bronzong"
},
illustrator: "Kouki Saitou",
rarity: "Rare",
@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Heal Block",
fr: "Anti-Soin",
es: "Anticura",
it: "Anticura",
pt: "Bloqueio de Cura",
de: "Heilblockade"
},
effect: {
en: "Damage can't be healed from any Pokémon (both yours and your opponent's). (Damage counters can still be moved.)",
en: "Damage cant be healed from any Pokémon (both yours and your opponents). (Damage counters can still be moved.)",
fr: "Les dégâts ne peuvent être soignés pour aucun Pokémon (les vôtres et ceux de votre adversaire). (Les marqueurs de dégâts peuvent toujours être déplacés.)",
es: "No se puede curar el daño de ningún Pokémon (tanto tuyos como de tu rival). (Todavía se pueden mover los contadores de daño).",
it: "Non è possibile curare i danni da nessun Pokémon, né i tuoi né quelli del tuo avversario. I segnalini danno possono comunque essere spostati.",
pt: "Não é possível curar danos de nenhum Pokémon (seus e do seu oponente). (Os marcadores de danos ainda podem ser movidos.)",
de: "Es kann kein Schaden bei Pokémon (deinen und denen deines Gegners) geheilt werden. (Schadensmarken können jedoch weiterhin verschoben werden.)"
},
},
],