mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-23 04:19: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: "Riolu"
|
||||
en: "Riolu",
|
||||
fr: "Riolu",
|
||||
es: "Riolu",
|
||||
it: "Riolu",
|
||||
de: "Riolu",
|
||||
'pt-br': "Riolu",
|
||||
ko: "리오르"
|
||||
},
|
||||
|
||||
illustrator: "AKIRA EGAWA",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Fighting"],
|
||||
|
||||
description: {
|
||||
en: "They communicate with one another using their auras. They are able to run all through the night."
|
||||
en: "They communicate with one another using their auras. They are able to run all through the night.",
|
||||
fr: "Les Riolu communiquent entre eux à l'aide de\nleur aura. Ils sont capables de courir toute la nuit.",
|
||||
es: "Se comunica con los suyos emitiendo ondas.\nPuede pasarse toda una noche corriendo.",
|
||||
it: "Comunica con i suoi simili tramite l'aura.\nPuò correre un'intera notte senza stancarsi.",
|
||||
de: "Dieses Pokémon nutzt seine Aura, um mit seinen\nArtgenossen zu kommunizieren. Es kann eine\nganze Nacht lang laufen.",
|
||||
'pt-br': "Eles comunicam-se uns com os outros usando suas auras.\nSão capazes de correr a noite inteira.",
|
||||
ko: "파동을 내서\n동료끼리 의사소통을 한다.\n밤새도록 계속 달릴 수 있다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Jab"
|
||||
en: "Jab",
|
||||
fr: "Taquet",
|
||||
es: "Puya",
|
||||
it: "Stoccata",
|
||||
de: "Boxschlag",
|
||||
'pt-br': "Murro",
|
||||
ko: "잽"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user